/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.cpp | 185 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 191 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 197 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 209 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 221 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in pushl() 226 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in pushl() 232 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in pushl() 243 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in popl() 250 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in popl() 256 AssemblerBuffer::EnsureCapacity ensure in pushal() [all...] |
H A D | IceAssemblerX8664.cpp | 170 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 177 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 184 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 196 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in call() 208 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in pushl() 214 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in pushl() 220 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in pushl() 231 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in popl() 239 AssemblerBuffer::EnsureCapacity ensured(&Buffer); in popl() 246 AssemblerBuffer::EnsureCapacity ensure in setcc() [all...] |
H A D | IceAssembler.h | 141 /// To emit an instruction to the assembler buffer, the EnsureCapacity helper 146 /// AssemblerBuffer::EnsureCapacity ensured(&buffer); 148 class EnsureCapacity { class in Ice::AssemblerBuffer 149 EnsureCapacity(const EnsureCapacity &) = delete; 150 EnsureCapacity &operator=(const EnsureCapacity &) = delete; 153 explicit EnsureCapacity(AssemblerBuffer *Buffer) : Buffer(Buffer) { in EnsureCapacity() function in Ice::AssemblerBuffer::EnsureCapacity 159 ~EnsureCapacity();
|
H A D | IceAssembler.cpp | 73 void AssemblerBuffer::EnsureCapacity::validate(AssemblerBuffer *buffer) { in validate() 87 AssemblerBuffer::EnsureCapacity::~EnsureCapacity() { in ~EnsureCapacity()
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.cc | 30 EnsureCapacity(1); in AssignUInt16() 42 EnsureCapacity(needed_bigits); in AssignUInt64() 108 EnsureCapacity(needed_bigits); in AssignHexString() 159 EnsureCapacity(1 + std::max(BigitLength(), other.BigitLength()) - exponent_); in AddBignum() 210 EnsureCapacity(used_digits_ + 1); in ShiftLeft() 232 EnsureCapacity(used_digits_ + 1); in MultiplyByUInt32() 258 EnsureCapacity(used_digits_ + 1); in MultiplyByUInt64() 307 EnsureCapacity(product_length); in MultiplyByPowerOfTen() 399 EnsureCapacity(final_size / kBigitSize + 2); in AssignPowerUInt16() 651 EnsureCapacity(used_digits in Align() [all...] |
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
H A D | bignum.cc | 135 EnsureCapacity(((value.length() * 4) + kBigitSize - 1) / kBigitSize); in AssignHexString() 186 EnsureCapacity(1 + (std::max)(BigitLength(), other.BigitLength()) - exponent_); in AddBignum() 245 EnsureCapacity(used_bigits_ + 1); in ShiftLeft() 271 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt32() 303 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt64() 358 EnsureCapacity(product_length); 451 EnsureCapacity(final_size / kBigitSize + 2); 735 EnsureCapacity(used_bigits_ + zero_bigits);
|
H A D | bignum.h | 114 static void EnsureCapacity(const int size) { in EnsureCapacity() function in double_conversion::Bignum
|
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-bignum.cpp | 149 EnsureCapacity(((value.length() * 4) + kBigitSize - 1) / kBigitSize); in AssignHexString() 200 EnsureCapacity(1 + (std::max)(BigitLength(), other.BigitLength()) - exponent_); in AddBignum() 259 EnsureCapacity(used_bigits_ + 1); in ShiftLeft() 285 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt32() 317 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt64() 372 EnsureCapacity(product_length); 465 EnsureCapacity(final_size / kBigitSize + 2); 749 EnsureCapacity(used_bigits_ + zero_bigits);
|
H A D | double-conversion-bignum.h | 128 static void EnsureCapacity(const int size) { in EnsureCapacity() function in double_conversion::Bignum
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-bignum.cpp | 149 EnsureCapacity(((value.length() * 4) + kBigitSize - 1) / kBigitSize); in AssignHexString() 200 EnsureCapacity(1 + (std::max)(BigitLength(), other.BigitLength()) - exponent_); in AddBignum() 259 EnsureCapacity(used_bigits_ + 1); in ShiftLeft() 285 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt32() 317 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt64() 372 EnsureCapacity(product_length); 465 EnsureCapacity(final_size / kBigitSize + 2); 749 EnsureCapacity(used_bigits_ + zero_bigits);
|
H A D | double-conversion-bignum.h | 128 static void EnsureCapacity(const int size) { in EnsureCapacity() function in double_conversion::Bignum
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-bignum.cpp | 149 EnsureCapacity(((value.length() * 4) + kBigitSize - 1) / kBigitSize); in AssignHexString() 199 EnsureCapacity(1 + (std::max)(BigitLength(), other.BigitLength()) - exponent_); in AddBignum() 258 EnsureCapacity(used_bigits_ + 1); in ShiftLeft() 284 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt32() 316 EnsureCapacity(used_bigits_ + 1); in MultiplyByUInt64() 371 EnsureCapacity(product_length); 464 EnsureCapacity(final_size / kBigitSize + 2); 748 EnsureCapacity(used_bigits_ + zero_bigits);
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-builder.cc | 128 void FixedArrayBuilder::EnsureCapacity(Isolate* isolate, int elements) { in EnsureCapacity() function in v8::internal::FixedArrayBuilder 177 void ReplacementStringBuilder::EnsureCapacity(int elements) { in EnsureCapacity() function in v8::internal::ReplacementStringBuilder 178 array_builder_.EnsureCapacity(Isolate::FromHeap(heap_), elements); in EnsureCapacity() 227 EnsureCapacity(1); in AddElement()
|
H A D | string-builder-inl.h | 44 void EnsureCapacity(Isolate* isolate, int elements); 87 EnsureCapacity(2); // Subject slices are encoded with up to two smis. in AddSubjectSlice() 107 void EnsureCapacity(int elements);
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-stack.cc | 34 EnsureCapacity(thread_local_.memory_size_ + 1); in ArchiveStack() 73 Address RegExpStack::EnsureCapacity(size_t size) { in EnsureCapacity() function in v8::internal::RegExpStack
|
/third_party/node/deps/v8/src/objects/ |
H A D | embedder-data-array.cc | 14 Handle<EmbedderDataArray> EmbedderDataArray::EnsureCapacity( in EnsureCapacity() function in v8::internal::EmbedderDataArray
|
H A D | embedder-data-array.h | 36 static Handle<EmbedderDataArray> EnsureCapacity(
|
H A D | hash-table.h | 205 V8_WARN_UNUSED_RESULT static Handle<Derived> EnsureCapacity( 285 HashTable<DERIVED, SHAPE>::EnsureCapacity(Isolate*, Handle<DERIVED>, int, \ 288 HashTable<DERIVED, SHAPE>::EnsureCapacity(LocalIsolate*, Handle<DERIVED>, \
|
H A D | compilation-cache-table.cc | 305 cache = EnsureCapacity(isolate, cache); in PutScript() 342 cache = EnsureCapacity(isolate, cache); in PutEval() 356 cache = EnsureCapacity(isolate, cache); in PutRegExp()
|
H A D | string-table.h | 90 Data* EnsureCapacity(PtrComprCageBase cage_base, int additional_elements);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ScratchBuffer.h | 37 // Resets this ScratchBuffer, guaranteeing that the next EnsureCapacity call allocates a 43 MaybeError EnsureCapacity(uint64_t capacity);
|
H A D | ScratchBuffer.cpp | 31 MaybeError ScratchBuffer::EnsureCapacity(uint64_t capacity) { in EnsureCapacity() function in dawn_native::ScratchBuffer
|
H A D | IndirectDrawValidationEncoder.cpp | 292 DAWN_TRY(batchDataBuffer.EnsureCapacity(requiredBatchDataBufferSize)); in EncodeIndirectDrawValidationCommands() 295 DAWN_TRY(validatedParamsBuffer.EnsureCapacity(validatedParamsSize)); in EncodeIndirectDrawValidationCommands()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | StreamObjects.cpp | 105 bool CByteDynBuffer::EnsureCapacity(size_t cap) throw()
in EnsureCapacity() function in CByteDynBuffer 125 if (!_buffer.EnsureCapacity(addSize))
in GetBufPtrForWriting()
|
H A D | StreamObjects.h | 71 bool EnsureCapacity(size_t capacity) throw();
|