Home
last modified time | relevance | path

Searched refs: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 …e STRUCT_MEMBER(member_type, struct_p, struct_offset) (*(member_type*) STRUCT_MEMBER_P ((struct_p)… argument
/external/libffi/src/powerpc/
Dffi_darwin.c347 unsigned struct_offset=0, i; in darwin64_struct_size_exceeds_gprs_p() local
355 struct_offset = ALIGN(struct_offset, p->alignment); in darwin64_struct_size_exceeds_gprs_p()
357 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
389 struct_offset += p->size; in darwin64_struct_size_exceeds_gprs_p()
430 unsigned struct_offset = 0; in darwin64_pass_struct_floats() local
439 struct_offset = ALIGN(struct_offset, p->alignment); in darwin64_pass_struct_floats()
440 item_base = src + struct_offset; in darwin64_pass_struct_floats()
468 struct_offset += p->size; in darwin64_pass_struct_floats()
521 unsigned struct_offset = 0; in darwin64_struct_floats_to_mem() local
530 struct_offset = ALIGN(struct_offset, p->alignment); in darwin64_struct_floats_to_mem()
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c347 unsigned struct_offset=0, i; in darwin64_struct_size_exceeds_gprs_p() local
355 struct_offset = ALIGN(struct_offset, p->alignment); in darwin64_struct_size_exceeds_gprs_p()
357 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
389 struct_offset += p->size; in darwin64_struct_size_exceeds_gprs_p()
430 unsigned struct_offset = 0; in darwin64_pass_struct_floats() local
439 struct_offset = ALIGN(struct_offset, p->alignment); in darwin64_pass_struct_floats()
440 item_base = src + struct_offset; in darwin64_pass_struct_floats()
468 struct_offset += p->size; in darwin64_pass_struct_floats()
521 unsigned struct_offset = 0; in darwin64_struct_floats_to_mem() local
530 struct_offset = ALIGN(struct_offset, p->alignment); in darwin64_struct_floats_to_mem()
[all …]
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c872 uint64_t struct_offset = offset + iter.offset; in v3d_print_group() local
874 struct_offset, in v3d_print_group()
/external/mesa3d/src/intel/common/
Dgen_decoder.c1033 uint64_t struct_offset = offset + 4 * iter_dword; in gen_print_group() local
1034 gen_print_group(outfile, iter.struct_desc, struct_offset, in gen_print_group()
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1065 unsigned struct_offset = this->matched_candidate->offset * 4 * dmul; in assign_location() local
1068 array_offset + struct_offset; in assign_location()