| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | MD5.cpp | 57 #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/ |
| D | swab.c | 53 #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/ |
| D | fsaccess.c | 33 #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/ |
| D | fpu_mul.c | 165 #define STEP /* each 1-bit step of the multiplication */ \ macro 181 STEP; 189 STEP; 197 STEP; 203 STEP;
|
| /freebsd-10-stable/sys/powerpc/fpu/ |
| D | fpu_mul.c | 178 #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/ |
| D | fsaccess.c | 130 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/ |
| D | fsaccess.c | 67 bits <<= STEP; \ in isc_fsaccess_set() 69 bits <<= STEP; \ in isc_fsaccess_set()
|
| /freebsd-10-stable/contrib/ntp/sntp/ |
| D | sntp-opts.h | 205 # ifdef STEP 206 # warning undefining STEP due to option name conflict 207 # undef STEP 236 # undef STEP
|
| D | main.c | 279 (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/ |
| D | push.c | 146 #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/ |
| D | acpivar.h | 293 #define STEP(x) do {printf x, printf("\n"); cngetc();} while (0) macro 295 #define STEP(x) macro
|
| /freebsd-10-stable/contrib/gcc/ |
| D | tree-ssa-address.c | 87 #define TEMPL_IDX(SYMBOL, BASE, INDEX, STEP, OFFSET) \ argument 91 | ((STEP != 0) << 1) \
|
| D | tree.def | 947 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/ |
| D | packetHandling.c | 299 TEST_ASSERT_FALSE(ENABLED_OPT(STEP)); in test_HandleCorrectPacket()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | minimon.h | 141 #define STEP 12 macro
|
| /freebsd-10-stable/contrib/gcc/config/rs6000/ |
| D | altivec.h | 309 template <int STEP> class __altivec_bool_ret { };
|
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic7xxx_reg.h | 1427 #define STEP 0x04 macro
|
| D | aic7xxx.reg | 578 field STEP 0x04
|
| D | aic79xx_reg.h | 3482 #define STEP 0x04 macro
|
| D | aic79xx.c | 2679 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()
|
| D | aic79xx.reg | 3205 field STEP 0x04
|
| D | aic7xxx.c | 1495 ahc_outb(ahc, SEQCTL, ahc->seqctl | STEP); in ahc_clear_critical_section()
|
| /freebsd-10-stable/contrib/gcclibs/libgomp/ |
| D | libgomp.texi | 1222 a non-constant STEP, there isn't really. We're explicitly allowed
|
| /freebsd-10-stable/contrib/ntp/ |
| D | NEWS | 33 [Bug 3480] Refclock sample filter not cleared on clock STEP <perlinger@ntp.org>
|
| D | ChangeLog | 22 * [Bug 3480] Refclock sample filter not cleared on clock STEP <perlinger@ntp.org>
|