Searched refs:intptr_t (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/mips/fw/cfe/ |
D | cfe_api.c | 34 #define XPTR_FROM_NATIVE(n) ((cfe_xptr_t) (intptr_t) (n)) 35 #define NATIVE_FROM_XPTR(x) ((void *) (intptr_t) (x)) 48 static int (*cfe_dispfunc) (intptr_t handle, intptr_t xiocb); 62 return (*cfe_dispfunc) ((intptr_t) cfe_handle, (intptr_t) xiocb); in cfe_iocb_dispatch()
|
/linux-4.1.27/tools/perf/util/ |
D | parse-options.h | 102 intptr_t defval; 134 …name = (l), .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE… 137 .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d,\
|
/linux-4.1.27/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 33 typedef long intptr_t; typedef
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbip_network.c | 125 buff = (void *)((intptr_t) buff + nbytes); in usbip_net_xmit()
|