Searched defs:rx (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/usr/fbdemo/
H A Ddemo.c138 int rx = x + sin(2 * M_PI * (double)(y + idx2) / height * 2) * 10.0; local
/barrelfish-master/lib/msun/src/
H A Dcatrig.c153 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, argument
277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
433 double rx, ry; local
569 double x, y, ax, ay, rx, ry; local
[all...]
H A Dcatrigf.c88 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, argument
148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
203 float x, y, ax, ay, rx, r local
263 float rx, ry; local
341 float x, y, ax, ay, rx, ry; local
[all...]
/barrelfish-master/lib/bulk_transfer/backends/net/
H A De10k_queue.h57 e10k_queue_init(void* tx, size_t tx_size, uint32_t* tx_hwb, void* rx, size_t rx_size, struct e10k_queue_ops* ops, void* opaque) argument
H A Dbulk_net_e10k.c268 void *virt, *rx, *tx, *txhwb; local
/barrelfish-master/usr/drivers/e1000/
H A De1000n_hwinit.c749 static void e1000_setup_rx(struct e1000_driver_state *device, struct capref rx) argument
989 void e1000_init_queues(struct e1000_driver_state* eds, struct capref rx, argument
H A De1000n_devq.h44 struct dmem rx; member in struct:e1000_queue
/barrelfish-master/lib/devif/backends/idc/
H A Ddesc_queue.c568 struct capref rx; local
409 rpc_mp_create(struct descq_binding* b, uint32_t slots, struct capref rx, struct capref tx, errval_t *err, uint64_t *queue_id) argument
467 mp_create(struct descq_binding* b, uint32_t slots, struct capref rx, struct capref tx) argument
/barrelfish-master/usr/drivers/e10k/
H A De10k_queue.h99 struct dmem rx; member in struct:e10k_queue
134 e10k_queue_init(struct e10k_queue* q, void* tx, size_t tx_size, uint32_t* tx_hwb, void* rx, size_t rx_size, struct e10k_queue_ops* ops) argument
/barrelfish-master/usr/drivers/solarflare/
H A Dhw_queue.h124 sfn5122f_queue_init(void* tx, size_t tx_size, void* rx, size_t rx_size, void* ev, size_t ev_size, struct sfn5122f_queue_ops* ops, bool userspace) argument

Completed in 173 milliseconds