| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_dp_aux_backlight.c | 119 int freq, fxp, fxp_min, fxp_max, fxp_actual, f = 1; local 133 fxp = DIV_ROUND_CLOSEST(KHz(DP_EDP_BACKLIGHT_FREQ_BASE_KHZ), freq); 139 * - FxP is within 25% of desired value. 155 fxp_min = DIV_ROUND_CLOSEST(fxp * 3, 4); 156 fxp_max = DIV_ROUND_CLOSEST(fxp * 5, 4); 163 f = clamp(DIV_ROUND_CLOSEST(fxp, 1 << pn), 1, 255);
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| fxp.c | 3 #include "jemalloc/internal/fxp.h" 32 assert_false(err, "Invalid fxp string: %s", str); 226 fxp_t fxp = xparse_fxp(str); local 227 uint32_t fxp_rounded_down = fxp_round_down(fxp); 228 uint32_t fxp_rounded_nearest = fxp_round_nearest(fxp); 275 fxp_t fxp = xparse_fxp(str); local 277 fxp_print(fxp, buf);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| fxp.c | 3 #include "jemalloc/internal/fxp.h" 32 assert_false(err, "Invalid fxp string: %s", str); 225 fxp_t fxp = xparse_fxp(str); local 226 uint32_t fxp_rounded_down = fxp_round_down(fxp); 227 uint32_t fxp_rounded_nearest = fxp_round_nearest(fxp); 274 fxp_t fxp = xparse_fxp(str); local 276 fxp_print(fxp, buf);
|
| /src/sys/arch/sandpoint/stand/altboot/ |
| Makefile | 9 SRCS+= nif.c fxp.c tlp.c rge.c skg.c stg.c
|
| globals.h | 163 NIF_DECL(fxp); variable
|
| /src/sys/arch/hpcmips/conf/ |
| LROUTER | 141 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
| /src/sys/arch/atari/conf/ |
| GENERIC.in | 297 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
| HADES | 76 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
| MILAN-ISAIDE | 74 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
| MILAN-PCIIDE | 74 fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
| /src/sys/fs/ntfs/ |
| ntfs_subr.c | 1666 u_int16_t *fxp, *cfxp; local 1684 fxp = (u_int16_t *) (xbuf + fhp->fh_foff); 1686 fixup = *fxp++; 1687 for (i = 1; i < fhp->fh_fnum; i++, fxp++) { 1692 *cfxp = *fxp;
|
| /src/share/man/man4/ |
| Makefile | 29 fujbp.4 full.4 fxp.4 \
|
| /src/external/bsd/jemalloc/dist/ |
| Makefile | 121 $(srcroot)src/fxp.c \ 233 ${srcroot}test/unit/fxp.c \
|