/third_party/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()
|
/third_party/ffmpeg/tests/api/ |
D | api-threadmessage-test.c | 53 #define MAGIC 0xdeadc0de macro 58 av_assert0(msg->magic == MAGIC); in free_frame() 76 .magic = MAGIC, in sender_thread() 145 av_assert0(msg.magic == MAGIC); in receiver_thread()
|
/third_party/ffmpeg/libavformat/ |
D | jvdec.c | 53 #define MAGIC " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd." macro 57 if (pd->buf[0] == 'J' && pd->buf[1] == 'V' && strlen(MAGIC) + 4 <= pd->buf_size && in read_probe() 58 !memcmp(pd->buf + 4, MAGIC, strlen(MAGIC))) in read_probe()
|
D | paf.c | 27 #define MAGIC "Packed Animation File V1.0\n(c) 1992-96 Amazing Studio\x0a\x1a" macro 58 if ((p->buf_size >= strlen(MAGIC)) && in read_probe() 59 !memcmp(p->buf, MAGIC, strlen(MAGIC))) in read_probe()
|
/third_party/mksh/ |
D | eval.c | 555 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 …]
|
D | misc.c | 643 *dp++ = MAGIC; in simplify_gmatch_pattern() 661 *dp++ = MAGIC; in simplify_gmatch_pattern()
|
/third_party/python/Lib/ |
D | sre_constants.py | 16 MAGIC = 20171005 variable 239 f.write("#define SRE_MAGIC %d\n" % MAGIC)
|
D | sre_compile.py | 17 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
|
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/ |
D | ssh-private.js | 29 var MAGIC = 'openssh-key-v1'; variable 35 assert.strictEqual(magic, MAGIC, 'bad magic string'); 226 buf.writeCString(MAGIC);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/ndk_musl_include/ |
D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/include/ |
D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/boost/tools/build/src/engine/ |
D | regexp.h | 33 #define MAGIC 0234 macro
|
D | regexp.cpp | 237 regc(MAGIC); in regcomp() 254 regc(MAGIC); in regcomp() 810 if (UCHARAT(prog->program) != MAGIC) { in regexec()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/ |
D | PreparedDictionaryGenerator.java | 20 private static final int MAGIC = 0xDEBCEDE0; field in PreparedDictionaryGenerator 144 /* magic */ struct.put(0, MAGIC); in generate()
|
/third_party/musl/libc-test/src/api/ |
D | cpio.c | 24 {char *s = "" MAGIC;} in f()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
D | psa_storage.py | 123 MAGIC = b'PSA\000KEY\000' variable in Key 150 header = self.MAGIC + self.pack('L', self.version)
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | integer.inl | 34 // Henry Gordon Dietz: http://aggregate.org/MAGIC/ 52 // Henry Gordon Dietz: http://aggregate.org/MAGIC/
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTF.h | 54 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 }; enumerator
|
D | BTFDebug.cpp | 713 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader() 714 OS.EmitIntValue(BTF::MAGIC, 2); in emitCommonHeader()
|
/third_party/python/Tools/scripts/ |
D | texi2html.py | 71 MAGIC = '\\input texinfo' variable 259 if line[:len(MAGIC)] != MAGIC: 260 raise SyntaxError('file does not begin with %r' % (MAGIC,))
|
/third_party/nghttp2/doc/ |
D | programmers-guide.rst | 97 24 bytes of client magic string (MAGIC) 102 MAGIC on server configuration unless
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 225 http://www.aggregate.org/MAGIC/
|