HomeSort by: relevance | last modified time | path
    Searched defs:fixed (Results 1 - 25 of 46) sorted by relevancy

1 2

  /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_fixed.c 42 struct meson_clk_fixed *fixed = &clk->u.fixed; local in function:meson_clk_fixed_get_rate
46 return fixed->rate;
  /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_fixed.c 43 struct imx_ccm_fixed *fixed = &clk->u.fixed; local in function:imx_ccm_fixed_get_rate
47 return fixed->rate;
  /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);
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;
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
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
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",
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",
  /src/sys/arch/arm/nvidia/
tegra_clock.h 81 struct tegra_fixed_clk fixed; member in union:tegra_clk::__anon56bd0515010a
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), \
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) {
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_machdep.c 148 bool fixed = false; local in function:pmap_fault_fixup
187 fixed = true;
205 fixed = true;
214 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;

Completed in 72 milliseconds

1 2