Home
last modified time | relevance | path

Searched refs:MAGIC (Results 1 – 25 of 68) sorted by relevance

123

/external/jemalloc_new/test/unit/
Dzero.c7 #define MAGIC ((uint8_t)0x61) in test_zero() macro
16 assert_u_eq(s[0], MAGIC, in test_zero()
19 assert_u_eq(s[sz_prev-1], MAGIC, in test_zero()
28 s[i] = MAGIC; in test_zero()
39 #undef MAGIC in test_zero()
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dconditional-variable-length-signext-after-high-bit-extract.ll23 ; CHECK-NEXT: [[MAGIC:%.*]] = select i1 [[SHOULD_SIGNEXT]], i32 [[ALL_BITS_EXCEPT_LOW_NBITS]], i…
28 ; CHECK-NEXT: call void @use32(i32 [[MAGIC]])
54 ; CHECK-NEXT: [[MAGIC:%.*]] = select i1 [[SHOULD_SIGNEXT]], i32 [[ALL_BITS_EXCEPT_LOW_NBITS]], i…
59 ; CHECK-NEXT: call void @use32(i32 [[MAGIC]])
85 ; CHECK-NEXT: [[MAGIC:%.*]] = select i1 [[SHOULD_SIGNEXT]], i32 [[HIGHER_BIT_AFTER_SIGNBIT]], i3…
90 ; CHECK-NEXT: call void @use32(i32 [[MAGIC]])
229 ; CHECK-NEXT: [[MAGIC:%.*]] = select i1 [[SHOULD_SIGNEXT]], i32 [[ALL_BITS_EXCEPT_LOW_NBITS]], i…
234 ; CHECK-NEXT: call void @use32(i32 [[MAGIC]])
259 ; CHECK-NEXT: [[MAGIC:%.*]] = select i1 [[SHOULD_SIGNEXT]], i32 0, i32 [[ALL_BITS_EXCEPT_LOW_NBI…
264 ; CHECK-NEXT: call void @use32(i32 [[MAGIC]])
[all …]
/external/python/cpython2/Tools/scripts/
Dcheckpyc.py18 MAGIC = imp.get_magic()
20 print 'Using MAGIC word', repr(MAGIC)
49 if magic_str <> MAGIC:
/external/ltp/testcases/misc/math/fptests/
Dfptest02.c47 #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/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DJcopBackupImpl.java33 final public static short MAGIC = (short)0xdeed; field in JcopBackupImpl
77 if (Util.getShort(in, (short)3) != MAGIC) { in restore()
154 Util.setShort(buffer, offset, MAGIC); in backup()
/external/python/cpython2/Lib/
Dsunaudio.py8 MAGIC = '.snd' variable
21 if fp.read(4) != MAGIC:
Dpy_compile.py13 MAGIC = imp.get_magic() variable
129 fc.write(MAGIC)
Dsre_constants.py16 MAGIC = 20031017 variable
244 f.write("#define SRE_MAGIC %d\n" % MAGIC)
/external/elfutils/libdwfl/
Dgzip.c43 # define MAGIC "\xFD" "7zXZ\0" /* XZ file format. */ macro
56 # define MAGIC "\x28\xb5\x2f\xfd" macro
62 # define MAGIC "BZh" macro
74 # define MAGIC "\037\213" macro
226 if (NOMAGIC (MAGIC) in unzip()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dmaterialize_passthrough_op.mlir11 // CHECK-NEXT: %[[MAGIC:.*]] = "magic.op"(%[[ADD]], %[[ADD]]) : (tensor<10xf32>, tensor<10xf32>)…
12 // CHECK-NEXT: return %[[MAGIC]]
/external/llvm/test/CodeGen/X86/
D2009-07-15-CoalescerBug.ll13 %struct.MAGIC = type { %struct.MAGIC*, %struct.MGVTBL*, i16, i8, i8, %struct.SV*, i8*, i32 }
14MAGIC*)*, 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/llvm-project/llvm/test/CodeGen/X86/
D2009-07-15-CoalescerBug.ll13 %struct.MAGIC = type { %struct.MAGIC*, %struct.MGVTBL*, i16, i8, i8, %struct.SV*, i8*, i32 }
14MAGIC*)*, 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/
Deval.c555 tpat1 = shf_smprintf("%s%c*", pat, MAGIC); in expand()
559 tpat1 = shf_smprintf("%c*%s", MAGIC, pat); in expand()
563 tpat1 = shf_smprintf("%c*%s%c*", MAGIC, pat, MAGIC); in expand()
676 *dp++ = MAGIC; in expand()
743 *dp++ = MAGIC; in expand()
1122 *dp++ = MAGIC; in expand()
1129 *dp++ = MAGIC; in expand()
1139 *dp++ = MAGIC; in expand()
1189 *dp++ = MAGIC; in expand()
1192 *dp++ = MAGIC; in expand()
[all …]
/external/python/cpython3/Lib/
Dsre_constants.py16 MAGIC = 20171005 variable
239 f.write("#define SRE_MAGIC %d\n" % MAGIC)
/external/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java20 private static final int MAGIC = 0xDEBCEDE0; field in PreparedDictionaryGenerator
144 /* magic */ struct.put(0, MAGIC); in generate()
/external/turbine/java/com/google/turbine/bytecode/
DClassWriter.java32 private static final int MAGIC = 0xcafebabe; field in ClassWriter
120 result.writeInt(MAGIC); in finishClass()
/external/rust/crates/aho-corasick/src/
Dtests.rs1172 const MAGIC: [u8; 5] = *b"1234j"; in regression_stream_rare_byte_prefilter() constant
1201 if self.read >= BEGIN && self.read <= BEGIN + MAGIC.len() { in regression_stream_rare_byte_prefilter()
1202 let to = buf.len().min(BEGIN + MAGIC.len() - self.read + from); in regression_stream_rare_byte_prefilter()
1205 &MAGIC in regression_stream_rare_byte_prefilter()
1221 let aut = AhoCorasickBuilder::new().build(&[&MAGIC]); in regression_stream_rare_byte_prefilter()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java42 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/
Durem.ll22 ; SI: v_mov_b32_e32 [[MAGIC:v[0-9]+]], 0x24924925
23 ; SI: v_mul_hi_u32 {{v[0-9]+}}, [[MAGIC]]
/external/python/cpython2/Lib/plat-irix5/
Dflp.py56 MAGIC = '.fdc' variable
72 if fp.read(4) != MAGIC:
136 fp.write(MAGIC)
/external/python/cpython2/Lib/plat-irix6/
Dflp.py55 MAGIC = '.fdc' variable
71 if fp.read(4) != MAGIC:
135 fp.write(MAGIC)
/external/python/cpython2/Lib/plat-mac/
Dbuildtools.py28 MAGIC = imp.get_magic() variable
248 data = (MAGIC + '\0\0\0\0') + data
434 fc.write(MAGIC)
/external/objenesis/main/src/test/java/org/objenesis/
DClassReader.java252 in.read(buffer, 0, MAGIC.length); in readClass()
253 assertArrayEquals(MAGIC); in readClass()
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dinteger.inl34 // Henry Gordon Dietz: http://aggregate.org/MAGIC/
52 // Henry Gordon Dietz: http://aggregate.org/MAGIC/
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Durem.ll22 ; SI: s_mov_b32 [[MAGIC:s[0-9]+]], 0x24924925
23 ; SI: v_mul_hi_u32 {{v[0-9]+}}, {{v[0-9]+}}, [[MAGIC]]

123