| /src/lib/libcompat/regexp/ |
| regmagic.h | 4 * The first byte of the regexp internal "program" is actually this magic 7 #define MAGIC 0234
|
| /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/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/include/ |
| cpio.h | 56 #define MAGIC "070707"
|
| /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/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/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 */
|
| /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; 296 ASSERT(op->ov_magic == MAGIC); /* make sure it was in use */ 297 if (op->ov_magic != MAGIC) 319 if (op->ov_magic != MAGIC) {
|
| /src/usr.sbin/mtree/ |
| spec.c | 212 #define MAGIC "?*[" 213 if (strpbrk(p, MAGIC))
|
| /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));
|
| /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/sys/arch/mips/ralink/ |
| ralink_gpio.c | 955 #define MAGIC 0x27051956 978 if (r == 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/bin/ksh/ |
| 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/file/dist/src/ |
| file.h | 100 #ifndef MAGIC 101 #define MAGIC "/etc/magic" 225 struct magic { struct 369 int32_t offset; /* offset to magic number */ 373 uint32_t lineno; /* line number in magic file */ 440 /* list of magic entries */ 442 struct magic *magic; /* array of magic entries * member in struct:mlist [all...] |