Searched refs:beforeSize (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | FixTypeConstructors.cpp | 39 size_t beforeSize = 0; variable 51 beforeSize += targ->getNominalSize(); 56 size_t swizzleSize = primarySize - beforeSize;
|
/third_party/node/deps/icu-small/source/common/ |
H A 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/lzma/C/ |
H A 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()
|
Completed in 6 milliseconds