Home
last modified time | relevance | path

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

12345

/freebsd/sys/crypto/skein/
H A Dskein_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/lib/libthread_db/arch/amd64/
H A Dlibpthread_md.c114 pt_reg_sstep(struct reg *reg, int step) in pt_reg_sstep()
/freebsd/sbin/ipf/libipf/
H A Dinterror.c529 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_crypto_wrapping.c41 size_t step, in test_wrapping()
/freebsd/lib/libnv/
H A Dmsgio.c365 unsigned int i, step, j; in fd_recv() local
397 unsigned int i, step; in fd_send() local
/freebsd/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c106 pt_reg_sstep(struct reg *reg, int step) in pt_reg_sstep()
/freebsd/lib/libc/regex/
H A Dengine.c51 #define step sstep macro
62 #define step lstep macro
73 #define step mstep macro
993 step(struct re_guts *g, in step() function
/freebsd/sys/dev/sfxge/common/
H A Dsiena_impl.h73 unsigned int step; member
/freebsd/contrib/dialog/
H A Dpause.c68 int i, x, y, step; in dialog_pause() local
H A Dbuttons.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/sys/riscv/sifive/
H A Dsifive_ccache.c86 vm_offset_t step; in ccache_flush_range() local
/freebsd/contrib/nvi/regex/
H A Dengine.c51 #define step sstep macro
62 #define step lstep macro
846 step(struct re_guts *g, in step() function
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range()
/freebsd/tools/regression/kgssapi/
H A Dgsstest.c43 int step; /* test step number */ member
/freebsd/usr.bin/ctags/
H A Dctags.c84 int step; /* step through args */ in main() local
[all...]
/freebsd/crypto/openssl/test/
H A Dcmsapitest.c294 const int step = 256; in read_all() local
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c319 int step = (milliseconds < 0) ? 0 : 5000; in _nc_timed_wait() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c104 unsigned long step = 1UL << (RADIX_TREE_MAP_SHIFT * height); in radix_tree_iter_find() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp191 uptr step = GetMmapGranularity(); in ProtectGap() local
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h214 RangeGenerator(T begin, T end, IncrementT step) in RangeGenerator()
232 IncrementT step) in Iterator()
276 const IncrementT& step) { in CalculateEndIndex()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.c52 size_t step = (l >> LUAI_HASHLIMIT) + 1; in luaS_hash() local
/freebsd/usr.bin/seq/
H A Dseq.c89 double first, last, incr, prev, cur, step; in main() local
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c62 uint16_t step; member
76 int64_t step; member
960 uint16_t step, levels; in dt_format_lquantize_prepare() local
1014 uint16_t step, levels; in dt_format_lquantize() local
1059 uint16_t step, levels; in dt_print_lquantize() local
1116 uint16_t step, levels; in dt_print_lquantize_packed() local
1167 int64_t value = 1, next, step; in dt_format_llquantize_prepare() local
1244 int64_t value = 1, next, step; in dt_format_llquantize() local
1319 int64_t value = 1, next, step; in dt_print_llquantize() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_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/contrib/lua/src/
H A Dlvm.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

12345