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

/external/qemu/include/android/
H A Ddynlink.h99 /* in user code, use FF(function_name) to invoke the
103 #ifndef FF
104 #define FF(name) (*_dynlink_##name) macro
/external/chromium_org/third_party/mesa/src/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/elfutils/0.153/lib/
H A Dsha1.c199 /* #define FF(b, c, d) ((b & c) | (~b & d)) */
200 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
263 e = CYCLIC (a, 5) + FF (b, c, d) + e + W (i) + K0; \
303 OP (16, FF, E, A, B, C, D, K0);
304 OP (17, FF, D, E, A, B, C, K0);
305 OP (18, FF, C, D, E, A, B, K0);
306 OP (19, FF, B, C, D, E, A, K0);
H A Dmd5.c286 /* #define FF(b, c, d) ((b & c) | (~b & d)) */
287 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
288 #define FG(b, c, d) FF (d, b, c)
337 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/chromium_org/third_party/pexpect/
H A Dscreen.py34 FF = 12 # Same as LF. variable
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js197 function FF(a,b,c,d,x,s,ac) { function
242 a = FF ( a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
243 d = FF ( d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */
244 c = FF ( c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
245 b = FF ( b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
246 a = FF ( a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
247 d = FF ( d, a, b, c, x[ 5], S12, 0x4787c62a); /* 6 */
248 c = FF ( c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
249 b = FF ( b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */
250 a = FF (
[all...]
/external/guava/guava/src/com/google/common/base/
H A DAscii.java176 public static final byte FF = 12; field in class:Ascii
/external/lldb/test/pexpect-2.4/
H A Dscreen.py18 FF = 12 # Same as LF. variable
/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/valgrind/main/coregrind/
H A Dm_stacktrace.c150 UInt FF; // unwind for which cache indicates FPUnwind can be used. member in struct:__anon32572
375 if (debug) unwind_case = "FF";
376 if (do_stats) stats.FF++;
428 "Ca %u FF %u "
434 stats.Ca, stats.FF,
/external/chromium_org/third_party/icu/source/common/
H A Duprops.h306 FF =0x000c, enumerator in enum:__anon12060
/external/icu/icu4c/source/common/
H A Duprops.h306 FF =0x000c, enumerator in enum:__anon21849
/external/llvm/lib/MC/
H A DMCAssembler.cpp734 const MCFillFragment &FF = cast<MCFillFragment>(F); local
736 assert(FF.getValueSize() && "Invalid virtual align in concrete fragment!");
738 for (uint64_t i = 0, e = FF.getSize() / FF.getValueSize(); i != e; ++i) {
739 switch (FF.getValueSize()) {
741 case 1: OW->Write8 (uint8_t (FF.getValue())); break;
742 case 2: OW->Write16(uint16_t(FF.getValue())); break;
743 case 4: OW->Write32(uint32_t(FF.getValue())); break;
744 case 8: OW->Write64(uint64_t(FF.getValue())); break;
1192 const MCFillFragment *FF local
[all...]
/external/llvm/include/llvm/Support/
H A DCommandLine.h1041 static void opt(FormattingFlags FF, Option &O) { O.setFormattingFlag(FF); } argument
/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/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 529 milliseconds