Searched defs:tcb (Results 1 - 5 of 5) sorted by relevance

/external/libavc/common/
H A Dih264_deblk_edge_filters.c1673 WORD8 tcb, tcr; local
1694 tcb = tcb0 + 1;
1714 delta = CLIP3(-tcb, tcb, val);
1798 WORD8 tcb, tcr; local
1840 tcb = tcb0 + 1;
1847 delta = CLIP3(-tcb, tcb, val);
2024 WORD8 tcb, tcr; local
2045 tcb
[all...]
/external/syslinux/gpxe/src/drivers/net/
H A Deepro100.c446 struct ifec_tcb *tcb = priv->tcb_head->next; local
452 if ( tcb->status || tcb->iob ) {
458 iob_len ( iobuf ), tcb->status, inw ( ioaddr + SCBCmd ) );
460 tcb->command = CmdSuspend | CmdTx | CmdTxFlex;
461 tcb->count = 0x01208000;
462 tcb->tbd_addr0 = virt_to_bus ( iobuf->data );
463 tcb->tbd_size0 = 0x3FFF & iob_len ( iobuf );
464 tcb->iob = iobuf;
469 priv->tcb_head = tcb;
1033 struct ifec_tcb *tcb = priv->tcb_tail; local
1067 struct ifec_tcb *tcb; local
1121 struct ifec_tcb *tcb = priv->tcb_head->next; local
[all...]
/external/strace/
H A Ddefs.h196 struct tcb { struct
198 int pid; /* If 0, this tcb is free */
381 extern int read_int_from_file(struct tcb *, const char *, int *);
385 extern void print_pc(struct tcb *);
387 extern int syscall_entering_decode(struct tcb *);
388 extern int syscall_entering_trace(struct tcb *, unsigned int *);
389 extern void syscall_entering_finish(struct tcb *, int);
391 extern int syscall_exiting_decode(struct tcb *, struct timeval *);
392 extern int syscall_exiting_trace(struct tcb *, struct timeval, int);
393 extern void syscall_exiting_finish(struct tcb *);
[all...]
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 374 milliseconds