Searched refs:step (Results 101 - 125 of 183) sorted by relevance

12345678

/freebsd-current/sys/kgssapi/
H A Dgsstest.c403 * token. Repeat this step until both userland and kernel return
413 gsstest_2(struct thread *td, int step, const gss_buffer_t input_token, argument
429 switch (step) {
1043 int step; /* test step number */ member in struct:gsstest_2_args
1082 gsstest_2(td, args.step, &input_token,
/freebsd-current/crypto/openssl/test/
H A Dcmsapitest.c294 const int step = 256; local
301 tmp = OPENSSL_realloc(buf, *p_len + step);
305 ret = BIO_read(bio, buf + *p_len, step);
311 if (ret < step)
/freebsd-current/sys/dev/pci/
H A Dpcib_private.h83 int step; /* log_2 of window granularity */ member in struct:pcib_window
H A Dpci_pci.c515 sc->io.step = 12;
537 sc->mem.step = 20;
564 sc->pmem.step = 20;
1999 wmask = ((rman_res_t)1 << w->step) - 1;
2000 if (RF_ALIGNMENT(flags) < w->step) {
2002 flags |= RF_ALIGNMENT_LOG2(w->step);
2006 count = roundup2(count, (rman_res_t)1 << w->step);
2141 wmask = ((rman_res_t)1 << w->step) - 1;
2175 * enable bit doesn't require any special magic as the step
2424 wmask = ((rman_res_t)1 << w->step)
[all...]
/freebsd-current/contrib/ncurses/form/
H A Dfty_regex.c349 match = (step(field_buffer(field, 0), ap->compiled_expression)
/freebsd-current/sys/contrib/dev/rtw88/
H A Dphy.c427 u16 *fa_th, u8 *step, bool linked)
433 step[0] = 4;
434 step[1] = 3;
435 step[2] = 2;
442 step[0] = 6;
443 step[1] = 4;
444 step[2] = 2;
487 u8 step[3]; local
501 rtw_phy_dig_get_threshold(dm_info, fa_th, step, linked);
504 * and increase it by corresponding step siz
426 rtw_phy_dig_get_threshold(struct rtw_dm_info *dm_info, u16 *fa_th, u8 *step, bool linked) argument
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp1770 T step) {
1789 "priority:%%d start:%%%s end:%%%s step:%%%s\n",
1792 gomp_flags, num_tasks, priority, start, end, step));
1806 // Negative step flag
1808 // If step is flagged as negative, but isn't properly sign extended
1811 if (step > 0) {
1814 if (step & ((T)1 << i))
1816 step |= ((T)1 << i);
1869 (kmp_uint64 *)&(loop_bounds[1]), (kmp_int64)step, 1, sched,
1932 int priority, long start, long end, long step) {
[all...]
/freebsd-current/contrib/expat/lib/
H A Dxmlparse.c242 /* For probing (after a collision) we need a step size relative prime
247 We limit the maximum step size to table->size / 4 (mask >> 2) and make
3649 unsigned char step = 0; local
3663 if (! step)
3664 step = PROBE_STEP(uriHash, mask, parser->m_nsAttsPower);
3665 j < step ? (j += nsAttsSize - step) : (j -= step);
7184 unsigned char step = 0; local
7189 if (! step)
[all...]
/freebsd-current/contrib/mandoc/
H A Droff.c88 int step; member in struct:roffreg
3042 int val, char sign, int step)
3059 reg->step = 0;
3070 if (step != INT_MIN)
3071 reg->step = step;
3127 reg->val += reg->step;
3130 reg->val -= reg->step;
3179 char *key, *val, *step; local
3200 step
3041 roff_setregn(struct roff *r, const char *name, size_t len, int val, char sign, int step) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c69 * are built, containing pointers to any DIFOs created in step (3).
1285 * arg3 => Quantization level step size (defaults to 1)
1292 uint64_t nlevels, step = 1, oarg; local
1332 if ((step = arg3->dn_value) > UINT16_MAX) {
1338 nlevels = (limitval - baseval) / step;
1342 "lquantize( ) step (argument #3) too large: must "
1347 dnerror(dnp, D_LQUANT_STEPSMALL, "lquantize( ) step "
1352 arg = (step << DTRACE_LQUANTIZE_STEPSHIFT) |
1386 if (onlevels * ostep != nlevels * step) {
1391 (int)baseval + (int)nlevels * (int)step);
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Dsiena_nic.c720 address += rsp->step;
735 address += rsp->step;
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DICF.cpp37 // relocations. During this step, relocation targets are not taken into
47 // 3. If we split an equivalence class in step 2, two relocations
49 // different equivalence classes. Therefore, we repeat step 2 until a
61 // We parallelize each step so that multiple threads can work on different
422 size_t step = sections.size() / numShards; local
428 boundaries[i] = findBoundary((i - 1) * step, sections.size());
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmisc.mk50 # big jumps to handle 3 digits per step
H A Ddirective-include.mk39 # find the closing '"'. In a second step, the expressions are expanded. This
H A Dvar-eval-short.mk18 # is ignored as well. To do that, it is necessary to step through the code of
/freebsd-current/contrib/bmake/mk/
H A Dwarnings.mk53 # The two step default makes it easier to test build with different defaults.
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c1115 int offset, size, step; local
1119 step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(cap);
1121 "mute=%d step=%d size=%d offset=%d (%+d/%+ddB)\n",
1124 step, size, offset,
1126 ((step - offset) * (size + 1)) / 4);
2376 /* If this is not a first step - use input mixer.
3003 int mute, offset, step, size; local
3060 step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(ocap);
3063 /*if (offset > step) {
3067 "[offset=%d > step
5784 int offset, size, step; local
[all...]
/freebsd-current/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c307 size_t step = count / 2; local
309 ptr += step;
312 count -= step + 1;
314 count = step;
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_chu.c477 double step; /* codec adjustment */ local
548 step = 2.;
550 up->comp[i] = up->comp[i - 1] + step;
553 step *= 2.;
/freebsd-current/sys/contrib/ck/src/
H A Dck_hs.c87 unsigned long step; member in struct:ck_hs_map
231 map->step = ck_cc_ffsl(n_entries);
287 r = (h >> map->step) >> level;
H A Dck_ht.c89 CK_HT_TYPE step; member in struct:ck_ht_map
171 map->step = ck_cc_ffsll(map->capacity);
242 r.value = (h.value >> map->step) >> level;
/freebsd-current/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c583 size_t const step = 64 MB; local
587 requiredMem += step;
592 requiredMem -= step;
/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchzstd.c729 size_t const step = 64 MB; local
733 requiredMem += step;
738 requiredMem -= step;
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c490 size_t const step = FSE_TABLESTEP(tableSize); local
526 size_t const uPosition = (position + (u * step)) & tableMask;
529 position = (position + (unroll * step)) & tableMask;
535 U32 const step = FSE_TABLESTEP(tableSize); local
542 position = (position + step) & tableMask;
543 while (position > highThreshold) position = (position + step) & tableMask; /* lowprob area */
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlvm.c831 lua_Number step = nvalue(ra+2);
832 lua_Number idx = luai_numadd(L, nvalue(ra), step); /* increment index */
834 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)
850 luaG_runerror(L, LUA_QL("for") " step must be a number");

Completed in 410 milliseconds

12345678