Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/ffmpeg/tests/api/
Dapi-threadmessage-test.c53 #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/
Djvdec.c53 #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()
Dpaf.c27 #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/
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 …]
Dmisc.c643 *dp++ = MAGIC; in simplify_gmatch_pattern()
661 *dp++ = MAGIC; in simplify_gmatch_pattern()
/third_party/python/Lib/
Dsre_constants.py16 MAGIC = 20171005 variable
239 f.write("#define SRE_MAGIC %d\n" % MAGIC)
Dsre_compile.py17 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dssh-private.js29 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/
Dcpio.h4 #define MAGIC "070707" macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dcpio.h4 #define MAGIC "070707" macro
/third_party/musl/porting/uniproton/kernel/include/
Dcpio.h4 #define MAGIC "070707" macro
/third_party/musl/ndk_musl_include/
Dcpio.h4 #define MAGIC "070707" macro
/third_party/musl/include/
Dcpio.h4 #define MAGIC "070707" macro
/third_party/boost/tools/build/src/engine/
Dregexp.h33 #define MAGIC 0234 macro
Dregexp.cpp237 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/
DPreparedDictionaryGenerator.java20 private static final int MAGIC = 0xDEBCEDE0; field in PreparedDictionaryGenerator
144 /* magic */ struct.put(0, MAGIC); in generate()
/third_party/musl/libc-test/src/api/
Dcpio.c24 {char *s = "" MAGIC;} in f()
/third_party/mbedtls/scripts/mbedtls_dev/
Dpsa_storage.py123 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/
Dinteger.inl34 // 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/
DBTF.h54 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 }; enumerator
DBTFDebug.cpp713 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader()
714 OS.EmitIntValue(BTF::MAGIC, 2); in emitCommonHeader()
/third_party/python/Tools/scripts/
Dtexi2html.py71 MAGIC = '\\input texinfo' variable
259 if line[:len(MAGIC)] != MAGIC:
260 raise SyntaxError('file does not begin with %r' % (MAGIC,))
/third_party/nghttp2/doc/
Dprogrammers-guide.rst97 24 bytes of client magic string (MAGIC)
102 MAGIC on server configuration unless
/third_party/ffmpeg/doc/
Doptimization.txt225 http://www.aggregate.org/MAGIC/

12