/external/boringssl/src/crypto/rc4/asm/ |
D | rc4-x86_64.pl | 118 $dat="%rdi"; # arg1 157 lea 8($dat),$dat 158 mov -8($dat),$XX[0]#b 159 mov -4($dat),$YY#b 160 cmpl \$-1,256($dat) 167 movl ($dat,$XX[0],4),$TX[0]#d 178 movl ($dat,$YY,4),$TY#d 179 movl $TX[0]#d,($dat,$YY,4) 180 movl $TY#d,($dat,$XX[0],4) 183 movl ($dat,$TX[0],4),$TY#d [all …]
|
D | rc4-586.pl | 71 $dat="edi"; 78 &mov ($ty,&DWP(0,$dat,$yy,4)); 79 &mov (&DWP(0,$dat,$yy,4),$tx); 80 &mov (&DWP(0,$dat,$xx,4),$ty); 86 &mov ($tx,&DWP(0,$dat,$xx,4)); 90 &$func ($out,&DWP(0,$dat,$ty,4)); 111 &mov ($ty,&DWP(0,$dat,$yy,4)); 112 &mov (&DWP(0,$dat,$yy,4),$tx); 114 &mov (&DWP(0,$dat,$XX[0],4),$ty); 117 &mov ($tx,&DWP(0,$dat,@XX[1],4)); [all …]
|
/external/boringssl/src/crypto/aes/asm/ |
D | aesv8-armx.pl | 354 my ($dat,$tmp,$rndzero_n_last)=($dat0,$tmp0,$tmp1); 385 vld1.8 {$dat},[$inp],$step 401 veor $dat,$dat,$ivec 409 aese $dat,q8 410 aesmc $dat,$dat 417 aese $dat,q8 418 aesmc $dat,$dat 421 aese $dat,q9 422 aesmc $dat,$dat 423 aese $dat,$in0 [all …]
|
/external/google-benchmark/src/ |
D | stat.h | 37 explicit Stat1(const VType &dat) { in Stat1() argument 38 sum_ = dat; in Stat1() 39 sum_squares_ = Sqr(dat); in Stat1() 51 Stat1(const VType &dat, const NumType &w) { in Stat1() argument 52 sum_ = w * dat; in Stat1() 53 sum_squares_ = w * Sqr(dat); in Stat1() 151 static inline SType Sqr(const SType &dat) { in Sqr() argument 152 return dat * dat; in Sqr() 156 static inline Vector2<SType> Sqr(const Vector2<SType> &dat) { in Sqr() argument 157 return dat.MulComponents(dat); in Sqr() [all …]
|
/external/boringssl/src/crypto/cipher/ |
D | e_des.c | 74 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_init_key() local 76 DES_set_key(deskey, &dat->ks.ks); in des_init_key() 82 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_cbc_cipher() local 84 DES_ncbc_encrypt(in, out, in_len, &dat->ks.ks, (DES_cblock *)ctx->iv, in des_cbc_cipher() 106 EVP_DES_KEY *dat = (EVP_DES_KEY *) ctx->cipher_data; in des_ecb_cipher() local 110 &dat->ks.ks, ctx->encrypt); in des_ecb_cipher() 135 DES_EDE_KEY *dat = (DES_EDE_KEY*) ctx->cipher_data; in des_ede3_init_key() local 137 DES_set_key(&deskey[0], &dat->ks.ks[0]); in des_ede3_init_key() 138 DES_set_key(&deskey[1], &dat->ks.ks[1]); in des_ede3_init_key() 139 DES_set_key(&deskey[2], &dat->ks.ks[2]); in des_ede3_init_key() [all …]
|
D | e_aes.c | 294 EVP_AES_KEY *dat = (EVP_AES_KEY *)ctx->cipher_data; in aes_init_key() local 299 ret = aes_v8_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key() 300 dat->block = (block128_f)aes_v8_decrypt; in aes_init_key() 301 dat->stream.cbc = NULL; in aes_init_key() 303 dat->stream.cbc = (cbc128_f)aes_v8_cbc_encrypt; in aes_init_key() 306 ret = AES_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key() 307 dat->block = (block128_f)AES_decrypt; in aes_init_key() 308 dat->stream.cbc = (cbc128_f)bsaes_cbc_encrypt; in aes_init_key() 310 ret = vpaes_set_decrypt_key(key, ctx->key_len * 8, &dat->ks.ks); in aes_init_key() 311 dat->block = (block128_f)vpaes_decrypt; in aes_init_key() [all …]
|
/external/tcpdump/ |
D | print-aodv.c | 207 aodv_rreq(netdissect_options *ndo, const u_char *dat, u_int length) in aodv_rreq() argument 210 const struct aodv_rreq *ap = (const struct aodv_rreq *)dat; in aodv_rreq() 230 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_rreq() 238 aodv_rrep(netdissect_options *ndo, const u_char *dat, u_int length) in aodv_rrep() argument 241 const struct aodv_rrep *ap = (const struct aodv_rrep *)dat; in aodv_rrep() 258 aodv_extension(ndo, (const struct aodv_ext *)(dat + sizeof(*ap)), i); in aodv_rrep() 266 aodv_rerr(netdissect_options *ndo, const u_char *dat, u_int length) in aodv_rerr() argument 269 const struct aodv_rerr *ap = (const struct aodv_rerr *)dat; in aodv_rerr() 278 dp = (struct rerr_unreach *)(dat + sizeof(*ap)); in aodv_rerr() 297 aodv_v6_rreq(netdissect_options *ndo, const u_char *dat, u_int length) in aodv_v6_rreq() argument [all …]
|
D | print-l2tp.c | 266 print_string(netdissect_options *ndo, const u_char *dat, u_int length) in print_string() argument 270 ND_PRINT((ndo, "%c", *dat++)); in print_string() 275 print_octets(netdissect_options *ndo, const u_char *dat, u_int length) in print_octets() argument 279 ND_PRINT((ndo, "%02x", *dat++)); in print_octets() 284 print_16bits_val(netdissect_options *ndo, const uint16_t *dat) in print_16bits_val() argument 286 ND_PRINT((ndo, "%u", EXTRACT_16BITS(dat))); in print_16bits_val() 290 print_32bits_val(netdissect_options *ndo, const uint32_t *dat) in print_32bits_val() argument 292 ND_PRINT((ndo, "%lu", (u_long)EXTRACT_32BITS(dat))); in print_32bits_val() 299 l2tp_msgtype_print(netdissect_options *ndo, const u_char *dat) in l2tp_msgtype_print() argument 301 uint16_t *ptr = (uint16_t*)dat; in l2tp_msgtype_print() [all …]
|
D | print-pptp.c | 519 const u_char *dat) in pptp_sccrq_print() argument 521 struct pptp_msg_sccrq *ptr = (struct pptp_msg_sccrq *)dat; in pptp_sccrq_print() 547 const u_char *dat) in pptp_sccrp_print() argument 549 struct pptp_msg_sccrp *ptr = (struct pptp_msg_sccrp *)dat; in pptp_sccrp_print() 578 const u_char *dat) in pptp_stopccrq_print() argument 580 struct pptp_msg_stopccrq *ptr = (struct pptp_msg_stopccrq *)dat; in pptp_stopccrq_print() 612 const u_char *dat) in pptp_stopccrp_print() argument 614 struct pptp_msg_stopccrp *ptr = (struct pptp_msg_stopccrp *)dat; in pptp_stopccrp_print() 630 const u_char *dat) in pptp_echorq_print() argument 632 struct pptp_msg_echorq *ptr = (struct pptp_msg_echorq *)dat; in pptp_echorq_print() [all …]
|
D | print-ripng.c | 110 ripng_print(netdissect_options *ndo, const u_char *dat, unsigned int length) in ripng_print() argument 112 register const struct rip6 *rp = (struct rip6 *)dat; in ripng_print() 119 if (ndo->ndo_snapend < dat) in ripng_print() 121 amt = ndo->ndo_snapend - dat; in ripng_print()
|
/external/autotest/client/deps/fakegudev/src/ |
D | test-gudev.sh | 66 run_test /dev/fake test_files/fake.dat 70 run_test /dev/null test_files/fake.dat 74 run_test /dev/fake test_files/fake_name.dat 78 run_test /dev/fake test_files/fake_driver.dat 82 run_test /dev/fake test_files/fake_subsystem.dat 86 run_test /dev/fake test_files/fake_property_foo.dat 90 run_test /dev/fake test_files/fake_properties.dat 94 run_test /dev/fake2 test_files/fake.dat 98 run_test /dev/fake test_files/fake_and_fake2.dat 100 run_test /dev/fake2 test_files/fake_and_fake2.dat [all …]
|
/external/webrtc/webrtc/modules/ |
D | modules_unittests.isolate | 25 '<(DEPTH)/resources/audio_coding/neteq4_network_stats.dat', 26 '<(DEPTH)/resources/audio_coding/neteq4_rtcp_stats.dat', 39 '<(DEPTH)/resources/audio_processing/agc/agc_no_circular_buffer.dat', 40 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_gain.dat', 41 '<(DEPTH)/resources/audio_processing/agc/agc_pitch_lag.dat', 42 '<(DEPTH)/resources/audio_processing/agc/agc_spectral_peak.dat', 43 '<(DEPTH)/resources/audio_processing/agc/agc_vad.dat', 44 '<(DEPTH)/resources/audio_processing/agc/agc_voicing_prob.dat', 45 '<(DEPTH)/resources/audio_processing/agc/agc_with_circular_buffer.dat', 51 '<(DEPTH)/resources/audio_processing/transient/detect16kHz.dat', [all …]
|
/external/srtp/ |
D | timing | 18 plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with … 27 plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines 36 plot "timing.dat" index 5 title "TMMH/SEAL" with lines, "timing.dat" index 6 title "TMMH/AES" with …
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 80 eventFile = 'vqeEvent.dat'; 81 delayFile = 'vqeBuf.dat'; 82 driftFile = 'vqeDrift.dat'; 86 eventFile = 'apm_event.dat'; 87 delayFile = 'apm_delay.dat'; 88 driftFile = 'apm_drift.dat'; 195 vadoutfile = ['vad_' outfile '.dat']; 221 if exist([inpath 'vqeEvent.dat']) 222 system(['ln -s -f ' inpath 'vqeEvent.dat ' eventFile]); 223 elseif exist([inpath 'apm_event.dat']) [all …]
|
/external/protobuf/benchmarks/ |
D | readme.txt | 34 benchmarks.GoogleSize$SizeMessage1 ../google_message1.dat 35 benchmarks.GoogleSpeed$SpeedMessage1 ../google_message1.dat 36 benchmarks.GoogleSize$SizeMessage2 ../google_message2.dat 37 benchmarks.GoogleSpeed$SpeedMessage2 ../google_message2.dat 49 google_message1.dat and google_message2.dat. The proto files are
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/ |
D | touch_firmware_report-link-fw_1.0.AA-robot-20130806_221321 | 49 …21-fw_1.0.AA-robot/one_finger_tracking.left_to_right.slow-link-fw_1.0.AA-robot-20130806_221425.dat) 98 …21-fw_1.0.AA-robot/one_finger_tracking.left_to_right.slow-link-fw_1.0.AA-robot-20130806_221440.dat) 147 …21-fw_1.0.AA-robot/one_finger_tracking.left_to_right.slow-link-fw_1.0.AA-robot-20130806_221455.dat) 196 …-fw_1.0.AA-robot/one_finger_tracking.left_to_right.normal-link-fw_1.0.AA-robot-20130806_221509.dat) 245 …-fw_1.0.AA-robot/one_finger_tracking.left_to_right.normal-link-fw_1.0.AA-robot-20130806_221523.dat) 294 …-fw_1.0.AA-robot/one_finger_tracking.left_to_right.normal-link-fw_1.0.AA-robot-20130806_221536.dat) 343 …21-fw_1.0.AA-robot/one_finger_tracking.right_to_left.slow-link-fw_1.0.AA-robot-20130806_221548.dat) 392 …21-fw_1.0.AA-robot/one_finger_tracking.right_to_left.slow-link-fw_1.0.AA-robot-20130806_221602.dat) 441 …21-fw_1.0.AA-robot/one_finger_tracking.right_to_left.slow-link-fw_1.0.AA-robot-20130806_221616.dat) 490 …-fw_1.0.AA-robot/one_finger_tracking.right_to_left.normal-link-fw_1.0.AA-robot-20130806_221630.dat) [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20130614_065817 | 29 …59-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065817.dat) 58 …59-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065825.dat) 87 …_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065829.dat) 116 …_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065832.dat) 145 …_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065834.dat) 174 …_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065836.dat) 203 …11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065837.dat) 232 …11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065839.dat) 267 …6_032659-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065843.dat) 302 …6_032659-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065848.dat) [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.23-complete-20130614_065717 | 29 …58-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065717.dat) 58 …58-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065727.dat) 87 …_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065736.dat) 116 …_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065739.dat) 145 …_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065741.dat) 174 …_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065744.dat) 203 …11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065746.dat) 232 …11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065749.dat) 267 …6_032458-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065752.dat) 302 …6_032458-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065757.dat) [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20130614_065448 | 29 …25-fw_11.27-robot_sim/one_finger_physical_click.center-lumpy-fw_11.27-complete-20130614_065448.dat) 58 …25-fw_11.27-robot_sim/one_finger_physical_click.center-lumpy-fw_11.27-complete-20130614_065455.dat) 87 …_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-complete-20130614_065505.dat) 116 …_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-complete-20130614_065509.dat) 145 …_11.27-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.27-complete-20130614_065511.dat) 174 …_11.27-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.27-complete-20130614_065514.dat) 203 …11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065516.dat) 232 …11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065518.dat) 267 …6_030025-fw_11.27-robot_sim/two_fingers_physical_click-lumpy-fw_11.27-complete-20130614_065521.dat) 302 …6_030025-fw_11.27-robot_sim/two_fingers_physical_click-lumpy-fw_11.27-complete-20130614_065525.dat) [all …]
|
/external/tcpdump/tests/ |
D | decnet.out | 9 1.1 > 1.1 19 link-service 8195>8196 ack 0 ackdat 0 seg 1 dat seg count 0 23 1.1 > 1.1 19 link-service 8197>8198 ack 0 ackdat 0 seg 1 dat seg count 0 31 1.1 > 1.1 19 link-service 8195>8196 ack 0 ackdat 2 seg 2 dat seg count 0 34 1.1 > 1.1 19 link-service 8197>8198 ack 0 ackdat 1 seg 2 dat seg count 0 35 1.1 > 1.1 19 link-service 8198>8197 ack 1 ackdat 2 seg 1 dat seg count 0 38 1.1 > 1.1 19 link-service 8195>8196 ack 0 ackdat 2 seg 3 dat seg count 0 79 1.1 > 1.1 19 link-service 8195>8196 ack 0 ackdat 2 seg 4 dat seg count 0 124 1.1 > 1.1 19 link-service 8197>8198 ack 1 ackdat 1 seg 3 dat seg count 0 125 1.1 > 1.1 19 link-service 8198>8197 ack 2 ackdat 21 seg 2 dat seg count 0
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPDateHeader.java | 81 public void setDate(Calendar dat) { in setDate() argument 82 if (dat != null) in setDate() 83 date = new SIPDate(dat.getTime().getTime()); in setDate()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/ |
D | touch_firmware_report-link-fw_1.0.AA-manual-20131115_234449 | 35 …4449-fw_1.0.AA-manual/finger_crossing.left_to_right.slow-link-fw_1.0.AA-manual-20131115_234449.dat) 70 …49-fw_1.0.AA-manual/finger_crossing.left_to_right.normal-link-fw_1.0.AA-manual-20131115_234526.dat) 105 …4449-fw_1.0.AA-manual/finger_crossing.right_to_left.slow-link-fw_1.0.AA-manual-20131115_234531.dat) 140 …49-fw_1.0.AA-manual/finger_crossing.right_to_left.normal-link-fw_1.0.AA-manual-20131115_234542.dat) 175 …4449-fw_1.0.AA-manual/finger_crossing.top_to_bottom.slow-link-fw_1.0.AA-manual-20131115_234547.dat) 210 …49-fw_1.0.AA-manual/finger_crossing.top_to_bottom.normal-link-fw_1.0.AA-manual-20131115_234602.dat) 245 …4449-fw_1.0.AA-manual/finger_crossing.bottom_to_top.slow-link-fw_1.0.AA-manual-20131115_234609.dat) 280 …49-fw_1.0.AA-manual/finger_crossing.bottom_to_top.normal-link-fw_1.0.AA-manual-20131115_234620.dat) 315 ….AA-manual/finger_crossing.bottom_left_to_top_right.slow-link-fw_1.0.AA-manual-20131115_234623.dat) 350 …A-manual/finger_crossing.bottom_left_to_top_right.normal-link-fw_1.0.AA-manual-20131115_234640.dat) [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/ |
D | touch_firmware_report-lumpy-fw_11.27-complete-20130614_065557 | 29 …46-fw_11.27-robot_sim/one_finger_physical_click.center-lumpy-fw_11.27-complete-20130614_065557.dat) 58 …_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-complete-20130614_065601.dat) 87 …_11.27-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.27-complete-20130614_065603.dat) 116 …11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065605.dat) 151 …6_031746-fw_11.27-robot_sim/two_fingers_physical_click-lumpy-fw_11.27-complete-20130614_065607.dat) 203 ….27-robot_sim/one_finger_tracking.left_to_right.normal-lumpy-fw_11.27-complete-20130614_065610.dat)
|
/external/icu/icu4c/source/data/unit/ |
D | se.txt | 39 dnam{"grádat"} 40 one{"{0} grádat"} 41 other{"{0} grádat"} 42 two{"{0} grádat"} 286 dnam{"grádat Celsius"} 287 one{"{0} grádat Celsius"} 288 other{"{0} grádat Celsius"} 289 two{"{0} grádat Celsius"} 292 dnam{"grádat Fahrenheit"} 293 one{"{0} grádat Fahrenheit"} [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cformtst.c | 61 UChar* myDateFormat(UDateFormat* dat, UDate d1) in myDateFormat() argument 69 resultlengthneeded=udat_format(dat, d1, NULL, resultlength, NULL, &status); in myDateFormat() 75 udat_format(dat, d1, result1, resultlength, NULL, &status); in myDateFormat()
|