Home
last modified time | relevance | path

Searched refs:_count (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/bootstub/
Dbootstub.c69 size_t _count = count / 4; in memcpy() local
71 while (_count--) { in memcpy()
85 size_t _count = count / 4; in memset() local
88 while (_count--) { in memset()
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp154 uint32_t _count = count; in allocation1DWrite() local
157 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
223 uint32_t _count = count; in allocation1DRead() local
226 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()