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

1234567891011>>

/xsrc/external/mit/libdrm/dist/
H A Dxf86drmRandom.h28 unsigned long magic; member in struct:RandomState
H A Dxf86drmHash.h39 unsigned long magic; member in struct:HashTable
H A Dxf86drmSL.c58 unsigned long magic; /* SL_ENTRY_MAGIC */ member in struct:SLEntry
66 unsigned long magic; /* SL_LIST_MAGIC */ member in struct:SkipList
82 entry->magic = SL_ENTRY_MAGIC;
108 list->magic = SL_LIST_MAGIC;
124 if (list->magic != SL_LIST_MAGIC) return -1; /* Bad magic */
127 if (entry->magic != SL_ENTRY_MAGIC) return -1; /* Bad magic */
129 entry->magic = SL_FREED_MAGIC;
133 list->magic
[all...]
H A Dxf86drmHash.c111 table->magic = HASH_MAGIC;
123 if (table->magic != HASH_MAGIC) return -1; /* Bad magic */
172 if (!table || table->magic != HASH_MAGIC) return -1; /* Bad magic */
186 if (table->magic != HASH_MAGIC) return -1; /* Bad magic */
205 if (table->magic != HASH_MAGIC) return -1; /* Bad magic */
237 if (table->magic !
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dbufpool.cc58 magic = is_allocated;
75 assert( (this != 0) && (magic == is_allocated) );
81 magic = is_free;
87 assert( (this != 0) && (magic == is_allocated) );
102 assert( (this != 0) && (magic == is_allocated) );
H A Dbufpool.h72 Magic magic; /* marker for valid pool */ member in class:Pool
83 assert( (this != 0) && (magic == is_allocated) );
102 assert( (this != 0) && (magic == is_allocated) );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_half.h54 union fi magic; local in function:util_float_to_half
58 magic.ui = 0xf << 23;
75 f32.f *= magic.f;
78 * XXX: The magic mul relies on denorms being available, otherwise
107 union fi magic; local in function:util_half_to_float
112 magic.ui = 0xef << 23;
118 f32.f *= magic.f;
119 /* XXX: The magic mul relies on denorms being available */
H A Du_debug_memory.c79 unsigned magic; member in struct:debug_memory_header
85 unsigned magic; member in struct:debug_memory_footer
144 hdr->magic = DEBUG_MEMORY_MAGIC;
155 ftr->magic = DEBUG_MEMORY_MAGIC;
175 if (hdr->magic != DEBUG_MEMORY_MAGIC) {
184 if (ftr->magic != DEBUG_MEMORY_MAGIC) {
205 hdr->magic = 0;
206 ftr->magic = 0;
239 if (old_hdr->magic != DEBUG_MEMORY_MAGIC) {
248 if (old_ftr->magic !
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_urem_by_const.h67 util_fast_urem32(uint32_t n, uint32_t d, uint64_t magic) argument
69 uint64_t lowbits = magic * n;
H A Du_debug_memory.c78 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 !
[all...]
/xsrc/external/mit/xf86-input-vmmouse/dist/shared/
H A Dvmmouse_proto.c147 cmd->in.magic = VMMOUSE_PROTO_MAGIC;
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXaixlcint.h49 #define __magic magic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c75 * @magic: [IN] hypervisor magic value
84 port_num, magic, \
94 "a"(magic), \
115 * @magic: [IN] hypervisor magic value
129 port_num, magic, bp, \
142 "a"(magic), \
153 port_num, magic, bp, \
166 "a"(magic), \
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c78 * @magic: [IN] hypervisor magic value
87 port_num, magic, \
97 "a"(magic), \
118 * @magic: [IN] hypervisor magic value
132 port_num, magic, bp, \
145 "a"(magic), \
156 port_num, magic, bp, \
169 "a"(magic), \
[all...]
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dhwvulkan.h39 * 'magic' field must contain HWVULKAN_DISPATCH_MAGIC; the loader will overwrite
42 * NOTE: The magic value and the layout of hwvulkan_dispatch_t match the LunarG
45 * an opportunity to change it, using a magic value that doesn't leave the
50 uintptr_t magic; member in union:__anon376d5fa8010a
/xsrc/external/mit/freetype/dist/src/winfonts/
H A Dwinfnt.h33 FT_UShort magic; member in struct:WinMZ_HeaderRec_
42 FT_UShort magic; member in struct:WinNE_HeaderRec_
52 FT_ULong magic; member in struct:WinPE32_HeaderRec_
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_hosted.h67 int (*dri_auth)(struct vmwgfx_hosted *, ClientPtr client, uint32_t magic);
245 * @magic: The drm magic used for authentication
254 uint32_t magic)
256 return driver->dri_auth(hosted, client, magic);
251 vmwgfx_hosted_dri_auth(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted,ClientPtr client,uint32_t magic) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.h50 unsigned magic; member in struct:i915_drm_buffer
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.h50 unsigned magic; member in struct:i915_drm_buffer
/xsrc/external/mit/libdrm/dist/android/
H A Dgralloc_handle.h54 uint32_t magic; /* differentiate between allocator impls */ member in struct:gralloc_handle_t
100 handle->magic = GRALLOC_HANDLE_MAGIC;
/xsrc/external/mit/MesaLib/dist/include/android_stub/nativebase/
H A Dnativebase.h45 /* a magic value defined by the actual EGL native type */
46 int magic; member in struct:android_native_base_t
70 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
/xsrc/external/mit/MesaLib/dist/src/freedreno/common/
H A Dfreedreno_devices.py127 self.a6xx.magic = Struct()
129 for name, val in template["magic"].items():
130 setattr(self.a6xx.magic, name, val)
132 # Various "magic" register values:
133 self.a6xx.magic.RB_UNKNOWN_8E04_blit = RB_UNKNOWN_8E04_blit
134 self.a6xx.magic.PC_POWER_CNTL = PC_POWER_CNTL
142 if name == "magic": # handled above
212 magic = dict(
225 magic = dict(
242 magic
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/tests/fast_urem_by_const/
H A Dfast_urem_by_const_test.cpp69 uint64_t magic = REMAINDER_MAGIC(d); local in function:test_case
76 EXPECT_EQ(util_fast_urem32(n, d, magic), n % d);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c81 LLVMValueRef i32_floatexpmask, i32_smallexpmask, magic, normal; local in function:lp_build_float_to_smallfloat
130 magic = lp_build_const_int_vec(gallivm, i32_type,
132 magic = LLVMBuildBitCast(builder, magic, f32_bld.vec_type, "");
133 normal = lp_build_mul(&f32_bld, rescale_src, magic);
290 LLVMValueRef smallexpmask, i32_floatexpmask, magic; local in function:lp_build_smallfloat_to_float
331 * magic number has exponent new exp bias + (new exp bias - old exp bias),
334 magic = lp_build_const_int_vec(gallivm, i32_type,
336 magic = LLVMBuildBitCast(builder, magic, f32_bl
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c81 LLVMValueRef i32_floatexpmask, i32_smallexpmask, magic, normal; local in function:lp_build_float_to_smallfloat
130 magic = lp_build_const_int_vec(gallivm, i32_type,
132 magic = LLVMBuildBitCast(builder, magic, f32_bld.vec_type, "");
133 normal = lp_build_mul(&f32_bld, rescale_src, magic);
290 LLVMValueRef smallexpmask, i32_floatexpmask, magic; local in function:lp_build_smallfloat_to_float
331 * magic number has exponent new exp bias + (new exp bias - old exp bias),
334 magic = lp_build_const_int_vec(gallivm, i32_type,
336 magic = LLVMBuildBitCast(builder, magic, f32_bl
[all...]

Completed in 110 milliseconds

1234567891011>>