Searched refs:C0 (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl351 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)=
368 srax $Hhi,63,$C0 ! broadcast carry
371 and $C0,$Xlo,$Xlo
372 and $C0,$Xhi,$Xhi
406 xmulx $Xlo,$Hlo,$C0
414 sll $C0,3,$sqr
416 xor $C0,$sqr,$sqr
417 sllx $sqr,57,$sqr ! ($C0��0xE1)<<1<<56 [implicit &0x7f]
419 xor $C0,$C1,$C1 ! Karatsuba post-processing
427 xmulxhi $C0,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-sparcv9.pl351 ($Hhl,$Hlo,$Hhi,$Xlo,$Xhi,$xE1,$sqr, $C0,$C1,$C2,$C3,$V)=
368 srax $Hhi,63,$C0 ! broadcast carry
371 and $C0,$Xlo,$Xlo
372 and $C0,$Xhi,$Xhi
406 xmulx $Xlo,$Hlo,$C0
414 sll $C0,3,$sqr
416 xor $C0,$sqr,$sqr
417 sllx $sqr,57,$sqr ! ($C0��0xE1)<<1<<56 [implicit &0x7f]
419 xor $C0,$C1,$C1 ! Karatsuba post-processing
427 xmulxhi $C0,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A Dwp_block.c157 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) macro
175 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) macro
188 # define C0(K,i) (((u64*)(Cx.c+0))[2*K.c[(i)*8+0]]) macro
496 L[i] ^= C0(K, i) ^ C1(K, (i - 1) & 7) ^
503 L[i] ^= C0(S, i) ^ C1(S, (i - 1) & 7) ^
542 L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^
544 L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^
546 L2 = C0(K, 2) ^ C1(K, 1) ^ C2(K, 0) ^ C3(K, 7) ^
548 L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^
550 L4 = C0(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/
H A Dwp_block.c157 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) macro
175 # define C0(K,i) (Cx.q[0+8*K.c[(i)*8+0]]) macro
188 # define C0(K,i) (((u64*)(Cx.c+0))[2*K.c[(i)*8+0]]) macro
496 L[i] ^= C0(K, i) ^ C1(K, (i - 1) & 7) ^
503 L[i] ^= C0(S, i) ^ C1(S, (i - 1) & 7) ^
542 L0 = C0(K, 0) ^ C1(K, 7) ^ C2(K, 6) ^ C3(K, 5) ^
544 L1 = C0(K, 1) ^ C1(K, 0) ^ C2(K, 7) ^ C3(K, 6) ^
546 L2 = C0(K, 2) ^ C1(K, 1) ^ C2(K, 0) ^ C3(K, 7) ^
548 L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^
550 L4 = C0(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dwp512.c53 static const u64 C0[256] = { variable
798 L[0] = C0[(int)(K[0] >> 56) ] ^
808 L[1] = C0[(int)(K[1] >> 56) ] ^
817 L[2] = C0[(int)(K[2] >> 56) ] ^
826 L[3] = C0[(int)(K[3] >> 56) ] ^
835 L[4] = C0[(int)(K[4] >> 56) ] ^
844 L[5] = C0[(int)(K[5] >> 56) ] ^
853 L[6] = C0[(int)(K[6] >> 56) ] ^
862 L[7] = C0[(int)(K[7] >> 56) ] ^
880 L[0] = C0[(in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Ddas6402.c97 #define C0 0x00 macro
141 p = M0 | C0 | RWLH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep045.tcl98 set envcmd(C0) "berkdb_env_noerr -create $c_txnargs \
99 $c_logargs -errpfx ENV.C0 $verbargs \
102 set cenv0 [eval $envcmd(C0) -rep_client]
H A Drep002.tcl161 set elect_pipe(0) [start_election C0 $qdir $env_cmd(0) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dwhirlpool.c128 static const u64 C0[256] =
1218 block[0] = (C0[(key[0] >> 56) & 0xFF] ^ C1[(key[7] >> 48) & 0xFF] ^
1222 block[1] = (C0[(key[1] >> 56) & 0xFF] ^ C1[(key[0] >> 48) & 0xFF] ^
1226 block[2] = (C0[(key[2] >> 56) & 0xFF] ^ C1[(key[1] >> 48) & 0xFF] ^
1230 block[3] = (C0[(key[3] >> 56) & 0xFF] ^ C1[(key[2] >> 48) & 0xFF] ^
1234 block[4] = (C0[(key[4] >> 56) & 0xFF] ^ C1[(key[3] >> 48) & 0xFF] ^
1238 block[5] = (C0[(key[5] >> 56) & 0xFF] ^ C1[(key[4] >> 48) & 0xFF] ^
1242 block[6] = (C0[(key[6] >> 56) & 0xFF] ^ C1[(key[5] >> 48) & 0xFF] ^
1246 block[7] = (C0[(key[7] >> 56) & 0xFF] ^ C1[(key[6] >> 48) & 0xFF] ^
1254 block[0] = (C0[(stat
124 static const u64 C0[256] = variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dwhirlpool.c128 static const u64 C0[256] =
1218 block[0] = (C0[(key[0] >> 56) & 0xFF] ^ C1[(key[7] >> 48) & 0xFF] ^
1222 block[1] = (C0[(key[1] >> 56) & 0xFF] ^ C1[(key[0] >> 48) & 0xFF] ^
1226 block[2] = (C0[(key[2] >> 56) & 0xFF] ^ C1[(key[1] >> 48) & 0xFF] ^
1230 block[3] = (C0[(key[3] >> 56) & 0xFF] ^ C1[(key[2] >> 48) & 0xFF] ^
1234 block[4] = (C0[(key[4] >> 56) & 0xFF] ^ C1[(key[3] >> 48) & 0xFF] ^
1238 block[5] = (C0[(key[5] >> 56) & 0xFF] ^ C1[(key[4] >> 48) & 0xFF] ^
1242 block[6] = (C0[(key[6] >> 56) & 0xFF] ^ C1[(key[5] >> 48) & 0xFF] ^
1246 block[7] = (C0[(key[7] >> 56) & 0xFF] ^ C1[(key[6] >> 48) & 0xFF] ^
1254 block[0] = (C0[(stat
124 static const u64 C0[256] = variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniwidth/
H A Dtest-uc_width2.sh24 05C0 A
70 09BD..09C0 A
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_pp7.c71 #define C0 ((int)(1024*0.37796447300922719759+0.5)) //sqrt(1/7)
83 dst[0*step] = ((s + s3)*C0 + 512) >> 10;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_aes.c638 V(23,9C,9C,BF), V(53,A4,A4,F7), V(E4,72,72,96), V(9B,C0,C0,5B), \
659 V(A2,51,51,F3), V(5D,A3,A3,FE), V(80,40,40,C0), V(05,8F,8F,8A), \
667 V(C0,60,60,A0), V(19,81,81,98), V(9E,4F,4F,D1), V(A3,DC,DC,7F), \
763 V(DE,B1,5A,49), V(25,BA,1B,67), V(45,EA,0E,98), V(5D,FE,C0,E1), \
788 V(80,C0,C5,4F), V(61,DC,20,A2), V(5A,77,4B,69), V(1C,12,1A,16), \
789 V(E2,93,BA,0A), V(C0,A0,2A,E5), V(3C,22,E0,43), V(12,1B,17,1D), \
808 V(31,A4,B2,AF), V(2A,3F,23,31), V(C6,A5,94,30), V(35,A2,66,C0), \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsimple_idct.c39 #define C0 23170 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
974 "paddd %%mm1, %%mm1 \n\t" /* 2C0 2c0 */\
H A Dvp8dsp_loopfilter.asm61 movd m%2, [%8+%10*2] ; C0-3
84 movd m%2, [%8+%10*2] ; C0-3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dsimple_idct_mmx.c36 #define C0 23170 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
971 "paddd %%mm1, %%mm1 \n\t" /* 2C0 2c0 */\
H A Dvp8dsp.asm1239 movd m%2, [%8+%10*2] ; C0-3
1262 movd m%2, [%8+%10*2] ; C0-3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x.h524 int16_t C0; member in struct:vfe_cmd_color_correction_config
H A Dmsm_vfe8x_proc.c2628 cmd.c0 = in->C0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3730 #define C0 *p++ = 0; macro
3731 #define C2 C0 C0 C0 C0
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c3730 #define C0 *p++ = 0; macro
3731 #define C2 C0 C0 C0 C0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c4230 #define C0 *p++ = 0; macro
4231 #define C2 C0 C0 C0 C0
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c4227 #define C0 *p++ = 0; macro
4228 #define C2 C0 C0 C0 C0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_64.c1040 #define C0 128 macro
1054 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsonixj.c2283 static const u8 C0[] = { 0x2d, 0x2d, 0x3a, 0x05, 0x04, 0x3f }; local
2492 reg_w(gspca_dev, 0xc0, C0, 6);

Completed in 590 milliseconds

12