Searched defs:c3 (Results 26 - 50 of 193) sorted by relevance

12345678

/external/python/cpython2/Modules/cjkcodecs/
H A D_codecs_jp.c262 unsigned char c2, c3; local
266 c3 = IN3 ^ 0x80;
269 EMULATE_JISX0213_2000_DECODE_PLANE2(**outbuf, c2, c3)
270 else TRYMAP_DEC(jisx0213_2_bmp, **outbuf, c2, c3) ;
271 else TRYMAP_DEC(jisx0213_2_emp, code, c2, c3) {
276 else TRYMAP_DEC(jisx0212, **outbuf, c2, c3) ;
394 unsigned char c2, c3; local
398 c3 = IN3;
400 TRYMAP_DEC(jisx0212, **outbuf, c2 ^ 0x80, c3 ^ 0x80) {
/external/python/cpython3/Modules/cjkcodecs/
H A D_codecs_cn.c276 unsigned char c3, c4; local
280 c3 = INBYTE3;
282 if (c < 0x81 || c3 < 0x81 || c4 < 0x30 || c4 > 0x39)
285 c3 -= 0x81; c4 -= 0x30;
289 (Py_UCS4)c3 * 10 + c4;
301 * 1260 + (Py_UCS4)c3 * 10 + c4;
H A D_codecs_jp.c267 unsigned char c2, c3; local
271 c3 = INBYTE3 ^ 0x80;
274 EMULATE_JISX0213_2000_DECODE_PLANE2(writer, c2, c3)
275 else if (TRYMAP_DEC(jisx0213_2_bmp, decoded, c2, c3))
277 else if (TRYMAP_DEC(jisx0213_2_emp, code, c2, c3)) {
282 else if (TRYMAP_DEC(jisx0212, decoded, c2, c3))
408 unsigned char c2, c3; local
412 c3 = INBYTE3;
414 if (TRYMAP_DEC(jisx0212, decoded, c2 ^ 0x80, c3 ^ 0x80)) {
/external/tensorflow/tensorflow/compiler/xla/
H A Dutil_test.cc45 std::vector<int> c3 = {}; local
54 EXPECT_FALSE(ContainersEqual(c1, c3));
55 EXPECT_FALSE(ContainersEqual(c3, c1));
/external/valgrind/massif/tests/
H A Dalloc-fns.c14 void c3(int n) { c4(n); } function
15 void c2(int n) { c3(n); }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DBase64Encoder.java268 private int decodeLastBlock(OutputStream out, char c1, char c2, char c3, char c4) argument
273 if (c3 == padding)
296 b3 = decodingTable[c3];
312 b3 = decodingTable[c3];
/external/clang/test/CXX/class.derived/class.virtual/
H A Dp3-0x.cpp131 A<double>::C c3; member in namespace:MemberOfUnknownSpecialization
/external/clang/test/CodeGenCXX/
H A Dlto-visibility-inference.cpp68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, argument
78 c3->f();
H A Dglobal-init.cpp179 const int c3 = C().n; member in namespace:test7
/external/clang/test/Lexer/
H A Dms-extensions.c18 __complex float c3 = 1.0if; variable
/external/clang/test/Misc/
H A Ddiag-aka-types.cpp14 char c3 = aut; // expected-error{{from 'X' to 'char'}} variable
/external/clang/test/OpenMP/
H A Ddeclare_target_ast_print.cpp110 int c1, c2, c3; variable
113 #pragma omp declare target link(c1) link(c2), link(c3, f3)
121 // CHECK: int c3;
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dcopyfmt.pass.cpp129 char c1, c2, c3; local
132 ios1.pword(2) = &c3;
H A Dswap.pass.cpp89 char c1, c2, c3; local
92 ios1.pword(2) = &c3;
162 assert(ios2.pword(2) == &c3);
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct32x32_add_neon.c32 const int16x8_t c3 = vminq_s16(b3, max); local
36 vst1q_u16(*dest + 24, vreinterpretq_u16_s16(c3));
54 const uint16x8_t c3 = vqshluq_n_s16(b3, 0); local
58 vst1q_u16(*dest + 24, c3);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
H A D2-2.c87 3: NULL NULL c3 (8)
124 void c3(void) function
245 ret = pthread_atfork(NULL, NULL, c3);
/external/pdfium/fxbarcode/datamatrix/
H A DBC_EdifactEncoder.cpp43 wchar_t c3 = len >= 3 ? sb[startPos + 2] : 0; local
45 int32_t v = (c1 << 18) + (c2 << 12) + (c3 << 6) + c4;
/external/skia/src/shaders/gradients/
H A DSk4fGradientPriv.h84 const Sk4f& c2, const Sk4f& c3,
90 Sk4f_ToBytes((uint8_t*)dst, c0, c1, c2, c3);
95 store(c3, dst + 3, bias1);
125 const Sk4f& c2, const Sk4f& c3,
131 store(c3, dst + 3, bias1);
83 store4x(const Sk4f& c0, const Sk4f& c1, const Sk4f& c2, const Sk4f& c3, SkPMColor* dst, const Sk4f& bias0, const Sk4f& bias1) argument
124 store4x(const Sk4f& c0, const Sk4f& c1, const Sk4f& c2, const Sk4f& c3, SkPM4f* dst, const Sk4f& bias0, const Sk4f& bias1) argument
/external/skqp/src/shaders/gradients/
H A DSk4fGradientPriv.h84 const Sk4f& c2, const Sk4f& c3,
90 Sk4f_ToBytes((uint8_t*)dst, c0, c1, c2, c3);
95 store(c3, dst + 3, bias1);
125 const Sk4f& c2, const Sk4f& c3,
131 store(c3, dst + 3, bias1);
83 store4x(const Sk4f& c0, const Sk4f& c1, const Sk4f& c2, const Sk4f& c3, SkPMColor* dst, const Sk4f& bias0, const Sk4f& bias1) argument
124 store4x(const Sk4f& c0, const Sk4f& c1, const Sk4f& c2, const Sk4f& c3, SkPM4f* dst, const Sk4f& bias0, const Sk4f& bias1) argument
/external/tensorflow/tensorflow/cc/ops/
H A Dconst_op_test.cc78 auto c3 = ops::Const(root, {{{}, {}}}); local
80 ExpectTypeAndShape(c3.node(), DT_FLOAT, {1, 2, 0});
/external/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c288 BN_ULONG c1, c2, c3; local
292 c3 = 0;
293 mul_add_c(a[0], b[0], c1, c2, c3);
296 mul_add_c(a[0], b[1], c2, c3, c1);
297 mul_add_c(a[1], b[0], c2, c3, c1);
300 mul_add_c(a[2], b[0], c3, c1, c2);
301 mul_add_c(a[1], b[1], c3, c1, c2);
302 mul_add_c(a[0], b[2], c3, c1, c2);
303 r[2] = c3;
304 c3
390 BN_ULONG c1, c2, c3; local
428 BN_ULONG c1, c2, c3; local
502 BN_ULONG c1, c2, c3; local
[all...]
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dgeneric.c458 BN_ULONG c1, c2, c3; local
462 c3 = 0;
463 mul_add_c(a[0], b[0], c1, c2, c3);
466 mul_add_c(a[0], b[1], c2, c3, c1);
467 mul_add_c(a[1], b[0], c2, c3, c1);
470 mul_add_c(a[2], b[0], c3, c1, c2);
471 mul_add_c(a[1], b[1], c3, c1, c2);
472 mul_add_c(a[0], b[2], c3, c1, c2);
473 r[2] = c3;
474 c3
560 BN_ULONG c1, c2, c3; local
598 BN_ULONG c1, c2, c3; local
672 BN_ULONG c1, c2, c3; local
[all...]
/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp46 constexpr Constexpr3 c3 = Constexpr3(); // ok variable
/external/clang/test/CodeGen/
H A Darm-abi-vector.c43 __int2 c3 = va_arg(ap, __int2); local
44 sum = sum + c3.x + c3.y;
75 __char3 c3 = va_arg(ap, __char3); local
76 sum = sum + c3.x + c3.y;
231 __short3 c3 = va_arg(ap, __short3); local
232 sum = sum + c3.x + c3.y;
315 StructWithVec c3 local
[all...]
/external/clang/test/Sema/
H A Dstring-init.c23 char16_t c3[] = u"a"; // No error. local

Completed in 1451 milliseconds

12345678