/third_party/ffmpeg/tests/api/ |
H A 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/ltp/testcases/misc/math/fptests/ |
H A 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/elfutils/libdwfl/ |
H A D | gzip.c | 41 # 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()
|
/third_party/ffmpeg/libavformat/ |
H A 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()
|
H A 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/backends/backend/ |
H A D | pnm.c | 65 #define MAGIC (void *)0xab730324 macro 596 *handle = MAGIC; in sane_open() 625 if (handle == MAGIC) in sane_close() 633 if (handle != MAGIC || !is_open) in sane_get_option_descriptor() 652 if (handle != MAGIC || !is_open) in sane_control_option() 1099 if (handle != MAGIC || !is_open) in sane_get_parameters() 1118 if (handle != MAGIC || !is_open) in sane_start() 1188 if (handle != MAGIC) in sane_read()
|
H A D | dc210.c | 82 #define MAGIC (void *)0xab730324 macro 871 *handle = MAGIC; in sane_open() 882 if (handle == MAGIC) in sane_close() 891 if (handle != MAGIC || !is_open) in sane_get_option_descriptor() 912 if (handle != MAGIC || !is_open) in sane_control_option() 1110 if (handle != MAGIC || !is_open) in sane_get_parameters() 1180 if (handle != MAGIC || !is_open || in sane_start()
|
H A D | dc240.c | 85 #define MAGIC (void *)0xab730324 macro 1004 *handle = MAGIC; in sane_open() 1015 if (handle == MAGIC) in sane_close() 1024 if (handle != MAGIC || !is_open) in sane_get_option_descriptor() 1050 if (handle != MAGIC || !is_open) in sane_control_option() 1273 if (handle != MAGIC || !is_open) in sane_get_parameters() 1348 if (handle != MAGIC || !is_open || in sane_start()
|
H A D | gphoto2.c | 113 #define MAGIC (void *)0xab730324 macro 993 *handle = MAGIC; in sane_open() 1008 if (handle == MAGIC) in sane_close() 1021 if (handle != MAGIC || !is_open) in sane_get_option_descriptor() 1051 if (handle != MAGIC || !is_open) in sane_control_option() 1305 if (handle != MAGIC || !is_open) in sane_get_parameters() 1384 if (handle != MAGIC || !is_open || in sane_start()
|
H A D | dc25.c | 110 #define MAGIC (void *)0xab730324 macro 2002 *handle = MAGIC; in sane_open() 2018 if (handle == MAGIC) in sane_close() 2035 if (handle != MAGIC || !is_open) in sane_get_option_descriptor() 2058 if (handle != MAGIC || !is_open) in sane_control_option() 2276 if (handle != MAGIC || !is_open) in sane_get_parameters() 2303 if (handle != MAGIC || !is_open || in sane_start()
|
/third_party/mksh/ |
H A 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() [all...] |
H A D | misc.c | 636 /* skip MAGIC and closing parenthesis */ in simplify_gmatch_pattern() 643 *dp++ = MAGIC; in simplify_gmatch_pattern() 661 *dp++ = MAGIC; in simplify_gmatch_pattern() 677 * pattern character are prefixed with MAGIC by expand. 747 /* MAGIC + NUL? abort. */ in has_globbing() 766 /* MAGIC + NUL cannot happen */ in has_globbing() 1025 /* make initial ] non-MAGIC */ in gmatch_cclass() 1033 /* MAGIC + NUL cannot happen */ in gmatch_cclass() 1130 /* MAGIC + NUL cannot happen */ in gmatch_cclass()
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | tests.rs | 1186 const MAGIC: [u8; 5] = *b"1234j"; in regression_stream_rare_byte_prefilter() consts 1194 /// implementation will simulate a file filled with 0, except for the MAGIC in regression_stream_rare_byte_prefilter() 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()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/include/ |
H A D | cpio.h | 4 #define MAGIC "070707" macro
|
/third_party/musl/libc-test/src/api/ |
H A D | cpio.c | 24 {char *s = "" MAGIC;} in f()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | psa_storage.py | 121 MAGIC = b'PSA\000KEY\000' variable in Key 153 header = self.MAGIC + self.pack('L', self.version)
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/ |
H A D | PreparedDictionaryGenerator.java | 20 private static final int MAGIC = 0xDEBCEDE0; field in PreparedDictionaryGenerator 144 /* magic */ struct.put(0, MAGIC); in generate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTF.h | 54 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 };
|
H A D | BTFDebug.cpp | 713 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader() 714 OS.EmitIntValue(BTF::MAGIC, 2); in emitCommonHeader()
|
/third_party/python/Lib/re/ |
H A D | _constants.py | 16 MAGIC = 20220615 variable
|
H A D | _compiler.py | 18 assert _sre.MAGIC == MAGIC, "SRE module mismatch"
|
/third_party/python/Tools/scripts/ |
H A D | texi2html.py | 71 MAGIC = '\\input texinfo' variable 259 if line[:len(MAGIC)] != MAGIC: 260 raise SyntaxError('file does not begin with %r' % (MAGIC,)) 263 # Parse the contents of a file, not expecting a MAGIC header
|