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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Ddump.h31 int reps; /* repetition count */ member in struct:_fu
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c271 UInt32 reps[LZMA_NUM_REPS]; member in struct:__anon11525
307 UInt32 reps[LZMA_NUM_REPS]; member in struct:_CLzmaEnc
380 memcpy(dest->reps, p->reps, sizeof(p->reps));
406 memcpy(dest->reps, p->reps, sizeof(p->reps));
952 UInt32 reps[LZMA_NUM_REPS], repLens[LZMA_NUM_REPS]; local
989 reps[
[all...]
H A DLzmaDec.c143 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3];
428 p->reps[0] = rep0;
429 p->reps[1] = rep1;
430 p->reps[2] = rep2;
431 p->reps[3] = rep3;
445 UInt32 rep0 = p->reps[0];
531 unsigned matchByte = p->dic[p->dicPos - p->reps[
[all...]
H A DLzmaDec.h58 UInt32 reps[4]; member in struct:__anon11520
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Ddump.c47 cur_size += fu->bcnt * fu->reps;
75 cur_size += bcnt * fu->reps;
279 fu->reps += (bb_dump_blocksize - fs->bcnt) / fu->bcnt;
280 if (fu->reps > 1) {
523 for (cnt = fu->reps; cnt; --cnt) {
709 tfu->reps = 1;
718 tfu->reps = atoi(savep);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_streams/
H A Dmain.c285 static FLAC__bool generate_fsd8(const char *fn, const int pattern[], unsigned reps) argument
295 for(rep = 0; rep < reps; rep++) {
311 static FLAC__bool generate_fsd16(const char *fn, const int pattern[], unsigned reps) argument
321 for(rep = 0; rep < reps; rep++) {
362 static FLAC__bool generate_fsd24(const char *fn, const int pattern[], unsigned reps) argument
372 for(rep = 0; rep < reps; rep++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/proto/
H A D802.11.h1457 uint16 reps; /* no. of repetitions */ member in struct:dot11_rmreq

Completed in 206 milliseconds