Home
last modified time | relevance | path

Searched refs:pnext (Results 1 – 25 of 54) sorted by relevance

123

/external/opencv/cv/src/
Dcvconvhull.cpp49 int pprev = start, pcur = pprev + incr, pnext = pcur + incr; in icvSklansky_32s() local
62 stack[2] = pnext; in icvSklansky_32s()
66 while( pnext != end ) in icvSklansky_32s()
70 int nexty = array[pnext]->y; in icvSklansky_32s()
76 int bx = array[pnext]->x - array[pcur]->x; in icvSklansky_32s()
83 pcur = pnext; in icvSklansky_32s()
84 pnext += incr; in icvSklansky_32s()
85 stack[stacksize] = pnext; in icvSklansky_32s()
92 pcur = pnext; in icvSklansky_32s()
94 pnext += incr; in icvSklansky_32s()
[all …]
/external/qemu/android/
Dsensors-port.c109 char* pnext; in _on_sensor_received() local
111 for (i = 0; i < 3; i++, value = pnext + 1) { in _on_sensor_received()
112 pnext=strchr( value, ':' ); in _on_sensor_received()
113 if (pnext) { in _on_sensor_received()
114 *pnext = 0; in _on_sensor_received()
116 pnext = pend; in _on_sensor_received()
119 if (pnext > value) { in _on_sensor_received()
/external/quake/quake/src/WinQuake/
Dd_sprite.cpp202 emitpoint_t *pvert, *pnext; in D_SpriteScanLeftEdge() local
221 pnext = pvert - 1; in D_SpriteScanLeftEdge()
223 vbottom = ceil (pnext->v); in D_SpriteScanLeftEdge()
227 du = pnext->u - pvert->u; in D_SpriteScanLeftEdge()
228 dv = pnext->v - pvert->v; in D_SpriteScanLeftEdge()
264 emitpoint_t *pvert, *pnext; in D_SpriteScanRightEdge() local
283 pnext = pvert + 1; in D_SpriteScanRightEdge()
285 vnext = pnext->v; in D_SpriteScanRightEdge()
301 unext = pnext->u; in D_SpriteScanRightEdge()
Dr_bsp.cpp183 pnextedge = pedges->pnext; in R_RecursiveClipBPoly()
234 ptedge->pnext = psideedges[lastside]; in R_RecursiveClipBPoly()
240 ptedge->pnext = psideedges[side]; in R_RecursiveClipBPoly()
262 pedges->pnext = psideedges[side]; in R_RecursiveClipBPoly()
278 ptedge->pnext = psideedges[0]; in R_RecursiveClipBPoly()
284 ptedge->pnext = psideedges[1]; in R_RecursiveClipBPoly()
389 pbedge[j].pnext = &pbedge[j+1]; in R_DrawSolidClippedSubmodelPolygons()
392 pbedge[j-1].pnext = NULL; // mark end of edges in R_DrawSolidClippedSubmodelPolygons()
Dvid_vga.cpp201 vgavidmodes[i].pnext = &vgavidmodes[i+1]; in VGA_Init()
205 vgavidmodes[NUMVIDMODES-1].pnext = pvidmodes; in VGA_Init()
458 rects = rects->pnext; in VGA_SwapBuffersCopy()
Dd_scan.cpp246 } while ((pspan = pspan->pnext) != NULL); in Turbulent8()
382 } while ((pspan = pspan->pnext) != NULL); in D_DrawSpans8()
445 } while ((pspan = pspan->pnext) != NULL); in D_DrawZSpans()
Dvid.h31 struct vrect_s *pnext; member
Dr_edge.cpp318 span->pnext = surf->spans; in R_CleanupSpan()
394 span->pnext = surf2->spans; in R_LeadingEdgeBackwards()
439 span->pnext = surf->spans; in R_TrailingEdge()
565 span->pnext = surf2->spans; in R_LeadingEdge()
Dvid_dos.h23 struct vmode_s *pnext; member
Dr_shared.h75 struct espan_s *pnext; member
Dscreen.cpp955 vrect.pnext = 0; in SCR_UpdateScreen()
965 vrect.pnext = 0; in SCR_UpdateScreen()
975 vrect.pnext = 0; in SCR_UpdateScreen()
/external/quake/quake/src/QW/client/
Dd_sprite.c202 emitpoint_t *pvert, *pnext; in D_SpriteScanLeftEdge() local
221 pnext = pvert - 1; in D_SpriteScanLeftEdge()
223 vbottom = ceil (pnext->v); in D_SpriteScanLeftEdge()
227 du = pnext->u - pvert->u; in D_SpriteScanLeftEdge()
228 dv = pnext->v - pvert->v; in D_SpriteScanLeftEdge()
264 emitpoint_t *pvert, *pnext; in D_SpriteScanRightEdge() local
283 pnext = pvert + 1; in D_SpriteScanRightEdge()
285 vnext = pnext->v; in D_SpriteScanRightEdge()
301 unext = pnext->u; in D_SpriteScanRightEdge()
Dr_bsp.c183 pnextedge = pedges->pnext; in R_RecursiveClipBPoly()
234 ptedge->pnext = psideedges[lastside]; in R_RecursiveClipBPoly()
240 ptedge->pnext = psideedges[side]; in R_RecursiveClipBPoly()
262 pedges->pnext = psideedges[side]; in R_RecursiveClipBPoly()
278 ptedge->pnext = psideedges[0]; in R_RecursiveClipBPoly()
284 ptedge->pnext = psideedges[1]; in R_RecursiveClipBPoly()
389 pbedge[j].pnext = &pbedge[j+1]; in R_DrawSolidClippedSubmodelPolygons()
392 pbedge[j-1].pnext = NULL; // mark end of edges in R_DrawSolidClippedSubmodelPolygons()
Dd_scan.c244 } while ((pspan = pspan->pnext) != NULL); in Turbulent8()
380 } while ((pspan = pspan->pnext) != NULL); in D_DrawSpans8()
443 } while ((pspan = pspan->pnext) != NULL); in D_DrawZSpans()
Dvid.h31 struct vrect_s *pnext; member
Dr_edge.c318 span->pnext = surf->spans; in R_CleanupSpan()
394 span->pnext = surf2->spans; in R_LeadingEdgeBackwards()
439 span->pnext = surf->spans; in R_TrailingEdge()
565 span->pnext = surf2->spans; in R_LeadingEdge()
Dr_shared.h72 struct espan_s *pnext; member
Dd_sky.c136 } while ((pspan = pspan->pnext) != NULL); in D_DrawSkyScans8()
/external/e2fsprogs/lib/blkid/
Dlist.h169 #define list_for_each_safe(pos, pnext, head) \ argument
170 for (pos = (head)->next, pnext = pos->next; pos != (head); \
171 pos = pnext, pnext = pos->next)
Ddevname.c51 struct list_head *p, *pnext; in blkid_get_dev() local
91 list_for_each_safe(p, pnext, &cache->bic_devs) { in blkid_get_dev()
186 struct list_head *p, *pnext; in probe_one() local
191 list_for_each_safe(p, pnext, &cache->bic_devs) { in probe_one()
405 struct list_head *p, *pnext; in probe_all() local
471 list_for_each_safe(p, pnext, &cache->bic_devs) { in probe_all()
Dcache.c156 struct list_head *p, *pnext; in blkid_gc_cache() local
162 list_for_each_safe(p, pnext, &cache->bic_devs) { in blkid_gc_cache()
/external/mksh/src/
Dmisc.c692 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
747 for (psub = p; ; psub = pnext) { in do_gmatch()
748 pnext = pat_scan(psub, pe, true); in do_gmatch()
750 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
756 if (pnext == prest) in do_gmatch()
774 for (psub = p; ; psub = pnext) { in do_gmatch()
775 pnext = pat_scan(psub, pe, true); in do_gmatch()
778 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
782 if (pnext == prest) in do_gmatch()
795 for (psub = p; ; psub = pnext) { in do_gmatch()
[all …]
/external/webkit/Source/WebCore/platform/
DArena.h130 #define ARENA_DESTROY(pool, a, pnext) \ argument
132 *(pnext) = (a)->next; \
/external/wpa_supplicant_6/wpa_supplicant/
Dconfig_ssid.h58 struct wpa_ssid *pnext; member
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h58 struct wpa_ssid *pnext; member

123