Home
last modified time | relevance | path

Searched defs:uintptr (Results 1 – 16 of 16) sorted by relevance

/plan9-contrib/sys/src/cmd/unix/drawterm/include/
H A D9windows.h21 typedef unsigned uintptr; typedef
H A Dunix.h34 typedef uintptr_t uintptr; typedef
/plan9-contrib/sys/src/cmd/rc/
H A Dunix.h38 #define uintptr uintptr_t macro
/plan9-contrib/sparc/include/
H A Du.h9 typedef unsigned long uintptr; typedef
/plan9-contrib/riscv/include/
H A Du.h9 typedef unsigned long uintptr; typedef
/plan9-contrib/riscv64/include/
H A Du.h10 typedef unsigned long long uintptr; typedef
/plan9-contrib/386/include/
H A Du.h9 typedef unsigned long uintptr; typedef
/plan9-contrib/mips/include/
H A Du.h9 typedef unsigned long uintptr; typedef
/plan9-contrib/spim/include/
H A Du.h9 typedef unsigned long uintptr; typedef
/plan9-contrib/mips64/include/
H A Du.h9 typedef unsigned long long uintptr; typedef
/plan9-contrib/spim64/include/
H A Du.h9 typedef unsigned long long uintptr; typedef
/plan9-contrib/arm/include/
H A Du.h10 typedef unsigned long uintptr; typedef
/plan9-contrib/amd64/include/
H A Du.h9 typedef unsigned long long uintptr; typedef
/plan9-contrib/power64/include/
H A Du.h9 typedef unsigned long long uintptr; typedef
/plan9-contrib/power/include/
H A Du.h9 typedef unsigned long uintptr; typedef
/plan9-contrib/sys/src/cmd/venti/srv/
H A Dhproc.c471 threadapply(uintptr p, void (*fn)(uintptr)) in threadapply()
510 procapply(void (*fn)(uintptr)) in procapply()