/external/libunwind/src/coredump/ |
_UCD_internal.h | 102 #define STRUCT_MEMBER_P(struct_p, struct_offset) ((void *) ((char*) (struct_p) + (long) (struct_offset))) 103 #define STRUCT_MEMBER(member_type, struct_p, struct_offset) (*(member_type*) STRUCT_MEMBER_P ((struct_p), (struct_offset)))
|
/external/libffi/src/powerpc/ |
ffi_darwin.c | 347 unsigned struct_offset=0, i; local 355 struct_offset = ALIGN(struct_offset, p->alignment); 357 item_base = src + struct_offset; 389 struct_offset += p->size; 430 unsigned struct_offset = 0; local 439 struct_offset = ALIGN(struct_offset, p->alignment); 440 item_base = src + struct_offset; 468 struct_offset += p->size 521 unsigned struct_offset = 0; local [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
ffi_darwin.c | 347 unsigned struct_offset=0, i; local 355 struct_offset = ALIGN(struct_offset, p->alignment); 357 item_base = src + struct_offset; 389 struct_offset += p->size; 430 unsigned struct_offset = 0; local 439 struct_offset = ALIGN(struct_offset, p->alignment); 440 item_base = src + struct_offset; 468 struct_offset += p->size 521 unsigned struct_offset = 0; local [all...] |
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/ |
ffi_darwin.c | 347 unsigned struct_offset=0, i; local 355 struct_offset = ALIGN(struct_offset, p->alignment); 357 item_base = src + struct_offset; 389 struct_offset += p->size; 430 unsigned struct_offset = 0; local 439 struct_offset = ALIGN(struct_offset, p->alignment); 440 item_base = src + struct_offset; 468 struct_offset += p->size 521 unsigned struct_offset = 0; local [all...] |
/external/mesa3d/src/compiler/glsl/ |
link_varyings.cpp | 824 unsigned struct_offset = this->matched_candidate->offset * 4 * dmul; local 827 array_offset + struct_offset; [all...] |