Searched defs:struct_offset (Results 1 - 4 of 4) sorted by relevance

/external/libffi/src/powerpc/
H A Dffi_darwin.c347 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
521 unsigned struct_offset = 0; local
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dffi_darwin.c347 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
521 unsigned struct_offset = 0; local
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
H A Dffi_darwin.c347 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
521 unsigned struct_offset = 0; local
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dlink_varyings.cpp824 unsigned struct_offset = this->matched_candidate->offset * 4 * dmul; local
827 array_offset + struct_offset;

Completed in 149 milliseconds