Lines Matching refs:count
287 s32 count = 0; in SearchBinadSymbolCount() local
300 ++count; in SearchBinadSymbolCount()
306 ++count; in SearchBinadSymbolCount()
312 ++count; in SearchBinadSymbolCount()
318 ++count; in SearchBinadSymbolCount()
325 return count; in SearchBinadSymbolCount()
383 s32 count = 0; in GetInputRegisterNum() local
389 ++count; in GetInputRegisterNum()
393 return count; in GetInputRegisterNum()
408 s32 count = 0; in GetOutputRegisterNum() local
414 ++count; in GetOutputRegisterNum()
418 return count; in GetOutputRegisterNum()
433 s32 count = 0; in GetOutputRegisterNum() local
439 ++count; in GetOutputRegisterNum()
443 if (pNum) { *pNum = u32(count); } in GetOutputRegisterNum()
471 s32 count = 0; in GetShaderOutputRegisterNum() local
477 ++count; in GetShaderOutputRegisterNum()
481 if (pNum) { *pNum = u32(count); } in GetShaderOutputRegisterNum()
808 void PutLoadCommand( SafeBuffer& buffer, u32 regAddr, const u32* src, u32 count ) const;
843 Self& operator+=(s32 count) { return this->MoveAddress(count * sizeof(u32)); }