Home
last modified time | relevance | path

Searched defs:ptr_size (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dlayout.rs24 let ptr_size = mem::size_of::<*mut ()>(); in test_layout_for_size() localVariable
/third_party/mesa3d/src/util/
Ddisk_cache.c204 uint8_t ptr_size = sizeof(void *); in disk_cache_create() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dstruct_layout.rs123 let ptr_size = self.ctx.target_pointer_size(); in saw_vtable() localVariable
/third_party/mesa3d/src/compiler/glsl/
Dserialize.cpp1119 size_t ptr_size = sizeof(GLvoid *); in write_shader_metadata() local
1171 size_t ptr_size = sizeof(GLvoid *); in read_shader_metadata() local
/third_party/mesa3d/src/compiler/
Dshader_info.h492 unsigned ptr_size; member
/third_party/elfutils/src/
Dreadelf.c6396 unsigned int version, unsigned int ptr_size, in print_cfa_program()
6656 encoded_ptr_size (int encoding, unsigned int ptr_size) in encoded_ptr_size()
6861 unsigned int ptr_size = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; in print_debug_frame_section() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c120 unsigned ptr_size = sizeof(void *); in radv_device_get_cache_uuid() local