Home
last modified time | relevance | path

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

/dports/cad/qflow/qflow-1.4.98/src/
H A Daddspacers.c290 int defcorew = 1, defcoreh = 0, testh, fillh; in generate_fill() local
316 if (defcoreh > 0) { in generate_fill()
317 if ((testh == 0) || (defcoreh < testh)) in generate_fill()
318 testh = defcoreh; in generate_fill()
391 if ((defcoreh == 0) || (defcoreh < fillh)) { in generate_fill()
393 defcoreh = fillh; in generate_fill()
396 if (defcoreh == 0) { in generate_fill()
465 if (insth > defcoreh) { in generate_fill()
466 locy = insty + defcoreh; in generate_fill()
470 locy += defcoreh; in generate_fill()
[all …]