Home
last modified time | relevance | path

Searched defs:newLength (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStExecutableImage.cpp241 uint32_t newLength = cropTo - cropFrom + 1; in cropRegionToFilter() local
344 unsigned newLength; in mergeRegions() local
H A DDataSourceImager.cpp66 unsigned newLength; in addDataSegment() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzlib.d651 auto newLength = GC.extend(destbuf.ptr, destbufsize, destbufsize); variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d766 @property void length(size_t newLength) in length()
1894 @property void length(size_t newLength) in length()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriter.cpp336 unsigned newLength = getRangeSize(replacementRange); in ReplaceText() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dregion.d224 auto newLength = b.length + delta; in expand() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DStringBuilder.cc101 StringBuilder::setLength (int newLength) in setLength()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DStringBuilder.cc102 StringBuilder::setLength (int newLength) in setLength()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dregion.d255 auto newLength = b.length + delta; in expand() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dutf.d1219 immutable newLength = str.length - numCodeUnits; variable