Home
last modified time | relevance | path

Searched defs:minSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DData_window.cc86 Data_window::bind (int64_t file_offset, int64_t minSize) in bind()
95 Data_window::bind (Span *span, int64_t minSize) in bind()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.cc86 Data_window::bind (int64_t file_offset, int64_t minSize) in bind()
95 Data_window::bind (Span *span, int64_t minSize) in bind()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dzip.d860 const uint itemCount = 20, minSize = 10, maxSize = 500; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d162 const minSize = offset + nbytes; in reserve() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dzip.d1449 const uint itemCount = 20, minSize = 10, maxSize = 500; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d1087 BigDigit[] includeSign(const(BigDigit) [] x, size_t minSize, bool sign) in includeSign()