Searched refs:magic (Results 1 - 25 of 427) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/
H A DDexFormat.java41 /** common prefix for all dex file "magic numbers" */
44 /** common suffix for all dex file "magic numbers" */
59 * Returns the API level corresponding to the given magic number,
61 * magic number.
63 public static int magicToApi(byte[] magic) { argument
64 if (magic.length != 8) {
68 if ((magic[0] != 'd') || (magic[1] != 'e') || (magic[2] != 'x') || (magic[
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dpg.h32 read and write buffers contain a single character "magic" flag.
45 char magic; /* == PG_MAGIC */ member in struct:pg_write_hdr
55 char magic; /* == PG_MAGIC */ member in struct:pg_read_hdr
H A Dreiserfs_fs.h8 #include <linux/magic.h>
H A Dbcm933xx_hcs.h11 __u16 magic; member in struct:bcm_hcs
H A Dcoda_psdev.h4 #include <linux/magic.h>
H A Dflat.h28 char magic[4]; member in struct:flat_hdr
/external/ppp/pppd/
H A Dmagic.h2 * magic.h - PPP Magic Number definitions.
42 * $Id: magic.h,v 1.5 2003/06/11 23:56:26 paulus Exp $
45 void magic_init __P((void)); /* Initialize the magic number generator */
46 u_int32_t magic __P((void)); /* Returns the next magic number */
/external/valgrind/memcheck/tests/
H A Ddemangle.cpp15 class magic { class
25 magic<int> *c = new magic<int>;
/external/libpcap/
H A Dsf-pcap-ng.h29 extern pcap_t *pcap_ng_check_header(bpf_u_int32 magic, FILE *fp,
H A Dsf-pcap.h34 extern pcap_t *pcap_check_header(bpf_u_int32 magic, FILE *fp,
/external/strace/linux/sparc64/
H A Duserent.h5 XLAT_UOFF(magic),
/external/strace/linux/bfin/
H A Duserent.h7 XLAT_UOFF(magic),
/external/strace/linux/mips/
H A Duserent.h81 XLAT_UOFF(magic),
/external/strace/linux/s390/
H A Duserent1.h9 XLAT_UOFF(magic),
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_half.h54 union fi magic; local
58 magic.ui = 0xf << 23;
75 f32.f *= magic.f;
95 union fi magic; local
100 magic.ui = 0xef << 23;
106 f32.f *= magic.f;
H A Du_debug_memory.c65 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 !
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbmap64.h41 errcode_t magic; member in struct:ext2fs_struct_generic_bitmap
57 (((bmap)->magic == EXT2_ET_MAGIC_GENERIC_BITMAP) || \
58 ((bmap)->magic == EXT2_ET_MAGIC_BLOCK_BITMAP) || \
59 ((bmap)->magic == EXT2_ET_MAGIC_INODE_BITMAP))
62 (((bmap)->magic == EXT2_ET_MAGIC_GENERIC_BITMAP64) || \
63 ((bmap)->magic == EXT2_ET_MAGIC_BLOCK_BITMAP64) || \
64 ((bmap)->magic == EXT2_ET_MAGIC_INODE_BITMAP64))
/external/skia/src/core/
H A DSkHalf.cpp33 static const FloatUIntUnion magic = { 15 << 23 }; local
56 floatUnion.fFloat *= magic.fFloat;
73 static const FloatUIntUnion magic = { 126 << 23 }; local
79 o.fUInt = magic.fUInt + halfMantissa(h);
80 o.fFloat -= magic.fFloat;
/external/clang/utils/analyzer/
H A Dreducer.pl10 my $magic = shift @ARGV;
11 die "$prog: [error] no error string specified\n" if (! defined $magic);
44 if (/$magic/) { exit \$GOOD; }
/external/drm_gralloc/
H A Dgralloc_drm_handle.h43 int magic; member in struct:gralloc_drm_handle_t
73 handle->magic != GRALLOC_DRM_HANDLE_MAGIC)) {
74 ALOGE("invalid handle: version=%d, numInts=%d, numFds=%d, magic=%x",
76 handle->base.numFds, handle->magic);
/external/libdrm/tests/
H A Dauth.c76 /* Get a client magic number and pass it to the master for auth. */
77 auth.magic = 0; /* Quiet valgrind */
80 err(1, "Couldn't get client magic");
82 ret = write(commfd[0], &auth.magic, sizeof(auth.magic));
97 auth.magic = 0xd0d0d0d0;
100 errx(1, "Authenticating bad magic succeeded\n");
105 ret = read(commfd[1], &auth.magic, sizeof(auth.magic));
107 err(1, "Failure to read client magic");
[all...]
/external/fio/
H A Dmutex.h14 int magic; member in struct:fio_mutex
19 int magic; member in struct:fio_rwlock
/external/llvm/lib/Support/
H A Dregfree.c58 if (g == NULL || g->magic != MAGIC2) /* oops again */
61 g->magic = 0; /* mark it invalid */
/external/blktrace/
H A Dblktrace.h64 #define CHECK_MAGIC(t) (((t)->magic & 0xffffff00) == BLK_IO_TRACE_MAGIC)
92 fprintf(stderr, "bad trace magic %x\n", t->magic);
95 if ((t->magic & 0xff) != SUPPORTED_VERSION) {
97 t->magic & 0xff);
109 t->magic = be32_to_cpu(t->magic);
125 static inline int check_data_endianness(u32 magic) argument
127 if ((magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) {
132 magic
[all...]
/external/tremolo/Tremolo/
H A Dmisc.h73 union magic { union
83 union magic { union
93 union magic magic; local
94 magic.whole = (ogg_int64_t)x * y;
95 return magic.halves.hi;
103 union magic magic; local
104 magic.whole = (ogg_int64_t)x * y;
105 return ((ogg_uint32_t)(magic
[all...]

Completed in 872 milliseconds

1234567891011>>