HomeSort by relevance Sort by last modified time
    Searched defs:hdr1 (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 51 BUFFER_HDR_T *hdr1 = NULL; local
90 hdr1 = hdr;
92 hdr1->p_next = hdr;
94 hdr1->p_next = NULL;
95 p_cb->freeq[id].p_last = hdr1;
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 51 BUFFER_HDR_T *hdr1 = NULL; local
90 hdr1 = hdr;
92 hdr1->p_next = hdr;
94 hdr1->p_next = NULL;
95 p_cb->freeq[id].p_last = hdr1;
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 87 const struct eap_psk_hdr_1 *hdr1; local
97 hdr1 = (const struct eap_psk_hdr_1 *) cpos;
98 if (cpos == NULL || len < sizeof(*hdr1)) {
102 (unsigned long) sizeof(*hdr1));
106 wpa_printf(MSG_DEBUG, "EAP-PSK: Flags=0x%x", hdr1->flags);
107 if (EAP_PSK_FLAGS_GET_T(hdr1->flags) != 0) {
109 EAP_PSK_FLAGS_GET_T(hdr1->flags));
114 wpa_hexdump(MSG_DEBUG, "EAP-PSK: RAND_S", hdr1->rand_s,
116 os_memcpy(data->rand_s, hdr1->rand_s, EAP_PSK_RAND_LEN);
118 data->id_s_len = len - sizeof(*hdr1);
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 936 CvMat _w, _dw, hdr1, hdr2, ghdr1, ghdr2, _df; local
937 CvMat *x1 = &hdr1, *x2 = &hdr2, *grad1 = &ghdr1, *grad2 = &ghdr2, *temp;
1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 1914 const asection *hdr1 = *(const asection **) arg1; local
    [all...]
elflink.c 7148 Elf_Internal_Shdr *hdr1, *hdr2; local
    [all...]
  /external/netperf/src/
nettest_omni.c 2496 char *hdr1 = NULL; local
    [all...]

Completed in 532 milliseconds