/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3-macrolanguages.tab | 360 zap zaa A 361 zap zab A 362 zap zac A 363 zap zad A 364 zap zae A 365 zap zaf A 366 zap zai A 367 zap zam A 368 zap zao A 369 zap zaq A [all …]
|
/external/u-boot/include/zfs/ |
D | zap_impl.h | 57 #define ZAP_EMBEDDED_PTRTBL_SHIFT(zap) (FZAP_BLOCK_SHIFT(zap) - 3 - 1) argument 64 #define ZAP_EMBEDDED_PTRTBL_ENT(zap, idx) \ argument 65 ((uint64_t *)(zap)->zap_f.zap_phys) \ 66 [(idx) + (1<<ZAP_EMBEDDED_PTRTBL_SHIFT(zap))]
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
D | JarJarTask.java | 35 public void addConfiguredZap(Zap zap) { in addConfiguredZap() argument 36 if (zap.getPattern() == null) in addConfiguredZap() 38 patterns.add(zap); in addConfiguredZap()
|
D | ZapProcessor.java | 34 return !zap(name.substring(0, name.length() - 6)); in process() 38 private boolean zap(String desc) { in zap() method in ZapProcessor
|
/external/llvm/lib/IR/ |
D | User.cpp | 87 Use::zap(OldOps, OldOps + OldNumUses, true); in growHungoffUses() 179 Use::zap(*HungOffOperandList, *HungOffOperandList + Obj->NumUserOperands, in operator delete() 184 Use::zap(UseBegin, UseBegin + Obj->NumUserOperands, /* Delete */ false); in operator delete() 191 Use::zap(Storage, Storage + Obj->NumUserOperands, in operator delete()
|
D | Use.cpp | 87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap() function in llvm::Use
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | User.cpp | 83 Use::zap(OldOps, OldOps + OldNumUses, true); in growHungoffUses() 175 Use::zap(*HungOffOperandList, *HungOffOperandList + Obj->NumUserOperands, in operator delete() 180 Use::zap(UseBegin, UseBegin + Obj->NumUserOperands, /* Delete */ false); in operator delete() 187 Use::zap(Storage, Storage + Obj->NumUserOperands, in operator delete()
|
D | Use.cpp | 87 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap() function in llvm::Use
|
/external/jarjar/res/com/tonicsystems/jarjar/ |
D | help.txt | 50 zap <pattern> 68 The "zap" rule causes any matched class to be removed from the resulting 69 jar file. All zap rules are processed before renaming rules.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | 2008-06-08-ICmpPHI.ll | 31 %tmp17 = tail call i32 (...) @zap( ) nounwind ; <i32> [#uses=1] 47 declare i32 @zap(...)
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | 2008-06-08-ICmpPHI.ll | 31 %tmp17 = tail call i32 (...)* @zap( ) nounwind ; <i32> [#uses=1] 47 declare i32 @zap(...)
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-06-08-ICmpPHI.ll | 31 %tmp17 = tail call i32 (...) @zap( ) nounwind ; <i32> [#uses=1] 47 declare i32 @zap(...)
|
/external/u-boot/fs/zfs/ |
D | zfs.c | 879 zap_verify(zap_phys_t *zap) in zap_verify() argument 881 if (zap->zap_magic != (uint64_t) ZAP_MAGIC) { in zap_verify() 886 if (zap->zap_flags != 0) { in zap_verify() 891 if (zap->zap_salt == 0) { in zap_verify() 905 fzap_lookup(dnode_end_t *zap_dnode, zap_phys_t *zap, in fzap_lookup() argument 915 err = zap_verify(zap); in fzap_lookup() 919 hash = zap_hash(zap->zap_salt, name); in fzap_lookup() 922 if (zap->zap_ptrtbl.zt_numblks != 0) { in fzap_lookup() 926 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift); in fzap_lookup() 927 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_lookup() [all …]
|
/external/autotest/client/profilers/powertop/src/ |
D | cpufreqstats.c | 48 static void zap(void) in zap() function 132 zap(); in do_cpufreq_stats()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | User.h | 54 Use::zap(OperandList, OperandList + NumOperands, true); in dropHungoffUses() 61 Use::zap(OperandList, OperandList + NumOperands); in ~User()
|
/external/e2fsprogs/tests/f_zeroed_ext_header/ |
D | name | 1 zap inode with zeroed extent header
|
/external/llvm/test/CodeGen/AArch64/ |
D | ghc-cc.ll | 35 define void @zap(i64 %a, i64 %b) nounwind { 37 ; CHECK-LABEL: zap
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | ghc-cc.ll | 35 define void @zap(i64 %a, i64 %b) nounwind { 37 ; CHECK-LABEL: zap
|
/external/vboot_reference/cgpt/ |
D | cmd_create.c | 49 params.zap = 1; in cmd_create()
|
/external/e2fsprogs/debugfs/ |
D | Android.bp | 26 "zap.c",
|
/external/icu/icu4c/source/data/lang/ |
D | bm.txt | 25 ja{"zapɔnekan"}
|
/external/vboot_reference/host/include/ |
D | cgpt_params.h | 19 int zap; member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Use.h | 111 static void zap(Use *Start, const Use *Stop, bool del = false);
|
/external/e2fsprogs/tests/u_debugfs_opt/ |
D | script | 19 $DEBUGFS -w -z $TDB_FILE -R 'zap -p 0x55 0' $TMPFILE >> $OUT 2>&1
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Use.cpp | 125 void Use::zap(Use *Start, const Use *Stop, bool del) { in zap() function in llvm::Use
|