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

/freebsd-11.0-release/sys/contrib/ncsw/etc/
H A Dncsw_mem.c125 uint32_t blockIndex; local
132 blockIndex =
137 blockIndex = *(uint32_t *)((uint8_t *)p_Block - 4);
140 ASSERT_COND(blockIndex < p_Mem->num);
141 ASSERT_COND(p_MemDbg[blockIndex].ownerAddress == ILLEGAL_BASE);
143 p_MemDbg[blockIndex].ownerAddress = ownerAddress;
153 uint32_t blockIndex; local
159 blockIndex =
162 if (blockIndex >= p_Mem->num)
170 blockIndex
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp973 int blockIndex = basephi->getBasicBlockIndex(InBB); local
974 if (blockIndex != -1) {
975 Value *oldBase = basephi->getIncomingValue(blockIndex);

Completed in 62 milliseconds