Home
last modified time | relevance | path

Searched refs:ANCESTOR_INST_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libfru/libfru/
H A DAncestor.cc46 * ANCESTOR_INST_BUF_SIZE); in Ancestor()
48 * ANCESTOR_INST_BUF_SIZE); in Ancestor()
86 if (numInstances >= ANCESTOR_INST_BUF_SIZE) { in addInstance()
90 (ANCESTOR_INST_BUF_SIZE * numBufs))); in addInstance()
93 (ANCESTOR_INST_BUF_SIZE * numBufs))); in addInstance()
H A DAncestor.h77 #define ANCESTOR_INST_BUF_SIZE 256 macro