Home
last modified time | relevance | path

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

/netbsd-src/lib/libbsdmalloc/
H A Dmalloc.c109 * nextf[i] is the pointer to the next free block of size 2^(i+3). The
114 static union overhead *nextf[NBUCKETS]; variable
240 if ((op = nextf[bucket]) == NULL) { in malloc()
242 if ((op = nextf[bucket]) == NULL) { in malloc()
248 nextf[bucket] = op->ov_next; in malloc()
304 nextf[bucket] = op; in morecore()
334 op->ov_next = nextf[(unsigned int)size];/* also clobbers ov_magic */ in free()
335 nextf[(unsigned int)size] = op; in free()
452 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { in findbucket()
479 for (j = 0, p = nextf[ in mstats()
[all...]
/netbsd-src/libexec/ld.elf_so/
H A Dxmalloc.c147 static union overhead *nextf[NBUCKETS]; variable
237 if ((op = nextf[bucket]) == NULL) { in imalloc()
239 if ((op = nextf[bucket]) == NULL) in imalloc()
243 nextf[bucket] = op->ov_next; in imalloc()
297 nextf[bucket] = op; in morecore()
325 op->ov_next = nextf[size]; /* also clobbers ov_magic */ in xfree()
326 nextf[size] = op; in xfree()
400 for (j = 0, p = nextf[i]; p; p = p->ov_next, j++) in mstats()
/netbsd-src/external/bsd/mdocml/dist/
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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.cc2059 tree nextf, size; in finish_bitfield_representative() local
2077 nextf = DECL_CHAIN (field); in finish_bitfield_representative()
2078 while (nextf && TREE_CODE (nextf) != FIELD_DECL) in finish_bitfield_representative()
2079 nextf = DECL_CHAIN (nextf); in finish_bitfield_representative()
2082 nextf = NULL_TREE; in finish_bitfield_representative()
2083 if (nextf) in finish_bitfield_representative()
2088 if (TREE_TYPE (nextf) == error_mark_node) in finish_bitfield_representative()
2093 maxsize = size_diffop (DECL_FIELD_OFFSET (nextf), in finish_bitfield_representative()
2098 + tree_to_uhwi (DECL_FIELD_BIT_OFFSET (nextf)) in finish_bitfield_representative()
2166 DECL_CHAIN (repr) = nextf; in finish_bitfield_representative()
H A Dtree.cc12747 tree nextf = DECL_CHAIN (TREE_OPERAND (ref, 1)); in array_at_struct_end_p() local
12748 while (nextf && TREE_CODE (nextf) != FIELD_DECL) in array_at_struct_end_p()
12749 nextf = DECL_CHAIN (nextf); in array_at_struct_end_p()
12750 if (nextf) in array_at_struct_end_p()
H A DChangeLog-202122202 * stor-layout.c (finish_bitfield_representative): If nextf has
23134 assume nextf is always NULL.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c2046 tree nextf, size; in finish_bitfield_representative() local
2064 nextf = DECL_CHAIN (field); in finish_bitfield_representative()
2065 while (nextf && TREE_CODE (nextf) != FIELD_DECL) in finish_bitfield_representative()
2066 nextf = DECL_CHAIN (nextf); in finish_bitfield_representative()
2069 nextf = NULL_TREE; in finish_bitfield_representative()
2070 if (nextf) in finish_bitfield_representative()
2075 if (TREE_TYPE (nextf) == error_mark_node) in finish_bitfield_representative()
2077 maxsize = size_diffop (DECL_FIELD_OFFSET (nextf), in finish_bitfield_representative()
2082 + tree_to_uhwi (DECL_FIELD_BIT_OFFSET (nextf)) in finish_bitfield_representative()
2150 DECL_CHAIN (repr) = nextf; in finish_bitfield_representative()
H A Dtree.c13543 tree nextf = DECL_CHAIN (TREE_OPERAND (ref, 1)); in array_at_struct_end_p() local
13544 while (nextf && TREE_CODE (nextf) != FIELD_DECL) in array_at_struct_end_p()
13545 nextf = DECL_CHAIN (nextf); in array_at_struct_end_p()
13546 if (nextf) in array_at_struct_end_p()
/netbsd-src/games/gomoku/
H A Dmakemove.c151 goto nextf; in makemove()
204 nextf: in makemove()
/netbsd-src/external/gpl2/gmake/dist/
H A Dread.c1765 struct nameseq *nextf; in record_target_var() local
1773 for (; filenames != 0; filenames = nextf) in record_target_var()
1781 nextf = filenames->next; in record_target_var()
1875 struct nameseq *nextf; in record_files() local
1899 for (; filenames != 0; filenames = nextf) in record_files()
1906 nextf = filenames->next; in record_files()
1960 this = nextf != 0 ? copy_dep_chain (deps) : deps; in record_files()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d731 …s` and `%s` both match argument list for `%s`", m.lastf.type.toChars(), m.nextf.type.toChars(), m.… in visitBin()
813 …s` and `%s` both match argument list for `%s`", m.lastf.type.toChars(), m.nextf.type.toChars(), m.… in visitBin()
1261 …s` and `%s` both match argument list for `%s`", m.lastf.type.toChars(), m.nextf.type.toChars(), m.… in visitBinAssign()
1374 …s` and `%s` both match argument list for `%s`", m.lastf.type.toChars(), m.nextf.type.toChars(), m.… in compare_overload()
H A Dfunc.d910 m.nextf = f; in overloadModMatch()
924 m.nextf = null; in overloadModMatch()
3198 if (m.lastf && m.nextf) in resolveFuncCall()
3201 TypeFunction tf2 = m.nextf.type.toTypeFunction(); in resolveFuncCall()
3212 m.nextf.loc.toChars(), m.nextf.toPrettyChars(), nextprms, mod2); in resolveFuncCall()
H A Ddtemplate.d2796 m.nextf = fd; in applyFunction()
2936 m.nextf = fd; in applyTemplate()
2954 m.nextf = null; in applyTemplate()
3040 m.nextf = fd; in applyTemplate()
3059 m.nextf = null; in applyTemplate()
H A Ddeclaration.d213 FuncDeclaration nextf; // if ambiguous match, this is the "other" function member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c709 m.nextf->type->toChars(), in op_overload()
806 m.nextf->type->toChars(), in op_overload()
1328 m.nextf->type->toChars(), in op_overload()
1478 m.nextf->type->toChars(), in compare_overload()
H A Dfunc.c3213 m->nextf = f; in overloadModMatch()
3227 m->nextf = NULL; in overloadModMatch()
3609 else if (m.nextf) in resolveFuncCall()
3612 TypeFunction *tf2 = m.nextf->type->toTypeFunction(); in resolveFuncCall()
3620 m.nextf->loc.toChars(), m.nextf->toPrettyChars(), nextprms); in resolveFuncCall()
H A Ddeclaration.h106 FuncDeclaration *nextf; // current matching function member
H A Ddtemplate.c2281 m->nextf = fd; in functionResolve()
2418 m->nextf = fd; in functionResolve()
2436 m->nextf = NULL; in functionResolve()
2523 m->nextf = fd; in functionResolve()
2542 m->nextf = NULL; in functionResolve()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d5604 immutable nextf = decode(from, i);
5605 if (lastf <= c && c <= nextf)
5612 n += nextf - lastf;
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d5917 immutable nextf = decode(from, i);
5918 if (lastf <= c && c <= nextf)
5925 n += nextf - lastf;