/external/openssl/crypto/des/ |
D | cfb64ede.c | 72 register DES_LONG v0,v1; in DES_ede3_cfb64_encrypt() local 85 c2l(iv,v0); in DES_ede3_cfb64_encrypt() 88 ti[0]=v0; in DES_ede3_cfb64_encrypt() 91 v0=ti[0]; in DES_ede3_cfb64_encrypt() 95 l2c(v0,iv); in DES_ede3_cfb64_encrypt() 111 c2l(iv,v0); in DES_ede3_cfb64_encrypt() 114 ti[0]=v0; in DES_ede3_cfb64_encrypt() 117 v0=ti[0]; in DES_ede3_cfb64_encrypt() 121 l2c(v0,iv); in DES_ede3_cfb64_encrypt() 132 v0=v1=ti[0]=ti[1]=c=cc=0; in DES_ede3_cfb64_encrypt() [all …]
|
D | cfb64enc.c | 70 register DES_LONG v0,v1; in DES_cfb64_encrypt() local 83 c2l(iv,v0); ti[0]=v0; in DES_cfb64_encrypt() 87 v0=ti[0]; l2c(v0,iv); in DES_cfb64_encrypt() 88 v0=ti[1]; l2c(v0,iv); in DES_cfb64_encrypt() 103 c2l(iv,v0); ti[0]=v0; in DES_cfb64_encrypt() 107 v0=ti[0]; l2c(v0,iv); in DES_cfb64_encrypt() 108 v0=ti[1]; l2c(v0,iv); in DES_cfb64_encrypt() 118 v0=v1=ti[0]=ti[1]=c=cc=0; in DES_cfb64_encrypt()
|
D | cfb_enc.c | 75 register DES_LONG d0,d1,v0,v1; in DES_cfb_encrypt() local 94 c2l(iv,v0); in DES_cfb_encrypt() 101 ti[0]=v0; in DES_cfb_encrypt() 113 { v0=v1; v1=d0; } in DES_cfb_encrypt() 115 { v0=d0; v1=d1; } in DES_cfb_encrypt() 120 l2c(v0,iv); in DES_cfb_encrypt() 125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1; in DES_cfb_encrypt() 134 v0=sh[0], v1=sh[1]; in DES_cfb_encrypt() 137 c2l(iv,v0); in DES_cfb_encrypt() 148 ti[0]=v0; in DES_cfb_encrypt() [all …]
|
D | ofb_enc.c | 71 register DES_LONG d0,d1,vv0,vv1,v0,v1,n=(numbits+7)/8; in DES_ofb_encrypt() local 97 c2l(iv,v0); in DES_ofb_encrypt() 99 ti[0]=v0; in DES_ofb_encrypt() 103 ti[0]=v0; in DES_ofb_encrypt() 116 { v0=v1; v1=vv0; } in DES_ofb_encrypt() 118 { v0=vv0; v1=vv1; } in DES_ofb_encrypt() 121 v0=((v1>>(num-32))|(vv0<<(64-num)))&0xffffffffL; in DES_ofb_encrypt() 126 v0=((v0>>num)|(v1<<(32-num)))&0xffffffffL; in DES_ofb_encrypt() 131 l2c(v0,iv); in DES_ofb_encrypt() 133 v0=v1=d0=d1=ti[0]=ti[1]=vv0=vv1=0; in DES_ofb_encrypt()
|
D | ofb64ede.c | 71 register DES_LONG v0,v1; in DES_ede3_ofb64_encrypt() local 81 c2l(iv,v0); in DES_ede3_ofb64_encrypt() 83 ti[0]=v0; in DES_ede3_ofb64_encrypt() 86 l2c(v0,dp); in DES_ede3_ofb64_encrypt() 95 v0=ti[0]; in DES_ede3_ofb64_encrypt() 99 l2c(v0,dp); in DES_ede3_ofb64_encrypt() 111 l2c(v0,iv); in DES_ede3_ofb64_encrypt() 114 v0=v1=ti[0]=ti[1]=0; in DES_ede3_ofb64_encrypt()
|
D | ofb64enc.c | 69 register DES_LONG v0,v1,t; in DES_ofb64_encrypt() local 79 c2l(iv,v0); in DES_ofb64_encrypt() 81 ti[0]=v0; in DES_ofb64_encrypt() 84 l2c(v0,dp); in DES_ofb64_encrypt() 101 v0=ti[0]; in DES_ofb64_encrypt() 104 l2c(v0,iv); in DES_ofb64_encrypt() 107 t=v0=v1=ti[0]=ti[1]=0; in DES_ofb64_encrypt()
|
/external/openssl/crypto/rc2/ |
D | rc2ofb64.c | 70 register unsigned long v0,v1,t; in RC2_ofb64_encrypt() local 80 c2l(iv,v0); in RC2_ofb64_encrypt() 82 ti[0]=v0; in RC2_ofb64_encrypt() 85 l2c(v0,dp); in RC2_ofb64_encrypt() 102 v0=ti[0]; in RC2_ofb64_encrypt() 105 l2c(v0,iv); in RC2_ofb64_encrypt() 108 t=v0=v1=ti[0]=ti[1]=0; in RC2_ofb64_encrypt()
|
D | rc2cfb64.c | 71 register unsigned long v0,v1,t; in RC2_cfb64_encrypt() local 84 c2l(iv,v0); ti[0]=v0; in RC2_cfb64_encrypt() 104 c2l(iv,v0); ti[0]=v0; in RC2_cfb64_encrypt() 119 v0=v1=ti[0]=ti[1]=t=c=cc=0; in RC2_cfb64_encrypt()
|
/external/openssl/crypto/bn/asm/ |
D | mips3.s | 72 move v0,zero 78 move v0,zero 88 daddu t1,v0 89 sltu v0,t1,v0 /* All manuals say it "compares 32-bit 95 daddu v0,t0 98 daddu v0,AT 103 daddu t3,v0 104 sltu v0,t3,v0 108 daddu v0,t2 111 daddu v0,AT [all …]
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngvcrd.c | 1250 movq mm0, [esi] ; X X v2 v1 v0 v5 v4 v3 in png_do_read_interlace() 1251 movq mm7, mm0 ; X X v2 v1 v0 v5 v4 v3 in png_do_read_interlace() 1252 movq mm6, mm0 ; X X v2 v1 v0 v5 v4 v3 in png_do_read_interlace() 1253 psllq mm0, 24 ; v1 v0 v5 v4 v3 0 0 0 in png_do_read_interlace() 1255 psrlq mm6, 24 ; 0 0 0 X X v2 v1 v0 in png_do_read_interlace() 1256 por mm0, mm7 ; v1 v0 v5 v4 v3 v5 v4 v3 in png_do_read_interlace() 1257 movq mm5, mm6 ; 0 0 0 X X v2 v1 v0 in png_do_read_interlace() 1258 psllq mm6, 8 ; 0 0 X X v2 v1 v0 0 in png_do_read_interlace() 1262 por mm6, mm5 ; 0 0 X X v2 v1 v0 v2 in png_do_read_interlace() 1297 movd mm0, [esi] ; X X X X X v2 v1 v0 in png_do_read_interlace() [all …]
|
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | deringing_luma.cpp | 40 int v0, h0; in Deringing_Luma() local 81 v0 = ((v_blk - 1) >= 1) ? (v_blk - 1) : 1; in Deringing_Luma() 97 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 135 v0 = v_blk - 1; in Deringing_Luma() 151 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 194 v0 = v_blk - 1; in Deringing_Luma() 213 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk, in Deringing_Luma() 216 DeringAdaptiveSmoothMMX(&Rec_Y[v0*width+h0], in Deringing_Luma()
|
D | chvr_filter.cpp | 45 int max_diff, thres, v0, h0, min_blk, max_blk; in CombinedHorzVertRingFilter() local 463 v0 = (br << 3) - 1; in CombinedHorzVertRingFilter() 467 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff); in CombinedHorzVertRingFilter() 539 v0 = (br << 3) + 1; in CombinedHorzVertRingFilter() 546 … AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff); in CombinedHorzVertRingFilter()
|
D | deringing_chroma.cpp | 41 int v0, h0; in Deringing_Chroma() local 123 v0 = v_blk - 1; in Deringing_Chroma() 134 for (v_pel = v0; v_pel < v_blk + BLKSIZE - 1; v_pel++) in Deringing_Chroma() 202 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff); in Deringing_Chroma() 204 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff); in Deringing_Chroma()
|
/external/libffi/src/mips/ |
D | n32.S | 69 move v0, bytes 71 LI v0, 4 * FFI_SIZEOF_ARG 75 ADDU t4, v0, 2 * FFI_SIZEOF_ARG -1 # make sure it is aligned 76 and v0, t4, -2 * FFI_SIZEOF_ARG # to a proper boundry. 79 SUBU $sp, $sp, v0 # move the stack pointer to reflect the 224 REG_S v0, 0(t4) 291 REG_S v0, 0(t4) 298 REG_S v0, 0(t4) 415 # Return flags are in v0 416 bne v0, FFI_TYPE_INT, cls_retfloat [all …]
|
D | o32.S | 65 LI v0, 4 * FFI_SIZEOF_ARG 66 blt bytes, v0, sixteen 68 ADDU v0, bytes, 7 # make sure it is aligned 69 and v0, -8 # to an 8 byte boundry 72 SUBU $sp, v0 # move the stack pointer to reflect the 145 REG_S v0, 0(t0) 154 REG_S v0, 0(t0)
|
/external/dropbear/libtommath/ |
D | changes.txt | 2 v0.40 -- Updated makefile to properly support LIBNAME 6 v0.39 -- Jim Wigginton pointed out my Montgomery examples in figures 6.4 and 6.6 were off by one, … 13 v0.38 -- broken makefile.shared fixed 17 v0.37 -- [Don Porter] reported on a TCL list [HEY SEND ME BUGREPORTS ALREADY!!!] that mp_add_d() w… 23 v0.36 -- LTM_PRIME_2MSB_ON was fixed and the "OFF" flag was removed. 35 v0.35 -- Stupid XOR function missing line again... oops. 46 v0.34 -- Fixed two more small errors in mp_prime_random_ex() 58 v0.33 -- Fixed "small" variant for mp_div() which would munge with negative dividends... 67 v0.32 -- Added "makefile.shared" for shared object support 82 v0.31 -- "profiled" builds now :-) new timings for Intel Northwoods [all …]
|
/external/tremor/Tremor/ |
D | mdct.c | 313 REG_TYPE t0,t1,v0,v1,r0,r1; in mdct_step8() local 321 t0 += (v0 = (*V++)>>1); in mdct_step8() 327 v0 += (t0 = (*T++)>>1); in mdct_step8() 329 XPROD31( r0, r1, v0, v1, x+2, x+3 ); in mdct_step8() 339 REG_TYPE t0,t1,v0,v1,q0,q1,r0,r1; in mdct_step8() local 347 v0 = *V++; in mdct_step8() 349 t0 += (q0 = (v0-t0)>>2); in mdct_step8() 354 t0 = v0-q0; in mdct_step8() 362 v0 += (q0 = (t0-v0)>>2); in mdct_step8() 366 XPROD31( r0, r1, v0, v1, x+4, x+5 ); in mdct_step8() [all …]
|
/external/aes/ |
D | aestab.h | 135 d_1(aes_32t, t_dec(i,n), isb_data, v0); 138 d_4(aes_32t, t_dec(i,n), isb_data, v0, v1, v2, v3); 165 d_1(aes_32t, t_dec(i,m), mm_data, v0); 168 d_4(aes_32t, t_dec(i,m), mm_data, v0, v1, v2, v3);
|
/external/openssl/crypto/aes/asm/ |
D | aes-586.pl | 123 my $v0 = $acc, $v1 = $key; 125 &mov ($v0,$s[3]); # copy s3 138 &mov ($v1,$v0); 141 &and ($v0,0xFF); 142 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0 143 &movz ($v0,&HB($v1)); 145 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8 146 &movz ($v0,&HB($v1)); 150 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24 152 &mov ($v0,$v1); [all …]
|
/external/dropbear/libtomcrypt/ |
D | changes | 443 v0.99 -- Merged in the latest version of LTM which includes all of the recent bug fixes 471 v0.98 -- Update to hmac_init to free all allocated memory on error 513 v0.97b -- Added PKCS #1 v1.5 RSA encrypt/sign helpers (like rsa_sign_hash, etc...) 536 v0.97a ++ Fixed several potentially crippling bugs... [read on] 551 v0.97 -- Removed spurious unused files [arrg!] 571 v0.96 -- Removed GF and Keyring code 596 v0.95 -- Optimized AES and WHIRLPOOL for SMALL_CODE by taking advantage of the fact 615 v0.94 -- removed unused variables from ocb.c and fixed it to match known test vectors. 638 v0.93 -- [note: deleted v0.93 changes by accident... recreating from memory...] 657 v0.92 -- Updated the config.pl script so the options have more details. [all …]
|
/external/wpa_supplicant/ |
D | ChangeLog | 3 2008-11-28 - v0.5.11 29 2008-02-19 - v0.5.10 47 2007-12-02 - v0.5.9 70 2007-05-28 - v0.5.8 81 2006-12-31 - v0.5.7 100 2006-11-24 - v0.5.6 136 2006-08-27 - v0.5.5 192 2006-06-20 - v0.5.4 226 to a missed change in eloop_win.c API in v0.5.3 [Bug 155] 255 2006-04-27 - v0.5.3 [all …]
|
/external/libpcap/ |
D | CHANGES | 203 v0.5 Sat Jun 10 11:09:15 PDT 2000 226 v0.4 Sat Jul 25 12:40:09 PDT 1998 303 v0.3 Sat Nov 30 20:56:27 PST 1996 323 v0.2.1 Sun Jul 14 03:02:26 PDT 1996 368 v0.2 Sun Jun 23 02:28:42 PDT 1996 385 v0.1 Fri Apr 28 18:11:03 PDT 1995 422 v0.0.6 Fri Apr 28 04:07:13 PDT 1995 426 v0.0.5 Fri Apr 28 00:22:21 PDT 1995 431 v0.0.4 Thu Apr 20 20:41:48 PDT 1995 450 v0.0.3 Tue Oct 18 18:13:46 PDT 1994 [all …]
|
D | optimize.c | 544 int v0, v1; member 577 F(code, v0, v1) in F() argument 579 int v0, v1; 585 hash = (u_int)code ^ (v0 << 4) ^ (v1 << 8); 589 if (p->code == code && p->v0 == v0 && p->v1 == v1) 595 vmap[val].const_val = v0; 601 p->v0 = v0; 623 fold_op(s, v0, v1) in fold_op() argument 625 int v0, v1; 629 a = vmap[v0].const_val;
|
/external/qemu/tcg/ |
D | tcg-dyngen.c | 151 uint64_t m0, m1, v0, v1, b0, b1, *b = (uint64_t *) (insn_addr & -16); 162 v0 = val << shift; v1 = val >> (64 - shift); 163 b[0] = (b0 & ~m0) | (v0 & m0);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_blit_A.c | 781 vector unsigned char v0 = vec_splat_u8(0); in Blit32to565PixelAlphaAltivec() local 908 valpha = vec_perm(vsrc1, v0, valphaPermute); in Blit32to565PixelAlphaAltivec() 910 valpha = vec_perm(vsrc2, v0, valphaPermute); in Blit32to565PixelAlphaAltivec() 958 vector unsigned char v0; in Blit32to32SurfaceAlphaKeyAltivec() local 965 v0 = vec_splat_u8(0); in Blit32to32SurfaceAlphaKeyAltivec() 1029 vd_orig = vd = vec_perm(vd, v0, vsdstPermute); in Blit32to32SurfaceAlphaKeyAltivec() 1077 vector unsigned char v0; in Blit32to32PixelAlphaAltivec() local 1081 v0 = vec_splat_u8(0); in Blit32to32PixelAlphaAltivec() 1087 vpixelmask = vec_nor(valphamask, v0); in Blit32to32PixelAlphaAltivec() 1123 vs = vec_perm(vs, v0, vsrcPermute); in Blit32to32PixelAlphaAltivec() [all …]
|