| /dragonfly/contrib/pam_passwdqc/ |
| HD | md4.c | 57 #define STEP(f, a, b, c, d, x, s) \ macro 117 STEP(F, a, b, c, d, SET(0), 3) in body() 118 STEP(F, d, a, b, c, SET(1), 7) in body() 119 STEP(F, c, d, a, b, SET(2), 11) in body() 120 STEP(F, b, c, d, a, SET(3), 19) in body() 121 STEP(F, a, b, c, d, SET(4), 3) in body() 122 STEP(F, d, a, b, c, SET(5), 7) in body() 123 STEP(F, c, d, a, b, SET(6), 11) in body() 124 STEP(F, b, c, d, a, SET(7), 19) in body() 125 STEP(F, a, b, c, d, SET(8), 3) in body() [all …]
|
| /dragonfly/lib/libc/string/ |
| HD | swab.c | 50 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp in swab() macro 53 STEP; in swab() 55 STEP; STEP; STEP; STEP; in swab() 56 STEP; STEP; STEP; STEP; in swab()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | internal-fn.h | 65 DEF(CHUNKS), DEF(STEP), DEF(OFFSET), DEF(BOUND)
|
| HD | tree-ssa-address.c | 96 #define TEMPL_IDX(AS, SYMBOL, BASE, INDEX, STEP, OFFSET) \ argument 101 | ((STEP != 0) << 1) \
|
| HD | tree.def | 1060 INDEX (register), STEP (integer constant), INDEX2 (register), 1061 The corresponding address is BASE + STEP * INDEX + INDEX2 + OFFSET. 1064 The type of STEP, INDEX and INDEX2 is sizetype.
|
| HD | rtl.def | 716 /* Creation of a vector in which element I has the value BASE + I * STEP, 717 where BASE is the first operand and STEP is the second. The result
|
| /dragonfly/sys/dev/acpica/ |
| HD | acpivar.h | 326 #define STEP(x) do {printf x, printf("\n"); cngetc();} while (0) macro 328 #define STEP(x) macro
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-ssa-address.c | 93 #define TEMPL_IDX(AS, SYMBOL, BASE, INDEX, STEP, OFFSET) \ argument 98 | ((STEP != 0) << 1) \
|
| HD | tree.def | 965 INDEX (register), STEP (integer constant), INDEX2 (register), 966 The corresponding address is BASE + STEP * INDEX + INDEX2 + OFFSET. 969 The type of STEP, INDEX and INDEX2 is sizetype.
|
| /dragonfly/nrelease/root/ |
| HD | README | 90 # OPTIONAL STEP: If your disk is already partitioned and you
|