Home
last modified time | relevance | path

Searched defs:buffer_start (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbacking-store.cc74 void* buffer_start, in GetReservedRegion()
172 BackingStore::BackingStore(void* buffer_start, size_t byte_length, in BackingStore()
289 void* buffer_start = nullptr; in Allocate() local
305 void* buffer_start = allocator->Allocate(byte_length); in Allocate() local
458 byte* buffer_start = reinterpret_cast<byte*>(allocation_base) + in TryAllocateAndPartiallyCommitMemory() local
462 byte* buffer_start = reinterpret_cast<byte*>(allocation_base); in TryAllocateAndPartiallyCommitMemory() local
Dbacking-store.h88 void* buffer_start() const { return buffer_start_; } in buffer_start() function
/third_party/ffmpeg/libavcodec/
Dbytestream.h34 const uint8_t *buffer, *buffer_end, *buffer_start; member
38 uint8_t *buffer, *buffer_end, *buffer_start; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessXFBTests.cpp380 glw::GLint64 buffer_start = -1; in testBuffersDimensions() local
827 glw::GLint64 buffer_start = -1; in testStart() local
/third_party/node/deps/v8/src/codegen/
Dassembler.h281 byte* buffer_start() const { return buffer_->start(); } in buffer_start() function
/third_party/node/deps/v8/src/parsing/
Dscanner.h144 Utf16CharacterStream(const uint16_t* buffer_start, in Utf16CharacterStream()
/third_party/ffmpeg/libavformat/
Daviobuf.c1182 int64_t buffer_start; in ffio_rewind_with_probe_data() local
/third_party/astc-encoder/Source/
Dstb_image.h813 stbi_uc buffer_start[128]; member