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

/external/dbus/dbus/
H A Ddbus-mainloop.c393 TimeoutCallback *tcb; local
395 tcb = timeout_callback_new (timeout);
396 if (tcb == NULL)
399 if (_dbus_list_append (&loop->timeouts, tcb))
406 timeout_callback_free (tcb);
447 TimeoutCallback *tcb,
460 interval = dbus_timeout_get_interval (tcb->timeout);
465 expiration_tv_sec = tcb->last_tv_sec + interval_seconds;
466 expiration_tv_usec = tcb->last_tv_usec + interval_milliseconds * 1000;
486 tcb
445 check_timeout(unsigned long tv_sec, unsigned long tv_usec, TimeoutCallback *tcb, int *timeout) argument
628 TimeoutCallback *tcb = link->data; local
738 TimeoutCallback *tcb = link->data; local
[all...]
/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/strace/
H A Ddefs.h285 struct tcb { struct
287 int pid; /* If 0, this tcb is free */
491 extern void print_pc(struct tcb *);
492 extern int trace_syscall(struct tcb *);
493 extern void count_syscall(struct tcb *, const struct timeval *);
498 extern int get_scno(struct tcb *tcp);
501 extern bool is_erestart(struct tcb *);
502 extern void temporarily_clear_syserror(struct tcb *);
503 extern void restore_cleared_syserror(struct tcb *);
505 extern int umoven(struct tcb *, lon
[all...]
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h570 tRW_TCB tcb; member in struct:__anon10848
/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/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/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/ ...

Completed in 189 milliseconds