Searched defs:low2 (Results 1 - 5 of 5) 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.c3928 unsigned int low2, high2; local
3930 low2 = c->u.iomem.low_iomem;
3932 if (low <= high2 && low2 <= high) {
3935 low2, high2);
3992 unsigned int low2, high2; local
3994 low2 = c->u.ioport.low_ioport;
3996 if (low <= high2 && low2 <= high) {
3999 low2, high2);
4129 unsigned int prot2, low2, high2; local
4132 low2
[all...]
/external/webp/src/dsp/
H A Denc_sse2.c496 const __m128i low2 = _mm_unpacklo_epi8(diff2, zero); local
502 const __m128i low_madd2 = _mm_madd_epi16(low2, low2);

Completed in 220 milliseconds