Searched refs:FF (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/file/tests/
H A DMakefile.am19 zstd-v0.2-FF.testfile \
20 zstd-v0.3-FF.testfile \
21 zstd-v0.4-FF.testfile \
22 zstd-v0.5-FF.testfile \
23 zstd-v0.6-FF.testfile \
35 zstd-v0.8-FF.testfile \
56 zstd-v0.2-FF.result \
57 zstd-v0.3-FF.result \
58 zstd-v0.4-FF.result \
59 zstd-v0.5-FF
[all...]
H A DMakefile.in310 zstd-v0.2-FF.testfile \
311 zstd-v0.3-FF.testfile \
312 zstd-v0.4-FF.testfile \
313 zstd-v0.5-FF.testfile \
314 zstd-v0.6-FF.testfile \
326 zstd-v0.8-FF.testfile \
347 zstd-v0.2-FF.result \
348 zstd-v0.3-FF.result \
349 zstd-v0.4-FF.result \
350 zstd-v0.5-FF
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md4.c95 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
98 #define FF(a, b, c, d, x, s) { \ macro
303 FF (a, b, c, d, x[ 0], S11); /* 1 */
304 FF (d, a, b, c, x[ 1], S12); /* 2 */
305 FF (c, d, a, b, x[ 2], S13); /* 3 */
306 FF (b, c, d, a, x[ 3], S14); /* 4 */
307 FF (a, b, c, d, x[ 4], S11); /* 5 */
308 FF (d, a, b, c, x[ 5], S12); /* 6 */
309 FF (c, d, a, b, x[ 6], S13); /* 7 */
310 FF (
[all...]
H A Dapr_md5.c119 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
122 #define FF(a, b, c, d, x, s, ac) { \ macro
355 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */
356 FF(d, a, b, c, x[1], S12, 0xe8c7b756); /* 2 */
357 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */
358 FF(b, c, d, a, x[3], S14, 0xc1bdceee); /* 4 */
359 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */
360 FF(d, a, b, c, x[5], S12, 0x4787c62a); /* 6 */
361 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */
362 FF(
[all...]
/freebsd-11-stable/contrib/opie/libopie/
H A Dmd4c.c83 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
86 #define FF(a, b, c, d, x, s) { \ macro
180 FF(a, b, c, d, x[0], S11); /* 1 */
181 FF(d, a, b, c, x[1], S12); /* 2 */
182 FF(c, d, a, b, x[2], S13); /* 3 */
183 FF(b, c, d, a, x[3], S14); /* 4 */
184 FF(a, b, c, d, x[4], S11); /* 5 */
185 FF(d, a, b, c, x[5], S12); /* 6 */
186 FF(c, d, a, b, x[6], S13); /* 7 */
187 FF(
[all...]
H A Dmd5c.c117 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
120 #define FF(a, b, c, d, x, s, ac) { \ macro
226 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */
227 FF(d, a, b, c, x[1], S12, 0xe8c7b756); /* 2 */
228 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */
229 FF(b, c, d, a, x[3], S14, 0xc1bdceee); /* 4 */
230 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */
231 FF(d, a, b, c, x[5], S12, 0x4787c62a); /* 6 */
232 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */
233 FF(
[all...]
/freebsd-11-stable/lib/libmd/
H A Dmd4c.c76 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
78 #define FF(a, b, c, d, x, s) { \ macro
197 FF (a, b, c, d, x[ 0], S11); /* 1 */
198 FF (d, a, b, c, x[ 1], S12); /* 2 */
199 FF (c, d, a, b, x[ 2], S13); /* 3 */
200 FF (b, c, d, a, x[ 3], S14); /* 4 */
201 FF (a, b, c, d, x[ 4], S11); /* 5 */
202 FF (d, a, b, c, x[ 5], S12); /* 6 */
203 FF (c, d, a, b, x[ 6], S13); /* 7 */
204 FF (
[all...]
H A Dmd5c.c103 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
106 #define FF(a, b, c, d, x, s, ac) { \ macro
247 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
248 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
249 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
250 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
251 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
252 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
253 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
254 FF (
[all...]
/freebsd-11-stable/sys/kern/
H A Dmd5c.c107 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
110 #define FF(a, b, c, d, x, s, ac) { \ macro
248 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
249 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
250 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
251 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
252 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
253 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
254 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
255 FF (
[all...]
H A Dmd4c.c76 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
78 #define FF(a, b, c, d, x, s) { \ macro
190 FF (a, b, c, d, x[ 0], S11); /* 1 */
191 FF (d, a, b, c, x[ 1], S12); /* 2 */
192 FF (c, d, a, b, x[ 2], S13); /* 3 */
193 FF (b, c, d, a, x[ 3], S14); /* 4 */
194 FF (a, b, c, d, x[ 4], S11); /* 5 */
195 FF (d, a, b, c, x[ 5], S12); /* 6 */
196 FF (c, d, a, b, x[ 6], S13); /* 7 */
197 FF (
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspecspec.c39 #define FF(a, b, c, d) \ macro
139 if (FF(n1, n2, F_CKSUM, cksum))
141 if (FF(n1, n2, F_GID, st_gid))
143 if (FF(n1, n2, F_GNAME, st_gid))
145 if (FF(n1, n2, F_MODE, st_mode))
147 if (FF(n1, n2, F_NLINK, st_nlink))
149 if (FF(n1, n2, F_SIZE, st_size))
155 if (FF(n1, n2, F_UID, st_uid))
157 if (FF(n1, n2, F_UNAME, st_uid))
167 if (FF(n
[all...]
/freebsd-11-stable/contrib/mtree/
H A Dspecspec.c48 #define FF(a, b, c, d) \ macro
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(n
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_hash.c75 * FF, GG, and HH are transformations for rounds 1, 2, and 3.
78 #define FF(a, b, c, d, x, s) { \ macro
110 FF(a, b, c, d, data[0], 3);
111 FF(d, a, b, c, data[1], 7);
112 FF(c, d, a, b, data[2], 11);
113 FF(b, c, d, a, data[3], 19);
114 FF(a, b, c, d, data[4], 3);
115 FF(d, a, b, c, data[5], 7);
116 FF(c, d, a, b, data[6], 11);
117 FF(
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dmd5.c80 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
82 #define FF(a, b, c, d, x, s, ac) \ macro
217 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
218 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
219 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
220 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
221 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
222 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
223 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
224 FF (
[all...]
/freebsd-11-stable/bin/pax/
H A Doptions.h59 #define FF 0x00000010 macro
109 #define BDCOPY (AF|BF|FF|OF|XF|CBF|CEF)
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h79 #define FF '\f' /* form feed */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp386 const auto *FF = cast<MCFillFragment>(this); local
387 OS << " Value:" << static_cast<unsigned>(FF->getValue())
388 << " ValueSize:" << static_cast<unsigned>(FF->getValueSize())
389 << " NumValues:" << FF->getNumValues();
H A DMCAssembler.cpp299 auto &FF = cast<MCFillFragment>(F); local
301 if (!FF.getNumValues().evaluateAsAbsolute(NumValues, Layout)) {
302 getContext().reportError(FF.getLoc(),
306 int64_t Size = NumValues * FF.getValueSize();
308 getContext().reportError(FF.getLoc(), "invalid number of bytes");
579 const MCFillFragment &FF = cast<MCFillFragment>(F); local
580 uint64_t V = FF.getValue();
581 unsigned VSize = FF.getValueSize();
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dautoopts.h64 #define FF '\f' macro
H A Dputshell.c99 case FF:
152 case FF: add_esc_ch('f'); break;
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l93 FF|ff|NP|np { number = 12; return TNUM; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp681 FunctionFarmer FF;
685 FF = create_OSAtomicCompareAndSwap;
687 FF = create_call_once;
689 FF = llvm::StringSwitch<FunctionFarmer>(Name)
695 if (FF) { Val = FF(C, D); }
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmd5.c260 /* #define FF(b, c, d) ((b & c) | (~b & d)) */
261 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
262 #define FG(b, c, d) FF (d, b, c)
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmd5.c260 /* #define FF(b, c, d) ((b & c) | (~b & d)) */
261 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
262 #define FG(b, c, d) FF (d, b, c)
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h90 MAP(FF, 127)

Completed in 145 milliseconds

12