/external/perfetto/include/perfetto/public/ |
D | pb_msg.h | 100 uint8_t* buf_end; in PerfettoPbMsgAppendVarInt() local 102 buf_end = PerfettoPbWriteVarInt(value, buf); in PerfettoPbMsgAppendVarInt() 105 PERFETTO_STATIC_CAST(size_t, buf_end - buf)); in PerfettoPbMsgAppendVarInt() 111 uint8_t* buf_end; in PerfettoPbMsgAppendType0Field() local 113 buf_end = PerfettoPbWriteVarInt( in PerfettoPbMsgAppendType0Field() 115 buf_end = PerfettoPbWriteVarInt(value, buf_end); in PerfettoPbMsgAppendType0Field() 118 PERFETTO_STATIC_CAST(size_t, buf_end - buf)); in PerfettoPbMsgAppendType0Field() 125 uint8_t* buf_end; in PerfettoPbMsgAppendType2Field() local 127 buf_end = PerfettoPbWriteVarInt( in PerfettoPbMsgAppendType2Field() 129 buf_end = in PerfettoPbMsgAppendType2Field() [all …]
|
/external/igt-gpu-tools/overlay/ |
D | config.c | 93 const char *buf_end = buf + len; in parse() local 98 for (line = 0 ; ++line; buf = skip_past_eol(buf, buf_end)) { in parse() 99 buf = skip_whitespace(buf, buf_end); in parse() 100 if (buf >= buf_end) in parse() 106 end = find(++buf, buf_end, ']'); in parse() 125 sep = find(buf, buf_end, '='); in parse() 127 sep = find(buf, buf_end, ':'); in parse() 129 sep = find(buf, buf_end, '\n'); in parse() 144 buf = skip_whitespace(sep + 1, buf_end); in parse() 145 end = find(buf, buf_end, '\n'); in parse()
|
/external/libvpx/vp9/decoder/ |
D | vp9_job_queue.c | 26 jobq->buf_end = buf + buf_size; in vp9_jobq_init() 66 if (jobq->buf_end >= jobq->buf_wr + job_size) { in vp9_jobq_queue() 90 if (jobq->buf_end >= jobq->buf_rd + job_size) { in vp9_jobq_dequeue()
|
D | vp9_job_queue.h | 27 uint8_t *buf_end; member
|
/external/musl/src/dirent/ |
D | readdir.c | 14 if (dir->buf_pos >= dir->buf_end) { in readdir() 20 dir->buf_end = len; in readdir()
|
D | __dirent.h | 6 int buf_end; member
|
D | rewinddir.c | 10 dir->buf_pos = dir->buf_end = 0; in rewinddir()
|
D | seekdir.c | 10 dir->buf_pos = dir->buf_end = 0; in seekdir()
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-msg.c | 493 char *p, *buf_end; in tracecmd_msg_send_init_data() local 536 buf_end = msg.buf + buf_len; in tracecmd_msg_send_init_data() 538 if (p >= buf_end || tatou(p, &ports[i])) { in tracecmd_msg_send_init_data() 641 char *p, *buf_end; in tracecmd_msg_initial_setting() local 691 buf_end = msg.buf + buf_len; in tracecmd_msg_initial_setting() 694 if (p >= buf_end) { in tracecmd_msg_initial_setting() 1066 char *p, *buf_end; in get_trace_req_args() local 1094 buf_end = vagrs + length; in get_trace_req_args() 1096 if (p >= buf_end) { in get_trace_req_args() 1354 char *p, *buf_end; in tracecmd_msg_recv_trace_resp() local [all …]
|
/external/icing/icing/legacy/index/ |
D | icing-array-storage.cc | 235 const char *buf_end = in UpdateCrc() local 239 for (char *cur = &saved_orig_buf_[cur_offset]; cur < buf_end; in UpdateCrc() 248 for (char *cur = &saved_orig_buf_[cur_offset]; cur < buf_end; in UpdateCrc() 263 buf_end - change.elt_len * elt_size_, change.elt_len * elt_size_); in UpdateCrc()
|
/external/libiio/src/ |
D | channel.c | 599 uintptr_t buf_end = (uintptr_t) iio_buffer_end(buf); in iio_channel_read_raw() local 603 src_ptr < buf_end && dst_ptr + length <= end; in iio_channel_read_raw() 614 uintptr_t buf_end = (uintptr_t) iio_buffer_end(buf); in iio_channel_read() local 618 src_ptr < buf_end && dst_ptr + length <= end; in iio_channel_read() 630 uintptr_t buf_end = (uintptr_t) iio_buffer_end(buf); in iio_channel_write_raw() local 634 dst_ptr < buf_end && src_ptr + length <= end; in iio_channel_write_raw() 645 uintptr_t buf_end = (uintptr_t) iio_buffer_end(buf); in iio_channel_write() local 649 dst_ptr < buf_end && src_ptr + length <= end; in iio_channel_write()
|
/external/ltp/metadata/ |
D | metaparse.c | 550 static void macro_get_string(FILE *f, char *buf, char *buf_end) in macro_get_string() argument 570 if (buf < buf_end) in macro_get_string() 579 char *buf_end = buf + buf_len - 1; in macro_get_val() local 584 macro_get_string(f, buf, buf_end); in macro_get_val() 605 if (buf < buf_end) in macro_get_val()
|
/external/libwebsockets/lib/roles/http/ |
D | cookie.c | 549 char *tk_head, *tk_end, *buf_head, *buf_end, *cookiep, *dl; in lws_parse_set_cookie() local 577 buf_end = cookiep + fl - 1; in lws_parse_set_cookie() 583 (size_t)(buf_end - buf_head + 1)); in lws_parse_set_cookie() 585 tk_end = buf_end; in lws_parse_set_cookie() 586 buf_head = buf_end; in lws_parse_set_cookie() 669 } while (tk_end != buf_end); in lws_parse_set_cookie()
|
/external/wpa_supplicant_8/hs20/client/ |
D | est.c | 521 char *pos, *end, *buf_end; in generate_csr() local 533 buf_end = pos + ptr->length; in generate_csr() 536 while (pos < buf_end && *pos != '\n') in generate_csr() 538 if (pos == buf_end) { in generate_csr() 545 while (end < buf_end && *end != '-') in generate_csr()
|
/external/perfetto/src/kallsyms/ |
D | kernel_symbol_map.cc | 399 const uint8_t* const buf_end = buf_.data() + buf_.size(); in Lookup() local 406 rdptr = protozero::proto_utils::ParseVarInt(rdptr, buf_end, &v); in Lookup() 441 rdptr = protozero::proto_utils::ParseVarInt(rdptr, buf_end, &v); in Lookup()
|
/external/bpftool/src/ |
D | xlated_dumper.h | 36 void dump_xlated_for_graph(struct dump_data *dd, void *buf, void *buf_end,
|
D | xlated_dumper.c | 360 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph() argument 370 struct bpf_insn *insn_end = buf_end; in dump_xlated_for_graph()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | json_decode.c | 393 static void jsondec_resize(jsondec *d, char **buf, char **end, char **buf_end) { in jsondec_resize() argument 394 size_t oldsize = *buf_end - *buf; in jsondec_resize() 402 *buf_end = *buf + size; in jsondec_resize() 408 char *buf_end = NULL; in jsondec_string() local 419 if (end == buf_end) { in jsondec_string() 420 jsondec_resize(d, &buf, &end, &buf_end); in jsondec_string() 435 if (buf_end - end < 4) { in jsondec_string() 437 jsondec_resize(d, &buf, &end, &buf_end); in jsondec_string()
|
/external/bcc/libbpf-tools/ |
D | ksnoop.h | 114 char buf_end[0]; member
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | raw_logging.h | 165 const char* prefix_end, const char* buf_end);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | raw_logging.h | 167 const char* prefix_end, const char* buf_end);
|
/external/abseil-cpp/absl/base/internal/ |
D | raw_logging.h | 168 const char* prefix_end, const char* buf_end);
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | raw_logging.h | 167 const char* prefix_end, const char* buf_end);
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | raw_logging.h | 167 const char* prefix_end, const char* buf_end);
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/ |
D | raw_logging.h | 167 const char* prefix_end, const char* buf_end);
|