Searched refs:step (Results 176 - 198 of 198) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c3566 "0x%02x 0x%02x step=%d\n", sc->tssi_2ghz[0], sc->tssi_2ghz[1],
3590 "0x%02x 0x%02x step=%d\n", sc->tssi_5ghz[0], sc->tssi_5ghz[1],
4171 uint8_t step, bbp49; local
4179 step = sc->step_2ghz;
4182 step = sc->step_5ghz;
4195 d *= step;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h731 uptr size, uptr step, bool is_write);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h1260 kmp_uint32 step; // current step member in struct:__anon2967
H A Dkmp_lock.cpp2685 for (i = boff->step; i > 0; i--) {
2691 boff->step = (boff->step << 1 | 1) & (boff->max_backoff - 1);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h894 void mlx5_ib_copy_pas(u64 *old, u64 *new, int step, int num);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1071 extern int step(const char *, const char *);
H A Dfold-const.c6822 step of the array. Reconstructs s and delta in the case of s * delta
6831 tree s, delta, step;
6878 step = array_ref_element_size (ref);
6879 if (TREE_CODE (step) != INTEGER_CST)
6884 if (! tree_int_cst_equal (step, s))
6889 /* Try if delta is a multiple of step. */
6890 tree tmp = div_if_zero_remainder (EXACT_DIV_EXPR, delta, step);
8742 /* Try replacing &a[i1] + c * i2 with &a[i1 + i2], if c is step
9127 /* Try replacing &a[i1] - c * i2 with &a[i1 - i2], if c is step
6796 tree s, delta, step; local
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c1515 int step = myWCWIDTH(form->w, form->currow, form->curcol); local
1518 if ((form->curcol += step) == field->dcols)
1534 form->curcol -= step;
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c5059 ticks_t step = np->ticks; local
5138 callout_reset(&np->timer, step ? step : 1, ncr_timeout, np);
5448 ** single step
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h10324 float __ovld __cnfn step(float edge, float x);
10325 float2 __ovld __cnfn step(float2 edge, float2 x);
10326 float3 __ovld __cnfn step(float3 edge, float3 x);
10327 float4 __ovld __cnfn step(float4 edge, float4 x);
10328 float8 __ovld __cnfn step(float8 edge, float8 x);
10329 float16 __ovld __cnfn step(float16 edge, float16 x);
10330 float2 __ovld __cnfn step(float edge, float2 x);
10331 float3 __ovld __cnfn step(float edge, float3 x);
10332 float4 __ovld __cnfn step(float edge, float4 x);
10333 float8 __ovld __cnfn step(floa
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm1066 @ If r2 is negative at this point the following step would OR
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c147 static int step[] = { 0, 32, 16, 8 }; local
182 val64 |= (u64)val << (step[mc7->width] * i);
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk632 # we pass _DEP_TARGET_SPEC to tell the next step what we want
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk700 # we pass _DEP_TARGET_SPEC to tell the next step what we want
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2253 // making each step faster by using hash tables substiantially
2887 uint32_t step = ((h * 17) & mask) | 1; local
2890 i = (i + step) & mask;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2255 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
2259 ASSERT(step != 0);
2270 level = (val - base) / step;
11209 uint16_t step = DTRACE_LQUANTIZE_STEP(desc->dtad_arg);
11215 if (step == 0 || levels == 0)
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c1283 #define STEP(step, h, x, y) \
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c1388 ss->step = ss_info->asSS_Info[i].ucSS_Step;
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2349 ETHER_NEXT_MULTI(step, enm);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure1825 --enable-step-slew s step and slew the time
1826 --enable-ntpdate-step s if ntpdate should step the time
12976 # Ok, now we have the path, separated by spaces, we can step through it
31873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should step and slew the time" >&5
31874 $as_echo_n "checking if we should step and slew the time... " >&6; }
31902 # Check whether --enable-step-slew was given.
31919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ntpdate should step the time" >&5
31920 $as_echo_n "checking if ntpdate should step th
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure14454 int x = step("", "");
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c3217 ** to step 2. Do this zero or more times.
5403 ** sorting step is required.
7852 ** implementation of an SQL aggregate step callback may not use the
9632 void (*xStep)(sqlite3_context*,int,sqlite3_value**); /* Aggregate step */
10989 * the first step of the trigger-program.
11023 Trigger *pTrig; /* The trigger that this step is a part of */
15890 ** of the master chunk. This step usually works if step 1 fails.
15901 ** of the end of the master chunk. This step happens very
22760 ** It is not possible to lower the locking level one step a
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3298 ** errors. This step is only necessary if the application desires to keep
4869 ** to step 2. Do this zero or more times.
5792 ** where it always returns zero since each step of that multi-step
7939 ** sorting step is required.
14758 ** implementation of an SQL aggregate step callback may not use the
15862 #define OP_AggStep 157 /* synopsis: accum=r[P3] step(r[P2@P5]) */
15863 #define OP_AggStep1 158 /* synopsis: accum=r[P3] step(r[P2@P5]) */
17253 void (*xSFunc)(sqlite3_context*,int,sqlite3_value**); /* func or agg-step */
17256 void (*xInverse)(sqlite3_context*,int,sqlite3_value**); /* inverse agg-step */
[all...]

Completed in 1125 milliseconds

12345678