Searched refs:magic (Results 251 - 271 of 271) sorted by relevance

<<11

/external/ppp/pppd/
H A Dipxcp.c63 #include "magic.h"
461 magic_num = magic();
/external/valgrind/main/helgrind/
H A Dhg_errors.c127 lkp->magic = LockP_MAGIC;
/external/grub/docs/
H A Dtexinfo.tex1426 % correspondingly. There is no deep meaning behind these magic numbers
3779 % changes automatically with the paper format. The magic constant
5101 % Do the @verb magic: verbatim text is quoted by unique
5116 % Do the @verbatim magic: define the macro \doverbatim so that
5234 % Some of the @defun-type tags do not enable magic parentheses,
5734 % Much magic with \expandafter here.
5973 % LABEL-title being set to a magic string.
6494 % This magic value for \thissection is output by \setref as the
6632 % which is true if #1 represents a float ref. That is, the magic
/external/sqlite/dist/
H A Dsqlite3.c.orig607 ** These macros used to resolve to various kinds of compiler magic that
609 ** compiler magic ended up generating such a flurry of bug reports
8942 u32 magic; /* Magic number for detect library misuse */
9081 ** Possible values for the sqlite.magic field.
12277 u32 magic; /* Magic number for sanity checking */
12314 ** The following are allowed values for Vdbe.magic
17228 ** processing, the "interlocked" magic is probably not
20986 u32 magic;
20991 magic = db->magic;
[all...]
H A Dsqlite3.c611 ** These macros used to resolve to various kinds of compiler magic that
613 ** compiler magic ended up generating such a flurry of bug reports
8949 u32 magic; /* Magic number for detect library misuse */ member in struct:sqlite3
9088 ** Possible values for the sqlite.magic field.
12284 u32 magic; /* Magic number for sanity checking */ member in struct:Vdbe
12321 ** The following are allowed values for Vdbe.magic
17235 ** processing, the "interlocked" magic is probably not
20993 u32 magic; local
20998 magic = db->magic;
21010 u32 magic; local
[all...]
/external/iptables/iptables/
H A Dxtables.c35 #include <linux/magic.h> /* for PROC_SUPER_MAGIC */
67 * magic number of -1 */
/external/kernel-headers/original/linux/
H A Dfs.h131 * Old magic mount flag and mask
828 int magic; member in struct:fasync_struct
/external/valgrind/main/include/vki/
H A Dvki-linux.h594 void * msg_control; /* Per protocol magic (eg BSD file descriptor passing) */
1382 unsigned magic; member in struct:vki_aio_ring
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/llvm/autoconf/
H A Dconfig.sub1372 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/external/pcre/
H A Dconfig.sub1365 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
/external/icu4c/i18n/
H A Ducol_elm.cpp1484 myData->magic = UCOL_HEADER_MAGIC;
H A Ducol.cpp515 myData->magic = UCOL_HEADER_MAGIC;
740 myData->magic = UCOL_HEADER_MAGIC;
3028 overlapping magic CE byte values). The last byte we subtract 1 to ensure it is less
3759 overlapping magic CE byte values). The last byte we subtract 1 to ensure it is less
/external/llvm/lib/Support/
H A DAPInt.cpp1490 /// Calculate the magic numbers required to implement a signed integer division
1494 APInt::ms APInt::magic() const {
1527 if (d.isNegative()) mag.m = -mag.m; // resulting magic number
1532 /// Calculate the magic numbers required to implement an unsigned integer
1577 magu.m = q2 + 1; // resulting magic number
/external/strace/
H A Dprocess.c946 /* We do special magic with clone for any clone or fork. */
2920 { uoff(magic), "offsetof(struct user, magic)" },
/external/yaffs2/yaffs2/
H A Dyaffs_guts.c3430 cp.magic = YAFFS_MAGIC;
3447 (cp.magic == YAFFS_MAGIC) &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3076 /// Other -> immediates and magic values
3243 /// multiplying by a magic number. See:
3256 APInt::ms magics = d.magic();
3258 // Multiply the numerator (operand 0) by the magic value
3300 /// multiplying by a magic number. See:
3328 // Get magic number for the shifted divisor.
3333 // Multiply the numerator (operand 0) by the magic value
/external/libxml2/
H A Dxmlschemas.c28054 unsigned int magic; member in struct:_xmlSchemaSAXPlug
28418 ret->magic = XML_SAX_PLUG_MAGIC;
28537 if ((plug == NULL) || (plug->magic != XML_SAX_PLUG_MAGIC))
28539 plug->magic = 0;
/external/v8/src/
H A Dparser.cc315 if (magic() != PreparseDataConstants::kMagicNumber) return false;
/external/valgrind/main/perf/
H A Dtinycc.c20163 char magic[8];
20167 /* skip magic which was already checked */
20168 dummy_size_t = read(fd, magic, sizeof(magic));
20161 char magic[8]; local
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c8143 ;; Set the magic number in ax and the boot drive in dl.

Completed in 743 milliseconds

<<11