Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.h90 const uint8_t *_max; variable
94 bool isEnd() const { return _current == _max; } in isEnd()
DDspMemChunk.cpp80 _max = _current + size;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h287 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max)) argument