Searched refs:tx (Results 26 - 35 of 35) sorted by relevance

12

/barrelfish-master/usr/drivers/e1000/
H A De1000n.h267 size_t rx_bufs, struct capref tx, size_t tx_bufs);
/barrelfish-master/usr/drivers/e10k/
H A De10k_queue.h97 struct dmem tx; member in struct:e10k_queue
134 static inline void e10k_queue_init(struct e10k_queue* q, void* tx, size_t tx_size, argument
138 q->tx_ring = tx;
156 memset(tx, 0, tx_size * e10k_q_tdesc_adv_wb_size);
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c433 int tx, ty; local
439 tx = ix - ty;
442 tmpx = a->dp + tx;
446 while (tx++ < a->used && ty-- >= 0) { ... }
448 iy = MIN(a->used-tx, ty+1);
536 int tx, ty, iy; local
541 tx = ix - ty;
544 tmpx = a->dp + tx;
548 while (tx++ < a->used && ty-- >= 0) { ... }
550 iy = MIN(a->used-tx, t
638 int tx, ty, iy; local
[all...]
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c3257 p_ac_eq_init(value vx, type tx, value vy, type ty, value vc, type tc) argument
3266 Check_Ref(tx);
3400 p_ac_eq_prop(value vx, type tx, value vy, type ty, value vc, type tc, argument
3412 if (!IsRef(tx)) {
3424 result = Unify_Pw(vx, tx, val, tag);
5412 p_indomain_init(value vx, type tx, value vlo, type tlo) argument
5419 if (IsInteger(tx)) {
5424 if (!IsMeta(tx)) {
5466 p_indomain_try(value vx, type tx, value vtry, type ttry) argument
5473 if (!IsRef(tx)) {
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl80 scan [.status coords totaltag] "%f" tx
88 .status create text $tx $mcy -text $workers($mcname) -anchor w -tags mc_status
/barrelfish-master/doc/018-Practical-guide/
H A DhelloWorldApp.tex330 interface binding (\texttt{tx\_vtbl.hello\_msg}) with actual message
/barrelfish-master/lib/tommath/
H A Dtommath.tex2751 \hspace{3mm}5.2 $tx \leftarrow ix - ty$ \\
2752 \hspace{3mm}5.3 $iy \leftarrow \mbox{MIN}(a.used - tx, ty + 1)$ \\
2754 \hspace{6mm}5.4.1 $\_ \hat W \leftarrow \_ \hat W + a_{tx+iy}b_{ty-iy}$ \\
2783 $b$ this will be limited to $b.used - 1$. The $tx$ variable is set to the to the distance past $b.used$ the variable
2787 means we have to scan one integer upwards and the other downwards. $a$ starts at $tx$ and $b$ starts at $ty$. In each
2788 pass we are producing the $ix$'th output column and we note that $tx + ty = ix$. As we move $tx$ upwards we have to
2790 $tx \ge a.used$ or $ty < 0$ occurs.
3357 \hspace{3mm}5.3 $tx \leftarrow ix - ty$ \\
3358 \hspace{3mm}5.4 $iy \leftarrow \mbox{MIN}(a.used - tx, t
[all...]
/barrelfish-master/usr/eclipseclp/
H A Dconfigure5214 char tx;
5215 char *t = &tx;
/barrelfish-master/doc/026-device-queues/
H A Ddevif.tex787 in cap tx,
/barrelfish-master/doc/014-bulk-transfer/
H A Dbulk-transfer.tex182 messages (send-packet, tx-done) for transmitting single packet

Completed in 226 milliseconds

12