Searched defs:gprSize (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c249 unsigned int gprSize = 0; local
253 (char*)next_arg, &gprSize, (char*)fpr_base, &fprSize);
254 next_arg += gprSize / sizeof(long);
887 unsigned int gprSize = 0; local
893 &gprSize, (const char*)pfr, &fprSize, &nf, avalue[i], NULL);
895 ng += gprSize / sizeof(long);
896 pgr += gprSize / sizeof(long);
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c249 unsigned int gprSize = 0; local
253 (char*)next_arg, &gprSize, (char*)fpr_base, &fprSize);
254 next_arg += gprSize / sizeof(long);
887 unsigned int gprSize = 0; local
893 &gprSize, (const char*)pfr, &fprSize, &nf, avalue[i], NULL);
895 ng += gprSize / sizeof(long);
896 pgr += gprSize / sizeof(long);

Completed in 216 milliseconds