Searched refs:numBlocks (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.c91 int i, k, numBlocks; local
103 numBlocks = inputLen/128;
107 for (i = numBlocks; i > 0; i--) {
121 for (i = numBlocks - 1; i > 0; i--) {
137 for (i = numBlocks; i > 0; i--) {
169 return 128*numBlocks;
183 int i, numBlocks, padLen; local
195 numBlocks = inputOctets/16;
199 for (i = numBlocks; i > 0; i--) {
204 padLen = 16 - (inputOctets - 16*numBlocks);
248 int i, k, numBlocks; local
333 int i, numBlocks, padLen; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.h799 unsigned long * numBlocks);
814 numBlocks output: The number of physical disk blocks on the disk drive.
H A DMoreFilesExtras.c998 unsigned long *numBlocks)
1126 *numBlocks = blocks;
996 GetDiskBlocks(ConstStr255Param pathname, short vRefNum, unsigned long *numBlocks) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h799 unsigned long * numBlocks);
814 numBlocks output: The number of physical disk blocks on the disk drive.
H A DMoreFilesExtras.c998 unsigned long *numBlocks)
1126 *numBlocks = blocks;
996 GetDiskBlocks(ConstStr255Param pathname, short vRefNum, unsigned long *numBlocks) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideoenc.c623 static void reconstruct_and_encode_image(RoqContext *enc, RoqTempdata *tempData, int w, int h, int numBlocks) argument
649 for (i=0; i<numBlocks; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Droqvideoenc.c626 static void reconstruct_and_encode_image(RoqContext *enc, RoqTempdata *tempData, int w, int h, int numBlocks) argument
652 for (i=0; i<numBlocks; i++) {

Completed in 73 milliseconds