HomeSort by relevance Sort by last modified time
    Searched full:magic (Results 251 - 275 of 1219) sorted by null

<<11121314151617181920>>

  /external/freetype/src/pshinter/
pshrec.h 135 FT_UInt32 magic; member in struct:PS_HintsRec_
  /external/grub/stage1/
stage1.h 57 /* The offset of a magic number used by Windows NT. */
  /external/kernel-headers/original/asm-arm/
ioctls.h 6 /* 0x54 is just a magic number to make these relatively unique ('T') */
  /external/kernel-headers/original/asm-x86/
ioctls.h 6 /* 0x54 is just a magic number to make these relatively unique ('T') */
  /external/kernel-headers/original/linux/
if_vlan.h 141 u32 magic; member in struct:vlan_skb_tx_cookie
148 (VLAN_TX_SKB_CB(__skb)->magic == VLAN_TX_COOKIE_MAGIC)
277 cookie->magic = VLAN_TX_COOKIE_MAGIC;
334 if (cookie->magic == VLAN_TX_COOKIE_MAGIC) {
  /external/libpcap/
pcap-int.h 235 * magic number for your new capture file format, and, when
236 * you get the new magic number, put it in "savefile.c";
238 * use that magic number for save files with the changed record
243 * (using the magic number to determine the header format).
savefile.c 858 hdr.magic = TCPDUMP_MAGIC;
984 bpf_u_int32 magic; local
1009 magic = hdr.magic;
1010 if (magic != TCPDUMP_MAGIC && magic != KUZNETZOV_TCPDUMP_MAGIC) {
1011 magic = SWAPLONG(magic);
1012 if (magic != TCPDUMP_MAGIC && magic != KUZNETZOV_TCPDUMP_MAGIC)
    [all...]
  /external/netcat/scripts/
irc 9 # magic arg: if "tick", do keepalive process instead of main loop
  /external/svox/pico/lib/
picorsrc.h 114 /* load resource file. the type of resource file, magic numbers, checksum etc. are in the header, then follows the directory
  /frameworks/base/cmds/servicemanager/
binder.h 54 /* the one magic object */
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
sigcontext.h 46 unsigned short magic; member in struct:_fpstate
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
sigcontext.h 46 unsigned short magic; member in struct:_fpstate
  /bionic/libc/kernel/common/linux/
wanrouter.h 138 unsigned magic; member in struct:wandev_conf
297 unsigned magic; member in struct:wanif_conf
  /external/e2fsprogs/lib/ext2fs/
dblist.c 68 (fs->dblist->magic == EXT2_ET_MAGIC_DBLIST))
76 dblist->magic = EXT2_ET_MAGIC_DBLIST;
  /external/grub/docs/
multiboot.info 186 Multiboot-compliant OS images always contain a magic "Multiboot header"
189 executable formats. This magic header does not need to be at the very
321 * Header magic fields:: The magic fields of Multiboot header
326 File: multiboot.info, Node: Header layout, Next: Header magic fields, Up: OS image format
334 0 u32 magic required
347 The fields `magic', `flags' and `checksum' are defined in *Note
348 Header magic fields::, the fields `header_addr', `load_addr',
354 File: multiboot.info, Node: Header magic fields, Next: Header address fields, Prev: Header layout, Up: OS image format
356 3.1.2 The magic fields of Multiboot heade
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tls.cpp 24 //Use a magic number to help detect un-initialized TLS.
134 // initialize the magic number
  /external/openssl/apps/
enc.c 106 static const char magic[]="Salted__"; local
107 char mbuf[sizeof magic-1];
502 && (BIO_write(wbio,magic,
503 sizeof magic-1) != sizeof magic-1
516 } else if(memcmp(mbuf,magic,sizeof magic-1)) {
517 BIO_printf(bio_err,"bad magic number\n");
  /external/qemu/
uboot_image.h 136 #define IH_MAGIC 0x27051956 /* Image Magic Number */
144 uint32_t ih_magic; /* Image Header Magic Number */
  /external/speex/libspeex/
quant_lsp_bfin.h 41 well tell you all the magic resgister constraints used below
102 well tell you all the magic resgister constraints used below
  /external/webkit/JavaScriptCore/runtime/
RegExp.cpp 152 // TODO: define up a symbol, rather than magic -1
214 // TODO: define up a symbol, rather than magic -1
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Expressions/
regress-96526-argsub.js 57 var z='magic';
58 Number.prototype.magic=42;
regress-96526-delelem.js 57 var z='magic';
58 Number.prototype.magic=42;
regress-96526-noargsub.js 57 var z='magic';
58 Number.prototype.magic=42;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 138 unsigned magic; member in struct:wandev_conf
297 unsigned magic; member in struct:wanif_conf
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 138 unsigned magic; member in struct:wandev_conf
297 unsigned magic; member in struct:wanif_conf

Completed in 175 milliseconds

<<11121314151617181920>>