Home
last modified time | relevance | path

Searched refs:mic (Results 1 – 25 of 209) sorted by relevance

123456789

/external/iperf3/examples/
DMakefile.in91 noinst_PROGRAMS = mic$(EXEEXT) mis$(EXEEXT)
104 am_mic_OBJECTS = mic-mic.$(OBJEXT)
135 am__depfiles_remade = ./$(DEPDIR)/mic-mic.Po ./$(DEPDIR)/mis-mis.Po
305 mic_SOURCES = mic.c
356 mic$(EXEEXT): $(mic_OBJECTS) $(mic_DEPENDENCIES) $(EXTRA_mic_DEPENDENCIES)
357 @rm -f mic$(EXEEXT)
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mic-mic.Po@am__quote@ # am--include-marker
400 mic-mic.o: mic.c
401 …mic_CFLAGS) $(CFLAGS) -MT mic-mic.o -MD -MP -MF $(DEPDIR)/mic-mic.Tpo -c -o mic-mic.o `test -f 'mi…
402 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/mic-mic.Tpo $(DEPDIR)/mic-mic.Po
[all …]
DMakefile.am1 noinst_PROGRAMS = mic mis # Build, but don't install program
5 mic_SOURCES = mic.c
/external/eigen/bench/btl/data/
Dmean.cxx41 …Lib_Mean(const string & name, const double & mic, const double & moc):_lib_name(name),_mean_in_cac… in Lib_Mean() argument
87 double mic=0; in main() local
97 mic=mean_calc(tab_sizes,tab_mflops,min_in_cache,max_in_cache); in main()
100 Lib_Mean cur_lib_mean(filename,mic,moc); in main()
/external/autotest/client/site_tests/audio_CrasLoopback/
Dcontrol7 PURPOSE = 'Test that audio played to line out can be heard at mic in.'
9 Check if the audio played to line out is heard by cras_test_client at mic in.
21 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/autotest/client/site_tests/audio_AlsaLoopback/
Dcontrol7 PURPOSE = 'Test that audio played to line out can be heard at mic in.'
9 Check if the audio played to line out is heard by arecord at mic in.
21 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/openssh/
Dauth2-gss.c259 gss_buffer_desc mic, gssbuf; in input_gssapi_mic() local
267 mic.value = packet_get_string(&len); in input_gssapi_mic()
268 mic.length = len; in input_gssapi_mic()
276 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic)))) in input_gssapi_mic()
282 free(mic.value); in input_gssapi_mic()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_gpsk.c247 u8 mic[EAP_GPSK_MAX_MIC_LEN]; in eap_gpsk_process_gpsk_2() local
447 data->specifier, payload, pos - payload, mic) in eap_gpsk_process_gpsk_2()
453 if (os_memcmp_const(mic, pos, miclen) != 0) { in eap_gpsk_process_gpsk_2()
456 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Computed MIC", mic, miclen); in eap_gpsk_process_gpsk_2()
479 u8 mic[EAP_GPSK_MAX_MIC_LEN]; in eap_gpsk_process_gpsk_4() local
516 data->specifier, payload, pos - payload, mic) in eap_gpsk_process_gpsk_4()
522 if (os_memcmp_const(mic, pos, miclen) != 0) { in eap_gpsk_process_gpsk_4()
525 wpa_hexdump(MSG_DEBUG, "EAP-GPSK: Computed MIC", mic, miclen); in eap_gpsk_process_gpsk_4()
Deap_server_sake.c185 u8 *mic; in eap_sake_build_confirm() local
199 mic = wpabuf_put(msg, EAP_SAKE_MIC_LEN); in eap_sake_build_confirm()
203 wpabuf_head(msg), wpabuf_len(msg), mic, mic)) in eap_sake_build_confirm()
/external/autotest/client/site_tests/audio_LoopbackLatency/
Dcontrol9 Check if the audio played to line out can be heard mic in, and assert
22 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/autotest/client/site_tests/desktopui_AudioFeedback/
Dcontrol19 Test that Flash video sound can be heard by arecord at mic in.
21 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/wpa_supplicant_8/src/rsn_supp/
Dtdls.c56 u8 mic[TDLS_MIC_LEN]; member
474 const u8 *ftie, u8 *mic) in wpa_tdls_ftie_mic() argument
510 os_memset(_ftie->mic, 0, TDLS_MIC_LEN); in wpa_tdls_ftie_mic()
515 ret = omac1_aes_128(kck, buf, pos - buf, mic); in wpa_tdls_ftie_mic()
517 wpa_hexdump(MSG_DEBUG, "TDLS: FTIE MIC", mic, 16); in wpa_tdls_ftie_mic()
536 const u8 *ftie, u8 *mic) in wpa_tdls_key_mic_teardown() argument
569 os_memset(_ftie->mic, 0, TDLS_MIC_LEN); in wpa_tdls_key_mic_teardown()
574 ret = omac1_aes_128(kck, buf, pos - buf, mic); in wpa_tdls_key_mic_teardown()
576 wpa_hexdump(MSG_DEBUG, "TDLS: FTIE MIC", mic, 16); in wpa_tdls_key_mic_teardown()
586 u8 mic[16]; in wpa_supplicant_verify_tdls_mic() local
[all …]
Dwpa_ft.c320 fte_mic = ftie->mic; in wpa_ft_gen_req_ies()
331 fte_mic = ftie->mic; in wpa_ft_gen_req_ies()
949 u8 mic[WPA_EAPOL_KEY_MIC_MAX_LEN]; in wpa_ft_validate_reassoc_resp() local
996 fte_mic = ftie->mic; in wpa_ft_validate_reassoc_resp()
1010 fte_mic = ftie->mic; in wpa_ft_validate_reassoc_resp()
1094 mic) < 0) { in wpa_ft_validate_reassoc_resp()
1099 if (os_memcmp_const(mic, fte_mic, 16) != 0) { in wpa_ft_validate_reassoc_resp()
1102 wpa_hexdump(MSG_MSGDUMP, "FT: Calculated MIC", mic, 16); in wpa_ft_validate_reassoc_resp()
/external/autotest/client/site_tests/audio_CrasPinnedStream/
Dcontrol12 Check if the internal mic can record samples while the headset is also
25 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/autotest/client/common_lib/cros/
Dcfm_hangouts_api.py237 def set_preferred_mic(self, mic): argument
243 "window.hrSetAudioInPrefForTest('" + mic + "')")
244 logging.info('Setting preferred mic to %s.', mic)
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c227 MODE_INFO *const mic = xd->mode_info_context; in pick_intra4x4mby_modes() local
234 const B_PREDICTION_MODE A = above_block_mode(mic, i, mis); in pick_intra4x4mby_modes()
235 const B_PREDICTION_MODE L = left_block_mode(mic, i); in pick_intra4x4mby_modes()
245 mic->bmi[i].as_mode = best_mode; in pick_intra4x4mby_modes()
512 MODE_INFO *mic = x->e_mbd.mode_info_context; in calculate_zeromv_rd_adjustment() local
518 mic -= 1; in calculate_zeromv_rd_adjustment()
519 mv_l = mic->mbmi.mv; in calculate_zeromv_rd_adjustment()
521 if (mic->mbmi.ref_frame != INTRA_FRAME) { in calculate_zeromv_rd_adjustment()
528 mic -= x->e_mbd.mode_info_stride; in calculate_zeromv_rd_adjustment()
529 mv_al = mic->mbmi.mv; in calculate_zeromv_rd_adjustment()
[all …]
/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c501 const u8 *data, size_t len, u8 *mic) in eap_gpsk_compute_mic_aes() argument
509 return omac1_aes_128(sk, data, len, mic); in eap_gpsk_compute_mic_aes()
525 int specifier, const u8 *data, size_t len, u8 *mic) in eap_gpsk_compute_mic() argument
534 ret = eap_gpsk_compute_mic_aes(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
538 ret = hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
/external/autotest/client/site_tests/desktopui_MediaAudioFeedback/
Dcontrol19 Test that the sound from media files can be heard by recording from mic in.
25 NOTE: For this test to pass you need to have the line out looped back to mic-in.
/external/python/cpython2/Lib/test/
Dtest__locale.py13 maj, min, mic = [int(part) for part in uname()[2].split(".")] variable
14 if (maj, min, mic) < (8, 0, 0):
/external/wpa_supplicant_8/src/common/
Dwpa_common.c193 const u8 *buf, size_t len, u8 *mic) in wpa_eapol_key_mic() argument
207 return hmac_md5(key, key_len, buf, len, mic); in wpa_eapol_key_mic()
213 os_memcpy(mic, hash, MD5_MAC_LEN); in wpa_eapol_key_mic()
217 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
225 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
231 return omac1_aes_128(key, buf, len, mic); in wpa_eapol_key_mic()
239 os_memcpy(mic, hash, MD5_MAC_LEN); in wpa_eapol_key_mic()
248 os_memcpy(mic, hash, 24); in wpa_eapol_key_mic()
271 os_memcpy(mic, hash, key_len); in wpa_eapol_key_mic()
294 os_memcpy(mic, hash, key_len); in wpa_eapol_key_mic()
[all …]
Dwpa_common.h332 u8 mic[16]; member
340 u8 mic[24]; member
376 const u8 *buf, size_t len, u8 *mic);
407 u8 *mic);
/external/adhd/cras-config/
Ddevice_blacklist2 0d8c_0008_3cd197dd_0 = 1 ; CAD-u1 mic crosbug.com/32278
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c640 elems->mic ? (elems->mic - 2) - cat : 0 }; in mesh_rsn_process_ampe()
662 if (!elems->mic || elems->mic_len < AES_BLOCK_SIZE) { in mesh_rsn_process_ampe()
667 ampe_buf = (u8 *) elems->mic + elems->mic_len; in mesh_rsn_process_ampe()
671 crypt_len = elems_len - (elems->mic - start); in mesh_rsn_process_ampe()
685 os_memcpy(crypt, elems->mic, crypt_len); in mesh_rsn_process_ampe()
/external/python/cpython3/Lib/test/
Dtest__locale.py13 maj, min, mic = [int(part) for part in uname().release.split(".")] variable
14 if (maj, min, mic) < (8, 0, 0):
/external/autotest/server/cros/multimedia/
Dcfm_facade_adapter.py264 def set_preferred_mic(self, mic): argument
269 self._cfm_proxy.set_preferred_mic(mic)
/external/iperf3/
D.gitignore28 examples/mic

123456789