| /src/sys/arch/arm/amlogic/ | 
| meson_clk_fixed.c | 42 	struct meson_clk_fixed *fixed = &clk->u.fixed;  local in function:meson_clk_fixed_get_rate 46 	return fixed->rate;
 
 | 
| meson_clk.h | 70  * Fixed clocks 84 		.u.fixed.rate = (_rate),			\
 156  * Fixed-factor clocks
 336 		struct meson_clk_fixed fixed;  member in union:meson_clk_clk::__anon83605c73010a
 
 | 
| /src/sys/arch/arm/nxp/ | 
| imx_ccm_fixed.c | 43 	struct imx_ccm_fixed *fixed = &clk->u.fixed;  local in function:imx_ccm_fixed_get_rate 47 	return fixed->rate;
 
 | 
| imx_ccm.h | 179 /* Fixed clocks */ 193 		.u.fixed.rate = (_rate),			\
 197 /* Fixed factor clocks */
 299 		struct imx_ccm_fixed fixed;  member in union:imx_ccm_clk::__anonc463f8b2010a
 
 | 
| imx6_ccmvar.h | 151 		struct imx6_clk_fixed fixed;  member in union:imx6_clk::__anonecf51291010a 165 		.fixed = {					\
 
 | 
| /src/sys/uvm/ | 
| uvm_mremap.c | 120 	const bool fixed = (flags & MAP_FIXED) != 0;  local in function:uvm_mremap 123 	if (fixed) {
 144 	 * request was for a fixed mapping, make sure supplied address
 168 	    (!fixed || newva == oldva) && newmap == oldmap &&
 187 		if (fixed) {
 196 	if (!fixed) {
 204 	    fixed ? UVM_FLAG_FIXED : 0)) {
 207 	KASSERT(!fixed || dstva == newva);
 
 | 
| /src/games/gomoku/ | 
| bdisp.c | 127 	int fixed = (int)sizeof("BLACK/ (*) vs. WHITE/ (O)") - 1;  local in function:bdwho 128 	int total = fixed + bw + ww;
 134 		int remaining = available - fixed;
 
 | 
| /src/sys/arch/arm/samsung/ | 
| exynos_clock.h | 75 		struct exynos_fixed_clk fixed;  member in union:exynos_clk::__anoncaafd60b010a 
 | 
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ | 
| mod_freesync.h | 120 	struct mod_vrr_params_fixed_refresh fixed;  member in struct:mod_vrr_params 
 | 
| /src/common/dist/zlib/ | 
| infback.c | 70    fixed code decoding.  Normally this returns fixed tables from inffixed.h. 82     static code fixed[544];  local in function:fixedtables
 84     /* build fixed huffman tables if first call (may not be thread safe) */
 95         next = fixed;
 297             case 1:                             /* fixed block */
 299                 Tracev((stderr, "inflate:     fixed codes block%s\n",
 
 | 
| inflate.c | 26  * - Correct filename to inffixed.h for fixed tables in inflate.c 62  * - Fixed stored blocks bug in inflateBack()
 246    fixed code decoding.  Normally this returns fixed tables from inffixed.h.
 258     static code fixed[544];  local in function:fixedtables
 260     /* build fixed huffman tables if first call (may not be thread safe) */
 271         next = fixed;
 322     puts("    /* inffixed.h -- table for decoding fixed codes");
 851             case 1:                             /* fixed block */
 853                 Tracev((stderr, "inflate:     fixed codes block%s\n"
 [all...]
 | 
| /src/sys/arch/arm/nvidia/ | 
| tegra_clock.h | 81 		struct tegra_fixed_clk fixed;  member in union:tegra_clk::__anon56bd0515010a 
 | 
| /src/sys/arch/arm/ti/ | 
| ti_prcm.h | 69 		struct ti_prcm_fixed fixed;  member in union:ti_prcm_clk::__anona961a107010a 94 	return tc->u.fixed.rate;
 100 		.u.fixed.rate = (_rate),				\
 
 | 
| /src/usr.sbin/lastlogin/ | 
| lastlogin.c | 100 static int fixed = 0;  variable in typeref:typename:int 104  * This makes the "fixed" output fit in 79 columns.
 154 			fixed++;
 178 	if (fixed) {
 
 | 
| /src/sys/arch/aarch64/aarch64/ | 
| pmap_machdep.c | 148 	bool fixed = false;  local in function:pmap_fault_fixup 187 		fixed = true;
 205 		fixed = true;
 214 	return fixed;
 
 | 
| pmap.c | 2398 	bool fixed = false;  local in function:pmap_fault_fixup 2505 	fixed = true;
 2509 	return fixed;
 
 | 
| /src/common/dist/zlib/contrib/infback9/ | 
| infback9.c | 44    Build and output length and distance decoding tables for fixed code 54     code fixed[544];  local in function:makefixed9
 62     next = fixed;
 75     puts("    /* inffix9.h -- table for decoding deflate64 fixed codes");
 281             case 1:                             /* fixed block */
 286                 Tracev((stderr, "inflate:     fixed codes block%s\n",
 
 | 
| /src/common/dist/zlib/contrib/puff/ | 
| puff.c | 49  *                      - Fix fixed codes table error 89  * they are fixed by the deflate format.
 95 #define FIXLCODES 288           /* number of fixed literal/length codes */
 232  *   in the deflate format.  See the format notes for fixed() and dynamic().
 329  * fixed() and is not verified by construct().
 333  * - Permitted and expected examples of incomplete codes are one of the fixed
 335  *   bit instead of zero bits.  See the format notes for fixed() and dynamic().
 386  * - Compressed data that is after the block type if fixed or after the code
 476                 return -10;             /* invalid fixed code */
 508     /* done with a valid fixed or dynamic block *
 536 local int fixed(struct state *s)  function in typeref:typename:local int
 [all...]
 | 
| /src/sys/arch/mips/mips/ | 
| mips_fixup.c | 70 	bool fixed = false;  local in function:mips_fixup_exceptions 148 					fixed = true;
 163 	if (fixed)
 167 	return fixed;
 
 | 
| /src/games/adventure/ | 
| init.c | 94 int     fixd[101], fixed[101];	/* location fixed? */  variable in typeref:typename:int[101][101] 170 		fixed[j] = fixd[j];
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i915/ | 
| i915_cmd_parser.c | 104 	 * CMD_DESC_FIXED: The command has a fixed length if this is set, 131 	 * The command's length. The command is either fixed length (i.e. does
 133 	 * CMD_DESC_FIXED indicates a fixed length. Otherwise, the command has
 138 		u32 fixed;  member in union:drm_i915_cmd_descriptor::__anon4046aedd020a
 215 /*            Command                          Mask   Fixed Len   Action
 373 	 * It is always 1 dword though, so just treat it as fixed length.
 1467 			length = desc->length.fixed;
 
 | 
| /src/sys/net/ | 
| if_ipsec.c | 228 	bool fixed;  local in function:sysctl_if_ipsec_use_fixed_reqid 233 	fixed = ipsec_softcs.use_fixed_reqid;
 234 	node.sysctl_data = &fixed;
 245 	ipsec_softcs.use_fixed_reqid = fixed;
 362 	    SYSCTL_DESCR("use fixed reqid for SP"),
 368 	    SYSCTL_DESCR("base value of fixed reqid"),
 374 	    SYSCTL_DESCR("last value of fixed reqid"),
 1807 			    "%s: invalid fixed reqid(%"PRIu32"), "
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/i2c/ | 
| ch7006_priv.h | 37 typedef int64_t fixed;  typedef in typeref:typename:int64_t 52 	fixed vrefresh;
 57 	fixed subc_freq;
 58 	fixed black_level;
 70 	fixed subc_coeff;
 165 static inline int32_t round_fixed(fixed x)
 173 /* Fixed hardware specs */
 
 |