Home
last modified time | relevance | path

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

123456789

/external/iperf3/examples/
DMakefile.in91 noinst_PROGRAMS = mic$(EXEEXT) mis$(EXEEXT)
105 am_mic_OBJECTS = mic-mic.$(OBJEXT)
136 am__depfiles_remade = ./$(DEPDIR)/mic-mic.Po ./$(DEPDIR)/mis-mis.Po
306 mic_SOURCES = mic.c
357 mic$(EXEEXT): $(mic_OBJECTS) $(mic_DEPENDENCIES) $(EXTRA_mic_DEPENDENCIES)
358 @rm -f mic$(EXEEXT)
371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mic-mic.Po@am__quote@ # am--include-marker
401 mic-mic.o: mic.c
402 …mic_CFLAGS) $(CFLAGS) -MT mic-mic.o -MD -MP -MF $(DEPDIR)/mic-mic.Tpo -c -o mic-mic.o `test -f 'mi…
403 @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/tensorflow/tensorflow/lite/micro/examples/micro_speech/spresense/
DREADME.md7 board, which is for connecting a mic like MEMS mic. Analog mic, which is like
8 MEMS mic.
10 To connect a mic on Spresense Extention board, the following page helps you.
93 2. Speak 'yes' or 'no' on your mic. If the Micro Speech recognized it, the log
/external/openssh/
Dauth2-gss.c285 gss_buffer_desc mic, gssbuf; in input_gssapi_mic() local
299 mic.value = p; in input_gssapi_mic()
300 mic.length = len; in input_gssapi_mic()
308 if (!GSS_ERROR(PRIVSEP(ssh_gssapi_checkmic(gssctxt, &gssbuf, &mic)))) in input_gssapi_mic()
314 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_YoutubePlayback/
Dcontrol19 Test that youtube 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/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/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.c335 fte_mic = ftie->mic; in wpa_ft_gen_req_ies()
346 fte_mic = ftie->mic; in wpa_ft_gen_req_ies()
1000 u8 mic[WPA_EAPOL_KEY_MIC_MAX_LEN]; in wpa_ft_validate_reassoc_resp() local
1047 fte_mic = ftie->mic; in wpa_ft_validate_reassoc_resp()
1061 fte_mic = ftie->mic; in wpa_ft_validate_reassoc_resp()
1145 mic) < 0) { in wpa_ft_validate_reassoc_resp()
1150 if (os_memcmp_const(mic, fte_mic, 16) != 0) { in wpa_ft_validate_reassoc_resp()
1153 wpa_hexdump(MSG_MSGDUMP, "FT: Calculated MIC", mic, 16); in wpa_ft_validate_reassoc_resp()
/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/wpa_supplicant/
Dpasn_supplicant.c728 u8 mic[WPA_PASN_MAX_MIC_LEN]; in wpas_pasn_build_auth_3() local
776 pasn->hash, mic_len * 2, data, data_len, mic); in wpas_pasn_build_auth_3()
782 os_memcpy(ptr, mic, mic_len); in wpas_pasn_build_auth_3()
1226 u8 mic[WPA_PASN_MAX_MIC_LEN], out_mic[WPA_PASN_MAX_MIC_LEN]; in wpas_pasn_auth_rx() local
1283 if (!elems.mic || elems.mic_len != mic_len) { in wpas_pasn_auth_rx()
1289 os_memcpy(mic, elems.mic, mic_len); in wpas_pasn_auth_rx()
1292 os_memset((u8 *) elems.mic, 0, mic_len); in wpas_pasn_auth_rx()
1397 wpa_hexdump_key(MSG_DEBUG, "PASN: Frame MIC", mic, mic_len); in wpas_pasn_auth_rx()
1398 if (ret || os_memcmp(mic, out_mic, mic_len) != 0) { in wpas_pasn_auth_rx()
Dmesh_rsn.c642 elems->mic ? (elems->mic - 2) - cat : 0 }; in mesh_rsn_process_ampe()
664 if (!elems->mic || elems->mic_len < AES_BLOCK_SIZE) { in mesh_rsn_process_ampe()
669 ampe_buf = (u8 *) elems->mic + elems->mic_len; in mesh_rsn_process_ampe()
673 crypt_len = elems_len - (elems->mic - start); in mesh_rsn_process_ampe()
687 os_memcpy(crypt, elems->mic, crypt_len); in mesh_rsn_process_ampe()
/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.h343 u8 mic[16]; member
351 u8 mic[24]; member
387 const u8 *buf, size_t len, u8 *mic);
418 u8 *mic);
644 const u8 *frame, size_t frame_len, u8 *mic);
/external/adhd/cras-config/
Ddevice_blocklist2 0d8c_0008_3cd197dd_0 = 1 ; CAD-u1 mic crosbug.com/32278
/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/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/iperf3/
D.gitignore29 examples/mic
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/spresense/
DREADME.md7 board, which is for connecting a mic like MEMS mic. Spresense Camera board,

123456789