Home
last modified time | relevance | path

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

123456

/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Df_parity.c22 #define smask(step) ((1<<step)-1) argument
23 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
H A Ddestest.c193 #define smask(step) ((1<<step)-1) argument
194 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_ntt.c131 int step; in ossl_ml_dsa_poly_ntt() local
167 int i, j, k, offset, step = ML_DSA_NUM_POLY_COEFFICIENTS; in ossl_ml_dsa_poly_ntt_inverse() local
/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.c548 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/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/lib/libthread_db/arch/i386/
H A Dlibpthread_md.c106 pt_reg_sstep(struct reg *reg, int step) in pt_reg_sstep()
/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/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/sys/riscv/sifive/
H A Dsifive_ccache.c86 vm_offset_t step; in ccache_flush_range() local
/freebsd/contrib/bsddialog/lib/
H A Dslider.c68 unsigned long step; member
83 int i, step, tmpstep; in handlesliderctl() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse_decompress.c94 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
137 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c95 size_t const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
138 U32 const step = FSE_TABLESTEP(tableSize); in FSE_buildDTable_internal() local
/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/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h230 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c319 int step = (milliseconds < 0) ? 0 : 5000; in _nc_timed_wait() local
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h215 RangeGenerator(T begin, T end, IncrementT step) in RangeGenerator()
233 IncrementT step) in Iterator()
277 const IncrementT& step) { in CalculateEndIndex()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c233 size_t step; in ZSTD_compressBlock_fast_noDict_generic() local
553 size_t step = stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic() local
753 size_t step; in ZSTD_compressBlock_fast_extDict_generic() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c232 size_t step; in ZSTD_compressBlock_fast_noDict_generic() local
552 size_t step = stepSize; in ZSTD_compressBlock_fast_dictMatchState_generic() local
752 size_t step; in ZSTD_compressBlock_fast_extDict_generic() local

123456