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

/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/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/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/strace/
H A Ddefs.h211 struct tcb { struct
213 int pid; /* If 0, this tcb is free */
406 extern void print_pc(struct tcb *);
407 extern int trace_syscall(struct tcb *, unsigned int *);
408 extern void count_syscall(struct tcb *, const struct timeval *);
413 extern int get_scno(struct tcb *tcp);
424 extern bool is_erestart(struct tcb *);
425 extern void temporarily_clear_syserror(struct tcb *);
426 extern void restore_cleared_syserror(struct tcb *);
428 extern void *get_tcb_priv_data(const struct 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...]

Completed in 410 milliseconds