HomeSort by relevance Sort by last modified time
    Searched full:expandbuffer (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
value-serializer.h 98 Maybe<bool> ExpandBuffer(size_t required_capacity);
value-serializer.cc 248 if (!ExpandBuffer(new_size).To(&ok)) {
256 Maybe<bool> ValueSerializer::ExpandBuffer(size_t required_capacity) {
    [all...]
  /external/llvm/lib/Support/Windows/
Signals.inc 627 SmallVector<wchar_t, MAX_PATH> ExpandBuffer(ExpandBufferSize);
630 ExpandBuffer.data(),
634 if (UTF16ToUTF8(ExpandBuffer.data(), ExpandBufferSize - 1, ResultDirectory))
  /external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
Signals.inc 628 SmallVector<wchar_t, MAX_PATH> ExpandBuffer(ExpandBufferSize);
631 ExpandBuffer.data(),
635 if (UTF16ToUTF8(ExpandBuffer.data(), ExpandBufferSize - 1, ResultDirectory))
  /external/v8/src/parsing/
scanner.h 436 if (position_ >= backing_store_.length()) ExpandBuffer();
443 void ExpandBuffer();
scanner.cc 75 void Scanner::LiteralBuffer::ExpandBuffer() {
107 if (position_ >= backing_store_.length()) ExpandBuffer();
124 if (position_ >= backing_store_.length()) ExpandBuffer();
    [all...]
  /external/ImageMagick/coders/
pict.c 353 static unsigned char *ExpandBuffer(unsigned char *pixels,
501 p=ExpandBuffer(scanline,&number_pixels,bits_per_pixel);
542 p=ExpandBuffer(scanline+j+1,&number_pixels,bits_per_pixel);
552 p=ExpandBuffer(scanline+j+1,&number_pixels,bits_per_pixel);
    [all...]

Completed in 502 milliseconds