Home
last modified time | relevance | path

Searched defs:bufAt (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DBuffer.h161 … T* bufAt( const int &x, const int &y ) { return GET_OFFSET( buf, stride, x, y ); } in bufAt() function
162 …const T* bufAt( const int &x, const int &y ) const { return GET_OFFSET( buf, stride, x, y … in bufAt() function
163 … T* bufAt( const Position& pos ) { return GET_OFFSET( buf, stride, pos.x, pos.y ); } in bufAt() function
164 …const T* bufAt( const Position& pos ) const { return GET_OFFSET( buf, stride, pos.x, pos.y … in bufAt() function
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DIOBuf.cc44 const char *bufAt(const Size off) const { return theBuf + (off % theCapacity); } in bufAt() function in RndBuf
/dports/biology/bolt-lmm/BOLT-LMM_v2.3.4/src/
H A DFileUtils.cpp351 uchar *bufAt = buf; in checkBgenSample() local
H A DBolt.cpp3021 uchar *bufAt = buf; in getSnpStatsBgen2() local