Searched refs:struct_offset (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_darwin.c | 347 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/libffi/src/powerpc/ |
D | ffi_darwin.c | 348 unsigned struct_offset=0, i; in darwin64_struct_size_exceeds_gprs_p() local 356 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_struct_size_exceeds_gprs_p() 358 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p() 390 struct_offset += p->size; in darwin64_struct_size_exceeds_gprs_p() 431 unsigned struct_offset = 0; in darwin64_pass_struct_floats() local 440 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_pass_struct_floats() 441 item_base = src + struct_offset; in darwin64_pass_struct_floats() 469 struct_offset += p->size; in darwin64_pass_struct_floats() 522 unsigned struct_offset = 0; in darwin64_struct_floats_to_mem() local 531 struct_offset = FFI_ALIGN(struct_offset, p->alignment); in darwin64_struct_floats_to_mem() [all …]
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 999 uint64_t struct_offset = offset + iter.offset; in v3d_print_group() local 1001 struct_offset, in v3d_print_group()
|
/external/mesa3d/src/intel/common/ |
D | gen_decoder.c | 1241 uint64_t struct_offset = offset + 4 * struct_dword; in gen_print_group() local 1242 gen_print_group(outfile, iter.struct_desc, struct_offset, in gen_print_group()
|
/external/mesa3d/src/compiler/glsl/ |
D | link_varyings.cpp | 1176 unsigned struct_offset = this->matched_candidate->offset * 4 * dmul; in assign_location() local 1179 array_offset + struct_offset; in assign_location()
|