Searched refs:hbp (Results 1 - 6 of 6) sorted by relevance

/external/blktrace/btt/
H A Dunplug_hist.c35 struct hist_bkt *hbp; local
39 hbp = malloc(sizeof(*hbp));
40 hbp->dev = device;
41 memset(hbp->hist, 0, NBKTS * sizeof(int));
43 return hbp;
54 struct hist_bkt *hbp = dip->up_hist_handle; local
60 hbp->hist[idx]++;
68 struct hist_bkt *hbp = arg; local
69 int mjr = hbp
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dhttpread.c195 char *hbp /* pointer to current line in header buffer */
198 if (word_eq(hbp, "CONTENT-LENGTH:")) {
199 while (isgraph(*hbp))
200 hbp++;
201 while (*hbp == ' ' || *hbp == '\t')
202 hbp++;
203 if (!isdigit(*hbp))
205 h->content_length = atol(hbp);
209 if (word_eq(hbp, "TRANSFER_ENCODIN
232 char *hbp = h->hdr; /* pointer into h->hdr */ local
406 char *hbp; /* pointer into header buffer */ local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c189 char *hbp /* pointer to current line in header buffer */
192 if (word_eq(hbp, "CONTENT-LENGTH:")) {
193 while (isgraph(*hbp))
194 hbp++;
195 while (*hbp == ' ' || *hbp == '\t')
196 hbp++;
197 if (!isdigit(*hbp))
199 h->content_length = atol(hbp);
203 if (word_eq(hbp, "TRANSFER_ENCODIN
226 char *hbp = h->hdr; /* pointer into h->hdr */ local
400 char *hbp; /* pointer into header buffer */ local
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c189 char *hbp /* pointer to current line in header buffer */
192 if (word_eq(hbp, "CONTENT-LENGTH:")) {
193 while (isgraph(*hbp))
194 hbp++;
195 while (*hbp == ' ' || *hbp == '\t')
196 hbp++;
197 if (!isdigit(*hbp))
199 h->content_length = atol(hbp);
203 if (word_eq(hbp, "TRANSFER_ENCODIN
226 char *hbp = h->hdr; /* pointer into h->hdr */ local
400 char *hbp; /* pointer into header buffer */ local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c189 char *hbp /* pointer to current line in header buffer */
192 if (word_eq(hbp, "CONTENT-LENGTH:")) {
193 while (isgraph(*hbp))
194 hbp++;
195 while (*hbp == ' ' || *hbp == '\t')
196 hbp++;
197 if (!isdigit(*hbp))
199 h->content_length = atol(hbp);
203 if (word_eq(hbp, "TRANSFER_ENCODIN
226 char *hbp = h->hdr; /* pointer into h->hdr */ local
400 char *hbp; /* pointer into header buffer */ local
[all...]
/external/kernel-headers/original/video/
H A Ddsscomp.h83 __u16 hbp; /* Horizontal back porch */ member in struct:omap_video_timings

Completed in 107 milliseconds