OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:r_out
(Results
1 - 5
of
5
) sorted by null
/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 141 milliseconds