Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/fw/cfe/
Dcfe_api.c34 #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/
Dparse-options.h102 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/
Dcfe_api.h33 typedef long intptr_t; typedef
/linux-4.1.27/tools/usb/usbip/src/
Dusbip_network.c125 buff = (void *)((intptr_t) buff + nbytes); in usbip_net_xmit()