/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12dec.c | 1747 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 D | mpegtsenc.c | 1900 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 D | mxfenc.c | 2239 const uint8_t *buf_end = pkt->data + pkt->size; in mxf_parse_h264_frame() local
|
H A D | http.c | 69 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end; member
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 237 sljit_ins *buf_end; in sljit_generate_code() local
|
H A D | sljitNativePPC_common.c | 410 sljit_ins *buf_end; in sljit_generate_code() local
|
H A D | sljitNativeRISCV_common.c | 379 sljit_ins *buf_end; in sljit_generate_code() local
|
H A D | sljitNativeARM_32.c | 671 sljit_uw *buf_end; in sljit_generate_code() local
|
H A D | sljitNativeARM_T2_32.c | 381 sljit_u16 *buf_end; in sljit_generate_code() local
|
H A D | sljitNativeX86_common.c | 589 sljit_u8 *buf_end; in sljit_generate_code() local
|
H A D | sljitNativeMIPS_common.c | 576 sljit_ins *buf_end; in sljit_generate_code() local
|
/third_party/python/Objects/ |
H A D | floatobject.c | 966 char *buf, *buf_end, shortbuf[100], *mybuf=shortbuf; in double_round() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 4054 const char* buf_end = NULL; in InputTextEx() local
|
H A D | imgui_demo.cpp | 6650 const char* buf_end = Buf.end(); local
|
H A D | imgui.cpp | 10795 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 D | imgui.cpp | 1636 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 D | php-upb.c | 6368 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
|