/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | PluralRulesLoader.java | 202 UResourceBundle setb = rulesb.get(rulesId); in getOrCreateRulesForLocale() local 205 for (int i = 0; i < setb.getSize(); ++i) { in getOrCreateRulesForLocale() 206 UResourceBundle b = setb.get(i); in getOrCreateRulesForLocale()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | PluralRulesLoader.java | 198 UResourceBundle setb = rulesb.get(rulesId); in getRulesForRulesId() local 201 for (int i = 0; i < setb.getSize(); ++i) { in getRulesForRulesId() 202 UResourceBundle b = setb.get(i); in getRulesForRulesId()
|
/third_party/ltp/tools/sparse/sparse-src/validation/backend/ |
D | cmp-ops.c | 31 static int setb(unsigned int x, unsigned int y) in setb() function
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 615 #define SETB(a) CHOICE(setb a, setb a, setb a) 617 #define SETC(a) CHOICE(setc a, setb a, setb a) 1328 #define SETB(a) setb a
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 800 "setb $RT, $BFA", IIC_IntGeneral>, isPPC64; 808 "setb $RT, $BFA", IIC_IntGeneral>, isPPC64;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 352 // We canonicalize 'setb' to "(and (sbb reg,reg), 1)" on the hope that the and 355 // and, we might as well just match it as a setb.
|
D | README.txt | 544 setb %al
|
D | X86InstrInfo.td | 3180 def C : CondCodeAlias<Prefix, Suffix, "c", "b", V>; // setc -> setb 3191 def NAE : CondCodeAlias<Prefix, Suffix, "nae", "b", V>; // setnae -> setb
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4331 "sc\004setb\006slbfee\005slbia\005slbie\006slbieg\007slbmfee\007slbmfev\006" 6279 …{ 9268 /* setb */, PPC::SETB, Convert__RegGPRC1_0__RegCRRC1_1, AMFBS_None, { MCK_RegGPRC, MCK_RegC…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 2010 Mnemonic = "setb"; // "setc" 2101 Mnemonic = "setb"; // "setnae" 7755 "a\005setae\004setb\005setbe\004sete\004setg\005setge\004setl\005setle\005" 10230 { 7144 /* setb */, X86::SETCCr, Convert__Reg1_0__imm_95_2, AMFBS_None, { MCK_GR8 }, }, 10231 { 7144 /* setb */, X86::SETCCm, Convert__Mem85_0__imm_95_2, AMFBS_None, { MCK_Mem8 }, }, 24794 { 7144 /* setb */, X86::SETCCr, Convert__Reg1_0__imm_95_2, AMFBS_None, { MCK_GR8 }, }, 24795 { 7144 /* setb */, X86::SETCCm, Convert__Mem85_0__imm_95_2, AMFBS_None, { MCK_Mem8 }, },
|