Searched refs:r_out (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dhash.h24 uint64_t r_out[2]);
26 uint64_t r_out[2]);
140 uint64_t r_out[2])
236 r_out[0] = (((uint64_t) h2) << 32) | h1;
237 r_out[1] = (((uint64_t) h4) << 32) | h3;
242 uint64_t r_out[2])
314 r_out[0] = h1;
315 r_out[1] = h2;
139 hash_x86_128(const void *key, const int len, uint32_t seed, uint64_t r_out[2]) argument
241 hash_x64_128(const void *key, const int len, const uint32_t seed, uint64_t r_out[2]) argument
/external/chromium_org/third_party/qcms/src/
H A Dtransform-sse2.c74 const int r_out = output_format.r; local
120 dest[r_out] = otdata_r[output[0]];
143 dest[r_out] = otdata_r[output[0]];
188 const int r_out = output_format.r; local
240 dest[r_out] = otdata_r[output[0]];
265 dest[r_out] = otdata_r[output[0]];
H A Dtransform-sse1.c74 const int r_out = output_format.r; local
122 dest[r_out] = otdata_r[output[0]];
147 dest[r_out] = otdata_r[output[0]];
194 const int r_out = output_format.r; local
248 dest[r_out] = otdata_r[output[0]];
275 dest[r_out] = otdata_r[output[0]];
H A Dtransform.c244 const int r_out = output_format.r;
266 dest[r_out] = clamp_u8(out_device_r*255);
276 const int r_out = output_format.r; local
290 dest[r_out] = clamp_u8(out_device_r*255);
305 const int r_out = output_format.r; local
320 dest[r_out] = clamp_u8(out_device_r*255);
331 const int r_out = output_format.r; local
344 dest[r_out] = transform->output_table_r->data[gray];
354 const int r_out = output_format.r; local
368 dest[r_out]
378 const int r_out = output_format.r; local
415 const int r_out = output_format.r; local
518 const int r_out = output_format.r; local
638 const int r_out = output_format.r; local
755 const int r_out = output_format.r; local
794 const int r_out = output_format.r; local
[all...]

Completed in 91 milliseconds