Home
last modified time | relevance | path

Searched refs:item_base (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c351 char *item_base; in darwin64_struct_size_exceeds_gprs_p() local
357 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
362 if (darwin64_struct_size_exceeds_gprs_p (p, item_base, nfpr)) in darwin64_struct_size_exceeds_gprs_p()
369 item_base += 8; in darwin64_struct_size_exceeds_gprs_p()
384 if ((unsigned long)item_base >= 8*8) in darwin64_struct_size_exceeds_gprs_p()
435 char *item_base; in darwin64_pass_struct_floats() local
440 item_base = src + struct_offset; in darwin64_pass_struct_floats()
445 darwin64_pass_struct_floats (p, item_base, nfpr, in darwin64_pass_struct_floats()
450 *fpr_base++ = *(double *)item_base; in darwin64_pass_struct_floats()
452 item_base += 8; in darwin64_pass_struct_floats()
[all …]
/external/libffi/src/powerpc/
Dffi_darwin.c352 char *item_base; in darwin64_struct_size_exceeds_gprs_p() local
358 item_base = src + struct_offset; in darwin64_struct_size_exceeds_gprs_p()
363 if (darwin64_struct_size_exceeds_gprs_p (p, item_base, nfpr)) in darwin64_struct_size_exceeds_gprs_p()
370 item_base += 8; in darwin64_struct_size_exceeds_gprs_p()
385 if ((unsigned long)item_base >= 8*8) in darwin64_struct_size_exceeds_gprs_p()
436 char *item_base; in darwin64_pass_struct_floats() local
441 item_base = src + struct_offset; in darwin64_pass_struct_floats()
446 darwin64_pass_struct_floats (p, item_base, nfpr, in darwin64_pass_struct_floats()
451 *fpr_base++ = *(double *)item_base; in darwin64_pass_struct_floats()
453 item_base += 8; in darwin64_pass_struct_floats()
[all …]