Home
last modified time | relevance | path

Searched refs:newDataLength (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DBlob.cpp98 void Blob::append(const uint8_t * newData, unsigned newDataLength) in append() argument
102 setLength(m_length + newDataLength); in append()
104 memcpy(m_data + oldLength, newData, newDataLength); in append()
H A DBlob.h42 void append(const uint8_t * newData, unsigned newDataLength);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d1898 auto newDataLength = in length() local
1900 _store._backend.length = newDataLength; in length()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Darray.d2183 auto newDataLength =
2185 _store._backend.length = newDataLength;