Home
last modified time | relevance | path

Searched refs:_pc (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/Compress/
H A DBranchMisc.cpp16 _pc = 0; in Init()
23 const UInt32 processed = (UInt32)(size_t)(BraFunc(data, size, _pc) - data); in Z7_COM7F_IMF2()
24 _pc += processed; in Z7_COM7F_IMF2()
35 _pc = _pc_Init; in Init()
41 const UInt32 processed = (UInt32)(size_t)(Z7_BRANCH_CONV_ENC(ARM64)(data, size, _pc) - data); in Z7_COM7F_IMF2()
42 _pc += processed; in Z7_COM7F_IMF2()
82 _pc = _pc_Init; in Init()
88 const UInt32 processed = (UInt32)(size_t)(Z7_BRANCH_CONV_DEC(ARM64)(data, size, _pc) - data); in Z7_COM7F_IMF2()
89 _pc += processed; in Z7_COM7F_IMF2()
H A DBranchMisc.h18 UInt32 _pc; member
21 CCoder(z7_Func_BranchConv bra): _pc(0), BraFunc(bra) {} in CCoder()
34 UInt32 _pc; member
37 CEncoder(): _pc(0), _pc_Init(0) {} in CEncoder()
47 UInt32 _pc; member
50 CDecoder(): _pc(0), _pc_Init(0) {} in CDecoder()
H A DBcjCoder.cpp12 _pc = 0; in Init()
19 const UInt32 processed = (UInt32)(size_t)(_convFunc(data, size, _pc, &_state) - data); in Z7_COM7F_IMF2()
20 _pc += processed; in Z7_COM7F_IMF2()
H A DBcjCoder.h24 UInt32 _pc; member
29 _pc(0), in CCoder2()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dfile.c907 lws_cache_nscookiejar_destroy(struct lws_cache_ttl_lru **_pc) in lws_cache_nscookiejar_destroy() argument
909 lws_cache_nscookiejar_t *cache = (lws_cache_nscookiejar_t *)*_pc; in lws_cache_nscookiejar_destroy()
916 lws_free_set_NULL(*_pc); in lws_cache_nscookiejar_destroy()

Completed in 3 milliseconds