HomeSort by relevance Sort by last modified time
    Searched refs:magic (Results 376 - 400 of 1625) sorted by null

<<11121314151617181920>>

  /external/fio/
verify.h 40 uint16_t magic; member in struct:verify_header
  /external/freetype/src/pshinter/
pshrec.h 131 FT_UInt32 magic; member in struct:PS_HintsRec_
  /external/kernel-headers/original/uapi/linux/
bcache.h 162 __u8 magic[16]; member in struct:cache_sb
233 * Magic numbers
235 * The various other data structures have their own magic numbers, which are
277 __u64 magic; member in struct:jset
301 __u64 magic; member in struct:prio_set
351 __u64 magic; member in struct:bset
minix_fs.h 6 #include <linux/magic.h>
qnx4_fs.h 13 #include <linux/magic.h>
  /external/libdrm/
xf86drmRandom.c 88 state->magic = RANDOM_MAGIC;
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_buffer.c 36 buf->magic = 0xDEAD1337;
68 buf->magic = 0xDEAD1337;
111 buf->magic = 0xDEAD1337;
229 i915_drm_buffer(buffer)->magic = 0;
  /external/mesa3d/src/glx/
dri2.h 62 DRI2Authenticate(Display * display, XID window, drm_magic_t magic);
  /external/nos/test/system-test-harness/src/
blob.h 64 uint32_t magic; member in struct:km_blob::__anon30757
  /external/python/cpython2/Include/
pyexpat.h 11 char* magic; /* set to PyExpat_CAPI_MAGIC */ member in struct:PyExpat_CAPI
  /external/python/cpython3/Include/
pyexpat.h 11 char* magic; /* set to PyExpat_CAPI_MAGIC */ member in struct:PyExpat_CAPI
  /external/selinux/libselinux/src/android/
android_common.h 36 #include <linux/magic.h>
  /external/swiftshader/third_party/LLVM/lib/Archive/
Archive.cpp 119 SmallString<4> magic; local
121 sys::fs::get_magic(path.str(), magic.capacity(), magic);
122 signature = magic.c_str();
  /external/syslinux/core/mem/
malloc.h 55 unsigned int magic; member in struct:arena_header
  /external/syslinux/gpxe/src/arch/i386/include/
bzimage.h 31 /** 0xAA55 magic number */
35 /** Magic signature "HdrS" */
83 /** bzImage magic signature value */
121 /** Magic signature */
122 uint16_t magic; member in struct:bzimage_cmdline
130 /** bzImage command line present magic marker value */
  /external/syslinux/memdisk/
unzip.c 184 uint16_t magic; member in struct:gzip_header
203 uint32_t magic; member in struct:pkzip_header
245 if (gzh->magic == 0x8b1f) {
297 } else if (pkzh->magic == 0x04034b50UL) {
298 /* Magic number matches pkzip file. */
337 /* Magic number does not match. */
  /external/vboot_reference/firmware/lib20/include/
vb2_struct.h 79 /* Magic number */
80 uint8_t magic[KEY_BLOCK_MAGIC_SIZE]; member in struct:vb2_keyblock
  /external/vboot_reference/host/lib21/
host_keyblock.c 26 .c.magic = VB2_MAGIC_KEYBLOCK,
  /external/vboot_reference/tests/
vb21_host_misc_tests.c 59 c->magic = 0x1234;
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 37 * 8 bytes magic (a magic number to match what's in the database)
148 // Get the magic number for the specified id in the mini-thumb file.
149 // Returns 0 if the magic is not available.
152 // defined as having the right magic number at the offset
172 Log.v(TAG, "Got exception checking file magic: ", ex);
175 Log.e(TAG, "Got exception when reading magic, id = " + id +
211 // Log.v(TAG, "clearing slot " + id + ", magic " + currentMagic
219 Log.v(TAG, "Got exception checking file magic: ", ex);
222 Log.e(TAG, "Got exception when reading magic, id = " + id
298 long magic = mBuffer.getLong(); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 24 /* Magic number at a magic location to find HNDRTE_DEBUG pointers */
46 uint32 magic; member in struct:hndrte_debug
trxhdr.h 52 uint32 magic; /* "HDR0" */ member in struct:trx_header
  /hardware/intel/common/libva/va/x11/
va_dri2.h 57 VA_DRI2Authenticate(Display *display, XID window, drm_magic_t magic);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
minix_fs.h 5 #include <linux/magic.h>
qnx4_fs.h 12 #include <linux/magic.h>

Completed in 914 milliseconds

<<11121314151617181920>>