Home
last modified time | relevance | path

Searched refs:bpBinType (Results 1 – 5 of 5) sorted by relevance

/dports/cad/magic/magic-8.3.245/bplane/
H A DbpOpaque.h102 static __inline__ bool bpBinType(BinArray *ba, int i) in bpBinType() function
110 ASSERT(bpBinType(ba,i)==BT_LIST,"bpBinList"); in bpBinList()
118 ASSERT(bpBinType(ba,i)==BT_LIST,"bpBinList"); in bpBinListHead()
126 ASSERT(bpBinType(ba,i)==BT_ARRAY,"bpSubArray"); in bpSubArray()
H A DbpDump.c215 if(bpBinType(ba,i) == BT_ARRAY) in bpBinArrayDump()
243 if(bpBinType(ba,numBins) == BT_ARRAY) in bpBinArrayDump()
H A DbpStat.c121 if(bpBinType(ba,i) != BT_ARRAY) in bpStatBA()
161 if(bpBinType(ba,numBins) != BT_ARRAY) in bpStatBA()
H A DbpBins.c145 if(bpBinType(ba,i) == BT_ARRAY) in bpBinAdd()
185 if(bpBinType(ba,i) == BT_ARRAY) in bpBinArrayUnbuild()
H A DbpEnum.h278 if(bpBinType(bps->bps_node,bps->bps_i) != BT_ARRAY) in bpEnumNextBin1()