HomeSort by relevance Sort by last modified time
    Searched refs:r_out (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/include/jemalloc/internal/
hash.h 24 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;
  /external/chromium_org/third_party/qcms/src/
transform-sse2.c 74 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]];
transform-sse1.c 74 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]];
transform.c 244 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] = transform->output_table_r->data[gray]
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xrange.py 147 r_out = pickle.loads(pickle.dumps(r, proto))
148 self.assert_xranges_equivalent(r_out, r)
179 r_out = eval(repr(r))
180 self.assert_xranges_equivalent(r, r_out)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xrange.py 147 r_out = pickle.loads(pickle.dumps(r, proto))
148 self.assert_xranges_equivalent(r_out, r)
179 r_out = eval(repr(r))
180 self.assert_xranges_equivalent(r, r_out)

Completed in 92 milliseconds