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

  /external/libffi/src/powerpc/
ffitarget.h 100 #define FFI_SYSV_TYPE_SMALL_STRUCT (FFI_TYPE_LAST + 2)
ppc_closure.S 209 # case FFI_SYSV_TYPE_SMALL_STRUCT + 1. One byte struct.
215 # case FFI_SYSV_TYPE_SMALL_STRUCT + 2. Two byte struct.
221 # case FFI_SYSV_TYPE_SMALL_STRUCT + 3. Three byte struct.
227 # case FFI_SYSV_TYPE_SMALL_STRUCT + 4. Four byte struct.
233 # case FFI_SYSV_TYPE_SMALL_STRUCT + 5. Five byte struct.
239 # case FFI_SYSV_TYPE_SMALL_STRUCT + 6. Six byte struct.
245 # case FFI_SYSV_TYPE_SMALL_STRUCT + 7. Seven byte struct.
251 # case FFI_SYSV_TYPE_SMALL_STRUCT + 8. Eight byte struct.
ffi.c 683 flags |= 1 << (31 - FFI_SYSV_TYPE_SMALL_STRUCT - 1);
690 flags |= 1 << (31 - FFI_SYSV_TYPE_SMALL_STRUCT - 2);
    [all...]

Completed in 40 milliseconds