HomeSort by relevance Sort by last modified time
    Searched refs:xc (Results 1 - 25 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
visibility-hidden-extern-templates.cpp 16 void test_X(X<int> xi, X<char> xc) {
22 xc.f();
24 xc.g();
  /external/clang/test/Sema/
anonymous-struct-union.c 24 void test_unqual_references(struct X x, const struct X xc) {
32 xc.d = 0.0; // expected-error{{read-only variable is not assignable}}
33 xc.f = 0; // expected-error{{read-only variable is not assignable}}
34 xc.a = 0; // expected-error{{read-only variable is not assignable}}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cuda.h 18 #define CUDA_SET_PRAM 0xc
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 18 #define CUDA_SET_PRAM 0xc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cuda.h 18 #define CUDA_SET_PRAM 0xc
  /external/clang/test/SemaCXX/
anonymous-union.cpp 48 void test_unqual_references(X x, const X xc) {
56 xc.d = 0.0;
57 xc.f = 0; // expected-error{{read-only variable is not assignable}}
58 xc.a = 0; // expected-error{{read-only variable is not assignable}}
overload-call-copycon.cpp 8 void test_copycon(X x, X const xc, X volatile xv) {
10 int& i2 = copycon(xc);
overload-member-call.cpp 39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) {
40 int& i1 = xc.f(0);
47 int& i3 = xc.g(0);
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 40 public mySSLSession(X509Certificate[] xc) {
42 xCerts = xc;
45 public mySSLSession(Certificate[] xc) throws CertificateEncodingException, CertificateException {
46 certs = xc;
47 xCerts = new X509Certificate[xc.length];
49 for (Certificate cert : xc) {
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_copy_tmp.h 63 COPY_FUNC( 0xc )
82 _mesa_copy_tab[0xc] = TAG2(copy, 0xc);
  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 63 COPY_FUNC( 0xc )
82 _mesa_copy_tab[0xc] = TAG2(copy, 0xc);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DeblockLuma_I.S 18 SUB sp,sp,#0xc
41 ADD sp,sp,#0xc
62 ADD sp,sp,#0xc
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S 21 LDR r11,[r0,#0xc]
55 LDR r11,[r0,#0xc]
77 LDR r11,[r0,#0xc]
  /ndk/sources/android/support/src/musl-multibyte/
internal.c 28 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf),
30 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf),
32 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
es1688.h 62 #define e_s_s_ESS1688WRITE 0xc
63 #define e_s_s_ESS1688COMMAND 0xc
64 #define e_s_s_ESS1688STATUS 0xc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
es1688.h 62 #define e_s_s_ESS1688WRITE 0xc
63 #define e_s_s_ESS1688COMMAND 0xc
64 #define e_s_s_ESS1688STATUS 0xc
  /external/libexif/libexif/canon/
mnote-canon-tag.h 42 MNOTE_CANON_TAG_SERIAL_NUMBER = 0xc,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 38 BRIGHT_GREEN(0xc),
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_tab.cpp 198 {0x8, 1, 1, 7}, {0x7, 1, 1, 7}, {0x6, 1, 1, 7}, {0x5, 1, 1, 7}, {0xc, 1, 0, 7}, {0xb, 1, 0, 7},
232 {0xc, 1, 1, 8}, {0xc, 1, 1, 8}, {0xc, 1, 1, 8}, {0xc, 1, 1, 8}, {0xb, 1, 1, 8}, {0xb, 1, 1, 8},
252 {0x1, 4, 0, 10}, {0x1, 4, 0, 10}, {0x0, 0xc, 0, 11}, {0x0, 0xc, 0, 11}, {0x1, 5, 0, 11}, {0x1, 5, 0, 11},
303 {0xd, 1, 1, 9}, {0xd, 1, 1, 9}, {0xc, 1, 1, 9}, {0xc, 1, 1, 9},
306 {0xc, 1, 0, 9}, {0xc, 1, 0, 9}, {0xb, 1, 0, 9}, {0xb, 1, 0, 9}
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 31 0xff, 0x8, 0x8, 0x8, 0x8, 0xa, 0xc, 0xe,
36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Lookup_Tables.c 31 0xff, 0x8, 0x8, 0x8, 0x8, 0xa, 0xc, 0xe,
36 0xa, 0xb, 0xb, 0xc, 0xc, 0xd, 0xd, 0xe,
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 286 uint32_t* xc; local
306 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
307 *xc = 0;
317 xc = xc0;
320 z = *x++ * (unsigned long long)y + *xc + carry;
322 *xc++ = (uint32_t)z & 0xffffffffUL;
324 *xc = (uint32_t)carry
493 uint32_t* xc; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
FabsTest.java 94 doF32_3(0xc, 0);
98 doF32_3_relaxed(0xc, 0);
  /external/dropbear/libtomcrypt/notes/etc/
whirlgen.c 3 unsigned E[16] = { 1, 0xb, 9, 0xc, 0xd, 6, 0xf, 3, 0xe, 8, 7, 4, 0xa, 2, 5, 0 };
5 unsigned R[16] = { 7, 0xc, 0xb, 0xd, 0xe, 4, 9, 0xf, 6, 3, 8, 0xa, 2, 5, 1, 0 };
  /ndk/build/tools/
gen-toolchain-wrapper.sh 120 "$CC" -xc /dev/null -dM -E | grep -q MINGW
126 "$CC" -xc -c /dev/null -include dlfcn.h -o /dev/null > /dev/null 2>&1

Completed in 1959 milliseconds

1 2 3 4 5 6 7 8 91011>>