HomeSort by: relevance | last modified time | path
    Searched defs:TBA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
isp_library.c 337 #define TBA (4 * (((QENTRY_LEN >> 2) * 3) + 1) + 1)
341 char buf[TBA];
348 ISP_SNPRINTF(buf, TBA, " ");
350 ISP_SNPRINTF(buf, TBA, "%s %02x", buf, ptr[amt++] & 0xff);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 4047 BlockAddress *TBA = dyn_cast<BlockAddress>(SI->getTrueValue());
4049 if (!TBA || !FBA)
4053 BasicBlock *TrueBB = TBA->getBasicBlock();

Completed in 117 milliseconds