Searched refs:cof (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A DMakefile51 r586-cof.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ripemd/
H A DMakefile49 rm86-cof.s: asm/rmd-586.pl ../perlasm/x86asm.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A DMakefile51 sx86-cof.s: asm/sha1-586.pl ../perlasm/x86asm.pl
53 s512sse2-cof.s: asm/sha512-sse2.pl ../perlasm/x86asm.pl
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Daisdram-ca9.c873 uint32 cof; local
884 cof = (2 << OTPCPU_CTRL1_COF_SHIFT) & OTPCPU_CTRL1_COF_MASK;
890 ctrl1 |= cof;
919 uint32 cof; local
929 cof = (1 << OTPCPU_CTRL1_COF_SHIFT) & OTPCPU_CTRL1_COF_MASK;
935 ctrl1 |= cof;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dectest.c761 if (!BN_hex2bn(&cof, _cof)) ABORT; \
762 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
779 if (!BN_hex2bn(&cof, _cof)) ABORT; \
780 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
819 BIGNUM *x, *y, *z, *cof; local
879 cof = BN_new();
880 if (!x || !y || !z || !cof) ABORT;
1230 BN_free(x); BN_free(y); BN_free(z); BN_free(cof);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dectest.c761 if (!BN_hex2bn(&cof, _cof)) ABORT; \
762 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
779 if (!BN_hex2bn(&cof, _cof)) ABORT; \
780 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
819 BIGNUM *x, *y, *z, *cof; local
879 cof = BN_new();
880 if (!x || !y || !z || !cof) ABORT;
1230 BN_free(x); BN_free(y); BN_free(z); BN_free(cof);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalsdec.c482 static void parcor_to_lpc(unsigned int k, const int32_t *par, int32_t *cof) argument
487 int tmp1 = ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20);
488 cof[j] += ((MUL64(par[k], cof[i]) + (1 << 19)) >> 20);
489 cof[i] += tmp1;
492 cof[i] += ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20);
494 cof[k] = par[k];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalsdec.c491 static void parcor_to_lpc(unsigned int k, const int32_t *par, int32_t *cof) argument
496 int tmp1 = ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20);
497 cof[j] += ((MUL64(par[k], cof[i]) + (1 << 19)) >> 20);
498 cof[i] += tmp1;
501 cof[i] += ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20);
503 cof[k] = par[k];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dectest.c1013 if (!BN_hex2bn(&cof, _cof)) ABORT; \
1014 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
1031 if (!BN_hex2bn(&cof, _cof)) ABORT; \
1032 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
1065 BIGNUM *x, *y, *z, *cof; local
1144 cof = BN_new();
1145 if (!x || !y || !z || !cof)
1506 BN_free(cof);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dectest.c1013 if (!BN_hex2bn(&cof, _cof)) ABORT; \
1014 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
1031 if (!BN_hex2bn(&cof, _cof)) ABORT; \
1032 if (!EC_GROUP_set_generator(group, P, z, cof)) ABORT; \
1065 BIGNUM *x, *y, *z, *cof; local
1144 cof = BN_new();
1145 if (!x || !y || !z || !cof)
1506 BN_free(cof);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A DMakefile48 rx86-cof.s: asm/rc4-586.pl ../perlasm/x86asm.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A DMakefile55 ax86-cof.s: asm/aes-586.pl ../perlasm/x86asm.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/
H A DMakefile51 bx86-cof.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A DMakefile49 cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A DMakefile49 mx86-cof.s: asm/md5-586.pl ../perlasm/x86asm.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DMakefile62 x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
70 uplink-cof.s: ../ms/uplink.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A DMakefile73 dx86-cof.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
75 yx86-cof.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A DMakefile71 bn86-cof.s: asm/bn-586.pl ../perlasm/x86asm.pl
73 co86-cof.s: asm/co-586.pl ../perlasm/x86asm.pl

Completed in 333 milliseconds