/ndk/sources/cxx-stl/stlport/src/ |
collate.cpp | 29 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); }
|
facets_byname.cpp | 249 const wchar_t* high2) const { 252 low2, high2 - low2); [all...] |
/external/selinux/libsemanage/src/ |
ports_local.c | 99 int proto2, low2, high2; local 109 high2 = semanage_port_get_high(ports[j]); 118 low, high, proto_str, low2, high2, proto_str2);
|
/external/selinux/libsepol/src/ |
ports.c | 182 int high2 = c->u.port.high_port; local 184 if (proto == proto2 && low2 == low && high2 == high) { 220 int high2 = c->u.port.high_port; local 222 if (proto == proto2 && low2 == low && high2 == high) {
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_coords.cpp | 48 FX_FLOAT high2, 51 if (low1 >= high2 || low2 >= high1) { 55 interhigh = high1 > high2 ? high2 : high1;
|
/external/selinux/checkpolicy/ |
policy_define.c | 4647 uint64_t low2, high2; local 4711 uint32_t low2, high2; local 4903 unsigned int prot2, low2, high2; local [all...] |
/external/libavc/common/x86/ |
ih264_deblk_luma_ssse3.c | 862 __m128i int1, int2, int3, int4, high1, high2; local [all...] |
/external/pdfium/core/src/fpdftext/ |
fpdf_text.cpp | 542 FX_FLOAT high2,
|