Searched refs:hfp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/libexec/mknetid/
H A Dmknetid.c103 FILE *gfp, *pfp, *hfp, *nfp; local
155 if ((hfp = fopen(hostsfile, "r")) == NULL) {
245 while ((ptr = fgets(readbuf, LINSIZ, hfp))) {
273 fclose(hfp);
/freebsd-11-stable/sbin/ldconfig/
H A Dldconfig.c252 FILE *hfp; local
257 if ((hfp = fopen(fname, "r")) == NULL) {
262 while (fgets(buf, sizeof(buf), hfp)) {
282 (void)fclose(hfp);
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmi.c74 #define VID_HFP(hfp) (((hfp) - 1) << 0)
597 int dblscan, hfp, hspw, hbp, vfp, vspw, vbp; local
602 hfp = mode->hsync_start - mode->hdisplay;
648 VID_VFP(vfp) | VID_HFP(hfp << dblscan));
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c302 uint32_t hbp, hfp, hsw; local
316 hfp = MODE_HFP(mode) - 1;
324 if (hfp > 0x3ff)
579 uint32_t hbp, hfp, hsw; local
650 hfp = sc->sc_panel.panel_hfp - 1;
664 timing0 |= (hfp & 0xff) << RASTER_TIMING_0_HFP_SHIFT;
665 timing2 |= ((hfp >> 8) & 3) << RASTER_TIMING_2_HFPHI_SHIFT;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c259 static const char *aeabi_hardfp(uint64_t hfp);
1809 aeabi_hardfp(uint64_t hfp) argument
1813 switch (hfp) {
1820 (uintmax_t) hfp);

Completed in 94 milliseconds