/external/qemu/include/android/ |
dynlink.h | 99 /* in user code, use FF(function_name) to invoke the 103 #ifndef FF 104 #define FF(name) (*_dynlink_##name)
|
/external/elfutils/0.153/lib/ |
md5.c | 286 /* #define FF(b, c, d) ((b & c) | (~b & d)) */ 287 #define FF(b, c, d) (d ^ (b & (c ^ d))) 288 #define FG(b, c, d) FF (d, b, c) 337 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
|
sha1.c | 199 /* #define FF(b, c, d) ((b & c) | (~b & d)) */ 200 #define FF(b, c, d) (d ^ (b & (c ^ d))) 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);
|
/external/ppp/pppd/ |
md5.c | 73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */ 75 #define FF(a, b, c, d, x, s, ac) \ 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 ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 * [all...] |
/external/chromium_org/third_party/pexpect/ |
screen.py | 34 FF = 12 # Same as LF.
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
md5-1.js | 197 function FF(a,b,c,d,x,s,ac) { 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 ( a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 * [all...] |
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 176 public static final byte FF = 12;
|
/external/lldb/test/pexpect-2.4/ |
screen.py | 18 FF = 12 # Same as LF.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 17 FF = 0x0c # ^L 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 17 FF = 0x0c # ^L 42 "BS", "HT", "LF", "VT", "FF", "CR", "SO", "SI",
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Arrays2Test.java | 55 public void test_binarySearch$FF() {
|
ArraysTest.java | 178 public void test_binarySearch$FF() { 662 public void test_fill$FF() { [all...] |
/external/valgrind/main/coregrind/ |
m_stacktrace.c | 150 UInt FF; // unwind for which cache indicates FPUnwind can be used. 375 if (debug) unwind_case = "FF"; 376 if (do_stats) stats.FF++; 428 "Ca %u FF %u " 434 stats.Ca, stats.FF, [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uprops.h | 284 FF =0x000c,
|
/external/icu/icu4c/source/common/ |
uprops.h | 306 FF =0x000c,
|
/external/llvm/lib/MC/ |
MCAssembler.cpp | 734 const MCFillFragment &FF = cast<MCFillFragment>(F); 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; [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/owasp/sanitizer/distrib/lib/ |
guava.jar | |
/external/owasp/sanitizer/lib/guava-libraries/ |
guava.jar | |
/packages/services/Telecomm/libs/ |
guava.jar | |
/prebuilts/sdk/tools/lib/ |
guava-10.0.1.jar | |
lint.jar | |
lint_api.jar | |
lint_checks.jar | |