Lines Matching refs:uint16
21 static uint16 GetReadCursor(HiviewCache *cache);
23 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size) in InitHiviewStaticCache()
38 boolean InitHiviewCache(HiviewCache *cache, HiviewCacheType type, uint16 size) in InitHiviewCache()
58 int32 WriteToCache(HiviewCache *cache, const uint8 *data, uint16 wLen) in WriteToCache()
64 uint16 firstLen; in WriteToCache()
65 uint16 secondLen; in WriteToCache()
109 int32 ReadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in ReadFromCache()
115 uint16 firstLen; in ReadFromCache()
116 uint16 secondLen; in ReadFromCache()
117 uint16 rCursor; in ReadFromCache()
149 int32 PrereadFromCache(HiviewCache *cache, uint8 *data, uint16 rLen) in PrereadFromCache()
158 uint16 firstLen; in PrereadFromCache()
159 uint16 secondLen; in PrereadFromCache()
160 uint16 rCursor = GetReadCursor(cache); in PrereadFromCache()
207 static uint16 GetReadCursor(HiviewCache *cache) in GetReadCursor()
213 uint16 readCursor; in GetReadCursor()