HomeSort by relevance Sort by last modified time
    Searched refs:xc (Results 1 - 25 of 493) 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/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
t1_luts.h 39 0x9, 0xa, 0xc, 0xd, 0xa, 0xa, 0xd, 0xd, 0xc, 0xd, 0xc, 0xd, 0xd, 0xd, 0xd, 0xd,
40 0x9, 0xa, 0xc, 0xb, 0xa, 0x9, 0xd, 0xc, 0xc, 0xb, 0xc, 0xb, 0xd, 0xc, 0xd, 0xc,
41 0x9, 0xa, 0xc, 0xb, 0xa, 0xa, 0xb, 0xb, 0xc, 0xd, 0x9, 0xa, 0xd, 0xd, 0xa, 0xa,
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 42 ULong carry, *xc, *xa, *xb, *xe, y; local
57 xc = c->x;
58 xe = xc + b->wds;
65 Storeinc(xc, z, y);
67 while(xc < xe);
69 while(xc < xe) {
74 Storeinc(xc, z, y);
80 *xc++ = y & 0xffff;
82 while(xc < xe);
84 while(xc < xe)
    [all...]
misc.c 283 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
319 xc = xc0;
322 z = *x++ * (ULLong)y + *xc + carry;
324 *xc++ = z & 0xffffffffUL;
327 *xc = carry;
335 xc = xc0;
338 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
340 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
342 Storeinc(xc, z2, z);
345 *xc = carry
557 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cuda.h 18 #define CUDA_SET_PRAM 0xc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cuda.h 18 #define CUDA_SET_PRAM 0xc
  /bionic/libc/kernel/uapi/linux/
cuda.h 32 #define CUDA_SET_PRAM 0xc
  /development/ndk/platforms/android-L/include/linux/
cuda.h 32 #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);
  /external/kernel-headers/original/uapi/linux/
cuda.h 21 #define CUDA_SET_PRAM 0xc
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
cuda.h 32 #define CUDA_SET_PRAM 0xc
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
cuda.h 32 #define CUDA_SET_PRAM 0xc
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
cuda.h 32 #define CUDA_SET_PRAM 0xc
  /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
  /ndk/sources/android/support/src/musl-multibyte/
internal.c 26 C(0x8),C(0x9),C(0xa),C(0xb),C(0xc),C(0xd),C(0xe),C(0xf),
28 D(0x8),D(0x9),D(0xa),D(0xb),D(0xc),D(0xd),D(0xe),D(0xf),
30 E(0x8),E(0x9),E(0xa),E(0xb),E(0xc),E(0xd),E(0xe),E(0xf),
  /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...]
  /external/valgrind/main/none/tests/s390x/
ecag.c 37 if ((info & 0xc) == 0) continue; // cache does not exist at this level
40 unsigned cache_scope = (info & 0xc) >> 2;

Completed in 2195 milliseconds

1 2 3 4 5 6 7 8 91011>>