HomeSort by relevance Sort by last modified time
    Searched refs:magic (Results 76 - 100 of 1138) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 36 magic(BUFFER_HANDLE_MAGIC),
60 magic = 0;
77 hnd->magic == BUFFER_HANDLE_MAGIC &&
89 int magic; // magic number in order to validate a pointer to be a cb_handle_t member in struct:cb_handle_t
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_memory.c 65 unsigned magic; member in struct:debug_memory_header
70 unsigned magic; member in struct:debug_memory_footer
129 hdr->magic = DEBUG_MEMORY_MAGIC;
136 ftr->magic = DEBUG_MEMORY_MAGIC;
156 if(hdr->magic != DEBUG_MEMORY_MAGIC) {
165 if(ftr->magic != DEBUG_MEMORY_MAGIC) {
175 hdr->magic = 0;
176 ftr->magic = 0;
208 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) {
217 if(old_ftr->magic != DEBUG_MEMORY_MAGIC)
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/message_lib/
message_file_format.h 50 uint32 magic; member in struct:ipc_fuzzer::FileHeader
  /external/kernel-headers/original/linux/
mutex-debug.h 12 , .magic = &lockname
spinlock_types.h 26 unsigned int magic, owner_cpu; member in struct:__anon20176
42 unsigned int magic, owner_cpu; member in struct:__anon20177
69 .magic = SPINLOCK_MAGIC, \
75 .magic = RWLOCK_MAGIC, \
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 65 unsigned magic; member in struct:debug_memory_header
70 unsigned magic; member in struct:debug_memory_footer
129 hdr->magic = DEBUG_MEMORY_MAGIC;
136 ftr->magic = DEBUG_MEMORY_MAGIC;
156 if(hdr->magic != DEBUG_MEMORY_MAGIC) {
165 if(ftr->magic != DEBUG_MEMORY_MAGIC) {
175 hdr->magic = 0;
176 ftr->magic = 0;
208 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) {
217 if(old_ftr->magic != DEBUG_MEMORY_MAGIC)
    [all...]
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 72 int magic; member in struct:private_handle_t
87 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
95 magic = 0;
102 hnd->magic != sMagic)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
flat.h 28 char magic[4]; member in struct:flat_hdr
nbd.h 42 /* These are sent over the network in the request/reply magic fields */
53 __be32 magic; member in struct:nbd_request
69 __be32 magic; member in struct:nbd_reply
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
flat.h 28 char magic[4]; member in struct:flat_hdr
nbd.h 42 /* These are sent over the network in the request/reply magic fields */
53 __be32 magic; member in struct:nbd_request
69 __be32 magic; member in struct:nbd_reply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
flat.h 28 char magic[4]; member in struct:flat_hdr
nbd.h 42 /* These are sent over the network in the request/reply magic fields */
53 __be32 magic; member in struct:nbd_request
69 __be32 magic; member in struct:nbd_reply
  /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/core/mkbootimg/
bootimg.h 30 unsigned char magic[BOOT_MAGIC_SIZE]; member in struct:boot_img_hdr
  /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))
56 fs->magic = 0;
81 if (bb->magic != EXT2_ET_MAGIC_BADBLOCKS_LIST)
101 if (!dblist || (dblist->magic != EXT2_ET_MAGIC_DBLIST))
109 dblist->magic = 0;
  /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):
  /external/openssh/
md5crypt.c 24 static char *magic = "$1$"; variable
47 return (strncmp(salt, magic, strlen(magic)) == 0);
63 /* If it starts with the magic string, then skip that */
64 if(strncmp(sp, magic, strlen(magic)) == 0)
65 sp += strlen(magic);
85 /* Then our magic string */
86 MD5_Update(&ctx, magic, strlen(magic));
    [all...]
  /bionic/libc/kernel/common/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/upstream-netbsd/libc/regex/
regfree.c 115 if (g == NULL || g->magic != MAGIC2) /* oops again */
118 g->magic = 0; /* mark it invalid */
  /external/chromium_org/net/disk_cache/
disk_format_base.h 49 uint32 magic; member in struct:disk_cache::BlockFileHeader
106 uint32 magic; // Structure identifier (equal to kIndexMagic). member in struct:disk_cache::SparseHeader
  /external/qemu/android/utils/
intmap.c 193 iter->magic[0] = ITER_MAGIC;
194 iter->magic[1] = (void*)(ptrdiff_t) 0;
195 iter->magic[2] = map;
196 iter->magic[3] = NULL;
205 if (iter == NULL || iter->magic[0] != ITER_MAGIC)
208 map = iter->magic[2];
209 index = (int)(ptrdiff_t)iter->magic[1];
219 iter->magic[1] = (void*)(ptrdiff_t)index;

Completed in 788 milliseconds

1 2 34 5 6 7 8 91011>>