Searched refs:cacheIndex (Results 1 – 2 of 2) 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()