/external/fio/ |
D | fifo.h | 25 struct fifo { struct 32 struct fifo *fifo_alloc(unsigned int); argument 37 static inline unsigned int fifo_len(struct fifo *fifo) in fifo_len() 42 static inline unsigned int fifo_room(struct fifo *fifo) in fifo_room()
|
D | fifo.c | 30 struct fifo *fifo; in fifo_alloc() local 43 void fifo_free(struct fifo *fifo) in fifo_free() 49 unsigned int fifo_put(struct fifo *fifo, void *buffer, unsigned int len) in fifo_put() 72 unsigned int fifo_get(struct fifo *fifo, void *buf, unsigned int len) in fifo_get()
|
D | blktrace.c | 19 static int refill_fifo(struct thread_data *td, struct fifo *fifo, int fd) in refill_fifo() 45 static int trace_fifo_get(struct thread_data *td, struct fifo *fifo, int fd, in trace_fifo_get() 61 static int discard_pdu(struct thread_data *td, struct fifo *fifo, int fd, in discard_pdu() 339 struct fifo *fifo; in load_blktrace() local
|
/external/libnl/lib/route/sch/ |
D | fifo.c | 59 struct rtnl_fifo *fifo; in fifo_msg_parser() local 83 struct rtnl_fifo *fifo = fifo_qdisc(qdisc); in pfifo_dump_line() local 91 struct rtnl_fifo *fifo = fifo_qdisc(qdisc); in bfifo_dump_line() local 104 struct rtnl_fifo *fifo; in fifo_get_opts() local 141 struct rtnl_fifo *fifo; in rtnl_qdisc_fifo_set_limit() local 160 struct rtnl_fifo *fifo; in rtnl_qdisc_fifo_get_limit() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_fifo.h | 42 struct util_fifo *fifo; in u_fifo_create() local 54 u_fifo_add(struct util_fifo *fifo, void *ptr) in u_fifo_add() 71 u_fifo_pop(struct util_fifo *fifo, void **ptr) in u_fifo_pop() 89 u_fifo_destroy(struct util_fifo *fifo) in u_fifo_destroy()
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | update_engine_performance_monitor.py | 254 fifo = open(fifo_path, 'w') variable 269 fifo = open(fifo_path, 'r') variable
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 206 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_swizzle() local 286 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_copy_m2mf() local 434 struct nv04_fifo *fifo = hw->chan->data; in nv04_surface_fill() local
|
D | nv20_context.c | 101 struct nv04_fifo *fifo = hw->chan->data; in nv20_hwctx_init() local
|
D | nv04_context.c | 82 struct nv04_fifo *fifo = hw->chan->data; in nv04_hwctx_init() local
|
D | nv10_context.c | 205 struct nv04_fifo *fifo = hw->chan->data; in nv10_hwctx_init() local
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_transfer.c | 405 struct nv04_fifo *fifo = push->channel->data; in nv30_transfer_rect_sifm() local 502 struct nv04_fifo *fifo = push->channel->data; in nv30_transfer_rect_m2mf() local 692 struct nv04_fifo *fifo = nv->screen->channel->data; in nv30_transfer_copy_data() local
|
D | nv30_screen.c | 329 struct nv04_fifo *fifo; in nv30_screen_create() local
|
/external/fio/t/ |
D | btrace2fio.c | 172 static int refill_fifo(struct fifo *fifo, int fd) in refill_fifo() 197 static int trace_fifo_get(struct fifo *fifo, int fd, void *buf, in trace_fifo_get() 213 static int discard_pdu(struct fifo *fifo, int fd, struct blk_io_trace *t) in discard_pdu() 484 struct fifo *fifo; in load_blktrace() local
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_screen.c | 330 struct nv04_fifo *fifo; in nv50_screen_init_hwctx() local
|
/external/libdrm/nouveau/ |
D | pushbuf.c | 319 struct nouveau_fifo *fifo = chan->data; in pushbuf_submit() local 541 struct nouveau_fifo *fifo = chan->data; in nouveau_pushbuf_new() local
|
/external/curl/docs/examples/ |
D | hiperfifo.c | 366 static const char *fifo = "hiper.fifo"; variable
|
D | ghiper.c | 394 const char *fifo = "hiper.fifo"; in init_fifo() local
|
D | evhiperfifo.c | 381 static const char *fifo = "hiper.fifo"; in init_fifo() local
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 4340 void append_to_verify_fifo_(verify_input_fifo *fifo, const FLAC__int32 * const input[], unsigned in… 4352 void append_to_verify_fifo_interleaved_(verify_input_fifo *fifo, const FLAC__int32 input[], unsigne…
|