Searched refs:__ctx (Results 1 - 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dffi.c583 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; /* mov
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c310 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/metag/
H A Dffi.c223 * __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) { argument
229 *(unsigned int*) &__tramp[40] = __ctx;
/external/python/cpython2/Modules/_ctypes/libffi/src/avr32/
H A Dffi.c403 unsigned int __ctx = (unsigned int)(codeloc); local
411 *(unsigned int*) &__tramp[20] = __ctx;
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dffi.c757 unsigned int __ctx = (unsigned int)(CTX); \
760 *(unsigned int*) &__tramp[12] = __ctx; \
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
H A Dffi.c907 UINT64 __ctx = (UINT64)(CTX); \
911 memcpy (__tramp + 20, &__ctx, sizeof (__ctx)); \
/external/iproute2/tc/
H A Dtc_bpf.c1691 static struct bpf_elf_ctx __ctx; variable in typeref:struct:bpf_elf_ctx
1696 struct bpf_elf_ctx *ctx = &__ctx;
1818 struct bpf_elf_ctx *ctx = &__ctx;

Completed in 1126 milliseconds