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

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c216 uint32 stepL; /* scan step (16.16) */ local
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;
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c1481 ath5k_get_linear_pcdac_min(const u8 *stepL, const u8 *stepR, argument
1496 stepL[0], stepL[1]);

Completed in 348 milliseconds