Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 150) 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/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_chain.c49 chain_step_t step = { in serial_null_step() local
61 chain_step_t step = { .cs_type = CS_TERMINATE }; in chain_terminator() local
H A Dzstream_io.c371 chain_step_t step = { in setup_io() local
399 chain_step_t step = { in serial_null_output() local
452 chain_step_t step = { in serial_checkpoint() local
H A Dzstream_recompress.c207 chain_step_t step = { in serial_decompress_writes() local
227 chain_step_t step = { in serial_compress_writes() local
H A Dzstream_validate.c119 chain_step_t step = { in serial_validate_records() local
H A Dzstream_byteswap.c188 chain_step_t step = { in serial_byteswap() local
H A Dzstream_drop_record.c102 chain_step_t step = { in serial_drop_records() local
H A Dzstream_decompress.c131 chain_step_t step = { in serial_decompress_named_writes() local
H A Dzstream_fletcher4.c156 chain_step_t step = { in fletcher4_serial_step() local
/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/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/crypto/heimdal/lib/krb5/
H A Dtest_crypto_wrapping.c41 size_t step, in test_wrapping()
/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/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/sys/dev/video/
H A Dvideo.h61 int32_t step; member
102 struct video_fract step; member

123456