Home
last modified time | relevance | path

Searched refs:get_chunk (Results 1 – 3 of 3) sorted by relevance

/third_party/toybox/toys/posix/
Dtail.c41 static struct line_list *get_chunk(int fd, int len) in get_chunk() function
97 if (!(temp = get_chunk(fd, chunk))) break; in try_lseek()
155 if (!(new = get_chunk(fd, sizeof(toybuf)))) break; in do_tail()
/third_party/mesa3d/src/util/perf/
Du_trace.c166 get_chunk(struct u_trace *ut, size_t payload_size) in get_chunk() function
490 struct u_trace_chunk *to_chunk = get_chunk(into, 0 /* payload_size */); in u_trace_clone_append()
557 struct u_trace_chunk *chunk = get_chunk(ut, tp->payload_sz); in u_trace_append()
/third_party/ffmpeg/libavformat/
Dty.c334 static int get_chunk(AVFormatContext *s) in get_chunk() function
357 return get_chunk(s); in get_chunk()
666 if (get_chunk(s) < 0 || ty->num_recs <= 0) in ty_read_packet()