HomeSort by relevance Sort by last modified time
    Searched defs:magic (Results 426 - 450 of 806) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-xcoff.c 51 unsigned char f_magic[2]; /* magic number */
265 /* Magic number. */
266 unsigned short magic; member in struct:simple_object_xcoff_read
283 /* Magic number. */
284 unsigned short magic; member in struct:simple_object_xcoff_attributes
297 unsigned short magic; local
305 magic = simple_object_fetch_big_16 (header);
307 if (magic != U802TOCMAGIC && magic != U64_TOCMAGIC)
322 u64 = magic == U64_TOCMAGIC
    [all...]
  /tools/dexter/slicer/export/slicer/
dex_ir.h 398 // original .dex header "magic" signature
399 slicer::MemView magic; member in struct:ir::DexFile
  /art/runtime/hprof/
hprof.cc 662 // U1: NUL-terminated magic string.
663 const char magic[] = "JAVA PROFILE 1.0.3"; local
664 __ AddU1List(reinterpret_cast<const uint8_t*>(magic), sizeof(magic));
    [all...]
  /bionic/libc/kernel/uapi/linux/raid/
md_p.h 124 __le32 magic; member in struct:mdp_superblock_1
215 __le32 magic; member in struct:r5l_meta_block
  /bionic/libc/kernel/uapi/sound/
asoc.h 112 __le32 magic; member in struct:snd_soc_tplg_hdr
  /dalvik/libdex/
DexSwapVerify.cpp 253 // magic is ok
2899 const u1* magic = pHeader->magic; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 31 /* Magic word to reject .pyc files generated by other Python versions.
35 a .pyc file in text mode the magic number will be wrong; also, the
38 The magic numbers must be spaced apart atleast 2 values, as the
39 -U interpeter flag will cause MAGIC+1 being used. They have been
42 There were a variety of old schemes for setting the magic number.
82 #define MAGIC (62211 | ((long)'\r'<<16) | ((long)'\n'<<24))
84 /* Magic word as global; note that _PyImport_Init() can change the
87 static long pyc_magic = MAGIC;
167 pyc_magic = MAGIC + 1;
527 /* Helper for pythonrun.c -- return magic number */
740 long magic; local
792 long magic; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 31 /* Magic word to reject .pyc files generated by other Python versions.
35 a .pyc file in text mode the magic number will be wrong; also, the
38 The magic numbers must be spaced apart atleast 2 values, as the
39 -U interpeter flag will cause MAGIC+1 being used. They have been
42 There were a variety of old schemes for setting the magic number.
82 #define MAGIC (62211 | ((long)'\r'<<16) | ((long)'\n'<<24))
84 /* Magic word as global; note that _PyImport_Init() can change the
87 static long pyc_magic = MAGIC;
195 pyc_magic = MAGIC + 1;
559 /* Helper for pythonrun.c -- return magic number */
772 long magic; local
824 long magic; local
    [all...]
pythonrun.c 882 /* Read only two bytes of the magic. If the file was opened in
883 text mode, the bytes 3 and 4 of the magic (\r\n) might not
1382 long magic; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 31 /* Magic word to reject .pyc files generated by other Python versions.
35 a .pyc file in text mode the magic number will be wrong; also, the
38 The magic numbers must be spaced apart atleast 2 values, as the
39 -U interpeter flag will cause MAGIC+1 being used. They have been
42 There were a variety of old schemes for setting the magic number.
82 #define MAGIC (62211 | ((long)'\r'<<16) | ((long)'\n'<<24))
84 /* Magic word as global; note that _PyImport_Init() can change the
87 static long pyc_magic = MAGIC;
167 pyc_magic = MAGIC + 1;
527 /* Helper for pythonrun.c -- return magic number */
740 long magic; local
792 long magic; local
    [all...]
pythonrun.c 869 /* Read only two bytes of the magic. If the file was opened in
870 text mode, the bytes 3 and 4 of the magic (\r\n) might not
1357 long magic; local
    [all...]
  /external/ImageMagick/coders/
dpx.c 144 magic,
141 magic, member in struct:_DPXFileInfo
    [all...]
  /external/e2fsprogs/lib/support/
profile.c 91 prf_magic_t magic; member in struct:_prf_file_t
118 prf_magic_t magic; member in struct:_profile_t
138 errcode_t magic; member in struct:profile_node
150 if ((node)->magic != PROF_MAGIC_NODE) \
316 profile->magic = PROF_MAGIC_PROFILE;
375 if (!profile || profile->magic != PROF_MAGIC_PROFILE)
382 profile->magic = 0;
401 if (!def_string || !profile || profile->magic != PROF_MAGIC_PROFILE)
476 prf->magic = PROF_MAGIC_FILE;
1056 if (node->magic != PROF_MAGIC_NODE
1271 prf_magic_t magic; member in struct:profile_iterator
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 301 unsigned long magic; member in struct:fuse2fs_file_handle
309 unsigned long magic; member in struct:fuse2fs
323 #define FUSE2FS_CHECK_MAGIC(fs, ptr, num) do {if ((ptr)->magic != (num)) \
327 #define FUSE2FS_CHECK_CONTEXT(ptr) do {if ((ptr)->magic != FUSE2FS_MAGIC) \
699 if (ff->magic != FUSE2FS_MAGIC) {
727 if (ff->magic != FUSE2FS_MAGIC) {
    [all...]
mke2fs.c 552 #define BSD_DISKMAGIC (0x82564557UL) /* The disk magic number */
553 #define BSD_MAGICDISK (0x57455682UL) /* The disk magic number reversed */
560 unsigned int *magic; local
577 magic = (unsigned int *) (buf + BSD_LABEL_OFFSET);
578 if ((*magic == BSD_DISKMAGIC) ||
579 (*magic == BSD_MAGICDISK))
    [all...]
  /external/fio/
thread_options.h 46 int magic; member in struct:thread_options
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java 1755 int magic = bytes.getInt(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 1826 int magic = bytes.getInt(); local
    [all...]
  /external/kernel-headers/original/uapi/linux/raid/
md_p.h 231 __le32 magic; /* MD_SB_MAGIC: 0xa92b4efc - little endian */ member in struct:mdp_superblock_1
390 __le32 magic; member in struct:r5l_meta_block
  /external/kernel-headers/original/uapi/sound/
asoc.h 87 /* Header magic number and string sizes */
168 __le32 magic; /* magic number */ member in struct:snd_soc_tplg_hdr
  /external/libevent/test/
regress_dns.c 1724 int magic; member in struct:gaic_request_status
    [all...]
  /external/libvncserver/libvncclient/
rfbproto.c 393 const char* magic="vncLog0.0"; local
409 if (fread(buffer,1,strlen(magic),rec->file) != strlen(magic) || strncmp(buffer,magic,strlen(magic))) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 140 unsigned magic; member in struct:si_sampler_state
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 79 u64 magic; member in struct:quipper::perf_file_header
94 u64 magic; member in struct:quipper::perf_pipe_file_header
  /external/python/cpython2/Python/
import.c 31 /* Magic word to reject .pyc files generated by other Python versions.
35 a .pyc file in text mode the magic number will be wrong; also, the
38 The magic numbers must be spaced apart atleast 2 values, as the
39 -U interpeter flag will cause MAGIC+1 being used. They have been
42 There were a variety of old schemes for setting the magic number.
82 #define MAGIC (62211 | ((long)'\r'<<16) | ((long)'\n'<<24))
84 /* Magic word as global; note that _PyImport_Init() can change the
87 static long pyc_magic = MAGIC;
195 pyc_magic = MAGIC + 1;
559 /* Helper for pythonrun.c -- return magic number *
790 long magic; local
842 long magic; local
    [all...]

Completed in 2014 milliseconds

<<11121314151617181920>>