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

  /external/blktrace/btt/
unplug_hist.c 35 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->dev >> MINORBITS
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.c 169 char *hbp /* pointer to current line in header buffer */
172 if (word_eq(hbp, "CONTENT-LENGTH:")) {
173 while (isgraph(*hbp))
174 hbp++;
175 while (*hbp == ' ' || *hbp == '\t')
176 hbp++;
177 if (!isdigit(*hbp))
179 h->content_length = atol(hbp);
183 if (word_eq(hbp, "TRANSFER_ENCODING:") |
206 char *hbp = h->hdr; \/* pointer into h->hdr *\/ local
379 char *hbp; \/* pointer into header buffer *\/ local
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 102 __u16 hbp; member in struct:omap_video_timings

Completed in 55 milliseconds