/external/jemalloc/test/unit/ |
D | zero.c | 13 #define MAGIC ((uint8_t)0x61) in test_zero() macro 22 assert_u_eq(s[0], MAGIC, in test_zero() 25 assert_u_eq(s[sz_prev-1], MAGIC, in test_zero() 34 s[i] = MAGIC; in test_zero() 45 #undef MAGIC in test_zero()
|
/external/ltp/testcases/misc/math/fptests/ |
D | fptest02.c | 47 #define MAGIC 0.777807 macro 157 v = avgspd - MAGIC; in term() 162 v = avgspd - MAGIC; in term() 164 tst_resm(TINFO, "expected %.15f\n", MAGIC); in term()
|
/external/elfutils/libdwfl/ |
D | gzip.c | 39 # define MAGIC "\xFD" "7zXZ\0" /* XZ file format. */ macro 52 # define MAGIC "BZh" macro 64 # define MAGIC "\037\213" macro 214 if (NOMAGIC (MAGIC) in unzip()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-07-15-CoalescerBug.ll | 13 %struct.MAGIC = type { %struct.MAGIC*, %struct.MGVTBL*, i16, i8, i8, %struct.SV*, i8*, i32 } 14 …MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*… 24 …%struct.XPVAV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.SV**, %str… 25 …%struct.XPVCV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.HV*, %stru… 26 …%struct.XPVGV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.GP*, i8*, … 27 …%struct.XPVHV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, i32, %struct.HE*, … 28 …%struct.XPVIO = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.PerlIOl**,…
|
/external/mksh/src/ |
D | eval.c | 535 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand() 539 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand() 543 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand() 622 *dp++ = MAGIC; in expand() 690 *dp++ = MAGIC; in expand() 986 *dp++ = MAGIC; in expand() 993 *dp++ = MAGIC; in expand() 1002 *dp++ = MAGIC; in expand() 1052 *dp++ = MAGIC; in expand() 1055 *dp++ = MAGIC; in expand() [all …]
|
D | misc.c | 619 *dp++ = MAGIC; in simplify_gmatch_pattern() 637 *dp++ = MAGIC; in simplify_gmatch_pattern()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-07-15-CoalescerBug.ll | 13 %struct.MAGIC = type { %struct.MAGIC*, %struct.MGVTBL*, i16, i8, i8, %struct.SV*, i8*, i32 } 14 …MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*, %struct.MAGIC*)*, i32 (%struct.SV*… 24 …%struct.XPVAV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.SV**, %str… 25 …%struct.XPVCV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.HV*, %stru… 26 …%struct.XPVGV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.GP*, i8*, … 27 …%struct.XPVHV = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, i32, %struct.HE*, … 28 …%struct.XPVIO = type { i8*, i64, i64, i64, double, %struct.MAGIC*, %struct.HV*, %struct.PerlIOl**,…
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 57 #define MAGIC MH_MAGIC macro 63 #define MAGIC MH_MAGIC_64 macro 530 if (mh.magic != MAGIC) { in load_thin_file() 802 if (magic == MAGIC) { in load_mach_file() 827 (*magic == MAGIC || *magic == VG_(ntohl)(FAT_MAGIC))) in VG_()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
D | DiskLruCacheTest.java | 42 import static com.squareup.okhttp.internal.DiskLruCache.MAGIC; 337 createJournalWithHeader(MAGIC, "0", "100", "2", ""); in openWithInvalidVersionClearsDirectory() 345 createJournalWithHeader(MAGIC, "1", "101", "2", ""); in openWithInvalidAppVersionClearsDirectory() 353 createJournalWithHeader(MAGIC, "1", "100", "1", ""); in openWithInvalidValueCountClearsDirectory() 361 createJournalWithHeader(MAGIC, "1", "100", "2", "x"); in openWithInvalidBlankLineClearsDirectory() 390 sink.writeUtf8(MAGIC + "\n" + VERSION_1 + "\n100\n2\n\nCLEAN k1 1 1"); // no trailing newline in openWithTruncatedLineDiscardsThatLine() 1237 expectedLines.add(MAGIC); in assertJournalEquals() 1247 createJournalWithHeader(MAGIC, VERSION_1, "100", "2", "", bodyLines); in createJournal()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | urem.ll | 22 ; SI: v_mov_b32_e32 [[MAGIC:v[0-9]+]], 0x24924925 23 ; SI: v_mul_hi_u32 {{v[0-9]+}}, [[MAGIC]]
|
D | srem.ll | 22 ; SI: v_mov_b32_e32 [[MAGIC:v[0-9]+]], 0x92492493 23 ; SI: v_mul_hi_i32 {{v[0-9]+}}, [[MAGIC]],
|
D | sdiv.ll | 38 ; SI-DAG: v_mov_b32_e32 [[MAGIC:v[0-9]+]], 0x98a1930b 39 ; SI: v_mul_hi_i32 [[TMP:v[0-9]+]], [[MAGIC]], [[VAL]]
|
/external/objenesis/main/src/test/java/org/objenesis/ |
D | ClassReader.java | 252 in.read(buffer, 0, MAGIC.length); in readClass() 253 assertArrayEquals(MAGIC); in readClass()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | integer.inl | 40 // Henry Gordon Dietz: http://aggregate.org/MAGIC/ 72 // Henry Gordon Dietz: http://aggregate.org/MAGIC/
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | DataFactory.java | 549 if (magic != MAGIC) in persist() 692 out.writeInt (MAGIC); in writeFileHeader() 805 private static final int MAGIC = 0x454D4D41; // "EMMA" field in DataFactory
|
/external/ImageMagick/config/ |
D | ImageMagick.rc | 59 MAGIC.XML IMAGEMAGICK DISCARDABLE "..\\bin\\magic.xml"
|
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/ |
D | ClassDefinitionUtils.java | 84 public static final byte[] MAGIC = { (byte) 0xca, (byte) 0xfe, (byte) 0xba, (byte) 0xbe }; field in ClassDefinitionUtils
|
D | ProxyingInstantiator.java | 100 in.write(MAGIC); in writeExtendingClass()
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
D | DiskLruCache.java | 89 static final String MAGIC = "libcore.io.DiskLruCache"; field in DiskLruCache 249 if (!MAGIC.equals(magic) in readJournal() 355 writer.write(MAGIC); in rebuildJournal()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 66 # define MAGIC MH_MAGIC macro 73 # define MAGIC MH_MAGIC_64 macro 124 if (mh->magic == MAGIC) in ML_() 263 if (mh.magic != MAGIC) { in map_image_aboard()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
D | DiskLruCache.java | 92 static final String MAGIC = "libcore.io.DiskLruCache"; field in DiskLruCache 269 if (!MAGIC.equals(magic) in readJournal() 384 writer.writeUtf8(MAGIC).writeByte('\n'); in rebuildJournal()
|
/external/objenesis/main/src/main/java/org/objenesis/instantiator/sun/ |
D | MagicInstantiator.java | 130 in.write(MAGIC); in writeExtendingClass()
|
/external/proguard/src/proguard/classfile/ |
D | ClassConstants.java | 32 public static final int MAGIC = 0xCAFEBABE; field in ClassConstants
|
/external/syslinux/doc/ |
D | rfc5071.txt | 67 3. MAGIC Option . . . . . . . . . . . . . . . . . . . . . . . . . 4 149 o "MAGIC" - 208 - An option whose presence and content verifies to 203 3. MAGIC Option 233 The MAGIC Option format is as follows: 573 The MAGIC option MAY NOT be implemented, as it has been deprecated.
|
/external/avb/ |
D | avbtool | 504 MAGIC = 0xed26ff3a variable in ImageHandler 545 if magic != self.MAGIC: 1465 MAGIC = 'AVBf' variable in AvbFooter 1492 if self.magic != self.MAGIC: 1495 self.magic = self.MAGIC
|