Home
last modified time | relevance | path

Searched defs:TP_ADJ (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/i386/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/microblaze/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h10 #define TP_ADJ(p) (p) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x86_64/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h10 #define TP_ADJ(p) (p) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h10 #define TP_ADJ(p) (p) macro
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/arch/wasm32/
H A Dpthread_arch.h10 #define TP_ADJ(p) (p) macro
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/arch/emscripten/
H A Dpthread_arch.h3 #define TP_ADJ(p) (p) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/s390x/
H A Dpthread_arch.h12 #define TP_ADJ(p) (p) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mips64/
H A Dpthread_arch.h15 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mips/
H A Dpthread_arch.h15 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/or1k/
H A Dpthread_arch.h16 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/x32/
H A Dpthread_arch.h8 #define TP_ADJ(p) (p) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/mipsn32/
H A Dpthread_arch.h15 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/aarch64/
H A Dpthread_arch.h10 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/m68k/
H A Dpthread_arch.h9 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/powerpc64/
H A Dpthread_arch.h10 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/riscv64/
H A Dpthread_arch.h10 #define TP_ADJ(p) ((char *)p + sizeof(struct pthread)) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/powerpc/
H A Dpthread_arch.h10 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + 0x7000) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/sh/
H A Dpthread_arch.h10 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/arch/arm/
H A Dpthread_arch.h31 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/internal/
H A Dpthread_impl.h118 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
121 #define TP_ADJ(p) (p) macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/internal/
H A Dpthread_impl.h118 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
121 #define TP_ADJ(p) (p) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Dpthread_impl.h118 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
121 #define TP_ADJ(p) (p) macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/internal/
H A Dpthread_impl.h118 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
121 #define TP_ADJ(p) (p) macro

12