Searched defs:buffer_end (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | bytestream.h | 34 const uint8_t *buffer, *buffer_end, *buffer_start; member 38 uint8_t *buffer, *buffer_end, *buffer_start; member [all...] |
H A D | get_bits.h | 62 const uint8_t *buffer, *buffer_end; member
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-string-conversions.cc | 363 char* buffer_end = &*output.end(); in UTF16ToUTF8() local
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedInputStream.php | 42 private $buffer_end; variable 61 $this->buffer_end = $end; variable
|
/third_party/gn/src/base/win/ |
H A D | registry.cc | 337 const char16_t* buffer_end = entry + (size / sizeof(char16_t)); in ReadValues() local
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_job_context.c | 324 ASSERTED uint32_t *buffer_end; in pvr_pds_render_ctx_sr_program_create_and_upload() local 933 ASSERTED uint32_t *buffer_end; in pvr_pds_sr_fence_terminate_program_create_and_upload() local
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-character-streams.cc | 167 size_t buffer_end = chunk.length; in GetDataAt() local
|
H A D | scanner.h | 144 Utf16CharacterStream(const uint16_t* buffer_start, const uint16_t* buffer_cursor, const uint16_t* buffer_end, size_t buffer_pos) Utf16CharacterStream() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Hashing.h | 387 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, in store_and_advance() argument 407 char *const buffer_end = std::end(buffer); in hash_combine_range_impl() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Hashing.h | 385 bool store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, in store_and_advance() argument 405 char *const buffer_end = std::end(buffer); in hash_combine_range_impl() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | tokenize.c | 549 char *p = buffer, *buffer_end = buffer + sizeof (buffer); in get_one_number() local
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.cc | 67214 DecodeT32At( const uint16_t* instruction_address, const uint16_t* buffer_end) DecodeT32At() argument [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 15423 void *buffer_end = (nk_byte*)ctx->memory.memory.ptr + ctx->memory.size; in nk_free_page_element() local
|
Completed in 110 milliseconds