Searched refs:beforeSize (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | brkeng.cpp | 353 int32_t beforeSize = foundBreaks.size(); in findBreaks() local 356 foundBreaks.ensureCapacity(beforeSize+additionalCapacity, status); in findBreaks() 358 foundBreaks.setSize(beforeSize + beforeSize+additionalCapacity); in findBreaks() 359 result = delegate->fillBreaks(text, rangeStart, rangeEnd, foundBreaks.getBuffer()+beforeSize, in findBreaks() 362 foundBreaks.setSize(beforeSize + result); in findBreaks()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | FixTypeConstructors.cpp | 39 size_t beforeSize = 0; in visitAggregate() local 51 beforeSize += targ->getNominalSize(); in visitAggregate() 56 size_t swizzleSize = primarySize - beforeSize; in visitAggregate()
|
/third_party/lzma/C/ |
D | LzmaEnc.c | 2688 UInt32 beforeSize = kNumOpts; in LzmaEnc_Alloc() local 2729 if (beforeSize + dictSize < keepWindowSize) in LzmaEnc_Alloc() 2730 beforeSize = keepWindowSize - dictSize; in LzmaEnc_Alloc() 2741 RINOK(MatchFinderMt_Create(&p->matchFinderMt, dictSize, beforeSize, in LzmaEnc_Alloc() 2751 if (!MatchFinder_Create(&MFB, dictSize, beforeSize, in LzmaEnc_Alloc()
|