Home
last modified time | relevance | path

Searched refs:nextf (Results 1 – 7 of 7) sorted by relevance

/dragonfly/libexec/rtld-elf/
H A Dmalloc.c103 static union overhead *nextf[NBUCKETS]; variable
193 if ((op = nextf[bucket]) == NULL) { in malloc()
195 if ((op = nextf[bucket]) == NULL) in malloc()
199 nextf[bucket] = op->ov_next; in malloc()
271 nextf[bucket] = op; in morecore()
299 op->ov_next = nextf[size]; /* also clobbers ov_magic */ in free()
300 nextf[size] = op; in free()
396 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { in findbucket()
425 for (j = 0, p = nextf[i]; p; p = p->ov_next, j++) in mstats()
/dragonfly/contrib/tcsh-6/
H A Dtc.alloc.c146 static union overhead *nextf[NBUCKETS] IZERO_STRUCT; variable
211 if (nextf[bucket] == NULL) in malloc()
213 if ((p = nextf[bucket]) == NULL) { in malloc()
226 nextf[bucket] = nextf[bucket]->ov_next; in malloc()
259 if (nextf[bucket]) in morecore()
294 nextf[bucket] = op; in morecore()
336 op->ov_next = nextf[size]; in free()
337 nextf[size] = op; in free()
492 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { in findbucket()
619 for (j = 0, p = nextf[i]; p; p = p->ov_next, j++) in showall()
/dragonfly/contrib/mdocml/
H A Dterm_ps.c76 enum termfont nextf; /* building next font here */ member
1072 if (p->ps->nextf != p->ps->lastf) { in ps_plast()
1074 ps_setfont(p, p->ps->nextf); in ps_plast()
1076 p->ps->nextf = TERMFONT_NONE; in ps_plast()
1131 switch (p->ps->nextf) { in ps_letter()
1135 p->ps->nextf = TERMFONT_BI; in ps_letter()
1138 p->ps->nextf = TERMFONT_UNDER; in ps_letter()
1145 switch (p->ps->nextf) { in ps_letter()
1149 p->ps->nextf = TERMFONT_BI; in ps_letter()
1152 p->ps->nextf = TERMFONT_BOLD; in ps_letter()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dstor-layout.c1758 tree nextf, size; in finish_bitfield_representative() local
1772 nextf = DECL_CHAIN (field); in finish_bitfield_representative()
1773 while (nextf && TREE_CODE (nextf) != FIELD_DECL) in finish_bitfield_representative()
1774 nextf = DECL_CHAIN (nextf); in finish_bitfield_representative()
1775 if (nextf) in finish_bitfield_representative()
1780 if (TREE_TYPE (nextf) == error_mark_node) in finish_bitfield_representative()
1782 maxsize = size_diffop (DECL_FIELD_OFFSET (nextf), in finish_bitfield_representative()
1787 + tree_low_cst (DECL_FIELD_BIT_OFFSET (nextf), 1) in finish_bitfield_representative()
1855 DECL_CHAIN (repr) = nextf; in finish_bitfield_representative()
/dragonfly/games/gomoku/
H A Dmakemove.c135 goto nextf; in makemove()
183 nextf: in makemove()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dstor-layout.c2001 tree nextf, size; in finish_bitfield_representative() local
2017 nextf = DECL_CHAIN (field); in finish_bitfield_representative()
2018 while (nextf && TREE_CODE (nextf) != FIELD_DECL) in finish_bitfield_representative()
2019 nextf = DECL_CHAIN (nextf); in finish_bitfield_representative()
2020 if (nextf) in finish_bitfield_representative()
2025 if (TREE_TYPE (nextf) == error_mark_node) in finish_bitfield_representative()
2027 maxsize = size_diffop (DECL_FIELD_OFFSET (nextf), in finish_bitfield_representative()
2032 + tree_to_uhwi (DECL_FIELD_BIT_OFFSET (nextf)) in finish_bitfield_representative()
2100 DECL_CHAIN (repr) = nextf; in finish_bitfield_representative()
H A Dtree.c12868 tree nextf = DECL_CHAIN (TREE_OPERAND (ref, 1)); in array_at_struct_end_p() local
12869 while (nextf && TREE_CODE (nextf) != FIELD_DECL) in array_at_struct_end_p()
12870 nextf = DECL_CHAIN (nextf); in array_at_struct_end_p()
12871 if (nextf) in array_at_struct_end_p()