Home
last modified time | relevance | path

Searched defs:buf_end (Results 51 - 67 of 67) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c1747 const uint8_t *buf_end, *buf_start = *buf - 4; /* include start_code */ in mpeg_decode_slice() local
2340 const uint8_t *buf_end = p + buf_size; in mpeg_decode_user_data() local
2439 const uint8_t *buf_end = buf + buf_size; decode_chunks() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpegtsenc.c1900 const uint8_t *p = buf, *buf_end = p + size; in mpegts_write_packet_internal() local
1966 const uint8_t *p = buf, *buf_end = p + size; in mpegts_write_packet_internal() local
H A Dmxfenc.c2239 const uint8_t *buf_end = pkt->data + pkt->size; in mxf_parse_h264_frame() local
H A Dhttp.c69 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end; member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c237 sljit_ins *buf_end; in sljit_generate_code() local
H A DsljitNativePPC_common.c410 sljit_ins *buf_end; in sljit_generate_code() local
H A DsljitNativeRISCV_common.c379 sljit_ins *buf_end; in sljit_generate_code() local
H A DsljitNativeARM_32.c671 sljit_uw *buf_end; in sljit_generate_code() local
H A DsljitNativeARM_T2_32.c381 sljit_u16 *buf_end; in sljit_generate_code() local
H A DsljitNativeX86_common.c589 sljit_u8 *buf_end; in sljit_generate_code() local
H A DsljitNativeMIPS_common.c576 sljit_ins *buf_end; in sljit_generate_code() local
/third_party/python/Objects/
H A Dfloatobject.c966 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; in double_round() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp4054 const char* buf_end = NULL; in InputTextEx() local
H A Dimgui_demo.cpp6650 const char* buf_end = Buf.end(); local
H A Dimgui.cpp10795 char* const buf_end = buf + ini_size; in LoadIniSettingsFromMemory() local
11739 char* buf_p = buf, * buf_end in DebugNodeDrawList() local
11908 const char* buf_end = buf + IM_ARRAYSIZE(buf); DebugNodeTabBar() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1636 ImWchar* buf_end = buf + buf_size; in ImTextStrFromUtf8() local
1724 const char* buf_end = buf + buf_size; in ImTextStrToUtf8() local
9017 char* buf_end = buf + ini_size; in LoadIniSettingsFromMemory() local
9348 char *buf_p = buf, *buf_end = buf + IM_ARRAYSIZE(buf); in ShowMetricsWindow() local
9428 const char* buf_end = buf + IM_ARRAYSIZE(buf); ShowMetricsWindow() local
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c6368 static void jsondec_resize(jsondec *d, char **buf, char **end, char **buf_end) { in jsondec_resize() argument
6381 char *buf_end = NULL; in jsondec_string() local

Completed in 114 milliseconds

123