Searched defs:b_out (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Dtransform-sse1.c75 const int b_out = output_format.b; local
124 dest[b_out] = otdata_b[output[2]];
149 dest[b_out] = otdata_b[output[2]];
195 const int b_out = output_format.b; local
250 dest[b_out] = otdata_b[output[2]];
277 dest[b_out] = otdata_b[output[2]];
H A Dtransform-sse2.c75 const int b_out = output_format.b; local
122 dest[b_out] = otdata_b[output[2]];
145 dest[b_out] = otdata_b[output[2]];
189 const int b_out = output_format.b; local
242 dest[b_out] = otdata_b[output[2]];
267 dest[b_out] = otdata_b[output[2]];
H A Dtransform.c245 const int b_out = output_format.b;
268 dest[b_out] = clamp_u8(out_device_b*255);
277 const int b_out = output_format.b; local
292 dest[b_out] = clamp_u8(out_device_b*255);
306 const int b_out = output_format.b; local
322 dest[b_out] = clamp_u8(out_device_b*255);
332 const int b_out = output_format.b; local
346 dest[b_out] = transform->output_table_b->data[gray];
355 const int b_out = output_format.b; local
370 dest[b_out]
379 const int b_out = output_format.b; local
416 const int b_out = output_format.b; local
519 const int b_out = output_format.b; local
639 const int b_out = output_format.b; local
756 const int b_out = output_format.b; local
795 const int b_out = output_format.b; local
[all...]
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc954 Environment b_out = owner_->VisitStmt(b, a_out); local
955 Environment c_out = owner_->VisitStmt(c, b_out);
961 Environment b_out = owner_->VisitStmt(b, a_out); local
962 MergeOut(b_out);

Completed in 522 milliseconds