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

/external/libffi/src/powerpc/
H A Dffi.c109 int intarg_count; local
146 intarg_count = 0;
163 intarg_count++;
198 if (intarg_count >= NUM_GPR_ARG_REGISTERS
199 && intarg_count % 2 != 0)
201 intarg_count++;
226 if (intarg_count >= NUM_GPR_ARG_REGISTERS - 3)
228 if (intarg_count < NUM_GPR_ARG_REGISTERS)
229 intarg_count += NUM_GPR_ARG_REGISTERS - intarg_count;
595 int fparg_count = 0, intarg_count = 0; local
[all...]
H A Dffi_darwin.c226 //FFI_ASSERT(flags & FLAG_4_GPR_ARGUMENTS || intarg_count <= 4);
278 int fparg_count = 0, intarg_count = 0; local
333 intarg_count++;
358 && intarg_count%2 != 0)
359 intarg_count++;
369 && intarg_count%2 != 0)
370 intarg_count++;
371 intarg_count +=2;
381 if (intarg_count == NUM_GPR_ARG_REGISTERS-1
382 || (intarg_count >
[all...]

Completed in 11 milliseconds