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

  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ppc-ffitarget.h 84 #define FFI_SYSV_TYPE_SMALL_STRUCT (FFI_TYPE_LAST)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ppc-ffitarget.h 84 #define FFI_SYSV_TYPE_SMALL_STRUCT (FFI_TYPE_LAST)
  /external/libffi/src/powerpc/
ppc_closure.S 244 # case FFI_SYSV_TYPE_SMALL_STRUCT + 1. One byte struct.
250 # case FFI_SYSV_TYPE_SMALL_STRUCT + 2. Two byte struct.
256 # case FFI_SYSV_TYPE_SMALL_STRUCT + 3. Three byte struct.
268 # case FFI_SYSV_TYPE_SMALL_STRUCT + 4. Four byte struct.
274 # case FFI_SYSV_TYPE_SMALL_STRUCT + 5. Five byte struct.
285 # case FFI_SYSV_TYPE_SMALL_STRUCT + 6. Six byte struct.
296 # case FFI_SYSV_TYPE_SMALL_STRUCT + 7. Seven byte struct.
307 # case FFI_SYSV_TYPE_SMALL_STRUCT + 8. Eight byte struct.
ffitarget.h 152 #define FFI_SYSV_TYPE_SMALL_STRUCT (FFI_TYPE_LAST + 2)
ffi_sysv.c 923 combine the base type FFI_SYSV_TYPE_SMALL_STRUCT with the size of
928 return FFI_SYSV_TYPE_SMALL_STRUCT - 1 + size;
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ppc_closure.S 244 # case FFI_SYSV_TYPE_SMALL_STRUCT + 1. One byte struct.
250 # case FFI_SYSV_TYPE_SMALL_STRUCT + 2. Two byte struct.
256 # case FFI_SYSV_TYPE_SMALL_STRUCT + 3. Three byte struct.
268 # case FFI_SYSV_TYPE_SMALL_STRUCT + 4. Four byte struct.
274 # case FFI_SYSV_TYPE_SMALL_STRUCT + 5. Five byte struct.
285 # case FFI_SYSV_TYPE_SMALL_STRUCT + 6. Six byte struct.
296 # case FFI_SYSV_TYPE_SMALL_STRUCT + 7. Seven byte struct.
307 # case FFI_SYSV_TYPE_SMALL_STRUCT + 8. Eight byte struct.
ffitarget.h 152 #define FFI_SYSV_TYPE_SMALL_STRUCT (FFI_TYPE_LAST + 2)
ffi_sysv.c 923 combine the base type FFI_SYSV_TYPE_SMALL_STRUCT with the size of
928 return FFI_SYSV_TYPE_SMALL_STRUCT - 1 + size;
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ppc_closure.S 244 # case FFI_SYSV_TYPE_SMALL_STRUCT + 1. One byte struct.
250 # case FFI_SYSV_TYPE_SMALL_STRUCT + 2. Two byte struct.
256 # case FFI_SYSV_TYPE_SMALL_STRUCT + 3. Three byte struct.
268 # case FFI_SYSV_TYPE_SMALL_STRUCT + 4. Four byte struct.
274 # case FFI_SYSV_TYPE_SMALL_STRUCT + 5. Five byte struct.
285 # case FFI_SYSV_TYPE_SMALL_STRUCT + 6. Six byte struct.
296 # case FFI_SYSV_TYPE_SMALL_STRUCT + 7. Seven byte struct.
307 # case FFI_SYSV_TYPE_SMALL_STRUCT + 8. Eight byte struct.
ffitarget.h 152 #define FFI_SYSV_TYPE_SMALL_STRUCT (FFI_TYPE_LAST + 2)
ffi_sysv.c 923 combine the base type FFI_SYSV_TYPE_SMALL_STRUCT with the size of
928 return FFI_SYSV_TYPE_SMALL_STRUCT - 1 + size;

Completed in 487 milliseconds