/src/common/lib/libc/md/ |
md4c.c | 103 * FF, GG and HH are transformations for rounds 1, 2 and 3. 106 #define FF(a, b, c, d, x, s) { \ 231 FF (a, b, c, d, x[ 0], S11); /* 1 */ 232 FF (d, a, b, c, x[ 1], S12); /* 2 */ 233 FF (c, d, a, b, x[ 2], S13); /* 3 */ 234 FF (b, c, d, a, x[ 3], S14); /* 4 */ 235 FF (a, b, c, d, x[ 4], S11); /* 5 */ 236 FF (d, a, b, c, x[ 5], S12); /* 6 */ 237 FF (c, d, a, b, x[ 6], S13); /* 7 */ 238 FF (b, c, d, a, x[ 7], S14); /* 8 * [all...] |
md5c.c | 147 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4. 150 #define FF(a, b, c, d, x, s, ac) { \ 277 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ 278 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ 279 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ 280 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ 281 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */ 282 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */ 283 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ 284 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 * [all...] |
/src/sys/ufs/ext2fs/ |
ext2fs_hash.c | 73 * FF, GG, and HH are transformations for rounds 1, 2, and 3. 76 #define FF(a, b, c, d, x, s) { \ 181 FF(a, b, c, d, data[0], 3); 182 FF(d, a, b, c, data[1], 7); 183 FF(c, d, a, b, data[2], 11); 184 FF(b, c, d, a, data[3], 19); 185 FF(a, b, c, d, data[4], 3); 186 FF(d, a, b, c, data[5], 7); 187 FF(c, d, a, b, data[6], 11); 188 FF(b, c, d, a, data[7], 19) [all...] |
/src/usr.sbin/mtree/ |
specspec.c | 48 #define FF(a, b, c, d) \ 152 if (FF(n1, n2, F_CKSUM, cksum)) 154 if (FF(n1, n2, F_GID, st_gid)) 156 if (FF(n1, n2, F_GNAME, st_gid)) 158 if (FF(n1, n2, F_MODE, st_mode)) 160 if (FF(n1, n2, F_NLINK, st_nlink)) 162 if (FF(n1, n2, F_SIZE, st_size)) 168 if (FF(n1, n2, F_UID, st_uid)) 170 if (FF(n1, n2, F_UNAME, st_uid)) 184 if (FF(n1, n2, F_FLAGS, st_flags) [all...] |
/src/bin/pax/ |
options.h | 62 #define FF 0x000000010ULL 115 #define BDCOPY (AF|BF|FF|OF|XF|CAF|CBF|CEF)
|
options.c | 333 flg |= FF;
|
/src/sys/arch/amiga/dev/ |
kbdmap.h | 44 #define FF 12
|
ite.c | 2055 case FF: /* so is FF */
|
/src/sys/arch/atari/dev/ |
kbdmap.h | 48 #define FF 12
|
ite.c | 2186 case FF: /* so is FF */
|
/src/usr.bin/fpr/ |
fpr.c | 55 #define FF '\f' 114 cc = FF; 147 cc = FF; 248 case FF:
|
/src/usr.sbin/lpr/common_source/ |
lp.h | 45 extern const char *FF; /* form feed string */ 72 extern long SF; /* suppress FF on each print job */
|
common.c | 76 const char *FF; /* form feed string */ 103 long SF; /* suppress FF on each print job */
|
/src/sys/arch/x68k/include/ |
kbdmap.h | 18 #define FF 12
|
/src/sys/arch/x68k/usr.bin/loadkmap/ |
kbdmap.h | 15 #define FF 12
|
/src/usr.sbin/lpr/lpd/ |
printjob.c | 312 (void)write(ofd, FF, strlen(FF)); 561 (void)write(ofd, FF, strlen(FF)); 1019 (void)write(ofd, FF, strlen(FF)); 1047 (void)write(ofd, FF, strlen(FF)); 1268 FF = cgetstr(bp, "ff", &s) == -1 ? DEFFF : s [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/ |
tegra186-p3509-0000+p3636-0001.dts | 365 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 0) 376 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 1) 385 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 2)
|
tegra186-p2771-0000.dts | 1016 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 0) 1027 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 1) 1036 gpios = <&gpio_aon TEGRA186_AON_GPIO(FF, 2)
|
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
FuzzerLoop.cpp | 342 if (size_t FF = Corpus.NumInputsThatTouchFocusFunction()) 343 Printf(" focus: %zd", FF);
|
/src/sys/arch/luna68k/dev/xplx/ |
xplx.asm | 38 ; NC: not connected (00 or FF or image readable, maybe) 41 ; 0000 00FF SH RESET/RST etc. 42 ; 0100 01FF SH shared variables 49 ; F000 FDFF NC bus error (00 or FF)
|
/src/common/dist/zlib/contrib/ada/ |
zlib.adb | 614 Item (J) := Stream_Element (D and 16#FF#);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
qrb5165-rb5.dts | 1077 "GPIO-FF",
|
/src/sys/arch/x68k/dev/ |
ite.c | 2242 case FF: /* so is FF */ 2767 ' ', /* 0x63 FF */
|
/src/libexec/ld.aout_so/ |
ld.so.i386.uue | 1210 M`,!B``"N8@``FF(``(=B``!M8@``5F(``$1B```X8@``(F(``!9B```*8@``
|
/src/share/terminfo/ |
terminfo | 313 bel=^G, cr=\r, cub1=^H, cud1=\n, ff=^L, ind=\n, 10143 ff=\E&p4u0C, mc0=\EH\E&p4dF, mc4=\E&p13C, mc5=\E&p11C, 13313 cuu1=^K, ff=^L, 13339 cuu1=^K, ff=^L, 14296 el=\E[0K, el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, ht=^I, 14330 el1=\E[1K, enacs=\E(B\E)1, ff=^L, home=\E[H, 14427 ff=^L, hpa=\E[%p1%d`, ht=^I, is1=\Ec, is2=\E[20l\r, 15659 # Cursor forward FF 15758 cup=\E[%i%p1%2d;%p2%2dH, cuu1=\E[A, ed=\EJ, el=\EK, ff=^L, 16873 ed=^^FF, use=d200-dg [all...] |