Searched refs:ptop (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | macosx_opengl.c | 151 char *ptop, *pbot; in macosx_copy_opengl() local 161 ptop = dest + top * rowlen; in macosx_copy_opengl() 163 memcpy(pbuf, ptop, rowlen); in macosx_copy_opengl() 164 memcpy(ptop, pbot, rowlen); in macosx_copy_opengl()
|
/external/tremolo/Tremolo/ |
D | misc.c | 50 static int ptop=0; variable 83 if(pinsert==ptop) in _insert() 84 pinsert=++ptop; in _insert() 200 for(i=0;i<ptop;i++){ in _VDBG_dump()
|
/external/valgrind/perf/ |
D | tinycc.c | 7472 static void sym_pop(Sym **ptop, Sym *b) in sym_pop() argument 7478 s = *ptop; in sym_pop() 7495 *ptop = b; in sym_pop() 8210 static Sym *label_push(Sym **ptop, int v, int flags) in label_push() argument 8213 s = sym_push2(ptop, v, 0, 0); in label_push() 8216 if (ptop == &global_label_stack) { in label_push() 8229 static void label_pop(Sym **ptop, Sym *slast) in label_pop() argument 8232 for(s = *ptop; s != slast; s = s1) { in label_pop() 8250 *ptop = slast; in label_pop()
|