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

  /external/libffi/src/sparc/
v8.S 38 .globl ffi_flush_icache
41 ffi_flush_icache: label
60 .size ffi_flush_icache,.ffi_flush_icache_end-ffi_flush_icache
ffi.c 380 void ffi_flush_icache (void *, size_t);
445 ffi_flush_icache (call_struct, 32);
533 ffi_flush_icache (closure, 16);
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v8.S 38 .globl ffi_flush_icache
41 ffi_flush_icache: label
60 .size ffi_flush_icache,.ffi_flush_icache_end-ffi_flush_icache
ffi.c 380 void ffi_flush_icache (void *, size_t);
445 ffi_flush_icache (call_struct, 32);
533 ffi_flush_icache (closure, 16);
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
v8.S 38 .globl ffi_flush_icache
41 ffi_flush_icache: label
60 .size ffi_flush_icache,.ffi_flush_icache_end-ffi_flush_icache
ffi.c 380 void ffi_flush_icache (void *, size_t);
445 ffi_flush_icache (call_struct, 32);
533 ffi_flush_icache (closure, 16);
  /external/libffi/
ChangeLog.libffi-3.1 613 * src/sparc/v8.S (ffi_flush_icache): Implement a sparc v9 cache
632 * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for
635 Call ffi_flush_icache for non-GCC builds.
636 (ffi_prep_closure_loc): Use ffi_flush_icache.
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
ChangeLog.libffi-3.1 613 * src/sparc/v8.S (ffi_flush_icache): Implement a sparc v9 cache
632 * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for
635 Call ffi_flush_icache for non-GCC builds.
636 (ffi_prep_closure_loc): Use ffi_flush_icache.
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
ChangeLog.libffi-3.1 613 * src/sparc/v8.S (ffi_flush_icache): Implement a sparc v9 cache
632 * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for
635 Call ffi_flush_icache for non-GCC builds.
636 (ffi_prep_closure_loc): Use ffi_flush_icache.
    [all...]

Completed in 125 milliseconds