Searched defs:initCount (Results 1 – 3 of 3) sorted by relevance
| /third_party/lzma/CPP/Windows/ |
| D | Synchronization.h | 152 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/ |
| D | Threads.c | 146 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/ |
| D | modes_chacha20_poly1305.c | 241 uint8_t initCount[4] = { 0 }; in SetIv() local
|