Searched defs:tcb (Results 1 – 4 of 4) sorted by relevance
262 struct tcb { struct264 int pid; /* If 0, this tcb is free */ argument265 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 …]
116 TryCatchBlockNode tcb = (TryCatchBlockNode) m.tryCatchBlocks.get(i); in analyze() local272 TryCatchBlockNode tcb = (TryCatchBlockNode) insnHandlers.get(i); in analyze() local342 TryCatchBlockNode tcb = (TryCatchBlockNode) insnHandlers.get(i); in findSubroutine() local
1673 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4() local1798 WORD8 tcb, tcr; in ih264_deblk_chroma_horz_bslt4() local2024 WORD8 tcb, tcr; in ih264_deblk_chroma_vert_bslt4_mbaff() local
570 tRW_TCB tcb; member