Searched refs:BM (Results 1 – 25 of 684) sorted by relevance
12345678910>>...28
/third_party/mesa3d/.gitlab-ci/bare-metal/ |
D | fastboot.sh | 3 BM=$CI_PROJECT_DIR/install/bare-metal 64 . $BM/rootfs-setup.sh /nfs 73 . $BM/rootfs-setup.sh rootfs 122 export PATH=$BM:$PATH 134 $BM/fastboot_run.py \
|
D | cros-servo.sh | 7 BM=$CI_PROJECT_DIR/install/bare-metal 59 . $BM/rootfs-setup.sh /nfs 91 python3 $BM/cros_servo_run.py \
|
D | poe-powered.sh | 7 BM=$CI_PROJECT_DIR/install/bare-metal 118 . $BM/rootfs-setup.sh /nfs 128 python3 $BM/poe_run.py \
|
D | rootfs-setup.sh | 8 cp $BM/bm-init.sh $rootfs_dst/init
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | geometricmath.c | 55 #define BM 0xff macro 131 bx0 = ((gint) t) & BM; in gst_gm_noise_2() 132 bx1 = (bx0 + 1) & BM; in gst_gm_noise_2() 137 by0 = ((gint) t) & BM; in gst_gm_noise_2() 138 by1 = (by0 + 1) & BM; in gst_gm_noise_2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 605 BitcodeModule BM = Input.Mods[ModI]; in addModule() local 612 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule() 615 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule() 624 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull)) in addModule() 664 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO() argument 669 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO() 808 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO() argument 812 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO() 824 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO() 832 GUID, BM.getModuleIdentifier())) in addThinLTO() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRObjectFile.cpp | 121 for (auto BM : *BMsOrErr) { in create() 123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
|
/third_party/openssl/test/certs/ |
D | cyrillic_crl.pem | 7 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
|
D | cyrillic_crl.utf8 | 33 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | ig.txt | 6 BM{"Bemuda"}
|
D | nus.txt | 27 BM{"Be̱rmudaa"}
|
D | yi.txt | 46 BM{"בערמודע"}
|
D | zgh.txt | 28 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
D | shi.txt | 28 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
D | dyo.txt | 27 BM{"Bermud"}
|
/third_party/python/Lib/lib2to3/ |
D | refactor.py | 200 self.BM = bm.BottomMatcher() 206 self.BM.add_fixer(fixer) 414 match_set = self.BM.run(tree.leaves()) 417 for fixer in self.BM.fixers: 458 new_matches = self.BM.run(new.leaves())
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.cpp | 70 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local 72 if (BM[R/32] & (1u << (R%32))) in isLiveInstr()
|
D | RDFRegisters.cpp | 200 const uint32_t *BM = getRegMaskBits(RM.Reg); in aliasMM() local 206 uint32_t C = ~BM[w] & ~BN[w]; in aliasMM() 219 if (~BM[TW] & ~BN[TW] & TailMask) in aliasMM()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 412 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, 417 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | nus.txt | 28 BM{"Be̱rmudaa"}
|
D | yi.txt | 47 BM{"בערמודע"}
|
D | zgh.txt | 29 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
/third_party/icu/icu4c/source/data/region/ |
D | nus.txt | 28 BM{"Be̱rmudaa"}
|
D | yi.txt | 47 BM{"בערמודע"}
|
D | zgh.txt | 29 BM{"ⴱⵔⵎⵓⴷⴰ"}
|
12345678910>>...28