Home
last modified time | relevance | path

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

/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/e2fsprogs/lib/blkid/
Dlist.h166 #define list_for_each_safe(pos, pnext, head) \ argument
167 for (pos = (head)->next, pnext = pos->next; pos != (head); \
168 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.c161 struct list_head *p, *pnext; in blkid_gc_cache() local
167 list_for_each_safe(p, pnext, &cache->bic_devs) { in blkid_gc_cache()
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump.pass.cpp36 CharT* pnext = base::pptr(); in pbump() local
40 assert(base::pptr() == pnext+n); in pbump()
/external/mksh/src/
Dmisc.c754 const unsigned char *prest, *psub, *pnext; in do_gmatch() local
809 for (psub = p; ; psub = pnext) { in do_gmatch()
810 pnext = pat_scan(psub, pe, true); in do_gmatch()
812 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
818 if (pnext == prest) in do_gmatch()
836 for (psub = p; ; psub = pnext) { in do_gmatch()
837 pnext = pat_scan(psub, pe, true); in do_gmatch()
840 if (do_gmatch(s, srest, psub, pnext - 2) && in do_gmatch()
844 if (pnext == prest) in do_gmatch()
857 for (psub = p; ; psub = pnext) { in do_gmatch()
[all …]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dplarena.h173 #define PL_ARENA_DESTROY(pool, a, pnext) \ argument
177 *(pnext) = (a)->next; \
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_ssid.h70 struct wpa_ssid *pnext; member
Dconfig.c1803 while (prev->pnext) in wpa_config_add_prio_network()
1804 prev = prev->pnext; in wpa_config_add_prio_network()
1805 prev->pnext = ssid; in wpa_config_add_prio_network()
1853 ssid->pnext = NULL; in wpa_config_update_prio_list()
3321 ssid = ssid->pnext; in wpa_config_debug_dump_networks()
Devents.c809 for (ssid = group; ssid; ssid = only_first_ssid ? NULL : ssid->pnext) { in wpa_scan_res_match()
1134 for (ssid = wpa_s->conf->pssid[prio]; ssid; ssid = ssid->pnext) in wpa_supplicant_pick_new_network()
/external/qemu/android/
Dconsole.c2499 char* pnext; in do_sensors_set() local
2501 for (i = 0; i < 3; i++, value = pnext + 1) { in do_sensors_set()
2502 pnext=strchr( value, ':' ); in do_sensors_set()
2503 if (pnext) { in do_sensors_set()
2504 *pnext = 0; in do_sensors_set()
2506 pnext = pend; in do_sensors_set()
2509 if (pnext > value) { in do_sensors_set()
/external/fonttools/Lib/fontTools/ttLib/tables/
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/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv8.txt81 4 bytes - pnext
/external/e2fsprogs/misc/
Dtune2fs.c1720 #define list_for_each_safe(pos, pnext, head) \ argument
1721 for (pos = (head)->next, pnext = pos->next; pos != (head); \
1722 pos = pnext, pnext = pos->next)
/external/chromium_org/third_party/sqlite/src/src/
Dbtree.c1293 int pnext, psize, x; in freeSpace() local
1296 pnext = get2byte(&data[pbegin]); in freeSpace()
1298 if( pbegin + psize + 3 >= pnext && pnext>0 ){ in freeSpace()
1299 int frag = pnext - (pbegin+psize); in freeSpace()
1304 x = get2byte(&data[pnext]); in freeSpace()
1306 x = pnext + get2byte(&data[pnext+2]) - pbegin; in freeSpace()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c48412 int pnext, psize, x;
48415 pnext = get2byte(&data[pbegin]);
48417 if( pbegin + psize + 3 >= pnext && pnext>0 ){
48418 int frag = pnext - (pbegin+psize);
48423 x = get2byte(&data[pnext]);
48425 x = pnext + get2byte(&data[pnext+2]) - pbegin;
/external/sqlite/dist/
Dsqlite3.c52918 int pnext, psize, x;
52921 pnext = get2byte(&data[pbegin]);
52923 if( pbegin + psize + 3 >= pnext && pnext>0 ){
52924 int frag = pnext - (pbegin+psize);
52929 x = get2byte(&data[pnext]);
52931 x = pnext + get2byte(&data[pnext+2]) - pbegin;
/external/sqlite/dist/orig/
Dsqlite3.c52898 int pnext, psize, x;
52901 pnext = get2byte(&data[pbegin]);
52903 if( pbegin + psize + 3 >= pnext && pnext>0 ){
52904 int frag = pnext - (pbegin+psize);
52909 x = get2byte(&data[pnext]);
52911 x = pnext + get2byte(&data[pnext+2]) - pbegin;