/external/wpa_supplicant_8/src/wps/ |
D | httpread.c | 158 char *hbp /* pointer to current line in header buffer */ in httpread_hdr_option_analyze() argument 161 if (word_eq(hbp, "CONTENT-LENGTH:")) { in httpread_hdr_option_analyze() 162 while (isgraph(*hbp)) in httpread_hdr_option_analyze() 163 hbp++; in httpread_hdr_option_analyze() 164 while (*hbp == ' ' || *hbp == '\t') in httpread_hdr_option_analyze() 165 hbp++; in httpread_hdr_option_analyze() 166 if (!isdigit(*hbp)) in httpread_hdr_option_analyze() 168 h->content_length = atol(hbp); in httpread_hdr_option_analyze() 178 if (word_eq(hbp, "TRANSFER_ENCODING:") || in httpread_hdr_option_analyze() 179 word_eq(hbp, "TRANSFER-ENCODING:")) { in httpread_hdr_option_analyze() [all …]
|
/external/blktrace/btt/ |
D | unplug_hist.c | 35 struct hist_bkt *hbp; in unplug_hist_alloc() local 40 hbp = calloc(1, sizeof(*hbp)); in unplug_hist_alloc() 41 hbp->dip = dip; in unplug_hist_alloc() 43 return hbp; in unplug_hist_alloc() 54 struct hist_bkt *hbp = dip->up_hist_handle; in unplug_hist_add() local 60 hbp->hist[idx]++; in unplug_hist_add() 68 struct hist_bkt *hbp = arg; in unplug_hist_free() local 70 + strlen(hbp->dip->dip_name) + 32; in unplug_hist_free() 74 hbp->dip->dip_name); in unplug_hist_free() 79 fprintf(fp, "%d %d\n", i, hbp->hist[i]); in unplug_hist_free() [all …]
|
/external/libkmsxx/kms++/src/ |
D | videomode.cpp | 115 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long() 131 string h = fmt::format("{}/{}/{}/{}/{}", hdisplay, hfp(), hsw(), hbp(), sync_to_char(hsync())); in to_string_long_padded() 146 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp, in videomode_from_timings() argument 155 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
|
D | modedb_dmt.cpp | 13 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) … argument 16 …fp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = (hact) + (hfp) + (hsw) + (hbp), .hskew = 0, \ 18 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 33 uint16_t hbp() const { return htotal - hsync_end; } in hbp() function 57 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | dynamic-regmask.ll | 14 ; CHECK: CALL64pcrel32 @callee, CustomRegMask($bh,$bl,$bp,$bph,$bpl,$bx,$ebp,$ebx,$esp,$hbp,$hbx…
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Minify.miff | 15 …�8/�7.�7*�8-�5.�3/�6-�@7�C<�>1�@2�H@�Z_�ap�hs�ro���������������YM>VJ;TH:WL?hbp�����̜x��Ui�BG�@>�?:…
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 204 unsigned hbp = stoul(sm[7]); in parse_crtc() local 213 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-grand-prime-value-edition.log | 614 <6>[ 0.604370] [1: swapper/0: 1] [c1] [LCD][gen_panel] hbp 40
|
D | galaxy-s6.log | 1984 [ 2.208946] [6: swapper/0: 1] hbp(1), hfp(1), hsa(1)
|
D | galaxy-s8-global.log | 1149 [ 1.145121] [6: swapper/0: 1] lcd_info: hfp 2 hbp 2 hsa 2 vfp 3 vbp 15 vsa 1
|
D | galaxy-a8-2018.log | 2089 [ 1.597196] [6: swapper/0: 1] decon: lcd_info: hfp 2 hbp 2 hsa 2 vfp 3 vbp 15 vsa 1
|