HomeSort by relevance Sort by last modified time
    Searched refs:stepL (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c 216 uint32 stepL; /* scan step (16.16) */
257 stepL = ptrA->scaleE >> ( ptrA->scaleExpE + 4 );
260 woL = ( wiL << 16 ) / stepL;
261 hoL = ( hiL << 16 ) / stepL;
269 if( woL * stepL >= ( wiL << 16 ) ) woL--;
270 if( hoL * stepL >= ( hiL << 16 ) ) hoL--;
328 yfL += stepL;
346 xfL += stepL;
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_phy.c     [all...]

Completed in 3016 milliseconds