HomeSort by relevance Sort by last modified time
    Searched defs:BG (Results 1 - 14 of 14) sorted by null

  /external/v8/test/webkit/fast/js/
regexp-unicode-handling.js 36 var BG=/ $/;
53 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
  /external/v8/test/webkit/
gmail-re-re.js 33 var BG=/ $/;
50 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 875 int BG : ([](auto i) { return i; })(3); //expected-error{{inside of a constant expression}} \
901 int BG : ([](auto i) { return i; })(3); //expected-error{{not an integral constant}}\
  /external/libvpx/libvpx/third_party/libyuv/source/
row_neon.cc 150 #define BG (UG * 128 + VG * 128 - YGB)
157 static vec16 kUVBiasBGR = { BB, BG, BR, 0, 0, 0, 0, 0 };
167 #undef BG
420 "vorr q0, q8, q9 \n" /* BG */ \
464 "vorr q0, q8, q9 \n" /* BG */ \
504 "vorr d0, d20, d21 \n" /* BG */ \
    [all...]
row_neon64.cc 145 #define BG (UG * 128 + VG * 128 - YGB)
148 static vec16 kUVBiasBGR = { BB, BG, BR, 0, 0, 0, 0, 0 };
158 #undef BG
481 "orr v0.8b, v20.8b, v21.8b \n" /* BG */ \
    [all...]
row_common.cc 1824 uint32 bg = src_argb1[1]; local
1853 uint32 bg = src_argb1[1]; local
    [all...]
row_gcc.cc     [all...]
row_win.cc 56 #define BG (UG * 128 + VG * 128 + YGB)
68 { BG, BG, BG, BG, BG, BG, BG, BG, BG, BG, BG, BG, BG, BG, BG, BG }
    [all...]
  /external/libyuv/files/source/
row_common.cc 438 #define BG UG * 128 + VG * 128
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
837 uint32 bg = src_argb1[1]; local
840 dst_argb[1] = BLEND(fg, bg, a);
849 bg = src_argb1[4 + 1];
852 dst_argb[4 + 1] = BLEND(fg, bg, a);
866 uint32 bg = src_argb1[1]; local
869 dst_argb[1] = BLEND(fg, bg, a);
    [all...]
row_posix.cc     [all...]
row_win.cc 571 por xmm1, xmm2 // BG
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 191 #define BG 0x11000000
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 253 milliseconds