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

/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas.cpp875 int BG : ([](auto i) { return i; })(3); //expected-error{{inside of a constant expression}} \ member in struct:inclass_lambdas_within_nested_classes::ns1::X1
901 int BG : ([](auto i) { return i; })(3); //expected-error{{not an integral constant}}\
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc988 #define BG (UG * 128 + VG * 128 + YGB) macro
997 { BB, BG, BR, 0, 0, 0, 0, 0 },
1005 { BR, BG, BB, 0, 0, 0, 0, 0 },
1012 { BB, BG, BR, 0, 0, 0, 0, 0 },
1018 { BR, BG, BB, 0, 0, 0, 0, 0 },
1030 { BG, BG, BG, BG, BG, B
1049 #undef BG macro
1075 #define BG macro
1136 #undef BG macro
1163 #define BG macro
1224 #undef BG macro
[all...]
/external/libyuv/files/source/
H A Drow_common.cc997 #define BG (UG * 128 + VG * 128 + YGB) macro
1006 {BB, BG, BR, 0, 0, 0, 0, 0},
1013 {BR, BG, BB, 0, 0, 0, 0, 0},
1019 {BB, BG, BR, 0, 0, 0, 0, 0},
1024 {BR, BG, BB, 0, 0, 0, 0, 0},
1035 {BG, BG, BG, BG, BG, B
1052 #undef BG macro
1078 #define BG macro
1133 #undef BG macro
1161 #define BG macro
1216 #undef BG macro
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1097 for (auto &BG : BitGroups) {
1098 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0);
1099 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)];
1100 VRI.V = BG.V;
1101 VRI.RLAmt = BG.RLAmt;
1102 VRI.Repl32 = BG.Repl32;
1104 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx);
1135 auto IsAllLow32 = [this](BitGroup & BG) {
1136 if (BG
1799 BitGroup BG = *I; local
[all...]

Completed in 252 milliseconds