Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 17 of 17) sorted by relevance

/dflybsd-src/contrib/zstd/lib/dictBuilder/
H A Dzdict.h139 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member
151 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dlibgcov-profiler.c48 int start, unsigned steps) in __gcov_interval_profiler()
68 int start, unsigned steps) in __gcov_interval_profiler_atomic()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dvalue-prof.h62 unsigned int steps; /* Number of values in it. */ member
H A Dtree-profile.c265 tree steps = build_int_cst_type (unsigned_type_node, in gimple_gen_interval_profiler() local
H A Dvalue-prof.c977 unsigned int i, steps; in gimple_mod_subtract_transform() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dvalue-prof.h64 unsigned int steps; /* Number of values in it. */ member
H A Dtree-profile.c312 tree steps = build_int_cst_type (unsigned_type_node, in gimple_gen_interval_profiler() local
H A Dvalue-prof.c1095 unsigned int i, steps; in gimple_mod_subtract_transform() local
/dflybsd-src/crypto/openssh/
H A Dxmss_wots.c71 …n(unsigned char *out, const unsigned char *in, unsigned int start, unsigned int steps, const wots_… in gen_chain()
/dflybsd-src/usr.sbin/fdformat/
H A Dfdformat.c230 int rate = -1, gaplen = -1, secsize = -1, steps = -1; in main() local
/dflybsd-src/bin/pax/
H A Dtables.c1230 int steps; in st_hash() local
/dflybsd-src/games/adventure/
H A Dinit.c101 int keys, lamp, grate, cage, rod, rod2, steps, /* mnemonics */ variable
/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dlibgcov.c854 int start, unsigned steps) in __gcov_interval_profiler()
/dflybsd-src/contrib/less/
H A Dsearch.c425 int steps = 0; in hlist_find() local
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-main.c1662 size_t len, i, steps, remainder; in mi_cmd_data_write_memory_bytes() local
/dflybsd-src/sys/dev/drm/radeon/
H A Drv770_dpm.c1240 u32 steps = 0; in rv770_construct_vddc_table() local
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_display.c7935 #define BEND_IDX(steps) ((50 + (steps)) / 5) argument
7967 static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps) in lpt_bend_clkout_dp()