/external/libvncserver/x11vnc/misc/ |
desktop.cgi | 960 my $pmin = $starting_port; # default range 7000-8000. 965 $pmin = $1; 967 if ($pmin > $pmax) { 968 ($pmin, $pmax) = ($pmax, $pmin); 972 $pmin = $find_free_port; 973 $pmax = $pmin + 1000; 980 my $dp = int(rand(1.0) * 0.25 * ($pmax - $pmin)); 981 if ($pmin + $dp < $pmax - 20) { 982 $pmin = $pmin + $dp [all...] |
connect_switch | 526 my $pmin = $2; 529 if ($p >= $pmin && $p <= $pmax) {
|
/external/opencv/cxcore/src/ |
cxminmaxloc.cpp | 305 void *pmin = &minvf, *pmax = &maxvf; local 328 pmin = &minv, pmax = &maxv; 366 pmin, pmax, &minloc, &maxloc )); 376 pmin, pmax, &minloc, &maxloc )); 390 pmin, pmax, &minloc, &maxloc )); 401 pmin, pmax, &minloc, &maxloc ));
|
/external/regex-re2/re2/ |
re2.cc | 472 string pmin, pmax; local 473 pmin = prefix_.substr(0, n); 476 // prefix is ASCII lowercase; change pmin to uppercase. 478 if ('a' <= pmin[i] && pmin[i] <= 'z') 479 pmin[i] += 'A' - 'a'; 487 pmin += dmin; 501 *min = pmin; [all...] |
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_mixer.c | 614 char **ptr, long pmin, long pmax, int count) 633 val = (long)percent_to_index(strtod(s, NULL), pmin, pmax); 639 if (pmin < 0) { 640 pmax = pmax - pmin; 641 pmin = 0; 644 val = check_range(val, pmin, pmax);
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
PacketMath.h | 240 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vec_min(a, b); } function in namespace:Eigen::internal 241 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vec_min(a, b); } function in namespace:Eigen::internal
|
/external/eigen/Eigen/src/Core/arch/NEON/ |
PacketMath.h | 163 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return vminq_f32(a,b); } function in namespace:Eigen::internal 164 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) { return vminq_s32(a,b); } function in namespace:Eigen::internal
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
MathFunctions.h | 133 x = pmax(pmin(x, p4f_exp_hi), p4f_exp_lo); 202 x = pmax(pmin(x, p2d_exp_hi), p2d_exp_lo);
|
PacketMath.h | 177 template<> EIGEN_STRONG_INLINE Packet4f pmin<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_min_ps(a,b); } function in namespace:Eigen::internal 178 template<> EIGEN_STRONG_INLINE Packet2d pmin<Packet2d>(const Packet2d& a, const Packet2d& b) { return _mm_min_pd(a,b); } function in namespace:Eigen::internal 179 template<> EIGEN_STRONG_INLINE Packet4i pmin<Packet4i>(const Packet4i& a, const Packet4i& b) function in namespace:Eigen::internal
|
/external/eigen/Eigen/src/Core/ |
GenericPacketMath.h | 123 pmin(const Packet& a, function in namespace:Eigen::internal
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ member in struct:__anon30711
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
form.h | 61 short pmin; /* index of first field on page */ member in struct:__anon32504
|
/external/fio/ |
parse.c | 1040 unsigned int pmin; local 1045 pmin = min(q[j - 1] + 1, sub); 1046 q[j] = min(p[j] + 1, pmin);
|
/external/eigen/test/ |
packetmath.cpp | 291 CHECK_CWISE2((std::min), internal::pmin);
|
/external/jpeg/ |
config.sub | 270 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|
/external/cmockery/cmockery_0_1_2/ |
config.sub | 486 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|
/external/google-tv-pairing-protocol/cpp/ |
config.sub | 533 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) [all...] |
/external/libexif/ |
config.sub | 539 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) [all...] |
/external/libmtp/ |
config.sub | 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) [all...] |
/external/libogg/ |
config.sub | 497 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|
/external/libpcap/ |
config.sub | 540 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) [all...] |
/external/libunwind/aux/ |
config.sub | 417 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|
/external/libusb/ |
config.sub | 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) [all...] |
/external/libusb-compat/ |
config.sub | 510 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) [all...] |
/external/libvorbis/ |
config.sub | 497 decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
|