HomeSort by relevance Sort by last modified time
    Searched full:intarg_count (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_sysv.c 96 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 += 4
370 int intarg_count; local
    [all...]
ffi_darwin.c 308 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 = ALIGN(intarg_count, 4)
    [all...]
ffi_linux64.c 110 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_REGISTERS64
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-ffi_darwin.c 302 //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 == NUM_GPR_ARG_REGISTERS -
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ChangeLog.libffi-3.1     [all...]

Completed in 550 milliseconds