Searched defs:FF (Results 1 - 25 of 30) sorted by relevance

12

/external/libvncserver/common/
H A Dmd5.c287 /* #define FF(b, c, d) ((b & c) | (~b & d)) */
288 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
289 #define FG(b, c, d) FF (d, b, c)
338 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp199 lp_func_delete_body(LLVMValueRef FF) argument
201 llvm::Function *func = llvm::unwrap<llvm::Function>(FF);
/external/ppp/pppd/
H A Dmd5.c73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
75 #define FF(a, b, c, d, x, s, ac) \ macro
214 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
215 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
216 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
217 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
218 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
219 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
220 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
221 FF (
[all...]
/external/dng_sdk/source/
H A Ddng_fingerprint.h227 // FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
234 static inline void FF (uint32 &a, function in class:dng_md5_printer
/external/elfutils/lib/
H A Dmd5.c276 /* #define FF(b, c, d) ((b & c) | (~b & d)) */
277 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
278 #define FG(b, c, d) FF (d, b, c)
324 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
H A Dsha1.c194 /* #define FF(b, c, d) ((b & c) | (~b & d)) */
195 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
255 e = CYCLIC (a, 5) + FF (b, c, d) + e + W (i) + K0; \
295 OP (16, FF, E, A, B, C, D, K0);
296 OP (17, FF, D, E, A, B, C, K0);
297 OP (18, FF, C, D, E, A, B, K0);
298 OP (19, FF, B, C, D, E, A, K0);
/external/guava/guava/src/com/google/common/base/
H A DAscii.java181 public static final byte FF = 12; field in class:Ascii
/external/libjpeg-turbo/md5/
H A Dmd5.c97 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
100 #define FF(a, b, c, d, x, s, ac) { \ macro
241 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
242 FF (d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
243 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
244 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
245 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
246 FF (d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
247 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
248 FF (
[all...]
/external/llvm/lib/MC/
H A DMCFragment.cpp393 const MCFillFragment *FF = cast<MCFillFragment>(this); local
394 OS << " Value:" << FF->getValue() << " Size:" << FF->getSize();
H A DMCAssembler.cpp495 const MCFillFragment &FF = cast<MCFillFragment>(F); local
496 uint8_t V = FF.getValue();
503 uint64_t Size = FF.getSize();
/external/syslinux/com32/libutil/
H A Dmd5.c54 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
57 #define FF(a, b, c, d, x, s, ac) { \ macro
183 FF(a, b, c, d, x[0], S11, 0xd76aa478); /* 1 */
184 FF(d, a, b, c, x[1], S12, 0xe8c7b756); /* 2 */
185 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */
186 FF(b, c, d, a, x[3], S14, 0xc1bdceee); /* 4 */
187 FF(a, b, c, d, x[4], S11, 0xf57c0faf); /* 5 */
188 FF(d, a, b, c, x[5], S12, 0x4787c62a); /* 6 */
189 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */
190 FF(
[all...]
/external/syslinux/core/lwip/src/netif/ppp/
H A Dmd5.c81 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
83 #define FF(a, b, c, d, x, s, ac) \ macro
229 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */
230 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */
231 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
232 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
233 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */
234 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */
235 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
236 FF (
[all...]
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c148 double EE, double FF, double GG, double HH,
151 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
146 MathFunc(double X, double Y, double Z, double AA, double BB, double CC, double DD, double EE, double FF, double GG, double HH, double aAA, double aBB, double aCC, double aDD, double aEE, double aFF) argument
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCAssembler.cpp443 MCFillFragment &FF = cast<MCFillFragment>(F); local
445 assert(FF.getValueSize() && "Invalid virtual align in concrete fragment!");
447 for (uint64_t i = 0, e = FF.getSize() / FF.getValueSize(); i != e; ++i) {
448 switch (FF.getValueSize()) {
451 case 1: OW->Write8 (uint8_t (FF.getValue())); break;
452 case 2: OW->Write16(uint16_t(FF.getValue())); break;
453 case 4: OW->Write32(uint32_t(FF.getValue())); break;
454 case 8: OW->Write64(uint64_t(FF.getValue())); break;
891 const MCFillFragment *FF local
[all...]
/external/valgrind/coregrind/
H A Dm_stacktrace.c170 UInt FF; // unwind for which cache indicates FPUnwind can be used. member in struct:__anon23036
407 if (debug) unwind_case = "FF";
408 if (do_stats) stats.FF++;
461 "Ca %u FF %u "
467 stats.Ca, stats.FF,
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp81 struct FF : AA, virtual BB {}; struct in namespace:destructor_tests
98 FF f;
114 const FF& ff = FF();
/external/icu/icu4c/source/common/
H A Duprops.h323 FF =0x000c, enumerator in enum:__anon7285
/external/pcre/dist2/src/
H A Dpcre2_dfa_match.c3179 #define FF (PCRE2_NOTEMPTY_SET|PCRE2_NE_ATST_SET) macro
3181 options |= (re->flags & FF) / ((FF & (~FF+1)) / (OO & (~OO+1)));
3182 #undef FF macro
H A Dpcre2_match.c6520 #define FF (PCRE2_NOTEMPTY_SET|PCRE2_NE_ATST_SET) macro
6522 options |= (re->flags & FF) / ((FF & (~FF+1)) / (OO & (~OO+1)));
6523 #undef FF macro
/external/llvm/include/llvm/Support/
H A DCommandLine.h1130 static void opt(FormattingFlags FF, Option &O) { O.setFormattingFlag(FF); } argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h1005 static void opt(FormattingFlags FF, Option &O) { O.setFormattingFlag(FF); } argument
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4646 SDValue FF = DAG.getNode(ARMISD::VMOVIMM, dl, VT, local
4648 Bits = DAG.getNode(ISD::ADD, dl, VT, LSB, FF);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 721 milliseconds

12