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/linux-kselftest/tools/testing/selftests/sgx/
Dmain.c24 static const uint64_t MAGIC = 0x1122334455667788ULL; variable
253 put_op.value = MAGIC; in TEST_F()
265 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
326 put_op.value = MAGIC; in TEST_F()
338 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
355 put_op.value = MAGIC; in TEST_F()
367 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
394 put_op.value = MAGIC; in TEST_F()
406 EXPECT_EQ(get_op.value, MAGIC); in TEST_F()
478 put_addr_op.value = MAGIC; in TEST_F()
[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.c41 # define MAGIC "\xFD" "7zXZ\0" /* XZ file format. */ macro
54 # define MAGIC "\x28\xb5\x2f\xfd" macro
60 # define MAGIC "BZh" macro
72 # define MAGIC "\037\213" macro
224 if (NOMAGIC (MAGIC) in unzip()
/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/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/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/musl/include/
Dcpio.h4 #define MAGIC "070707" macro
/external/mbedtls/scripts/mbedtls_dev/
Dpsa_storage.py128 MAGIC = b'PSA\000KEY\000' variable in Key
160 header = self.MAGIC + self.pack('L', self.version)
/external/turbine/java/com/google/turbine/bytecode/
DClassWriter.java32 private static final int MAGIC = 0xcafebabe; field in ClassWriter
116 result.writeInt(MAGIC); in finishClass()
/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/angle/tools/flex-bison/third_party/skeletons/
Dglr2.cc810 , magic_ (MAGIC)]])[
821 , magic_ (MAGIC)]])[
834 , magic_ (MAGIC)]])[
843 , magic_ (MAGIC)]])[
997 YYASSERT(this->magic_ == MAGIC);
1002 enum { MAGIC = 713705 };
1130 , magic_ (MAGIC)]])[
1138 , magic_ (MAGIC)]])[
1146 , magic_ (MAGIC)]])[
1345 YYASSERT(this->magic_ == MAGIC);
[all …]
/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py123 MAGIC = b'PSA\000KEY\000' variable in Key
150 header = self.MAGIC + self.pack('L', self.version)
/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/rust/crates/aho-corasick/src/
Dtests.rs1186 const MAGIC: [u8; 5] = *b"1234j"; in regression_stream_rare_byte_prefilter() constant
1215 if self.read >= BEGIN && self.read <= BEGIN + MAGIC.len() { in regression_stream_rare_byte_prefilter()
1216 let to = buf.len().min(BEGIN + MAGIC.len() - self.read + from); in regression_stream_rare_byte_prefilter()
1219 &MAGIC in regression_stream_rare_byte_prefilter()
1235 let aut = AhoCorasickBuilder::new().build(&[&MAGIC]); in regression_stream_rare_byte_prefilter()
/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-mac/
Dbuildtools.py28 MAGIC = imp.get_magic() variable
248 data = (MAGIC + '\0\0\0\0') + data
434 fc.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-irix5/
Dflp.py56 MAGIC = '.fdc' variable
72 if fp.read(4) != MAGIC:
136 fp.write(MAGIC)

123