Searched refs:a_in (Results 1 – 3 of 3) sorted by relevance
19 rs_allocation a_in;24 return rsGetElementAt_int4(a_in, x) + rsGetElementAt_int4(a_in, x + reduction_stride);
21 rs_allocation a_in;26 return rsGetElementAt_int4(a_in, x) + rsGetElementAt_int4(a_in, x + reduction_stride);
1141 const char* a_in = nullptr; in addLimit() local1162 a_in = attrs[++i]; in addLimit()1262 if (a_in != nullptr) { in addLimit()1264 const size_t a_in_len = strlen(a_in); in addLimit()1265 key = std::string(a_in, a_in_len - a_in[a_in_len] == 's') + '-' + key; in addLimit()