/external/openssl/crypto/aes/asm/ |
D | aes-ia64.S | 387 { .mii; st1 [out3]=r16,4 390 { .mii; st1 [out2]=r17,4 394 { .mmi; st1 [out1]=r18,4 395 st1 [out0]=r19,4 };; 396 { .mmi; st1 [out3]=r20,4 397 st1 [out2]=r21,4 }//;; 398 { .mmi; st1 [out1]=r22,4 399 st1 [out0]=r23,4 };; 400 { .mmi; st1 [out3]=r24,4 401 st1 [out2]=r25,4 [all …]
|
/external/openssl/crypto/rc4/asm/ |
D | rc4-ia64.S | 51 # define STKEY st1 126 { .mmi; (p19) st1 [out]=dat[3],1 // *(out++)=dat 152 { .mib; st1 [out]=dat[3],1 // compensate for truncated
|
/external/icu4c/common/ |
D | ucnv_ext.c | 1016 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1054 for(st1=0; st1<stage1Length; ++st1) { in ucnv_extGetUnicodeSet() 1055 st2=stage12[st1]; in ucnv_extGetUnicodeSet()
|
D | ucnvmbcs.c | 648 uint16_t st1, maxStage1, st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 682 for(st1=0; st1<maxStage1; ++st1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 683 st2=table[st1]; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 728 for(st1=0; st1<maxStage1; ++st1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 729 st2=table[st1]; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 1301 int32_t st1, st2, st3, i; in reconstituteData() local 1303 for(st1=0; stageUTF8Index<stageUTF8Length; ++st1) { in reconstituteData() 1304 st2=stage1[st1]; in reconstituteData()
|
/external/openssl/ssl/ |
D | s3_both.c | 362 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) in ssl3_get_message() argument 386 if (s->state == st1) /* s->init_num < 4 */ in ssl3_get_message() 432 (st1 == SSL3_ST_SR_CERT_A) && in ssl3_get_message()
|
D | d1_both.c | 140 static long dtls1_get_message_fragment(SSL *s, int st1, int stn, 351 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) in dtls1_get_message() argument 382 i = dtls1_get_message_fragment(s, st1, stn, max, ok); in dtls1_get_message() 613 dtls1_get_message_fragment(SSL *s, int st1, int stn, long max, int *ok) in dtls1_get_message_fragment() argument 667 return dtls1_get_message_fragment(s, st1, stn, in dtls1_get_message_fragment()
|
D | ssl_locl.h | 791 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok); 929 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
|
D | ssl.h | 382 long (*ssl_get_message)(SSL *s, int st1, int stn, int mt, long
|
/external/icu4c/test/intltest/ |
D | canittst.cpp | 246 UnicodeString **st1 = (UnicodeString **)s1; in compareUnicodeStrings() local 249 return (*st1)->compare(**st2); in compareUnicodeStrings()
|
/external/grub/netboot/ |
D | via-rhine.c | 911 unsigned char st1,st2,adv1,adv2,l1,l2; in rhine_probe1() 913 st1=ReadMII(1,ioaddr)>>8; in rhine_probe1() 919 printf(" status 0x%hhX%hhX, advertising 0x%hhX%hhX, link 0x%hhX%hhX\n", st1,st2,adv1,adv2,l1,l2); in rhine_probe1()
|
/external/openssl/include/openssl/ |
D | ssl.h | 382 long (*ssl_get_message)(SSL *s, int st1, int stn, int mt, long
|