/freebsd/crypto/krb5/src/lib/crypto/builtin/des/ |
H A D | f_parity.c | 22 #define smask(step) ((1<<step)-1) argument 23 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
|
H A D | destest.c | 193 #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 D | ml_dsa_ntt.c | 132 int step; in ossl_ml_dsa_poly_ntt() local 169 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 D | skein_debug.c | 19 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 D | libpthread_md.c | 114 pt_reg_sstep(struct reg *reg, int step) in pt_reg_sstep()
|
/freebsd/sbin/ipf/libipf/ |
H A D | interror.c | 529 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | test_crypto_wrapping.c | 41 size_t step, in test_wrapping()
|
/freebsd/lib/libnv/ |
H A D | msgio.c | 365 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 D | libpthread_md.c | 106 pt_reg_sstep(struct reg *reg, int step) in pt_reg_sstep()
|
/freebsd/lib/libc/regex/ |
H A D | engine.c | 51 #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 D | siena_impl.h | 73 unsigned int step; member
|
/freebsd/contrib/dialog/ |
H A D | pause.c | 68 int i, x, y, step; in dialog_pause() local
|
H A D | buttons.c | 284 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 D | sifive_ccache.c | 86 vm_offset_t step; in ccache_flush_range() local
|
/freebsd/contrib/nvi/regex/ |
H A D | engine.c | 51 #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 D | gtest-param-test.h | 229 internal::ParamGenerator<T> Range(T start, T end, IncrementT step) { in Range()
|
/freebsd/tools/regression/kgssapi/ |
H A D | gsstest.c | 43 int step; /* test step number */ member
|
/freebsd/usr.bin/ctags/ |
H A D | ctags.c | 84 int step; /* step through args */ in main() local [all...] |
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_twait.c | 319 int step = (milliseconds < 0) ? 0 : 5000; in _nc_timed_wait() local
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_radix.c | 104 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 D | sanitizer_common_libcdep.cpp | 191 uptr step = GetMmapGranularity(); in ProtectGap() local
|
/freebsd/crypto/openssl/test/ |
H A D | cmsapitest.c | 320 const int step = 256; in read_all() local
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 214 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 D | lstring.c | 53 size_t step = (l >> LUAI_HASHLIMIT) + 1; in luaS_hash() local
|
/freebsd/usr.bin/seq/ |
H A D | seq.c | 89 double first, last, incr, prev, cur, step; in main() local
|