Home
last modified time | relevance | path

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

/hardware/msm7k/librpc/
Dsvc.c232 V("RPC server %08x:%d is a real server.\n", (uint32_t)prog, (int)vers); in svc_register()
244 V("RPC server %08x:%d: registering with kernel.\n", in svc_register()
267 V("RPC server %08x:%d: after registering, there are %d servers.\n", in svc_register()
288 V("RPC server %08x:%d is not the first in the list\n", in svc_unregister()
292 V("RPC server %08x:%d the first in the list\n", in svc_unregister()
300 V("RPC server %08x:%d is not a callback server.\n", in svc_unregister()
316 V("RPC server %08x:%d: destroying XDR\n", in svc_unregister()
320 else V("RPC server %08x:%d does not have an associated XDR\n", in svc_unregister()
328 V("RPC server %08x:%d: after unregistering, %d servers left.\n", in svc_unregister()
Ddebug.h45 #define V PRINT macro
47 #define V(x...) do { } while(0) macro
Dclnt.c252 V("rx thread timeout (%d clients):\n", num_clients); in rx_context()
258 V("\t%08x:%08x fd %02d\n", in rx_context()
262 else V("\t(unknown)\n"); in rx_context()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
DJPEGTest.c124 short H[4],V[4]; in GetYUVformat() local
137 V[j] = (0x0f & Data[temp_index]); in GetYUVformat()
154 temp = (V[0]*H[0])/(V[1]*H[1]) ; in GetYUVformat()