Searched refs:cacheIndex (Results 1 – 3 of 3) sorted by relevance
211 size_t cacheIndex = (size_t)cacheTag & (((size_t)1 << _numBlocksLog) - 1); in Read() local212 Byte *p = _data + (cacheIndex << _blockSizeLog); in Read()213 if (_tags[cacheIndex] != cacheTag) in Read()220 _tags[cacheIndex] = cacheTag; in Read()
194 uint8_t cacheIndex; in phFriNfc_LlcpTransport_ServiceNameLoockup() local213 for(cacheIndex=0;cacheIndex<PHFRINFC_LLCP_SDP_ADVERTISED_NB;cacheIndex++) in phFriNfc_LlcpTransport_ServiceNameLoockup()215 pCachedServiceName = &psTransport->pCachedServiceNames[cacheIndex]; in phFriNfc_LlcpTransport_ServiceNameLoockup()
2513 unsigned int cacheIndex = start+startStep-cacheRangeStartX;2514 for (unsigned int i = startStep; i < stopStep; i++, cacheIndex++)2524 __local CLQuantum *p = inputImageCache + (cacheIndex*number_channels);2679 unsigned int cacheIndex = start+startStep-cacheRangeStartY;2680 for (unsigned int i = startStep; i < stopStep; i++, cacheIndex++)2690 __local CLQuantum *p = inputImageCache + cacheIndex;