Home
last modified time | relevance | path

Searched refs:pprev (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dpoly.c179 pprev--; in dig_find_poly_orientation()
182 } while (pprev != pcur && x[pcur] == x[pprev] && y[pcur] == y[pprev]); in dig_find_poly_orientation()
187 - (x[pcur] - x[pprev]) * (y[pnext] - y[pprev]); in dig_find_poly_orientation()
225 pprev--; in dig_find_poly_orientation()
228 } while (pprev != pcur && x[pcur] == x[pprev] && y[pcur] == y[pprev]); in dig_find_poly_orientation()
233 - (x[pcur] - x[pprev]) * (y[pnext] - y[pprev]); in dig_find_poly_orientation()
271 pprev--; in dig_find_poly_orientation()
274 } while (pprev != pcur && x[pcur] == x[pprev] && y[pcur] == y[pprev]); in dig_find_poly_orientation()
279 - (x[pcur] - x[pprev]) * (y[pnext] - y[pprev]); in dig_find_poly_orientation()
317 pprev--; in dig_find_poly_orientation()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/misc/seabios/seabios-1.14.0/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev;
30 *pprev = next;
32 next->pprev = pprev;
39 n->pprev = pprev;
42 next->pprev = &n->next;
43 *pprev = n;
55 hlist_add(n, next->pprev);
70 new->pprev = old->pprev;
71 *new->pprev = new;
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dlist.h29 struct hlist_node **pprev = n->pprev; in hlist_del() local
30 *pprev = next; in hlist_del()
32 next->pprev = pprev; in hlist_del()
39 n->pprev = pprev; in hlist_add()
42 next->pprev = &n->next; in hlist_add()
43 *pprev = n; in hlist_add()
55 hlist_add(n, next->pprev); in hlist_add_before()
70 new->pprev = old->pprev; in hlist_replace()
71 *new->pprev = new; in hlist_replace()
87 ; *pprev && ({ pos=container_of(*pprev, typeof(*pos), member); 1; }) \
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dlist_bl.h47 h->pprev = NULL; in INIT_HLIST_BL_NODE()
54 return !h->pprev; in hlist_bl_unhashed()
85 n->pprev = &h->first; in hlist_bl_add_head()
92 struct hlist_bl_node **pprev = next->pprev; in hlist_bl_add_before() local
94 n->pprev = pprev; in hlist_bl_add_before()
96 next->pprev = &n->next; in hlist_bl_add_before()
99 WRITE_ONCE(*pprev, in hlist_bl_add_before()
108 n->pprev = &prev->next; in hlist_bl_add_behind()
118 struct hlist_bl_node **pprev = n->pprev; in __hlist_bl_del() local
123 WRITE_ONCE(*pprev, in __hlist_bl_del()
[all …]
H A Dlist_nulls.h26 struct hlist_nulls_node *next, **pprev; member
69 return !h->pprev; in hlist_nulls_unhashed()
83 return !READ_ONCE(h->pprev); in hlist_nulls_unhashed_lockless()
97 WRITE_ONCE(n->pprev, &h->first); in hlist_nulls_add_head()
100 WRITE_ONCE(first->pprev, &n->next); in hlist_nulls_add_head()
106 struct hlist_nulls_node **pprev = n->pprev; in __hlist_nulls_del() local
108 WRITE_ONCE(*pprev, next); in __hlist_nulls_del()
110 WRITE_ONCE(next->pprev, pprev); in __hlist_nulls_del()
116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dlist_bl.h47 h->pprev = NULL; in INIT_HLIST_BL_NODE()
54 return !h->pprev; in hlist_bl_unhashed()
85 n->pprev = &h->first; in hlist_bl_add_head()
92 struct hlist_bl_node **pprev = next->pprev; in hlist_bl_add_before() local
94 n->pprev = pprev; in hlist_bl_add_before()
96 next->pprev = &n->next; in hlist_bl_add_before()
99 WRITE_ONCE(*pprev, in hlist_bl_add_before()
108 n->pprev = &prev->next; in hlist_bl_add_behind()
118 struct hlist_bl_node **pprev = n->pprev; in __hlist_bl_del() local
123 WRITE_ONCE(*pprev, in __hlist_bl_del()
[all …]
H A Dlist_nulls.h26 struct hlist_nulls_node *next, **pprev; member
69 return !h->pprev; in hlist_nulls_unhashed()
83 return !READ_ONCE(h->pprev); in hlist_nulls_unhashed_lockless()
97 WRITE_ONCE(n->pprev, &h->first); in hlist_nulls_add_head()
100 WRITE_ONCE(first->pprev, &n->next); in hlist_nulls_add_head()
106 struct hlist_nulls_node **pprev = n->pprev; in __hlist_nulls_del() local
108 WRITE_ONCE(*pprev, next); in __hlist_nulls_del()
110 WRITE_ONCE(next->pprev, pprev); in __hlist_nulls_del()
116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dlist_bl.h47 h->pprev = NULL; in INIT_HLIST_BL_NODE()
54 return !h->pprev; in hlist_bl_unhashed()
85 n->pprev = &h->first; in hlist_bl_add_head()
92 struct hlist_bl_node **pprev = next->pprev; in hlist_bl_add_before() local
94 n->pprev = pprev; in hlist_bl_add_before()
96 next->pprev = &n->next; in hlist_bl_add_before()
99 WRITE_ONCE(*pprev, in hlist_bl_add_before()
108 n->pprev = &prev->next; in hlist_bl_add_behind()
118 struct hlist_bl_node **pprev = n->pprev; in __hlist_bl_del() local
123 WRITE_ONCE(*pprev, in __hlist_bl_del()
[all …]
H A Dlist_nulls.h26 struct hlist_nulls_node *next, **pprev; member
69 return !h->pprev; in hlist_nulls_unhashed()
83 return !READ_ONCE(h->pprev); in hlist_nulls_unhashed_lockless()
97 WRITE_ONCE(n->pprev, &h->first); in hlist_nulls_add_head()
100 WRITE_ONCE(first->pprev, &n->next); in hlist_nulls_add_head()
106 struct hlist_nulls_node **pprev = n->pprev; in __hlist_nulls_del() local
108 WRITE_ONCE(*pprev, next); in __hlist_nulls_del()
110 WRITE_ONCE(next->pprev, pprev); in __hlist_nulls_del()
116 WRITE_ONCE(n->pprev, LIST_POISON2); in hlist_nulls_del()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/DSTRUCT/Source/
H A Dllist.h88 (plh)->tail.pprev = llist_beg(plh); \
95 (pll)->pprev = llist_beg(plh); \
104 (pll)->pprev = llist_tail(plh); \
106 (plh)->tail.pprev = (llist *) pll; \
112 (pll)->pprev = (queue *) (pnode)->pprev; \
114 (pnode)->pprev->pnext = (queue *) pll; \
115 (pnode)->pprev = (queue *) pll; \
121 (pll)->pprev = (queue *) pnode; \
123 (pnode)->pnext->pprev = (queue *) pll; \
138 ((pll)->pprev)->pnext = (pll)->pnext; \
[all …]
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dlist.h31 T **pprev; member
48 (elm->*field).pprev = &first; in insert_head()
53 ((elm->*field).next->*field).pprev = (elm->*field).pprev; in remove()
54 *(elm->*field).pprev = (elm->*field).next; in remove()
73 (first->*field).pprev = &first; in swap()
75 (tp->*field).pprev = &b.first; in swap()
90 T **pprev; member
106 (elm->*field).pprev = &first; in insert_head()
111 (elm->*field).pprev = plast; in insert_tail()
118 ((elm->*field).next->*field).pprev = (elm->*field).pprev; in remove()
[all …]
/dports/sysutils/py-salt/salt-3004.1/pkg/rpm/
H A Dsalt.bash78 pprev="${COMP_WORDS[COMP_CWORD-2]}"
98 case "${pprev}" in
119 prev="${pprev}"
174 local cur prev opts prev pprev
186 pprev="${COMP_WORDS[COMP_CWORD-2]}"
200 prev="${pprev}"
250 local cur prev opts _salt_coms pprev ppprev
259 pprev="${COMP_WORDS[COMP_CWORD-2]}"
272 if [ "${prev}" = "=" ] && [[ ${pprev} == --* ]]; then
273 prev="${pprev}"
[all …]

12345678910>>...45