Home
last modified time | relevance | path

Searched defs:initCount (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DSynchronization.h152 WRes Create(UInt32 initCount, UInt32 maxCount) in Create()
156 WRes OptCreateInit(UInt32 initCount, UInt32 maxCount) in OptCreateInit()
352 WRes Create(CSynchro *sync, UInt32 initCount, UInt32 maxCount) in Create()
/third_party/lzma/C/
DThreads.c146 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
153 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
425 WRes Semaphore_Create(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_Create()
438 WRes Semaphore_OptCreateInit(CSemaphore *p, UInt32 initCount, UInt32 maxCount) in Semaphore_OptCreateInit()
/third_party/openhitls/crypto/modes/src/
Dmodes_chacha20_poly1305.c241 uint8_t initCount[4] = { 0 }; in SetIv() local