Home
last modified time | relevance | path

Searched defs:newlength (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dcapacity.d39 size_t _d_arraysetlengthT(return scope ref Tarr arr, size_t newlength) @trusted pure nothrow in _d_arraysetlengthT()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Darray.d99 size_t newlength = addu(length, 1, overflow); in Array() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Darray.d99 size_t newlength = addu(length, 1, overflow); in Array() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc540 tree newlength = size_mult_expr (d_array_length (exp), in convert_expr() local
H A Dexpr.cc1415 tree newlength = build_bounds_slice_condition (e, lwr_tree, upr_tree, in visit() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmasterdump.c971 int newlength; in dump_rdataset() local
1242 int newlength; in dump_rdataset_raw() local
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dmasterdump.c965 int newlength; dump_rdataset() local
1235 int newlength; dump_rdataset_raw() local
/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.c1243 u_int newlength, oldlength; in process_generic() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc930 tree newlength = convert_expr (build_expr (e->e2), e->e2->type, in visit() local
1414 tree newlength; in visit() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d3102 void shrinkTo(size_t newlength) @trusted pure in CheckOutput()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d3760 void shrinkTo(size_t newlength) @trusted pure in shrinkTo()