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

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Support/
regfree.c 58 if (g == NULL || g->magic != MAGIC2) /* oops again */
61 g->magic = 0; /* mark it invalid */
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regfree.c 58 if (g == NULL || g->magic != MAGIC2) /* oops again */
61 g->magic = 0; /* mark it invalid */
  /external/blktrace/
blktrace.h 64 #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)
127 if ((magic & 0xffffff00) == BLK_IO_TRACE_MAGIC) {
132 magic = __bswap_32(magic)
    [all...]
  /external/tremolo/Tremolo/
misc.h 73 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.halves.lo)>>15) | ((magic.halves.hi)<<17)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_memory.c 78 unsigned magic; member in struct:debug_memory_header
84 unsigned magic; member in struct:debug_memory_footer
143 hdr->magic = DEBUG_MEMORY_MAGIC;
154 ftr->magic = DEBUG_MEMORY_MAGIC;
174 if(hdr->magic != DEBUG_MEMORY_MAGIC) {
183 if(ftr->magic != DEBUG_MEMORY_MAGIC) {
204 hdr->magic = 0;
205 ftr->magic = 0;
238 if(old_hdr->magic != DEBUG_MEMORY_MAGIC) {
247 if(old_ftr->magic != DEBUG_MEMORY_MAGIC)
    [all...]
  /art/compiler/optimizing/
code_generator_utils.cc 26 int64_t* magic, int* shift) {
27 // It does not make sense to calculate magic and shift for zero divisor.
33 * The magic number M and shift S can be calculated in the following way:
46 * The magic number M is calculated by
90 *magic = (divisor > 0) ? (quotient2 + 1) : (-quotient2 - 1);
93 *magic = static_cast<int>(*magic);
code_generator_utils.h 28 // Computes the magic number and the shift needed in the div/rem by constant algorithm, as out
29 // arguments `magic` and `shift`
30 void CalculateMagicAndShiftForDivRem(int64_t divisor, bool is_long, int64_t* magic, int* shift);
  /art/libdexfile/dex/
standard_dex_file.h 64 // Write the standard dex specific magic.
65 static void WriteMagic(uint8_t* magic);
67 // Write the current version, note that the input is the address of the magic.
68 static void WriteCurrentVersion(uint8_t* magic);
74 // Returns true if the byte string points to the magic value.
75 static bool IsMagicValid(const uint8_t* magic);
78 // Returns true if the byte string after the magic is the correct value.
79 static bool IsVersionValid(const uint8_t* magic);
  /bionic/libc/kernel/uapi/asm-mips/asm/
ucontext.h 22 unsigned int magic; member in struct:extcontext
  /bionic/libc/kernel/uapi/linux/
bcm933xx_hcs.h 23 __u16 magic; member in struct:bcm_hcs
coda_psdev.h 21 #include <linux/magic.h>
flat.h 24 char magic[4]; member in struct:flat_hdr
  /device/generic/goldfish/gralloc/
gralloc_priv.h 72 int magic; member in struct:private_handle_t
89 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
97 magic = 0;
104 hnd->magic != sMagic)
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc_vsoc_priv.h 37 int magic; member in struct:vsoc_buffer_handle_t
62 magic(sMagic),
75 magic = 0;
83 hnd->magic != sMagic) {
  /external/kernel-headers/original/uapi/asm-mips/asm/
ucontext.h 7 * @magic: magic value identifying the type of extended context
14 * indicated by the magic field. Userland may check each extended context
15 * structure against magic values that it recognises. The size field allows any
17 * of the extended context data is indicated by the magic value
21 unsigned int magic; member in struct:extcontext
27 * @ext: the extended context header, with magic == MSA_EXTCONTEXT_MAGIC
  /external/kernel-headers/original/uapi/linux/
bcm933xx_hcs.h 12 __u16 magic; member in struct:bcm_hcs
coda_psdev.h 5 #include <linux/magic.h>
flat.h 29 char magic[4]; member in struct:flat_hdr
  /external/libdrm/
xf86drmHash.h 39 unsigned long magic; member in struct:HashTable
  /external/strace/linux/i386/
userent0.h 12 XLAT_UOFF(magic),
  /external/strace/linux/sh/
userent0.h 11 XLAT_UOFF(magic),
  /external/strace/tests/
ustat.c 44 const kernel_ulong_t magic = (kernel_ulong_t) 0xfacefeedffffffff; local
68 dev = (unsigned int) magic;
69 rc = syscall(__NR_ustat, magic, 0);
73 rc = syscall(__NR_ustat, magic, buf);
  /external/strace/tests-m32/
ustat.c 44 const kernel_ulong_t magic = (kernel_ulong_t) 0xfacefeedffffffff; local
68 dev = (unsigned int) magic;
69 rc = syscall(__NR_ustat, magic, 0);
73 rc = syscall(__NR_ustat, magic, buf);
  /external/strace/tests-mx32/
ustat.c 44 const kernel_ulong_t magic = (kernel_ulong_t) 0xfacefeedffffffff; local
68 dev = (unsigned int) magic;
69 rc = syscall(__NR_ustat, magic, 0);
73 rc = syscall(__NR_ustat, magic, buf);
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 72 int magic; member in struct:private_handle_t
89 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
97 magic = 0;
104 hnd->magic != sMagic)

Completed in 599 milliseconds

1 23 4 5 6 7 8 91011>>