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

  /external/llvm/test/MC/MachO/
darwin-complex-difference.s 10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
12 // == (_c - _d + 4)
15 _d: label
101 // CHECK: ('_string', '_d')
darwin-x86_64-reloc-offsets.s 12 _d: label
23 movb $0x12, _d(%rip)
26 movb $0x12, _d + 1(%rip)
29 movl $0x12345678, _d(%rip)
32 movl $0x12345678, _d + 1(%rip)
35 movl $0x12345678, _d + 2(%rip)
38 movl $0x12345678, _d + 3(%rip)
41 movl $0x12345678, _d + 4(%rip)
43 movb %al, _d(%rip)
44 movb %al, _d + 1(%rip
    [all...]
tls.s 18 .globl _d$tlv$init
20 _d$tlv$init:
24 .globl _d
25 _d: label
28 .quad _d$tlv$init
226 // CHECK: ('_string', '_d')
234 // CHECK: ('_string', '_d$tlv$init')
indirect-symbols.s 16 .indirect_symbol _d
148 // CHECK: ('_string', '_d')
zerofill-4.s 10 .zerofill __DATA,__bss,_d,4,5
35 // CHECK: ('_string', '_d')
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
concept_check.h 50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
concept_check.h 50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \
76 _GLIBCXX_CLASS_REQUIRES4(_a, _b, _c, _d, __gnu_cxx, _C);
  /ndk/sources/host-tools/make-3.81/
job.h 30 # define CLOSE_ON_EXEC(_d)
35 # define CLOSE_ON_EXEC(_d) (void) fcntl ((_d), F_SETFD, FD_CLOEXEC)
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 629 const char *_Locale_full_dayofweek(struct _Locale_time *__loc, int _d )
631 return nl_langinfo_l(DAY_1 + _d, (locale_t)__loc);
634 const char *_Locale_abbrev_dayofweek(struct _Locale_time *__loc, int _d )
636 return nl_langinfo_l(ABDAY_1 + _d, (locale_t)__loc);
679 const wchar_t *_WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize)
680 { return _ToWChar(_Locale_full_dayofweek(__loc, _d), buf, bufSize); }
681 const wchar_t *_WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize)
682 { return _ToWChar(_Locale_abbrev_dayofweek(__loc, _d), buf, bufSize); }
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 629 const char *_Locale_full_dayofweek(struct _Locale_time *__loc, int _d )
631 return nl_langinfo_l(DAY_1 + _d, (locale_t)__loc);
634 const char *_Locale_abbrev_dayofweek(struct _Locale_time *__loc, int _d )
636 return nl_langinfo_l(ABDAY_1 + _d, (locale_t)__loc);
679 const wchar_t *_WLocale_full_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize)
680 { return _ToWChar(_Locale_full_dayofweek(__loc, _d), buf, bufSize); }
681 const wchar_t *_WLocale_abbrev_dayofweek(struct _Locale_time *__loc, int _d, wchar_t *buf, size_t bufSize)
682 { return _ToWChar(_Locale_abbrev_dayofweek(__loc, _d), buf, bufSize); }
  /external/bluetooth/glib/tests/
onceinit.c 207 DEFINE_16_TEST_INITIALIZERS (P##_d) \
243 LIST_16_TEST_INITIALIZERS (P##_d), \
  /frameworks/base/opengl/tests/hwc/
hwcCommit.cpp 207 Rational(void) : _n(0), _d(1) {}
208 Rational(uint32_t n, uint32_t d) : _n(n), _d(d) {}
210 uint32_t denominator(void) { return _d; }
223 operator double() const { return (double) _n / (double) _d; }
228 uint32_t _d; member in class:Rational
1361 out << _n << '\/' << _d; local
    [all...]
  /external/qemu/target-i386/
cpu.h 520 float64 _d[2]; member in union:__anon10202
537 #define XMM_D(n) _d[1 - (n)]
549 #define XMM_D(n) _d[n]
  /bionic/libc/stdlib/
strtod.c 1128 (_d, e, bits) double d; int *e, *bits;
1130 (double _d, int *e, int *bits)
1141 value(d) = _d;
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 585 SurfaceRef _d(dp, draw);
665 _d.acquire();
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 1176 uchar* _d = D->data.ptr + i*D->step + j*elem_size; local
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 162 #define _D kRegTypeDoubleLo
163 #define _d kRegTypeDoubleHi macro
208 { /*N*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_N,_X,_J,_X,_D,_X },
209 { /*n*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_n,_X,_j,_X,_d },
212 { /*D*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_D,_X,_X,_X,_D,_X },
213 { /*d*/ _X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_X,_d,_X,_X,_X,_d },
239 #undef _D
240 #undef _d macro
    [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 224 do { double _d = 0.0; \
225 __asm__ __volatile__ ("mtfsf 0xFF, %0" : : "f"(_d) ); \
    [all...]
  /external/valgrind/main/none/tests/ppc64/
jm-insns.c 224 do { double _d = 0.0; \
225 __asm__ __volatile__ ("mtfsf 0xFF, %0" : : "f"(_d) ); \
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1541 milliseconds