/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | stats_collector.d | 418 const oldLength = b.length; variable 431 add!"bytesUsed"(Signed!size_t(b.length - oldLength)); 437 add!"bytesNotMoved"(oldLength); 438 delta = b.length - oldLength; 455 add!"bytesMoved"(oldLength); 461 (1, result, wasInPlace, wasInPlace ? oldLength : 0, 463 wasInPlace ? 0 : oldLength);
|
H A D | bitmapped_block.d | 901 immutable oldLength = _allocStart.rep.length; in ensureRoomForAllocStart() local 908 _allocStart.rep[oldLength .. $] = ulong.max; in ensureRoomForAllocStart()
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | Blob.cpp | 100 unsigned oldLength = m_length; in append() local 104 memcpy(m_data + oldLength, newData, newDataLength); in append()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
H A D | stats_collector.d | 515 const oldLength = b.length; variable 528 add!"bytesUsed"(Signed!size_t(b.length - oldLength)); 534 add!"bytesNotMoved"(oldLength); 535 delta = b.length - oldLength; 552 add!"bytesMoved"(oldLength); 558 (1, result, wasInPlace, wasInPlace ? oldLength : 0, 560 wasInPlace ? 0 : oldLength);
|
H A D | bitmapped_block.d | 2231 immutable oldLength = _allocStart.rep.length; 2238 _allocStart.rep[oldLength .. $] = ulong.max;
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | array.d | 348 immutable oldLength = length; in reserve() local 352 auto newPayload = newPayloadPtr[0 .. oldLength]; in reserve() 355 memcpy(newPayload.ptr, _payload.ptr, T.sizeof * oldLength); in reserve() 357 memset(newPayload.ptr + oldLength, in reserve() 359 (elements - oldLength) * T.sizeof); in reserve() 397 immutable oldLength = length; member 398 reserve(oldLength + r.length); 408 assert(length == oldLength + r.length);
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
H A D | array.d | 486 immutable oldLength = length; 489 auto newPayload = newPayloadPtr[0 .. oldLength]; 492 memcpy(cast(void*) newPayload.ptr, cast(void*) _payload.ptr, T.sizeof * oldLength); 494 memset( cast(void*) (newPayload.ptr + oldLength), 496 (elements - oldLength) * T.sizeof); 540 immutable size_t oldLength = length; 545 reserve(oldLength + rLength); 558 assert(length == oldLength + result,
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 1506 immutable oldLength = array.length; 1510 array[oldLength .. $].uninitializedFillDefault; 1535 immutable oldLength = array.length; 1537 scope(failure) array[oldLength .. $].uninitializedFillDefault; 1539 array[oldLength .. $].uninitializedFill(init); 1566 immutable oldLength = array.length; 1577 auto toFill = array[oldLength .. $];
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | functional.d | 263 immutable oldLength = op.length; in _ctfeSkipOp() local 272 return oldLength != op.length; in _ctfeSkipOp() 280 immutable oldLength = op.length; in _ctfeSkipInteger() local 289 return oldLength != op.length; in _ctfeSkipInteger()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | array.d | 126 const oldLength = length; in Array() 127 setDim(oldLength + a.length); in Array() 128 memcpy(data.ptr + oldLength, a.ptr, a.length * T.sizeof); in Array()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | functional.d | 283 immutable oldLength = op.length; in _ctfeSkipOp() local 292 return oldLength != op.length; in _ctfeSkipOp() 300 immutable oldLength = op.length; in _ctfeSkipInteger() local 309 return oldLength != op.length; in _ctfeSkipInteger()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/ |
H A D | package.d | 2141 immutable oldLength = array.length; in expandArray() local 2145 array[oldLength .. $].uninitializedFillDefault; in expandArray() 2170 immutable oldLength = array.length; in expandArray() local 2172 scope(failure) array[oldLength .. $].uninitializedFillDefault; in expandArray() 2174 array[oldLength .. $].uninitializedFill(init); in expandArray() 2201 immutable oldLength = array.length; variable 2212 auto toFill = array[oldLength .. $];
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/Reviewing/ |
H A D | find_interesting_reviews.py | 126 self.oldLength = int(rest_api_hunk["oldLength"])
|