Home
last modified time | relevance | path

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

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