Searched refs:numBlocks (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFindMt.c | 100 …Sync_Create2(CMtSync *p, unsigned (MY_STD_CALL *startAddress)(void *), void *obj, UInt32 numBlocks) in MtSync_Create2() argument 112 RINOK_THREAD(Semaphore_Create(&p->freeSemaphore, numBlocks, numBlocks)); in MtSync_Create2() 113 RINOK_THREAD(Semaphore_Create(&p->filledSemaphore, 0, numBlocks)); in MtSync_Create2() 122 …tSync_Create(CMtSync *p, unsigned (MY_STD_CALL *startAddress)(void *), void *obj, UInt32 numBlocks) in MtSync_Create() argument 124 SRes res = MtSync_Create2(p, startAddress, obj, numBlocks); in MtSync_Create()
|
/device/google/contexthub/firmware/os/core/ |
D | appSec.c | 189 uint32_t i, numBlocks = state->haveBytes / APP_DATA_CHUNK_SIZE; in appSecBlockRx() local 201 for (i = 0; i < numBlocks; i++, dataP += AES_BLOCK_WORDS) in appSecBlockRx()
|