HomeSort by relevance Sort by last modified time
    Searched full:a_sub (Results 1 - 4 of 4) sorted by null

  /external/python/cpython2/Modules/
cgen.py 197 for a_type, a_mode, a_factor, a_sub in database:
205 if (a_mode == 'r' and a_sub) or a_sub == 'retval':
207 a_type, a_mode, a_factor, a_sub)
230 a_type, a_mode, a_factor, a_sub = database[i]
233 if a_sub and not isnum(a_sub):
239 if a_sub and isnum(a_sub):
240 print '[', a_sub, ']',
    [all...]
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 139 brillo::Blob a_sub(&a_data[i], &a_data[i + kBlockSize]);
141 EXPECT_TRUE(a_sub == b_sub) << "Block " << (i/kBlockSize) << " differs";
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 866 const int a_sub = src_argb1[3]; local
870 dst_argb[3] = SHADE(a, a_sub);
886 int a_sub = src_y0[i + 2]; local
889 int a_diff = a - a_sub;
904 int a_sub = src_y1[i + 0]; local
907 int a_diff = a - a_sub;
    [all...]
  /external/libyuv/files/source/
row_common.cc 864 const int a_sub = src_argb1[3]; local
868 dst_argb[3] = SHADE(a, a_sub);
887 int a_sub = src_y0[i + 2]; local
890 int a_diff = a - a_sub;
907 int a_sub = src_y1[i + 0]; local
910 int a_diff = a - a_sub;
    [all...]

Completed in 348 milliseconds