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

  /external/stlport/src/
collate.cpp 28 int collate<char>::do_compare(const char* low1, const char* high1,
30 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
48 collate<wchar_t>::do_compare(const wchar_t* low1, const wchar_t* high1,
50 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
facets_byname.cpp 247 const wchar_t* high1,
251 low1, high1 - low1,
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
collate.cpp 28 int collate<char>::do_compare(const char* low1, const char* high1,
30 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
48 collate<wchar_t>::do_compare(const wchar_t* low1, const wchar_t* high1,
50 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
facets_byname.cpp 247 const wchar_t* high1,
251 low1, high1 - low1,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 503 u_int32_t high1 = high % div; local
505 asm("divl %2":"=a" (low), "=d" (*rem):"rm" (div), "a" (low), "d" (high1));
549 u_int32_t high1 = high % div; local
552 divl(high1, low1, div, &low, rem);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 503 u_int32_t high1 = high % div; local
505 asm("divl %2":"=a" (low), "=d" (*rem):"rm" (div), "a" (low), "d" (high1));
549 u_int32_t high1 = high % div; local
552 divl(high1, low1, div, &low, rem);
    [all...]

Completed in 1084 milliseconds