Searched refs:pnext (Results 1 - 18 of 18) sorted by relevance

/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
H A Dpbump.pass.cpp36 CharT* pnext = base::pptr(); local
40 assert(base::pptr() == pnext+n);
/external/e2fsprogs/lib/blkid/
H A Dlist.h163 * @pnext: the &struct list_head to use as a pointer to the next item.
166 #define list_for_each_safe(pos, pnext, head) \
167 for (pos = (head)->next, pnext = pos->next; pos != (head); \
168 pos = pnext, pnext = pos->next)
H A Ddevname.c51 struct list_head *p, *pnext; local
91 list_for_each_safe(p, pnext, &cache->bic_devs) {
186 struct list_head *p, *pnext; local
191 list_for_each_safe(p, pnext, &cache->bic_devs) {
405 struct list_head *p, *pnext; local
471 list_for_each_safe(p, pnext, &cache->bic_devs) {
H A Dcache.c161 struct list_head *p, *pnext; local
167 list_for_each_safe(p, pnext, &cache->bic_devs) {
/external/opencv/cv/src/
H A Dcvconvhull.cpp49 int pprev = start, pcur = pprev + incr, pnext = pcur + incr; local
62 stack[2] = pnext;
66 while( pnext != end )
70 int nexty = array[pnext]->y;
76 int bx = array[pnext]->x - array[pcur]->x;
83 pcur = pnext;
84 pnext += incr;
85 stack[stacksize] = pnext;
92 pcur = pnext;
94 pnext
122 int pprev = start, pcur = pprev + incr, pnext = pcur + incr; local
[all...]
/external/mksh/src/
H A Dmisc.c773 const unsigned char *prest, *psub, *pnext; local
828 for (psub = p; ; psub = pnext) {
829 pnext = pat_scan(psub, pe, true);
831 if (do_gmatch(s, srest, psub, pnext - 2) &&
837 if (pnext == prest)
855 for (psub = p; ; psub = pnext) {
856 pnext = pat_scan(psub, pe, true);
859 if (do_gmatch(s, srest, psub, pnext - 2) &&
863 if (pnext == prest)
876 for (psub = p; ; psub = pnext) {
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h64 * pnext - Next network in per-priority list
70 struct wpa_ssid *pnext; member in struct:wpa_ssid
H A Dconfig.c1802 while (prev->pnext)
1803 prev = prev->pnext;
1804 prev->pnext = ssid;
1852 ssid->pnext = NULL;
3318 ssid = ssid->pnext;
H A Devents.c809 for (ssid = group; ssid; ssid = only_first_ssid ? NULL : ssid->pnext) {
1134 for (ssid = wpa_s->conf->pssid[prio]; ssid; ssid = ssid->pnext)
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dplarena.h173 #define PL_ARENA_DESTROY(pool, a, pnext) \
177 *(pnext) = (a)->next; \
/external/qemu/android/
H A Dconsole.c2499 char* pnext; local
2501 for (i = 0; i < 3; i++, value = pnext + 1) {
2502 pnext=strchr( value, ':' );
2503 if (pnext) {
2504 *pnext = 0;
2506 pnext = pend;
2509 if (pnext > value) {
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_g_l_y_f.py595 pnext = coords[next]
597 pnext = ((pthis[0]+pnext[0])/2, (pthis[1]+pnext[1])/2)
598 bbox = calcQuadraticBounds(plast, pthis, pnext)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_g_l_y_f.py595 pnext = coords[next]
597 pnext = ((pthis[0]+pnext[0])/2, (pthis[1]+pnext[1])/2)
598 bbox = calcQuadraticBounds(plast, pthis, pnext)
/external/e2fsprogs/misc/
H A Dtune2fs.c1720 #define list_for_each_safe(pos, pnext, head) \
1721 for (pos = (head)->next, pnext = pos->next; pos != (head); \
1722 pos = pnext, pnext = pos->next)
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1293 int pnext, psize, x; local
1296 pnext = get2byte(&data[pbegin]);
1298 if( pbegin + psize + 3 >= pnext && pnext>0 ){
1299 int frag = pnext - (pbegin+psize);
1304 x = get2byte(&data[pnext]);
1306 x = pnext + get2byte(&data[pnext+2]) - pbegin;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48412 int pnext, psize, x; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52884 int pnext, psize, x; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52904 int pnext, psize, x; local
[all...]

Completed in 2048 milliseconds