Searched refs:TBA (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2595 BlockAddress *TBA = dyn_cast<BlockAddress>(SI->getTrueValue()); local
2597 if (!TBA || !FBA)
2601 BasicBlock *TrueBB = TBA->getBasicBlock();
/freebsd-10.2-release/sys/dev/isp/
H A Disp_library.c338 #define TBA (4 * (((QENTRY_LEN >> 2) * 3) + 1) + 1) macro
342 char buf[TBA];
349 ISP_SNPRINTF(buf, TBA, " ");
351 ISP_SNPRINTF(buf, TBA, "%s %02x", buf, ptr[amt++] & 0xff);

Completed in 79 milliseconds