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

  /external/valgrind/main/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/clang/test/Sema/
MicrosoftExtensions.c 94 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{declared here}}
103 struct DS1 s = { 0 }; // expected-warning {{'DS1' is deprecated}}
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const {
98 for (DomSetType::const_iterator I = DS1.begin(),
99 E = DS1.end(); I != E; ) {
103 // Node is in DS1 but not in DS2.
108 // There are nodes that are in DS2 but not in DS1.
111 // DS1 and DS2 matches.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 178 hz311 = 0x7c32, /* .13 DS1 */
270 DS1 = hz311,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 178 hz311 = 0x7c32, /* .13 DS1 */
270 DS1 = hz311,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 178 hz311 = 0x7c32, /* .13 DS1 */
270 DS1 = hz311,
  /external/eigen/blas/testing/
dblat1.f 96 + DS1(8)
108 DATA DS1/0.8D0, 0.6D0, 0.8D0, -0.6D0, 0.8D0, 0.0D0,
136 CALL STEST1(SS,DS1(K),DS1(K),SFAC)
sblat1.f 96 + DS1(8)
108 DATA DS1/0.8E0, 0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.0E0,
136 CALL STEST1(SS,DS1(K),DS1(K),SFAC)

Completed in 149 milliseconds