Home
last modified time | relevance | path

Searched defs:tcb (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h262 struct tcb { struct
264 int pid; /* If 0, this tcb is free */ argument
265 int qual_flg; /* qual_flags[scno] or DEFAULT_QUAL_FLAGS + RAW */
266 int u_error; /* Error code */
267 long scno; /* System call number */
268 long u_arg[MAX_ARGS]; /* System call arguments */
270 long long ext_arg[MAX_ARGS];
271 long long u_lrval; /* long long return value */
273 long u_rval; /* Return value */
275 unsigned int currpers; /* Personality at the time of scno update */
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DAnalyzer.java116 TryCatchBlockNode tcb = (TryCatchBlockNode) m.tryCatchBlocks.get(i); in analyze() local
272 TryCatchBlockNode tcb = (TryCatchBlockNode) insnHandlers.get(i); in analyze() local
342 TryCatchBlockNode tcb = (TryCatchBlockNode) insnHandlers.get(i); in findSubroutine() local
/external/libavc/common/
Dih264_deblk_edge_filters.c1673 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4() local
1798 WORD8 tcb, tcr; in ih264_deblk_chroma_horz_bslt4() local
2024 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4_mbaff() local
/external/libnfc-nci/src/nfc/int/
Drw_int.h570 tRW_TCB tcb; member