HomeSort by relevance Sort by last modified time
    Searched refs:FIRST_ARG_SLOT (Results 1 - 3 of 3) sorted by null

  /external/libffi/src/pa/
ffi.c 40 #define FIRST_ARG_SLOT 9
147 unsigned int slot = FIRST_ARG_SLOT;
198 switch (slot - FIRST_ARG_SLOT)
213 switch (slot - FIRST_ARG_SLOT)
428 unsigned int slot = FIRST_ARG_SLOT;
473 switch (slot - FIRST_ARG_SLOT)
488 switch (slot - FIRST_ARG_SLOT)
541 *(stack - FIRST_ARG_SLOT) = (UINT8)(ret[0] >> 24);
544 *(stack - FIRST_ARG_SLOT) = (SINT8)(ret[0] >> 24);
547 *(stack - FIRST_ARG_SLOT) = (UINT16)(ret[0] >> 16)
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/pa/
ffi.c 40 #define FIRST_ARG_SLOT 9
147 unsigned int slot = FIRST_ARG_SLOT;
198 switch (slot - FIRST_ARG_SLOT)
213 switch (slot - FIRST_ARG_SLOT)
428 unsigned int slot = FIRST_ARG_SLOT;
473 switch (slot - FIRST_ARG_SLOT)
488 switch (slot - FIRST_ARG_SLOT)
541 *(stack - FIRST_ARG_SLOT) = (UINT8)(ret[0] >> 24);
544 *(stack - FIRST_ARG_SLOT) = (SINT8)(ret[0] >> 24);
547 *(stack - FIRST_ARG_SLOT) = (UINT16)(ret[0] >> 16)
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/pa/
ffi.c 40 #define FIRST_ARG_SLOT 9
147 unsigned int slot = FIRST_ARG_SLOT;
198 switch (slot - FIRST_ARG_SLOT)
213 switch (slot - FIRST_ARG_SLOT)
428 unsigned int slot = FIRST_ARG_SLOT;
473 switch (slot - FIRST_ARG_SLOT)
488 switch (slot - FIRST_ARG_SLOT)
541 *(stack - FIRST_ARG_SLOT) = (UINT8)(ret[0] >> 24);
544 *(stack - FIRST_ARG_SLOT) = (SINT8)(ret[0] >> 24);
547 *(stack - FIRST_ARG_SLOT) = (UINT16)(ret[0] >> 16)
    [all...]

Completed in 134 milliseconds