Searched refs:magic (Results 426 - 450 of 467) sorted by relevance

<<111213141516171819

/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_match.c224 a->archive.magic = ARCHIVE_MATCH_MAGIC;
H A Darchive_write_disk_posix.c1774 a->archive.magic = ARCHIVE_WRITE_DISK_MAGIC;
2267 a->archive.magic = 0;
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmtaux.c1248 if (hldev->magic != XGE_HAL_MAGIC) {
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Defx.h1688 __in uint16_t magic);
/freebsd-11.0-release/lib/libc/regex/
H A Dregcomp.c292 g->magic = MAGIC2;
/freebsd-11.0-release/contrib/nvi/regex/
H A Dregcomp.c268 g->magic = MAGIC2;
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c617 ** These macros used to resolve to various kinds of compiler magic that
619 ** compiler magic ended up generating such a flurry of bug reports
9466 u32 magic; /* Magic number for detect library misuse */ member in struct:sqlite3
9609 ** Possible values for the sqlite.magic field.
12832 u32 magic; /* Magic number for sanity checking */ member in struct:Vdbe
12876 ** The following are allowed values for Vdbe.magic
17870 ** processing, the "interlocked" magic is probably not
21667 u32 magic; local
21672 magic = db->magic;
21684 u32 magic; local
31717 u32 magic; /* Magic number to detect structure corruption. */ member in struct:winMemData
45463 u32 magic; /* Magic value read from WAL header */ local
127318 u32 magic; /* Always RTREE_GEOMETRY_MAGIC */ member in struct:RtreeMatchArg
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dconfig.sub1415 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/sqlite3/
H A Dconfig.sub1415 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/openpam/
H A Dconfig.sub1390 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/unbound/
H A Dconfig.sub1396 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/crypto/openssh/
H A Dconfig.sub1401 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/ncurses/
H A Dconfig.sub1398 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/gcc/
H A Dmips-tfile.c56 contains the number of entries. It also contains a magic number
250 magic number 0x162
258 Symbolic header, magic number = 0x7009, vstamp = 1.31:
3829 symbolic_header.magic = orig_sym_hdr.magic;
/freebsd-11.0-release/contrib/libpcap/
H A Dconfig.sub1390 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/byacc/
H A Dconfig.sub1421 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/dialog/
H A Dconfig.sub1396 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex160 \texttt{0x00} & \texttt{0xd00dfeed} & magic number \\\cline{2-2}
/freebsd-11.0-release/contrib/file/
H A Dconfig.sub1390 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp2364 return "a magic token";
6041 static char buf[sizeof("magic character code ") + 1 + INT_DIGITS];
6050 sprintf(buf, "magic character code %d", c);
/freebsd-11.0-release/contrib/ldns/
H A Dconfig.sub1384 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1415 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp1413 /// Calculate the magic numbers required to implement a signed integer division
1417 APInt::ms APInt::magic() const {
1450 if (d.isNegative()) mag.m = -mag.m; // resulting magic number
1455 /// Calculate the magic numbers required to implement an unsigned integer
1500 magu.m = q2 + 1; // resulting magic number
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dsunos.c198 if (adata (abfd).magic == n_magic)
557 /* Filled in by runtime linker with a magic address. */
H A Decofflink.c1482 symhdr->magic = swap->sym_magic;

Completed in 498 milliseconds

<<111213141516171819