Home
last modified time | relevance | path

Searched refs:cacheIndex (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Common/
DStreamObjects.cpp211 size_t cacheIndex = (size_t)cacheTag & (((size_t)1 << _numBlocksLog) - 1); in Read() local
212 Byte *p = _data + (cacheIndex << _blockSizeLog); in Read()
213 if (_tags[cacheIndex] != cacheTag) in Read()
220 _tags[cacheIndex] = cacheTag; in Read()
/external/libnfc-nxp/src/
DphFriNfc_LlcpTransport.c194 uint8_t cacheIndex; in phFriNfc_LlcpTransport_ServiceNameLoockup() local
213 for(cacheIndex=0;cacheIndex<PHFRINFC_LLCP_SDP_ADVERTISED_NB;cacheIndex++) in phFriNfc_LlcpTransport_ServiceNameLoockup()
215 pCachedServiceName = &psTransport->pCachedServiceNames[cacheIndex]; in phFriNfc_LlcpTransport_ServiceNameLoockup()
/external/ImageMagick/MagickCore/
Daccelerate-kernels-private.h2513 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;