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

  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffi.c 583 void* __ctx = (void*)(CTX); \
589 *(void**) &__tramp[8] = __ctx; /* mov __ctx, %rax */ \
603 unsigned int __ctx = (unsigned int)(CTX); \
604 unsigned int __dis = __fun - (__ctx + 10); \
606 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
614 unsigned int __ctx = (unsigned int)(CTX); \
615 unsigned int __dis = __fun - (__ctx + 49); \
631 *(unsigned int*) &__tramp[40] = __ctx; /* movl __ctx, %eax */
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
ffi.c 223 * __ctx: memory location for wrapper
225 * At this point, tramp[0] == __ctx !
227 void ffi_init_trampoline(unsigned char *__tramp, unsigned int __fun, unsigned int __ctx) {
229 *(unsigned int*) &__tramp[40] = __ctx;
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi_darwin.c 310 unsigned int __ctx = (unsigned int)(CTX); \
311 unsigned int __dis = __fun - (__ctx + FFI_TRAMPOLINE_SIZE); \
313 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
  /external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
sysv.S 136 /* r12: __ctx
ffi.c 403 unsigned int __ctx = (unsigned int)(codeloc); local
411 *(unsigned int*) &__tramp[20] = __ctx;
  /external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
ffi.c 907 UINT64 __ctx = (UINT64)(CTX); \
911 memcpy (__tramp + 20, &__ctx, sizeof (__ctx)); \
  /external/python/cpython2/Modules/_ctypes/libffi/src/arm/
ffi.c 757 unsigned int __ctx = (unsigned int)(CTX); \
760 *(unsigned int*) &__tramp[12] = __ctx; \
  /external/iproute2/tc/
tc_bpf.c 1691 static struct bpf_elf_ctx __ctx; variable in typeref:struct:bpf_elf_ctx
    [all...]

Completed in 633 milliseconds