Home
last modified time | relevance | path

Searched refs:STEP (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/Support/
DMD5.cpp57 #define STEP(f, a, b, c, d, x, t, s) \ macro
95 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
96 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
97 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
98 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
99 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
100 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
101 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
102 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
103 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
/freebsd-10-stable/lib/libc/string/
Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in swab() macro
56 STEP; in swab()
58 STEP; STEP; STEP; STEP; in swab()
59 STEP; STEP; STEP; STEP; in swab()
/freebsd-10-stable/contrib/ntp/lib/isc/
Dfsaccess.c33 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro
34 #define GROUP (STEP)
35 #define OTHER (STEP * 2)
88 bits |= bits << STEP; in check_bad_bits()
92 bits |= bits << STEP; in check_bad_bits()
/freebsd-10-stable/lib/libc/sparc64/fpu/
Dfpu_mul.c165 #define STEP /* each 1-bit step of the multiplication */ \ macro
181 STEP;
189 STEP;
197 STEP;
203 STEP;
/freebsd-10-stable/sys/powerpc/fpu/
Dfpu_mul.c178 #define STEP /* each 1-bit step of the multiplication */ \ in fpu_mul() macro
194 STEP; in fpu_mul()
202 STEP; in fpu_mul()
210 STEP; in fpu_mul()
216 STEP; in fpu_mul()
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
Dfsaccess.c130 bits <<= STEP; \ in FAT_fsaccess_set()
132 bits <<= STEP; \ in FAT_fsaccess_set()
241 caccess = caccess >> STEP; in NTFS_Access_Control()
247 caccess = caccess >> STEP; in NTFS_Access_Control()
/freebsd-10-stable/contrib/ntp/lib/isc/unix/
Dfsaccess.c67 bits <<= STEP; \ in isc_fsaccess_set()
69 bits <<= STEP; \ in isc_fsaccess_set()
/freebsd-10-stable/contrib/ntp/sntp/
Dsntp-opts.h205 # ifdef STEP
206 # warning undefining STEP due to option name conflict
207 # undef STEP
236 # undef STEP
Dmain.c279 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW))) in sntp_main()
1301 (ENABLED_OPT(STEP) || ENABLED_OPT(SLEW))) in handle_pkt()
1458 if (ENABLED_OPT(STEP) && in set_time()
/freebsd-10-stable/crypto/heimdal/appl/push/
Dpush.c146 #define STEP 16 macro
162 w->allociovecs = min(STEP, w->maxiovecs); in write_state_init()
177 w->allociovecs = min(w->allociovecs + STEP, w->maxiovecs); in write_state_add()
/freebsd-10-stable/sys/dev/acpica/
Dacpivar.h293 #define STEP(x) do {printf x, printf("\n"); cngetc();} while (0) macro
295 #define STEP(x) macro
/freebsd-10-stable/contrib/gcc/
Dtree-ssa-address.c87 #define TEMPL_IDX(SYMBOL, BASE, INDEX, STEP, OFFSET) \ argument
91 | ((STEP != 0) << 1) \
Dtree.def947 variable), BASE (register), INDEX (register), STEP (integer constant),
949 SYMBOL + BASE + STEP * INDEX + OFFSET. Only variations and values valid on
952 The type of STEP, INDEX and OFFSET is sizetype. The type of BASE is
/freebsd-10-stable/contrib/ntp/sntp/tests/
DpacketHandling.c299 TEST_ASSERT_FALSE(ENABLED_OPT(STEP)); in test_HandleCorrectPacket()
/freebsd-10-stable/contrib/gdb/gdb/
Dminimon.h141 #define STEP 12 macro
/freebsd-10-stable/contrib/gcc/config/rs6000/
Daltivec.h309 template <int STEP> class __altivec_bool_ret { };
/freebsd-10-stable/sys/dev/aic7xxx/
Daic7xxx_reg.h1427 #define STEP 0x04 macro
Daic7xxx.reg578 field STEP 0x04
Daic79xx_reg.h3482 #define STEP 0x04 macro
Daic79xx.c2679 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) | STEP); in ahd_clear_critical_section()
2699 ahd_outb(ahd, SEQCTL0, ahd_inb(ahd, SEQCTL0) & ~STEP); in ahd_clear_critical_section()
Daic79xx.reg3205 field STEP 0x04
Daic7xxx.c1495 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
/freebsd-10-stable/contrib/gcclibs/libgomp/
Dlibgomp.texi1222 a non-constant STEP, there isn't really. We're explicitly allowed
/freebsd-10-stable/contrib/ntp/
DNEWS33 [Bug 3480] Refclock sample filter not cleared on clock STEP <perlinger@ntp.org>
DChangeLog22 * [Bug 3480] Refclock sample filter not cleared on clock STEP <perlinger@ntp.org>

12