Home
last modified time | relevance | path

Searched defs:struct_offset (Results 1 – 6 of 6) sorted by relevance

/external/libunwind/src/coredump/
D_UCD_internal.h102 #define STRUCT_MEMBER_P(struct_p, struct_offset) ((void *) ((char*) (struct_p) + (long) (struct_off… argument
103 #define STRUCT_MEMBER(member_type, struct_p, struct_offset) (*(member_type*) STRUCT_MEMBER_P ((stru… argument
/external/libffi/src/powerpc/
Dffi_darwin.c347 unsigned struct_offset=0, i; in darwin64_struct_size_exceeds_gprs_p() local
430 unsigned struct_offset = 0; in darwin64_pass_struct_floats() local
521 unsigned struct_offset = 0; in darwin64_struct_floats_to_mem() local
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c347 unsigned struct_offset=0, i; in darwin64_struct_size_exceeds_gprs_p() local
430 unsigned struct_offset = 0; in darwin64_pass_struct_floats() local
521 unsigned struct_offset = 0; in darwin64_struct_floats_to_mem() local
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c872 uint64_t struct_offset = offset + iter.offset; in v3d_print_group() local
/external/mesa3d/src/intel/common/
Dgen_decoder.c1033 uint64_t struct_offset = offset + 4 * iter_dword; in gen_print_group() local
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1065 unsigned struct_offset = this->matched_candidate->offset * 4 * dmul; in assign_location() local