Searched refs:BG (Results 1 – 25 of 218) sorted by relevance
123456789
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1041 for (auto &BG : BitGroups) { in collectValueRotInfo() local 1042 unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0); in collectValueRotInfo() 1043 ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)]; in collectValueRotInfo() 1044 VRI.V = BG.V; in collectValueRotInfo() 1045 VRI.RLAmt = BG.RLAmt; in collectValueRotInfo() 1046 VRI.Repl32 = BG.Repl32; in collectValueRotInfo() 1048 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx); in collectValueRotInfo() 1079 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups() argument 1080 if (BG.StartIdx <= BG.EndIdx) { in assignRepl32BitGroups() 1081 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) { in assignRepl32BitGroups() [all …]
|
/external/v8/test/webkit/ |
D | gmail-re-re.js | 33 var BG=/ $/; variable 50 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
|
/external/llvm/tools/llvm-cov/ |
D | RenderingSupport.h | 53 bool Bold = false, bool BG = false) { 55 OS.changeColor(Color, Bold, BG);
|
/external/v8/test/webkit/fast/js/ |
D | regexp-unicode-handling.js | 36 var BG=/ $/; variable 53 return a.replace(Ci, " ").replace(BC, "").replace(BG, "");
|
/external/llvm/include/llvm/Support/ |
D | FormattedStream.h | 125 raw_ostream &changeColor(enum Colors Color, bool Bold, bool BG) override { in changeColor() argument 126 TheStream->changeColor(Color, Bold, BG); in changeColor()
|
D | raw_ostream.h | 236 bool BG = false) { 239 (void)BG;
|
/external/libyuv/files/source/ |
D | row_posix.cc | 1286 #define BG UG * 128 + VG * 128 macro 1308 { BG, BG, BG, BG, BG, BG, BG, BG },
|
/external/icu/icu4c/source/data/region/ |
D | ps.txt | 17 BG{"بلغاریه"}
|
D | fa_AF.txt | 20 BG{"بلغاریا"}
|
D | nus.txt | 29 BG{"Bulga̱a̱ria"}
|
D | chr.txt | 36 BG{"ᏊᎵᎨᎵᎠ"}
|
D | yi.txt | 49 BG{"בולגאַריע"}
|
D | shi.txt | 31 BG{"ⴱⵍⵖⴰⵔⵢⴰ"}
|
D | zgh.txt | 30 BG{"ⴱⵍⵖⴰⵔⵢⴰ"}
|
D | vai.txt | 31 BG{"ꗂꔠꔸꕩ"}
|
D | brx.txt | 63 BG{"बल्गैरिया"}
|
D | dyo.txt | 29 BG{"Bulgari"}
|
D | ks.txt | 63 BG{"بَلجیرِیا"}
|
D | or.txt | 63 BG{"ବୁଲଗେରିଆ"}
|
D | ko.txt | 64 BG{"불가리아"}
|
D | he.txt | 64 BG{"בולגריה"}
|
D | zh.txt | 64 BG{"保加利亚"}
|
D | uk.txt | 64 BG{"Болгарія"}
|
D | gu.txt | 64 BG{"બલ્ગેરિયા"}
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_posix.cc | 2069 #define BG UG * 128 + VG * 128 macro 2091 { BG, BG, BG, BG, BG, BG, BG, BG },
|
123456789