Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd-14-stable/sys/crypto/skein/
HDskein_debug.c19 static void Show64_step(size_t cnt,const u64b_t *X,size_t step) in Show64_step()
36 size_t step = (xptr & 1) ? 2 : 1; in Show64_flag() local
/freebsd-14-stable/lib/libthread_db/arch/amd64/
HDlibpthread_md.c114 pt_reg_sstep(struct reg *reg, int step) in pt_reg_sstep()
/freebsd-14-stable/sbin/ipf/libipf/
HDinterror.c529 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local
/freebsd-14-stable/crypto/heimdal/lib/krb5/
HDtest_crypto_wrapping.c41 size_t step, in test_wrapping()
/freebsd-14-stable/lib/libnv/
HDmsgio.c366 unsigned int i, step, j; in fd_recv() local
398 unsigned int i, step; in fd_send() local
/freebsd-14-stable/lib/libthread_db/arch/i386/
HDlibpthread_md.c107 pt_reg_sstep(struct reg *reg, int step) in pt_reg_sstep()
/freebsd-14-stable/lib/libc/regex/
HDengine.c53 #define step sstep macro
64 #define step lstep macro
75 #define step mstep macro
995 step(struct re_guts *g, in step() function
/freebsd-14-stable/contrib/dialog/
HDpause.c68 int i, x, y, step; in dialog_pause() local
HDbuttons.c284 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) in dlg_button_x_step()
321 int gap, margin, step; in dlg_button_layout() local
348 int step = 0; in dlg_draw_buttons() local
/freebsd-14-stable/sys/dev/sfxge/common/
HDsiena_impl.h73 unsigned int step; member
/freebsd-14-stable/contrib/nvi/regex/
HDengine.c51 #define step sstep macro
62 #define step lstep macro
846 step(struct re_guts *g, in step() function
/freebsd-14-stable/contrib/googletest/googletest/include/gtest/
HDgtest-param-test.h229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range()
/freebsd-14-stable/tools/regression/kgssapi/
HDgsstest.c43 int step; /* test step number */ member
/freebsd-14-stable/crypto/openssl/test/
HDcmsapitest.c294 const int step = 256; in read_all() local
/freebsd-14-stable/usr.bin/ctags/
HDctags.c97 int step; /* step through args */ in main() local
/freebsd-14-stable/contrib/ncurses/ncurses/tty/
HDlib_twait.c319 int step = (milliseconds < 0) ? 0 : 5000; in _nc_timed_wait() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common_libcdep.cpp191 uptr step = GetMmapGranularity(); in ProtectGap() local
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_radix.c105 unsigned long step = 1UL << (RADIX_TREE_MAP_SHIFT * height); in radix_tree_iter_find() local
/freebsd-14-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-param-util.h214 RangeGenerator(T begin, T end, IncrementT step) in RangeGenerator()
232 IncrementT step) in Iterator()
276 const IncrementT& step) { in CalculateEndIndex()
/freebsd-14-stable/sys/contrib/openzfs/module/lua/
HDlstring.c52 size_t step = (l >> LUAI_HASHLIMIT) + 1; in luaS_hash() local
/freebsd-14-stable/sys/kgssapi/
HDgsstest.c413 gsstest_2(struct thread *td, int step, const gss_buffer_t input_token, in gsstest_2()
1043 int step; /* test step number */ member
/freebsd-14-stable/usr.bin/seq/
HDseq.c89 double first, last, incr, prev, cur, step; in main() local
/freebsd-14-stable/sys/contrib/zstd/lib/common/
HDfse_decompress.c107 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
152 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
/freebsd-14-stable/contrib/lua/src/
HDlvm.c181 lua_Integer *p, lua_Integer step) { in forlimit()
216 lua_Integer step = ivalue(pstep); in forprep() local
241 lua_Number init; lua_Number limit; lua_Number step; in forprep() local
271 lua_Number step = fltvalue(s2v(ra + 2)); in floatforloop() local
1795 lua_Integer step = ivalue(s2v(ra + 2)); in luaV_execute() local
/freebsd-14-stable/contrib/ntp/libntp/
HDsystime.c517 double step in step_systime()

12345