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

12

/external/openssl/crypto/bn/asm/
H A Ds390x.S331 #define c3 %r8 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
338 alcgr c3,zero
349 lghi c3,0
352 mul_add_c(0,0,c1,c2,c3);
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
361 mul_add_c(2,0,c3,c1,c2);
362 mul_add_c(1,1,c3,c1,c2);
363 mul_add_c(0,2,c3,c
[all...]
H A Dx86_64-gcc.c356 BN_ULONG c1,c2,c3; local
360 c3=0;
361 mul_add_c(a[0],b[0],c1,c2,c3);
364 mul_add_c(a[0],b[1],c2,c3,c1);
365 mul_add_c(a[1],b[0],c2,c3,c1);
368 mul_add_c(a[2],b[0],c3,c1,c2);
369 mul_add_c(a[1],b[1],c3,c1,c2);
370 mul_add_c(a[0],b[2],c3,c1,c2);
371 r[2]=c3;
372 c3
460 BN_ULONG c1,c2,c3; local
500 BN_ULONG c1,c2,c3; local
576 BN_ULONG c1,c2,c3; local
[all...]
H A Dpa-risc2W.s1005 c3 .reg %r3 label
1032 ADD,DC C3,%r0,C3 ; c3++
1062 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1069 LDO 1(C3),C3 ; bump c3 if overflow,nullify otherwise
1072 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1098 COPY %r0,c3
1116 SQR_ADD_C a0L,a0R,c1,c2,c3
1120 SQR_ADD_C2 a1L,a1R,a0L,a0R,c2,c3,c1
1124 SQR_ADD_C a1L,a1R,c3,c1,c2
1125 SQR_ADD_C2 a2L,a2R,a0L,a0R,c3,c
[all...]
H A Dpa-risc2.s1018 c3 .reg %r3 label
1045 ADD,DC C3,%r0,C3 ; c3++
1075 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1082 LDO 1(C3),C3 ; bump c3 if overflow,nullify otherwise
1085 ADD,DC C3,%r0,C3 ; add in carry (c3++)
1111 COPY %r0,c3
1129 SQR_ADD_C a0L,a0R,c1,c2,c3
1133 SQR_ADD_C2 a1L,a1R,a0L,a0R,c2,c3,c1
1137 SQR_ADD_C a1L,a1R,c3,c1,c2
1138 SQR_ADD_C2 a2L,a2R,a0L,a0R,c3,c
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/util/encoders/
H A DBase64Encoder.java250 private int decodeLastBlock(OutputStream out, char c1, char c2, char c3, char c4) argument
255 if (c3 == padding)
268 b3 = decodingTable[c3];
279 b3 = decodingTable[c3];
/external/chromium/third_party/icu/source/test/intltest/
H A Ditercoll.cpp130 RuleBasedCollator *c3 = NULL; local
131 c3 = new RuleBasedCollator((UnicodeString)"&a < b < c/aba < d < z < ch", status);
133 if (c3 == NULL || U_FAILURE(status))
136 delete c3;
141 iter = c3->createCollationElementIterator(source);
144 delete c3;
H A Dutxttest.cpp125 UChar32 c3 = 0xa000; local
143 s.append(c3++);
/external/icu4c/test/intltest/
H A Ditercoll.cpp130 RuleBasedCollator *c3 = NULL; local
131 c3 = new RuleBasedCollator((UnicodeString)"&a < b < c/aba < d < z < ch", status);
133 if (c3 == NULL || U_FAILURE(status))
136 delete c3;
141 iter = c3->createCollationElementIterator(source);
144 delete c3;
H A Dutxttest.cpp127 UChar32 c3 = 0xa000; local
145 s.append(c3++);
/external/openssl/crypto/bn/
H A Dbn_asm.c565 BN_ULONG c1,c2,c3; local
569 c3=0;
570 mul_add_c(a[0],b[0],c1,c2,c3);
573 mul_add_c(a[0],b[1],c2,c3,c1);
574 mul_add_c(a[1],b[0],c2,c3,c1);
577 mul_add_c(a[2],b[0],c3,c1,c2);
578 mul_add_c(a[1],b[1],c3,c1,c2);
579 mul_add_c(a[0],b[2],c3,c1,c2);
580 r[2]=c3;
581 c3
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
[all...]
/external/skia/src/core/
H A DSkEdgeClipper.cpp233 static bool chopMonoCubicAt(SkScalar c0, SkScalar c1, SkScalar c2, SkScalar c3, argument
235 // SkASSERT(c0 <= c1 && c1 <= c2 && c2 <= c3);
236 SkASSERT(c0 < target && target < c3);
239 SkScalar A = c3 + 3*(c1 - c2) - c0;
/external/webkit/JavaScriptCore/parser/
H A DLexer.h43 static UChar convertUnicode(int c1, int c2, int c3, int c4);
134 inline UChar Lexer::convertUnicode(int c1, int c2, int c3, int c4) argument
136 return (convertHex(c1, c2) << 8) | convertHex(c3, c4);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c369 EAS_U8 c1, c2,c3,c4; local
376 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c369 EAS_U8 c1, c2,c3,c4; local
376 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c400 EAS_U8 c1, c2,c3,c4; local
407 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
414 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
416 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/webkit/WebCore/loader/
H A DTextResourceDecoder.cpp427 unsigned char c3 = buf1Len ? (--buf1Len, *buf1++) : buf2Len ? (--buf2Len, *buf2++) : 0; local
432 if (c3 != 0 || c4 != 0) {
439 } else if (c1 == 0xEF && c2 == 0xBB && c3 == 0xBF) {
445 } else if (c1 == 0 && c2 == 0 && c3 == 0xFE && c4 == 0xFF) {
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcitertst.c424 UCollator *c1, *c2, *c3; local
493 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
496 if (c3 == NULL || U_FAILURE(status))
503 iter=ucol_openElements(c3, source, u_strlen(source), &status);
511 ucol_close(c3);
H A Dcucdtst.c1810 UChar32 start, end, c2, c3; local
1846 c3=u_charMirror(c2);
1847 if(c3!=start) {
1848 log_err("u_charMirror() does not roundtrip: U+%04lx->U+%04lx->U+%04lx\n", (long)start, (long)c2, (long)c3);
/external/icu4c/test/cintltst/
H A Dcitertst.c424 UCollator *c1, *c2, *c3; local
493 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
496 if (c3 == NULL || U_FAILURE(status))
503 iter=ucol_openElements(c3, source, u_strlen(source), &status);
511 ucol_close(c3);
H A Dcucdtst.c1819 UChar32 start, end, c2, c3; local
1855 c3=u_charMirror(c2);
1856 if(c3!=start) {
1857 log_err("u_charMirror() does not roundtrip: U+%04lx->U+%04lx->U+%04lx\n", (long)start, (long)c2, (long)c3);
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c1490 EAS_U8 c1, c2,c3,c4; local
1497 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
1504 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
1506 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
H A DEASLibVst.c1185 EAS_U8 c1, c2,c3,c4; local
1192 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
1199 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
1201 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
/external/webkit/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp79 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3)
86 // | a3, b3, c3 |
88 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3) argument
90 return a1 * determinant2x2(b2, b3, c2, c3)
91 - b1 * determinant2x2(a2, a3, c2, c3)
116 double c3 = m[2][2]; local
124 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4)
125 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
127 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
162 double c3 local
[all...]
/external/qemu/target-arm/
H A Dcpu.h120 uint32_t c3; /* MMU domain access control register member in struct:CPUARMState::__anon4988
/external/v8/src/
H A Druntime.cc1775 Char c3 = characters[second_digit_index]; local
1776 if ('0' <= c3 && c3 <= '9') { // Double digits.
1777 int double_digit_ref = capture_ref * 10 + c3 - '0';

Completed in 451 milliseconds

12