Searched refs:intarg_count (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dffi_sysv.c96 unsigned i, fparg_count = 0, intarg_count = 0; local
158 intarg_count++;
193 && intarg_count >= NUM_GPR_ARG_REGISTERS
194 && intarg_count % 2 != 0)
195 intarg_count++;
211 have to adjust the intarg_count value. */
212 if (intarg_count >= NUM_GPR_ARG_REGISTERS - 3
213 && intarg_count < NUM_GPR_ARG_REGISTERS)
214 intarg_count = NUM_GPR_ARG_REGISTERS;
215 intarg_count
370 int intarg_count; local
[all...]
H A Dffi_darwin.c308 FFI_ASSERT(flags & FLAG_4_GPR_ARGUMENTS || intarg_count <= 4); */
664 unsigned fparg_count = 0, intarg_count = 0; local
755 intarg_count++;
765 intarg_count++;
770 intarg_count++;
800 && (intarg_count & 0x01) != 0)
801 intarg_count++;
812 intarg_count = ALIGN(intarg_count, 2);
814 intarg_count
[all...]
H A Dffi_linux64.c110 unsigned i, fparg_count = 0, intarg_count = 0; local
179 intarg_count++;
202 intarg_count++;
209 intarg_count++;
222 intarg_count = ALIGN (intarg_count, align);
224 intarg_count += ((*ptr)->size + 7) / 8;
236 if (intarg_count > NUM_GPR_ARG_REGISTERS64)
253 intarg_count++;
254 if (intarg_count > NUM_GPR_ARG_REGISTERS6
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c302 //FFI_ASSERT(flags & FLAG_4_GPR_ARGUMENTS || intarg_count <= 4);
337 int intarg_count = 0; local
391 intarg_count++;
405 intarg_count++;
436 && intarg_count % 2 != 0)
437 intarg_count++;
454 && intarg_count % 2 != 0)
455 intarg_count++;
457 intarg_count += 2;
467 if (intarg_count
[all...]

Completed in 197 milliseconds