Searched defs:mbuf (Results 1 - 14 of 14) sorted by relevance

/external/strace/
H A Dmtd.c87 struct mtd_oob_buf mbuf; local
90 if (umove_or_printaddr(tcp, arg, &mbuf))
94 mbuf.start, mbuf.length);
/external/flac/libFLAC/
H A Dmd5.c274 static void format_input_(FLAC__multibyte *mbuf, const FLAC__int32 * const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) argument
276 FLAC__byte *buf_ = mbuf->p8;
277 FLAC__int16 *buf16 = mbuf->p16;
278 FLAC__int32 *buf32 = mbuf->p32;
/external/libpcap/bpf/net/
H A Dbpf_filter.c68 # define mbuf msgb macro
122 #include <sys/mbuf.h>
138 register struct mbuf *m;
143 register struct mbuf *m0;
174 register struct mbuf *m;
179 register struct mbuf *m0;
217 * For the kernel, p is assumed to be a pointer to an mbuf if buflen is 0,
232 struct mbuf *m, *n;
236 m = (struct mbuf *)p;
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.c327 u8 *mbuf; local
333 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
336 if (mbuf == NULL)
365 os_free(mbuf);
375 mbuf, mlen, NULL);
384 u8 *mbuf, *pos; local
392 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
395 if (mbuf == NULL)
430 peerkey->addr, ETH_P_EAPOL, mbuf, mlen,
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.c327 u8 *mbuf; local
333 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
336 if (mbuf == NULL)
365 os_free(mbuf);
375 mbuf, mlen, NULL);
384 u8 *mbuf, *pos; local
392 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
395 if (mbuf == NULL)
430 peerkey->addr, ETH_P_EAPOL, mbuf, mlen,
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.c327 u8 *mbuf; local
333 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
336 if (mbuf == NULL)
365 os_free(mbuf);
375 mbuf, mlen, NULL);
384 u8 *mbuf, *pos; local
392 mbuf = wpa_sm_alloc_eapol(sm, IEEE802_1X_TYPE_EAPOL_KEY, NULL,
395 if (mbuf == NULL)
430 peerkey->addr, ETH_P_EAPOL, mbuf, mlen,
/external/valgrind/coregrind/m_debuginfo/
H A Dreadexidx.c1053 HChar mbuf[100]; local
1054 VG_(snprintf)(mbuf, sizeof(mbuf),
1056 buf[sizeof(mbuf)-1] = 0;
1057 complain(mbuf);
1074 HChar mbuf[100]; local
1075 VG_(snprintf)(mbuf, sizeof(mbuf),
1077 mbuf[sizeof(mbuf)
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c1967 char abuf[50], mbuf[50]; local
1973 if (inet_ntop(AF_INET6, &cli->mask6, mbuf,
1974 sizeof(mbuf)) == NULL)
1975 mbuf[0] = '\0';
1980 os_strlcpy(mbuf, inet_ntoa(cli->mask), sizeof(mbuf));
2002 abuf, mbuf,
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c1967 char abuf[50], mbuf[50]; local
1973 if (inet_ntop(AF_INET6, &cli->mask6, mbuf,
1974 sizeof(mbuf)) == NULL)
1975 mbuf[0] = '\0';
1980 os_strlcpy(mbuf, inet_ntoa(cli->mask), sizeof(mbuf));
2002 abuf, mbuf,
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c1967 char abuf[50], mbuf[50]; local
1973 if (inet_ntop(AF_INET6, &cli->mask6, mbuf,
1974 sizeof(mbuf)) == NULL)
1975 mbuf[0] = '\0';
1980 os_strlcpy(mbuf, inet_ntoa(cli->mask), sizeof(mbuf));
2002 abuf, mbuf,
/external/opencv3/modules/core/src/
H A Dmatmul.cpp1955 double* mbuf; local
1960 mbuf = (double*)_mbuf;
1961 Mat tmp(dcn, scn+1, mtype, mbuf);
1973 mbuf = m.ptr<double>();
2011 func( ptrs[0], ptrs[1], (uchar*)mbuf, (int)total, scn, dcn );
2133 double* mbuf = _mbuf; local
2143 mbuf = m.ptr<double>();
2156 func( ptrs[0], ptrs[1], (uchar*)mbuf, (int)total, scn, dcn );
H A Darithm.cpp5728 uchar *buf = _buf, *mbuf = buf, *lbuf = 0, *ubuf = 0; local
5780 func( ptrs[0], 0, lptr, 0, uptr, 0, cn == 1 ? ptrs[1] : mbuf, 0, Size(bsz*cn, 1));
5782 inRangeReduce(mbuf, ptrs[1], bsz, cn);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 525 milliseconds