HomeSort by relevance Sort by last modified time
    Searched defs:c3 (Results 51 - 75 of 367) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/valgrind/massif/tests/
alloc-fns.c 14 void c3(int n) { c4(n); } function
15 void c2(int n) { c3(n); }
  /prebuilts/go/darwin-x86/test/
nowritebarrier.go 48 c3()
51 func c3() { func
shift1.go 46 c3 = complex(1<<s, 0) // ERROR "invalid|shift of type float64"
44 c3 = complex(1<<s, 0) \/\/ ERROR "invalid|shift of type float64" var
  /prebuilts/go/linux-x86/test/
nowritebarrier.go 48 c3()
51 func c3() { func
shift1.go 46 c3 = complex(1<<s, 0) // ERROR "invalid|shift of type float64"
44 c3 = complex(1<<s, 0) \/\/ ERROR "invalid|shift of type float64" var
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 129 char c1, c2, c3; local
132 ios1.pword(2) = &c3;
swap.pass.cpp 89 char c1, c2, c3; local
92 ios1.pword(2) = &c3;
162 assert(ios2.pword(2) == &c3);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
common_test_1.c 39 int c3[30]; variable
57 assert (c4 > c3);
58 assert (c3 > c2);
common_test_1_v1.c 42 int c3[30]; variable
61 assert (c4 < c3);
62 assert (c3 < c2);
common_test_1_v2.c 39 int c3[30]; variable
59 assert (c4 != c3);
60 assert (c3 != c2);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 77 Cursor c3 = resolver.query(MccSidConflicts.CONTENT_URI, projection3, local
84 if (c3 != null) {
85 int c3Counter = c3.getCount();
88 Rlog.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3);
90 if (DBG) Rlog.d(LOG_TAG, "Query conflict sid returned the cursor " + c3);
91 c3.moveToFirst();
92 tmpMcc = c3.getInt(0);
103 c3.close();
106 c3.close();
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86_64-gcc.c 288 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 = 0
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/
generic.c 458 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 = 0
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/class.derived/class.virtual/
p3-0x.cpp 131 A<double>::C c3; member in namespace:MemberOfUnknownSpecialization
  /external/clang/test/Lexer/
ms-extensions.c 18 __complex float c3 = 1.0if; variable
  /external/clang/test/Misc/
diag-aka-types.cpp 14 char c3 = aut; // expected-error{{from 'X' to 'char'}} variable
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
swap.pass.cpp 89 char c1, c2, c3; local
92 ios1.pword(2) = &c3;
162 assert(ios2.pword(2) == &c3);
  /external/libvpx/libvpx/vpx_dsp/arm/
hadamard_neon.c 34 const int16x8_t c3 = vsubq_s16(b1, b3); local
44 *a4 = vaddq_s16(c3, c7);
45 *a5 = vsubq_s16(c3, c7);
107 const int16x8_t c3 = vsubq_s16(b1, b3); local
112 store_s16q_to_tran_low(coeff + 192, c3);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
2-2.c 87 3: NULL NULL c3 (8)
124 void c3(void) function
245 ret = pthread_atfork(NULL, NULL, c3);
  /external/pdfium/fxbarcode/datamatrix/
BC_C40Encoder.cpp 37 wchar_t c3 = sb[startPos + 2]; local
38 int32_t v = (1600 * c1) + (40 * c2) + c3 + 1;
BC_EdifactEncoder.cpp 43 wchar_t c3 = len >= 3 ? sb[startPos + 2] : 0; local
45 int32_t v = (c1 << 18) + (c2 << 12) + (c3 << 6) + c4;
  /external/v8/src/runtime/
runtime-regexp.cc 163 Char c3 = characters[second_digit_index]; variable
164 if ('0' <= c3 && c3 <= '9') { // Double digits.
165 int double_digit_ref = capture_ref * 10 + c3 - '0';
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.h 56 ColorFract(float c1, float c2, float c3): _c1(c1), _c2(c2), _c3(c3) {};
59 float c3(void) const { return _c3; } function in class:ColorFract
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug249.go 11 var c3 <- chan chan int = (<-chan (chan int))(nil) var
  /prebuilts/go/linux-x86/test/fixedbugs/
bug249.go 11 var c3 <- chan chan int = (<-chan (chan int))(nil) var

Completed in 510 milliseconds

1 23 4 5 6 7 8 91011>>