HomeSort by relevance Sort by last modified time
    Searched refs:magic (Results 126 - 150 of 1476) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
flat.h 25 char magic[4]; member in struct:flat_hdr
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
bcm933xx_hcs.h 24 __u16 magic; member in struct:bcm_hcs
coda_psdev.h 21 #include <linux/magic.h>
flat.h 25 char magic[4]; member in struct:flat_hdr
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
bcm933xx_hcs.h 24 __u16 magic; member in struct:bcm_hcs
coda_psdev.h 21 #include <linux/magic.h>
flat.h 25 char magic[4]; member in struct:flat_hdr
  /system/core/fastboot/
bootimg.c 66 memcpy(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
80 memcpy(hdr->magic + page_size,
82 memcpy(hdr->magic + page_size + kernel_actual,
84 memcpy(hdr->magic + page_size + kernel_actual + ramdisk_actual,
  /system/vold/
Asec.h 22 unsigned int magic; member in struct:asec_superblock
  /external/e2fsprogs/lib/ext2fs/
freefs.c 24 if (!fs || (fs->magic != EXT2_ET_MAGIC_EXT2FS_FILSYS))
63 fs->magic = 0;
88 if (bb->magic != EXT2_ET_MAGIC_BADBLOCKS_LIST)
108 if (!dblist || (dblist->magic != EXT2_ET_MAGIC_DBLIST))
116 dblist->magic = 0;
gen_bitmap.c 31 errcode_t magic; member in struct:ext2fs_struct_generic_bitmap
42 (((bmap)->magic == EXT2_ET_MAGIC_GENERIC_BITMAP) || \
43 ((bmap)->magic == EXT2_ET_MAGIC_BLOCK_BITMAP) || \
44 ((bmap)->magic == EXT2_ET_MAGIC_INODE_BITMAP))
47 (((bmap)->magic == EXT2_ET_MAGIC_GENERIC_BITMAP64) || \
48 ((bmap)->magic == EXT2_ET_MAGIC_BLOCK_BITMAP64) || \
49 ((bmap)->magic == EXT2_ET_MAGIC_INODE_BITMAP64))
69 if (!bitmap || !((bitmap->magic == EXT2_ET_MAGIC_GENERIC_BITMAP) ||
70 (bitmap->magic == EXT2_ET_MAGIC_INODE_BITMAP) ||
71 (bitmap->magic == EXT2_ET_MAGIC_BLOCK_BITMAP))
    [all...]
  /external/valgrind/main/helgrind/
hg_lock_n_thread.c 49 return thr != NULL && thr->magic == Thread_MAGIC;
68 || (lock->magic != LockN_MAGIC && lock->magic != LockP_MAGIC))
104 && lock->magic == LockP_MAGIC
111 && lock->magic == LockN_MAGIC
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 78 # Read the start of the file -- the magic number
89 (magic,) = struct.unpack("=l", s)
94 if magic in (0x13579ace, 0x13579acd, 0x13579acf):
98 if magic in (0x00061561, 0x61150600):
104 (magic,) = struct.unpack("=l", s16[-4:])
109 if magic in (0x00061561, 0x61150600):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 78 # Read the start of the file -- the magic number
89 (magic,) = struct.unpack("=l", s)
94 if magic in (0x13579ace, 0x13579acd, 0x13579acf):
98 if magic in (0x00061561, 0x61150600):
104 (magic,) = struct.unpack("=l", s16[-4:])
109 if magic in (0x00061561, 0x61150600):
  /bionic/libc/kernel/uapi/linux/
cramfs_fs.h 22 #include <linux/magic.h>
49 __u32 magic; member in struct:cramfs_super
nbd.h 55 __be32 magic; member in struct:nbd_request
64 __be32 magic; member in struct:nbd_reply
  /bionic/libc/kernel/uapi/linux/usb/
functionfs.h 41 __le32 magic; member in struct:usb_functionfs_descs_head
49 __le32 magic; member in struct:usb_functionfs_strings_head
  /bionic/libc/kernel/uapi/scsi/
scsi_netlink.h 31 uint16_t magic; member in struct:scsi_nl_hdr
57 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) { (hdr)->version = SCSI_NL_VERSION; (hdr)->transport = t; (hdr)->magic = SCSI_NL_MAGIC; (hdr)->msgtype = mtype; (hdr)->msglen = mlen; }
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regfree.c 115 if (g == NULL || g->magic != MAGIC2) /* oops again */
118 g->magic = 0; /* mark it invalid */
  /development/ndk/platforms/android-L/include/linux/
cramfs_fs.h 22 #include <linux/magic.h>
49 __u32 magic; member in struct:cramfs_super
nbd.h 55 __be32 magic; member in struct:nbd_request
64 __be32 magic; member in struct:nbd_reply
  /development/ndk/platforms/android-L/include/linux/usb/
functionfs.h 41 __le32 magic; member in struct:usb_functionfs_descs_head
49 __le32 magic; member in struct:usb_functionfs_strings_head
  /external/chromium_org/net/disk_cache/blockfile/
disk_format_base.h 50 uint32 magic; member in struct:disk_cache::BlockFileHeader
107 uint32 magic; // Structure identifier (equal to kIndexMagic). member in struct:disk_cache::SparseHeader
  /external/kernel-headers/original/uapi/linux/
cramfs_fs.h 5 #include <linux/magic.h>
55 __u32 magic; /* 0x28cd3d45 - random number */ member in struct:cramfs_super
nbd.h 51 /* These are sent over the network in the request/reply magic fields */
62 __be32 magic; member in struct:nbd_request
74 __be32 magic; member in struct:nbd_reply

Completed in 648 milliseconds

1 2 3 4 56 7 8 91011>>