Home
last modified time | relevance | path

Searched refs:bNewGap (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_motor.c297 * 1) Adjust bNewGap:
298 * bNewGap = (bNewGap <= bNewCurrentLineCountGap) ?
299 * 0 : bNewGap - bNewCurrentLineCount - 1;
301 * FillIndex = ((bCurrentLineCount + bNewGap + 1) < 64) ?
302 * bCurrentLineCount + bNewGap + 1 :
303 * bCurrentLineCount + bNewGap + 1 - 64;
304 * FillCount = 64 - bNewGap - 1;
305 * 3) Adjust bNewGap:
306 * bNewGap
[all...]
H A Dplustek-pp_scandata.h353 Byte bNewGap; member

Completed in 3 milliseconds