/external/valgrind/coregrind/m_demangle/ |
dyn-string.h | 45 /* Compare DS1 to DS2 with strcmp. */ 46 #define dyn_string_compare(DS1, DS2) \ 47 (strcmp ((DS1)->s, (DS2)->s))
|
/external/llvm/include/llvm/CodeGen/ |
MachineDominanceFrontier.h | 92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { 93 return Base.compareDomSet(DS1, DS2);
|
/external/llvm/include/llvm/Analysis/ |
DominanceFrontier.h | 94 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const; 186 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { 187 return Base.compareDomSet(DS1, DS2);
|
DominanceFrontierImpl.h | 65 bool DominanceFrontierBase<BlockT>::compareDomSet(DomSetType &DS1, 71 for (typename DomSetType::const_iterator I = DS1.begin(), E = DS1.end(); 76 // Node is in DS1 but tnot in DS2. 81 // There are nodes that are in DS2 but not in DS1. 85 // DS1 and DS2 matches.
|
/external/clang/test/Sema/ |
MicrosoftExtensions.c | 116 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{'DS1' has been explicitly marked deprecated here}} 125 struct DS1 s = { 0 }; // expected-warning {{'DS1' is deprecated}}
|
/external/cblas/testing/ |
c_dblat1.f | 96 + DS1(8) 108 DATA DS1/0.8D0, 0.6D0, 0.8D0, -0.6D0, 0.8D0, 0.0D0, 135 CALL STEST1(SS,DS1(K),DS1(K),SFAC)
|
c_sblat1.f | 96 + DS1(8) 108 DATA DS1/0.8E0, 0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.0E0, 135 CALL STEST1(SS,DS1(K),DS1(K),SFAC)
|
/bionic/libc/kernel/uapi/linux/ |
ixjuser.h | 304 DS1 = hz311,
|
/development/ndk/platforms/android-21/include/linux/ |
ixjuser.h | 214 DS1 = hz311,
|
/external/kernel-headers/original/uapi/linux/ |
ixjuser.h | 178 hz311 = 0x7c32, /* .13 DS1 */ 270 DS1 = hz311,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ixjuser.h | 178 hz311 = 0x7c32, /* .13 DS1 */ 270 DS1 = hz311,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ixjuser.h | 178 hz311 = 0x7c32, /* .13 DS1 */ 270 DS1 = hz311,
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/ |
ixjuser.h | 214 DS1 = hz311,
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/ |
ixjuser.h | 214 DS1 = hz311,
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/ |
ixjuser.h | 214 DS1 = hz311,
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/ |
ixjuser.h | 214 DS1 = hz311,
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/ |
ixjuser.h | 214 DS1 = hz311,
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/ |
ixjuser.h | 214 DS1 = hz311,
|
/external/eigen/blas/testing/ |
dblat1.f | 140 $ DS1(8), DAB(4,9), DTEMP(9), DTRUE(9,9) 152 DATA DS1/0.8D0, 0.6D0, 0.8D0, -0.6D0, 0.8D0, 0.0D0, 225 CALL STEST1(SS,DS1(K),DS1(K),SFAC) [all...] |
sblat1.f | 140 + DS1(8), DAB(4,9), DTEMP(9), DTRUE(9,9) 152 DATA DS1/0.8E0, 0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.0E0, 225 CALL STEST1(SS,DS1(K),DS1(K),SFAC) [all...] |