Searched defs:vset (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/misc/
H A Dpanner.pl44 vset("DIRECT:wdpy_x,wdpy_y,pointer_x,pointer_y,pointer_same");
73 vset("pointer_x,pointer_y,pointer_same");
105 sub vset { subroutine
/external/valgrind/perf/
H A Dtinycc.c5457 void vset(CType *type, int r, int v);
5894 vset(&vtop->type, r | VT_LVAL, 0);
10204 void vset(CType *type, int r, int v)
10216 vset(&type, r, v);
12988 vset(&s->type, VT_CONST | VT_SYM, 0);
13022 vset(&s->type, r, s->c);
13631 vset(&type, VT_LOCAL | VT_LVAL, func_vc);
14045 vset(&dtype, VT_LOCAL, c);
14369 vset(type, r, addr);
10202 void vset(CType *type, int r, int v) function

Completed in 195 milliseconds