Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ck/include/
H A Dck_brlock.h111 unsigned int steps = 0; in ck_brlock_write_trylock() local
224 unsigned int steps = 0; in ck_brlock_read_trylock() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp104 size_t steps = 0; in advance() local
123 size_t steps = 0; in next() local
144 size_t steps = 0; in tree_min() local
/freebsd/lib/libc/stdlib/
H A Dtsearch_path.h44 uintptr_t steps[2]; member
/freebsd/sys/contrib/zstd/lib/
H A Dzdict.h285 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member
297 …unsigned steps; /* Number of steps : Only used for optimization : 0 means default (40… member
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_insn.c347 const struct pt_asid *asid, size_t steps) in pt_insn_range_is_contiguous()
H A Dpt_block_decoder.c1779 size_t steps) in pt_blk_proceed_no_event_fill_cache()
/freebsd/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()
/freebsd/bin/pax/
H A Dtables.c1229 int steps; in st_hash() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c310 uint64_t steps = 0, sum = 0; in spa_estimate_incoming_log_blocks() local
/freebsd/contrib/less/
H A Dsearch.c404 int steps = 0; in hlist_find() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h1247 step_range steps() const { return {step_begin(), step_end()}; } in steps() function
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c1418 int steps; in ahc_clear_critical_section() local
H A Daic79xx.c2568 int steps; in ahd_clear_critical_section() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp373 unsigned steps() const { in steps() function
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11380 FP step(FP start, FP direction, uint64_t steps) { in step()