Home
last modified time | relevance | path

Searched refs:ScanBit (Results 1 – 10 of 10) sorted by relevance

/dports/cad/alliance/alliance/src/syf/src/
H A Dsyf_dc.c104 long ScanBit; local
122 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
124 BddNode = addbddcircuitin( (bddcircuit *)0, RegArray[ ScanBit ].NAME_OUT,
127 RegArray[ ScanBit ].NODE_OUT = BddNode;
131 BddNode = addbddcircuitin( (bddcircuit *)0, RegArray[ ScanBit ].NAME_IN,
134 RegArray[ ScanBit ].NODE_IN = BddNode;
147 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
153 RegArray[ ScanBit ].NODE_OUT );
159 RegArray[ ScanBit ].NODE_IN );
164 BddNot = applybddnodenot( (bddsystem *)0, RegArray[ ScanBit ].NODE_OUT );
[all …]
H A Dsyf_synth.c210 long ScanBit; local
258 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
274 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
288 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
325 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
351 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
974 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
1050 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
1061 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
1274 for ( ScanBit = 0; ScanBit < SyfInfo->NUMBER_REG; ScanBit++ )
[all …]
/dports/cad/alliance/alliance/src/mocha/src/
H A Dmocha_syf.c692 long ScanBit; local
716 for ( ScanBit = 0; ScanBit < MochaSyfInfo->NUMBER_REG; ScanBit++ )
722 addablhexpr( RegArray[ ScanBit ].ABL, Atom );
773 for ( ScanBit = 0; ScanBit < MochaSyfInfo->NUMBER_REG; ScanBit++ )
777 addablhexpr( RegArray[ ScanBit ].ABL_SET, dupablexpr( StarTrans->ABL ) );
781 addablhexpr( RegArray[ ScanBit ].ABL_RESET, dupablexpr( StarTrans->ABL ) );
895 long ScanBit; local
918 for ( ScanBit = 0; ScanBit < MochaSyfInfo->NUMBER_REG; ScanBit++ )
923 createablatom( RegArray[ ScanBit ].NAME_OUT ) );
928 optimablnotexpr( createablatom( RegArray[ ScanBit ].NAME_OUT ) ) );
/dports/astro/xearth/xearth-1.2/
H A Drender.c63 static ScanBit *scanbit;
88 scanbit = (ScanBit *) scanbits->body; in render_rows_setup()
112 ScanBit *_scanbit;
H A Dscan.c130 return (((const ScanBit *) a)->y - ((const ScanBit *) b)->y);
299 scanbits = extarr_alloc(sizeof(ScanBit)); in scan_map()
336 qsort(scanbits->body, scanbits->count, sizeof(ScanBit), scanbit_comp); in scan_map()
1425 ScanBit *scanbit;
1444 scanbit = (ScanBit *) extarr_next(scanbits);
H A Dxearth.h224 } ScanBit; typedef
/dports/editors/lazarus/lazarus/components/lazutils/
H A Deasylazfreetype.pas377 ScanBit: byte;
2074 ScanBit := $80 shr (ScanX and 7);
2078 ScanBit := 0;
2088 result := (pbyte(ScanPtrCur)^ and ScanBit) <> 0;
2093 ScanBit := $80;
2097 ScanBit := ScanBit shr 1;
2098 if ScanBit = 0 then
2100 ScanBit := $80;
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Deasylazfreetype.pas377 ScanBit: byte;
2074 ScanBit := $80 shr (ScanX and 7);
2078 ScanBit := 0;
2088 result := (pbyte(ScanPtrCur)^ and ScanBit) <> 0;
2093 ScanBit := $80;
2097 ScanBit := ScanBit shr 1;
2098 if ScanBit = 0 then
2100 ScanBit := $80;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Deasylazfreetype.pas394 ScanBit: byte;
2469 ScanBit := $80 shr (ScanX and 7);
2473 ScanBit := 0;
2483 result := (pbyte(ScanPtrCur)^ and ScanBit) <> 0;
2488 ScanBit := $80;
2492 ScanBit := ScanBit shr 1;
2493 if ScanBit = 0 then
2495 ScanBit := $80;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Deasylazfreetype.pas394 ScanBit: byte;
2469 ScanBit := $80 shr (ScanX and 7);
2473 ScanBit := 0;
2483 result := (pbyte(ScanPtrCur)^ and ScanBit) <> 0;
2488 ScanBit := $80;
2492 ScanBit := ScanBit shr 1;
2493 if ScanBit = 0 then
2495 ScanBit := $80;