Searched refs:hdr1 (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_psk.c | 87 const struct eap_psk_hdr_1 *hdr1; in eap_psk_process_1() local 97 hdr1 = (const struct eap_psk_hdr_1 *) cpos; in eap_psk_process_1() 98 if (cpos == NULL || len < sizeof(*hdr1)) { in eap_psk_process_1() 102 (unsigned long) sizeof(*hdr1)); in eap_psk_process_1() 106 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr1->flags); in eap_psk_process_1() 107 if (EAP_PSK_FLAGS_GET_T(hdr1->flags) != 0) { in eap_psk_process_1() 109 EAP_PSK_FLAGS_GET_T(hdr1->flags)); in eap_psk_process_1() 114 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr1->rand_s, in eap_psk_process_1() 116 os_memcpy(data->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN); in eap_psk_process_1() 118 data->id_s_len = len - sizeof(*hdr1); in eap_psk_process_1() [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/gki/common/ |
D | gki_buffer.c | 51 BUFFER_HDR_T *hdr1 = NULL; in gki_init_free_queue() local 90 hdr1 = hdr; in gki_init_free_queue() 92 hdr1->p_next = hdr; in gki_init_free_queue() 94 hdr1->p_next = NULL; in gki_init_free_queue() 95 p_cb->freeq[id].p_last = hdr1; in gki_init_free_queue()
|
/external/libnfc-nci/src/gki/common/ |
D | gki_buffer.c | 51 BUFFER_HDR_T *hdr1 = NULL; in gki_init_free_queue() local 90 hdr1 = hdr; in gki_init_free_queue() 92 hdr1->p_next = hdr; in gki_init_free_queue() 94 hdr1->p_next = NULL; in gki_init_free_queue() 95 p_cb->freeq[id].p_last = hdr1; in gki_init_free_queue()
|
/external/opencv/ml/src/ |
D | mlann_mlp.cpp | 936 CvMat _w, _dw, hdr1, hdr2, ghdr1, ghdr2, _df; in train_backprop() local 937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp; in train_backprop() 1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; in train_rprop() local 1141 x1 = &hdr1; x2 = &hdr2; in train_rprop()
|
/external/netperf/src/ |
D | nettest_omni.c | 2496 char *hdr1 = NULL; in print_omni_csv() local 2534 if (print_headers) hdr1 = malloc(buflen + 1); in print_omni_csv() 2537 if (((hdr1 == NULL) && (print_headers)) || in print_omni_csv() 2544 if (print_headers) memset(hdr1,' ',buflen + 1); in print_omni_csv() 2549 h1 = hdr1; in print_omni_csv() 2600 if (print_headers) printf("%s\n",hdr1); in print_omni_csv() 2604 if (hdr1 != NULL) free(hdr1); in print_omni_csv()
|