Home
last modified time | relevance | path

Searched defs:buffer_end (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbytestream.h34 const uint8_t *buffer, *buffer_end, *buffer_start; member
38 uint8_t *buffer, *buffer_end, *buffer_start; member
Dget_bits.h62 const uint8_t *buffer, *buffer_end; member
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DCodedInputStream.php19 private $buffer_end; variable in Google\\Protobuf\\Internal\\CodedInputStream
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_job_context.c329 ASSERTED uint32_t *buffer_end; in pvr_pds_render_ctx_sr_program_create_and_upload() local
937 ASSERTED uint32_t *buffer_end; in pvr_pds_sr_fence_terminate_program_create_and_upload() local
/third_party/gn/src/base/win/
Dregistry.cc337 const char16_t* buffer_end = entry + (size / sizeof(char16_t)); in ReadValues() local
/third_party/vixl/src/aarch32/
Ddisasm-aarch32.cc67215 const uint16_t* instruction_address, const uint16_t* buffer_end) { in DecodeT32At()