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

12

/freebsd-9.3-release/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-9.3-release/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-9.3-release/sys/kern/
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
193 FF (a, b, c, d, x[ 0], S11); /* 1 */
194 FF (d, a, b, c, x[ 1], S12); /* 2 */
195 FF (c, d, a, b, x[ 2], S13); /* 3 */
196 FF (b, c, d, a, x[ 3], S14); /* 4 */
197 FF (a, b, c, d, x[ 4], S11); /* 5 */
198 FF (d, a, b, c, x[ 5], S12); /* 6 */
199 FF (c, d, a, b, x[ 6], S13); /* 7 */
200 FF (
[all...]
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
250 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
251 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
252 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
253 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
254 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
255 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
256 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
257 FF (
[all...]
/freebsd-9.3-release/usr.bin/yacc/
H A Ddefs.h70 #define FF '\f' /* form feed */ macro
/freebsd-9.3-release/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-9.3-release/usr.sbin/mtree/
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-9.3-release/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-9.3-release/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
221 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
222 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
223 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
224 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
225 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
226 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
227 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
228 FF (
[all...]
/freebsd-9.3-release/sys/netncp/
H A Dncp_crypt.c171 /* FF, GG and HH are transformations for rounds 1, 2 and 3 */
173 #define FF(a, b, c, d, x, s) { \ macro
196 FF (a, b, c, d, x[ 0], S11); /* 1 */
197 FF (d, a, b, c, x[ 1], S12); /* 2 */
198 FF (c, d, a, b, x[ 2], S13); /* 3 */
199 FF (b, c, d, a, x[ 3], S14); /* 4 */
200 FF (a, b, c, d, x[ 4], S11); /* 5 */
201 FF (d, a, b, c, x[ 5], S12); /* 6 */
202 FF (c, d, a, b, x[ 6], S13); /* 7 */
203 FF (
[all...]
/freebsd-9.3-release/bin/pax/
H A Doptions.h59 #define FF 0x00000010 macro
109 #define BDCOPY (AF|BF|FF|OF|XF|CBF|CEF)
H A Doptions.c234 flg |= FF;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp360 FunctionFarmer FF;
364 FF = create_OSAtomicCompareAndSwap;
367 FF = llvm::StringSwitch<FunctionFarmer>(Name)
373 if (FF) { Val = FF(C, D); }
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCAssembler.cpp637 const MCFillFragment &FF = cast<MCFillFragment>(F); local
639 assert(FF.getValueSize() && "Invalid virtual align in concrete fragment!");
641 for (uint64_t i = 0, e = FF.getSize() / FF.getValueSize(); i != e; ++i) {
642 switch (FF.getValueSize()) {
644 case 1: OW->Write8 (uint8_t (FF.getValue())); break;
645 case 2: OW->Write16(uint16_t(FF.getValue())); break;
646 case 4: OW->Write32(uint32_t(FF.getValue())); break;
647 case 8: OW->Write64(uint64_t(FF.getValue())); break;
1086 const MCFillFragment *FF local
[all...]
/freebsd-9.3-release/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-9.3-release/usr.sbin/kbdcontrol/
H A Dlex.l90 FF|ff|NP|np { number = 12; return TNUM; }
/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c143 FF, /* for 287 instructions */ enumerator in enum:__anon6107
1782 /* [0,0] */ TNS("fadd",FF), TNS("fmul",FF), TNS("fcom",F), TNS("fcomp",F),
1783 /* [0,4] */ TNS("fsub",FF), TNS("fsubr",FF), TNS("fdiv",FF), TNS("fdivr",FF),
1794 /* [4,0] */ TNS("fadd",FF), TNS("fmul",FF), TNS("fcom",F), TNS("fcomp",F),
1795 /* [4,4] */ TNS("fsub",FF), TN
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h1034 static void opt(FormattingFlags FF, Option &O) { O.setFormattingFlag(FF); } argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2411 uint64_t FF;
2414 case MVT::i8 : FF = 0x43800000ULL; break; // 2^8 (as a float)
2415 case MVT::i16: FF = 0x47800000ULL; break; // 2^16 (as a float)
2416 case MVT::i32: FF = 0x4F800000ULL; break; // 2^32 (as a float)
2417 case MVT::i64: FF = 0x5F800000ULL; break; // 2^64 (as a float)
2419 if (TLI.isLittleEndian()) FF <<= 32;
2421 Type::getInt64Ty(*DAG.getContext()), FF);
H A DLegalizeIntegerTypes.cpp2818 APInt FF(32, 0);
2820 FF = APInt(32, F32TwoE32);
2822 FF = APInt(32, F32TwoE64);
2824 FF = APInt(32, F32TwoE128);
2836 // Build a 64 bit pair (0, FF) in the constant pool, with FF in the lo bits.
2838 ConstantInt::get(*DAG.getContext(), FF.zext(64)),
2841 // Get a pointer to FF if the sign bit was set, or to 0 otherwise.

Completed in 183 milliseconds

12