Home
last modified time | relevance | path

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

/dports/cad/magic/magic-8.3.245/bplane/
H A DbpOpaque.h95 #define BT_ARRAY 1 macro
126 ASSERT(bpBinType(ba,i)==BT_ARRAY,"bpSubArray"); in bpSubArray()
H A DbpBins.c145 if(bpBinType(ba,i) == BT_ARRAY) in bpBinAdd()
185 if(bpBinType(ba,i) == BT_ARRAY) in bpBinArrayUnbuild()
604 (void *) ((pointertype) sub | BT_ARRAY); in bpBinArrayBuild()
620 (void *) ((pointertype) sub | BT_ARRAY); in bpBinArrayBuild()
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 DbpEnum.h278 if(bpBinType(bps->bps_node,bps->bps_i) != BT_ARRAY) in bpEnumNextBin1()
336 (void *) ((pointertype) sub | BT_ARRAY); in bpEnumNextBin()