Searched refs:aEnd (Results 1 – 3 of 3) sorted by relevance
308 u32 *aEnd = (u32*)&a[nByte]; in cksmCompute() local320 }while( aData<aEnd ); in cksmCompute()327 }while( aData<aEnd ); in cksmCompute()
737 u32 *aEnd = (u32 *)&a[nByte]; in walChecksumBytes() local754 }while( aData<aEnd ); in walChecksumBytes()760 }while( aData<aEnd ); in walChecksumBytes()
3223 char *aEnd = &aList[nList]; /* Pointer to one byte after EOF */ in fts3DoclistCountDocids() local3225 while( p<aEnd ){ in fts3DoclistCountDocids()