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

  /external/yaffs2/yaffs2/
yaffs_ecc.c 287 unsigned lDelta; /* line parity delta */
292 lDelta = read_ecc->lineParity ^ test_ecc->lineParity;
295 if ((cDelta | lDelta | lDeltaPrime) == 0)
298 if (lDelta == ~lDeltaPrime &&
312 if(lDelta >= nBytes)
315 data[lDelta] ^= (1 << bit);
320 if ((yaffs_CountBits32(lDelta) + yaffs_CountBits32(lDeltaPrime) +
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
celib.h 113 HRESULT ceMakeExprDate(DATE *pDate,LONG lDelta,enum ENUM_PERIOD enumPeriod);
winddi.h     [all...]

Completed in 60 milliseconds