/external/libffi/src/sparc/ |
D | v9.S | 51 add %sp, STACKFRAME+STACK_BIAS, %l0 ! %l0 has start of 54 mov %l0, %o0 ! call routine to set up frame 58 ldx [%l0+ARGS], %o0 ! call foreign function 60 ldd [%l0+ARGS], %f0 61 ldd [%l0+ARGS+8], %f2 62 ldd [%l0+ARGS+16], %f4 63 ldd [%l0+ARGS+24], %f6 64 ldd [%l0+ARGS+32], %f8 65 ldd [%l0+ARGS+40], %f10 66 ldd [%l0+ARGS+48], %f12 [all …]
|
D | v8.S | 46 add %sp, STACKFRAME, %l0 ! %l0 has start of 49 mov %l0, %o0 ! call routine to set up frame 53 ld [%l0+ARGS], %o0 ! call foreign function 54 ld [%l0+ARGS+4], %o1 55 ld [%l0+ARGS+8], %o2 56 ld [%l0+ARGS+12], %o3 57 ld [%l0+ARGS+16], %o4 58 ld [%l0+ARGS+20], %o5 60 mov %l0, %sp ! (delay) switch to frame
|
/external/openssl/crypto/aes/asm/ |
D | aes-sparcv9.pl | 39 $acc0="%l0"; 540 ldub [%i0+0],%l0 544 sll %l0,24,%l0 549 or %l1,%l0,%l0 555 or %l0,%l2,%o0 560 ldub [%i0+8],%l0 566 sll %l0,24,%l0 571 or %l1,%l0,%l0 577 or %l0,%l2,%o2 590 srl %o0,24,%l0 [all …]
|
/external/openssl/crypto/des/ |
D | ecb3_enc.c | 66 register DES_LONG l0,l1; in DES_ecb3_encrypt() local 71 c2l(in,l0); in DES_ecb3_encrypt() 73 ll[0]=l0; in DES_ecb3_encrypt() 79 l0=ll[0]; in DES_ecb3_encrypt() 81 l2c(l0,out); in DES_ecb3_encrypt()
|
/external/openssl/crypto/sha/asm/ |
D | sha512-sparcv9.pl | 97 $A="%l0"; 166 ld [$inp+0],%l0 189 ld [$inp+128],%l0 206 ld [%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+0`],%l0 372 sllx %l0,32,$tmp2 374 ld [%sp+`$bias+$frame+(($i+1+0)%16)*$SZ+0`],%l0 526 ld [$ctx+`0*$SZ+0`],%l0 534 sllx %l0,32,$tmp0 552 ld [$ctx+`4*$SZ+0`],%l0 560 sllx %l0,32,$tmp0
|
D | sha1-sparcv9.pl | 33 $A="%l0";
|
D | sha1-sparcv9a.pl | 60 $A="%l0";
|
/external/openssl/crypto/bn/ |
D | bn_div.c | 291 BN_ULONG q,l0; in BN_div() local 380 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q); in BN_div() 381 tmp->d[div_n]=l0; in BN_div() 518 BN_ULONG q,l0; in BN_div_no_branch() local 607 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q); in BN_div_no_branch() 608 tmp->d[div_n]=l0; in BN_div_no_branch()
|
/external/openssl/apps/ |
D | speed.c | 1289 long l0,l1; in MAIN() local 1291 l0=(long)lengths[i-1]; in MAIN() 1293 c[D_RC4][i]=c[D_RC4][i-1]*l0/l1; in MAIN() 1294 c[D_CBC_DES][i]=c[D_CBC_DES][i-1]*l0/l1; in MAIN() 1295 c[D_EDE3_DES][i]=c[D_EDE3_DES][i-1]*l0/l1; in MAIN() 1296 c[D_CBC_IDEA][i]=c[D_CBC_IDEA][i-1]*l0/l1; in MAIN() 1297 c[D_CBC_SEED][i]=c[D_CBC_SEED][i-1]*l0/l1; in MAIN() 1298 c[D_CBC_RC2][i]=c[D_CBC_RC2][i-1]*l0/l1; in MAIN() 1299 c[D_CBC_RC5][i]=c[D_CBC_RC5][i-1]*l0/l1; in MAIN() 1300 c[D_CBC_BF][i]=c[D_CBC_BF][i-1]*l0/l1; in MAIN() [all …]
|
/external/grub/stage2/ |
D | xfs.h | 207 xfs_uint32_t l0, l1, l2, l3; member 211 xfs_uint64_t l0, l1; member
|
D | fsys_xfs.c | 145 return (((xfs_fileoff_t)le32 (r->l0) & in xt_offset()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/ |
D | es-ES_zl0_kdt_lfz1.pkb | 47 …PbXg�R����������LZ�˛�Aõ����w{Ay�4�xv.@����5��ak�,m��X(�]u<���V=l0��.f`WX�]�@IaV����ק…
|
/external/openssl/crypto/ |
D | sparccpuid.S | 84 clr %l0 155 clr %l0
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_sim_common.c | 440 u8 l0[2], l1[2]; in eap_aka_prime_derive_ck_ik_prime() local 481 WPA_PUT_BE16(l0, network_name_len); in eap_aka_prime_derive_ck_ik_prime() 482 addr[2] = l0; in eap_aka_prime_derive_ck_ik_prime()
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 553 PassRefPtr<Label> BytecodeGenerator::emitLabel(Label* l0) in emitLabel() argument 556 l0->setLocation(newLabelIndex); in emitLabel() 563 return l0; in emitLabel() 571 return l0; in emitLabel()
|
D | NodesCodegen.cpp | 1632 RefPtr<Label> l0 = generator.newLabel(); in emitBytecode() local 1637 generator.emitJumpScopes(l0.get(), 0); in emitBytecode() 1638 generator.emitLabel(l0.get()); in emitBytecode()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_cm0_kdt_dur.pkb | 195 ^�s��Ej-`�#㉤Mp(�l0�ӣ`�Lڎ�����ĸH�\��C�jS'S:��:sӣ6����(hT«�Z����~�#y��s(�N�<9�L�
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_dur.pkb | 582 R�����VHW�l0� �/��oas�uRx]�^�p� �^��5�����p�� �+<aXy�P�Xb0cF��A0�1s~A����:… 810 W�B����[���$(l0e���+6�hj�p�jM��>ΐ���v2xЖ�Z�����������ů��L����v�}9����x��T�!|D�…
|
D | en-US_kdt_posp.pkb | 51 …a��氭�ަ� ��`S,�a�ۆ��Y8l4�+��be��YP�&۫���槸lt�(�[m�m�m�m�m҆�G���,�m�m�m�4)l0�U���n�3�N����X8…
|
/external/openssl/crypto/bn/asm/ |
D | sparcv9-mont.pl | 67 $i="%l0";
|
D | sparcv9a-mont.pl | 82 $tp="%l0"; # t[num]
|
D | sparcv8.S | 540 #define a_0 %l0
|
D | sparcv8plus.S | 647 #define a_0 %l0
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_posp.pkb | 248 …e\K+��7�P�Eb���_1�5&-�b�e�Z�s|�CĀ�)L��}�!��)2��MsX��C(Ua���Iެ0l0�IZ��$���Ca��!�"…
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 85 #define local0 %l0
|