Searched defs:low2 (Results 1 - 6 of 6) sorted by relevance

/external/stlport/src/
H A Dcollate.cpp29 const char* low2, const char* high2) const
30 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
49 const wchar_t* low2, const wchar_t* high2) const
50 { return _STLP_PRIV __lexicographical_compare_3way(low1, high1, low2, high2); }
28 do_compare(const char* low1, const char* high1, const char* low2, const char* high2) const argument
48 do_compare(const wchar_t* low1, const wchar_t* high1, const wchar_t* low2, const wchar_t* high2) const argument
H A Dfacets_byname.cpp248 const wchar_t* low2,
252 low2, high2 - low2);
246 do_compare(const wchar_t* low1, const wchar_t* high1, const wchar_t* low2, const wchar_t* high2) const argument
/external/libsepol/src/
H A Dports.c181 int low2 = c->u.port.low_port; local
184 if (proto == proto2 && low2 == low && high2 == high) {
219 int low2 = c->u.port.low_port; local
222 if (proto == proto2 && low2 == low && high2 == high) {
/external/checkpolicy/
H A Dpolicy_define.c3974 unsigned int low2, high2; local
3976 low2 = c->u.iomem.low_iomem;
3978 if (low <= high2 && low2 <= high) {
3981 low2, high2);
4038 unsigned int low2, high2; local
4040 low2 = c->u.ioport.low_ioport;
4042 if (low <= high2 && low2 <= high) {
4045 low2, high2);
4175 unsigned int prot2, low2, high2; local
4178 low2
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_sse2.c528 const __m128i low2 = _mm_unpacklo_epi8(diff2, zero); local
534 const __m128i low_madd2 = _mm_madd_epi16(low2, low2);
/external/webp/src/dsp/
H A Denc_sse2.c528 const __m128i low2 = _mm_unpacklo_epi8(diff2, zero); local
534 const __m128i low_madd2 = _mm_madd_epi16(low2, low2);

Completed in 185 milliseconds