HomeSort by: relevance | last modified time | path
    Searched refs:MAGIC (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/lib/libcompat/regexp/
regmagic.h 4 * The first byte of the regexp internal "program" is actually this magic
7 #define MAGIC 0234
regsub.c 57 if (UCHARAT(prog->program) != MAGIC) {
regexp.c 230 regc(MAGIC);
248 regc(MAGIC);
581 * If it's \ then we frozzle. If it's other magic char
610 /* FIXME, $ and ^ should not always be magic */
611 magic:
617 goto magic; /* use it */
808 if (UCHARAT(prog->program) != MAGIC) {
  /src/external/bsd/jemalloc.old/dist/test/unit/
zero.c 7 #define MAGIC ((uint8_t)0x61)
16 expect_u_eq(s[0], MAGIC,
19 expect_u_eq(s[sz_prev-1], MAGIC,
28 s[i] = MAGIC;
39 #undef MAGIC
  /src/external/bsd/jemalloc/dist/test/unit/
zero.c 7 #define MAGIC ((uint8_t)0x61)
16 expect_u_eq(s[0], MAGIC,
19 expect_u_eq(s[sz_prev - 1], MAGIC,
28 s[i] = MAGIC;
39 #undef MAGIC
  /src/include/
cpio.h 56 #define MAGIC "070707"
  /src/external/bsd/libarchive/dist/libarchive/test/
test_open_failure.c 27 #define MAGIC 123456789
29 int magic; member in struct:my_data
46 assertEqualInt(MAGIC, private->magic);
58 assertEqualInt(MAGIC, private->magic);
68 assertEqualInt(MAGIC, private->magic);
78 assertEqualInt(MAGIC, private->magic);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus-anonymous.cc 33 unsigned MAGIC;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-anonymous.cc 33 unsigned MAGIC;
  /src/external/lgpl3/gmp/dist/tests/mpn/
t-aors_1.c 29 #define MAGIC 0x1234
34 got[data[i].size] = MAGIC; \
40 got[data[i].size] = MAGIC; \
60 if (got[size] != MAGIC)
150 scratch [mpn_sec_add_1_itch(data[i].size)] = MAGIC;
152 got_c ^= scratch [mpn_sec_add_1_itch(data[i].size)] ^ MAGIC;
251 scratch [mpn_sec_sub_1_itch(data[i].size)] = MAGIC;
253 got_c ^= scratch [mpn_sec_sub_1_itch(data[i].size)] ^ MAGIC;
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
minimal.c 190 #define MAGIC 0x20DE8101
195 static int magic = 0; local
198 if (magic == MAGIC)
201 magic = MAGIC;
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
minimal.c 190 #define MAGIC 0x20DE8101
195 static int magic = 0; local
198 if (magic == MAGIC)
201 magic = MAGIC;
  /src/bin/pax/
cpio.h 60 char c_magic[6]; /* magic cookie */
73 #define MAGIC 070707 /* transportable archive id */
76 #define AMAGIC "070707" /* ascii equivalent string of MAGIC */
126 char c_magic[6]; /* magic cookie */
cpio.c 435 if (u32_asc((uintmax_t)MAGIC, hd->c_magic, sizeof(hd->c_magic), OCT) ||
501 * WITHOUT crc. WATCH it the magic cookies are in OCTAL, the header
519 * WITH crc. WATCH it the magic cookies are in OCTAL the header uses HEX
698 * add the proper magic value depending whether we were asked for
840 * check both normal and byte swapped magic cookies
842 if (((u_short)SHRT_EXT(blk)) == MAGIC)
844 if (((u_short)RSHRT_EXT(blk)) == MAGIC) {
1048 hd->h_magic[0] = CHR_WR_2(MAGIC);
1049 hd->h_magic[1] = CHR_WR_3(MAGIC);
  /src/lib/libbsdmalloc/
malloc.c 74 * be zero. When in use, the first byte is set to MAGIC, and the second
84 u_char ovu_magic; /* magic number */
87 u_short ovu_rmagic; /* range magic number */
97 #define MAGIC 0xef /* magic # on accounting info */
99 #define RMAGIC 0x5555 /* magic # on range info */
247 op->ov_magic = MAGIC;
256 * bound space with magic numbers.
323 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
325 if (op->ov_magic != MAGIC)
    [all...]
  /src/libexec/ld.elf_so/
xmalloc.c 105 * be zero. When in use, the first byte is set to MAGIC, and the second
112 uint8_t ovu_magic; /* magic number */
122 #define MAGIC 0xef /* magic # on accounting info */
123 #define AMAGIC 0xdf /* magic # for aligned alloc */
218 op->ov_magic = MAGIC;
298 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */
299 if (op->ov_magic != MAGIC)
321 if (op->ov_magic != MAGIC) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTF.h 54 enum : uint32_t { MAGIC = 0xeB9F, VERSION = 1 };
76 uint16_t Magic; ///< Magic value
204 uint16_t Magic;
  /src/external/bsd/file/dist/src/
magic.c 1 /* $NetBSD: magic.c,v 1.19 2026/06/10 20:54:16 christos Exp $ */
39 FILE_RCSID("@(#)$File: magic.c,v 1.128 2026/05/09 22:34:30 christos Exp $")
41 __RCSID("$NetBSD: magic.c,v 1.19 2026/06/10 20:54:16 christos Exp $");
45 #include "magic.h"
131 "%s/share/misc/magic.mgc",
132 "%s/magic.mgc",
155 "%s/../share/misc/magic.mgc", dllpath);
183 static const char hmagic[] = "/.magic/magic.mgc";
191 return MAGIC;
    [all...]
  /src/external/bsd/file/dist/magic/
Makefile.am 5 MAGIC_DIR = $(top_srcdir)/magic
8 pkgdata_DATA = magic.mgc
185 $(MAGIC_FRAGMENT_DIR)/magic \
375 MAGIC = magic.mgc
376 CLEANFILES = ${MAGIC} $(MAGIC_FRAGMENT_DIR)/Localstuff
379 # the target's magic file; for now we bail if the local version does not match
388 ${MAGIC}: $(MAGIC_FRAGMENTS) $(FILE_COMPILE_DEP)
389 @rm -fr magic
390 @mkdir magic && cp -p $(MAGIC_FRAGMENTS) magi
    [all...]
  /src/bin/ksh/
eval.c 341 *dp++ = MAGIC;
393 *dp++ = MAGIC; *dp++ = ')'; *dp = '\0';
609 * to have magic !,-,]'s outside of
616 *dp++ = MAGIC;
623 *dp++ = MAGIC;
634 *dp++ = MAGIC;
682 *dp++ = MAGIC;
685 *dp++ = MAGIC;
1084 * containing MAGIC characters, open ['s without the matching close ],
1165 /* must be a MAGIC-MAGIC, or MAGIC-!, MAGIC--, etc. *
    [all...]
sh.h 170 /* Make MAGIC a char that might be printed to make bugs more obvious, but
174 #define MAGIC (7) /* prefix for *?[!{,} during expand */
175 #define ISMAGIC(c) ((unsigned char)(c) == MAGIC)
  /src/external/bsd/less/dist/
regexp.c 170 * The first byte of the regexp internal "program" is actually this magic
173 #define MAGIC 0234
229 regc(MAGIC);
246 regc(MAGIC);
742 if (UCHARAT(prog->program) != MAGIC) {
  /src/lib/libc/db/hash/
hash.h 68 int32_t magic; /* Magic NO for hash tables */ member in struct:hashhdr
298 #define MAGIC hdr.magic
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 941 typedef int (CPerlObj::*SwigMagicFunc)(SV *, MAGIC *);
946 typedef int (CPerlObj::*SwigMagicFuncHack)(SV *, MAGIC *);
951 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
957 #define SWIG_MAGIC(a,b) (SV *a, MAGIC *b)
958 typedef int (*SwigMagicFunc)(SV *, MAGIC *);
963 typedef int (*SwigMagicFuncHack)(SV *, MAGIC *);
970 #define SWIG_MAGIC(a,b) (struct interpreter *interp, SV *a, MAGIC *b)
971 typedef int (*SwigMagicFunc)(struct interpreter *, SV *, MAGIC *);
975 typedef int (*SwigMagicFuncHack)(struct interpreter *, SV *, MAGIC *);
1062 /* If magical, apply more magic */
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
sqrtrem.c 107 #define MAGIC CNST_LIMB(0x10000000000) /* 0xffe7debbfc < MAGIC < 0x232b1850f410 */
109 #define MAGIC CNST_LIMB(0x100000) /* 0xfee6f < MAGIC < 0x29cbc8 */
143 t = ((mp_limb_signed_t) ((a0 << 14) - t * t - MAGIC) >> (32-8));
149 t = ((mp_limb_signed_t) ((a0 << 6) - t * t - MAGIC) >> (16-8));

Completed in 34 milliseconds

1 2