Searched defs:high (Results 126 - 150 of 229) sorted by relevance

12345678910

/external/opencv3/modules/core/src/
H A Dlda.cpp327 int high = nn - 1; local
336 if (i < low || i > high) {
424 for (int i = low; i <= high; i++) {
580 for (int i = low; i <= high; i++) {
734 if (i < low || i > high) {
744 for (int i = low; i <= high; i++) {
746 for (int k = low; k <= std::min(j, high); k++) {
761 int high = n - 1; local
763 for (int m = low + 1; m <= high - 1; m++) {
768 for (int i = m; i <= high;
[all...]
H A Drand.cpp737 void cv::randu(InputOutputArray dst, InputArray low, InputArray high) argument
739 theRNG().fill(dst, RNG::UNIFORM, low, high);
/external/selinux/libsepol/cil/src/
H A Dcil_policy.c436 struct cil_level *high = lvlrange->high; local
440 cil_level_to_policy(file_arr, file_index, high);
H A Dcil_verify.c500 int __cil_verify_levelrange_sensitivity(struct cil_db *db, struct cil_sens *low, struct cil_sens *high) argument
511 if ((found == CIL_TRUE) && (curr->data == high)) {
524 high->datum.name, low->datum.name);
529 int __cil_verify_levelrange_cats(struct cil_cats *low, struct cil_cats *high) argument
534 if (low == NULL || (low == NULL && high == NULL)) {
538 if (high == NULL) {
544 rc = __cil_verify_cat_in_cats(item->data, high);
553 cil_log(CIL_ERR, "Low level category set must be a subset of the high level category set\n");
561 rc = __cil_verify_levelrange_sensitivity(db, lr->low->sens, lr->high->sens);
566 rc = __cil_verify_levelrange_cats(lr->low->cats, lr->high
[all...]
H A Dcil.c223 CIL_KEY_HIGH = cil_strpool_add("high");
224 CIL_KEY_LOW_HIGH = cil_strpool_add("low-high");
1263 static int cil_level_equals(struct cil_level *low, struct cil_level *high) argument
1269 if (strcmp(low->sens->datum.fqn, high->sens->datum.fqn)) {
1282 rc = cil_cats_to_ebitmap(high->cats, &ehigh);
1433 str_len += __cil_level_strlen(range->low) + __cil_level_strlen(range->high) + 2;
1458 buf_pos = __cil_level_to_string(range->high, str_tmp);
1509 if (cil_level_equals(range->low, range->high)) {
1512 str_len += __cil_level_strlen(range->low) + __cil_level_strlen(range->high) + 2;
1579 if (!cil_level_equals(range->low, range->high)) {
[all...]
/external/skia/third_party/etc1/
H A Detc1.cpp209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; local
212 if (high & 2) {
214 int rBase = high >> 27;
215 int gBase = high >> 19;
216 int bBase = high >> 11;
218 r2 = convertDiff(rBase, high >> 24);
220 g2 = convertDiff(gBase, high >> 16);
222 b2 = convertDiff(bBase, high >> 8);
225 r1 = convert4To8(high >> 28);
226 r2 = convert4To8(high >> 2
242 etc1_uint32 high; member in struct:__anon17112
[all...]
/external/v8/src/compiler/
H A Djs-intrinsic-lowering.cc128 Node* high = NodeProperties::GetValueInput(node, 0); local
134 high);
/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c1016 "ldr 4,%[high]\n\t" \
1020 : [high] "f"(hi), [low] "f"(lo) \
1092 "ldr 4,%[high]\n\t" \
1096 : [high] "f"(hi), [low] "f"(lo) \
1129 "ldr 4,%[high]\n\t" \
1133 : [high] "f"(hi), [low] "f"(lo) \
1180 "ldr 4,%[high]\n\t" \
1184 : [high] "f"(cc_dep1), [low] "f"(cc_dep2), \
1230 "ldr 4,%[high]\n\t" \
1234 : [high] "
1591 Int high = (Int)(cc_dep1 >> 32); local
[all...]
/external/webrtc/webrtc/base/
H A Dsslstreamadapter_unittest.cc907 // Test DTLS-SRTP with all high ciphers
910 std::vector<int> high; local
911 high.push_back(rtc::SRTP_AES128_CM_SHA1_80);
912 SetDtlsSrtpCryptoSuites(high, true);
913 SetDtlsSrtpCryptoSuites(high, false);
947 std::vector<int> high; local
948 high.push_back(rtc::SRTP_AES128_CM_SHA1_80);
951 SetDtlsSrtpCryptoSuites(high, true);
961 // Test DTLS-SRTP with each side being mixed -- should select high
/external/boringssl/src/crypto/ec/
H A Dp256-64.c330 s64 high, low; local
342 /* We perform two partial reductions where we eliminate the high-word of
365 high = tmp[3] >> 64;
366 /* As tmp[3] < 2^65, high is either 1 or 0 */
367 high <<= 63;
368 high >>= 63;
369 /* high is:
370 * all ones if the high word of tmp[3] is 1
371 * all zeros if the high word of tmp[3] if 0 */
385 mask = (mask & low) | high;
421 u64 high, low; local
510 u64 high, low; local
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp312 inline deUint32 getBits (deUint64 src, int low, int high) argument
314 const int numBits = (high-low) + 1;
/external/dhcpcd-6.8.2/
H A Dipv6.c281 const uint8_t high[8]; member in struct:reslowhigh
295 uint64_t id, low, high; local
305 high = be64dec(r->high);
306 if (id >= low && id <= high)
/external/gptfdisk/
H A Dgpt.cc1576 uint32_t low, high; local
1580 if (GetPartRange(&low, &high) == 0) {
1584 if (partNum > high) {
1686 uint32_t i, high, copyNum, entriesPerSector; local
1707 GetPartRange(&i, &high);
1708 if (numEntries < (high + 1)) { // Highest entry too high for new #
1709 cout << "The highest-numbered partition is " << high + 1
1759 uint32_t low, high, numUsedParts, retval = 1;; local
1761 numUsedParts = GetPartRange(&low, &high);
2032 GetPartRange(uint32_t *low, uint32_t *high) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
388 high = ucol_getOffset(elems);
395 add(order, low, high);
407 void OrderList::add(int32_t order, int32_t low, int32_t high) argument
421 list[listSize].highOffset = high;
636 int32_t order, low, high; local
641 high = iter->getOffset();
643 forwardList.add(order, low, high);
652 high
[all...]
/external/libunwind_llvm/src/
H A DUnwindCursor.hpp725 // If the high bit is set, the exception handling table entry is inline inside
750 // If the high bit in the exception handling table entry is set, the entry is
926 uint32_t high = sectionHeader.indexCount(); local
927 uint32_t last = high - 1;
928 while (low < high) {
929 uint32_t mid = (low + high) / 2;
930 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
931 //mid, low, high, topIndex.functionOffset(mid));
941 high = mid;
977 high
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c575 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
577 if (gfu_boost > high) {
582 const int gap = high - low;
583 const int offset = high - gfu_boost;
1760 // a very high rate is given on the command line or the the rate cannnot
1856 // Ignore samples close to key frame, since QP is usually high after key.
1991 // Set high_source_sad flag if we detect very high increase in avg_sad
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp632 UInt32 high = (UInt32)(val >> 32); local
633 if (high == 0)
635 return GetPower32(high) + 32;
/external/opencv3/modules/calib3d/test/
H A Dtest_fundam.cpp1527 CvScalar low = cvScalarAll(0), high = cvScalarAll(10); local
1532 cvtest::randUni( rng, temp, low, high );
/external/opencv3/modules/imgproc/test/
H A Dtest_convhull.cpp211 CvScalar low, high; member in class:CV_BaseShapeDescrTest
226 low = high = cvScalarAll(0);
283 a[k] = high.val[k] - low.val[k];
370 high.val[i] = (cvtest::randReal(rng)-0.5)*low_high_range*2;
371 if( low.val[i] > high.val[i] )
374 CV_SWAP( low.val[i], high.val[i], t );
376 if( high.val[i] < low.val[i] + 1 )
377 high.val[i] += 1;
1165 box0.center.x = (float)((low.val[0] + high.val[0])*0.5);
1166 box0.center.y = (float)((low.val[1] + high
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp587 CFX_ByteString low, high; local
592 high = parser.GetWord();
595 (lowcode & 0xffffff00) | (StringToCode(high) & 0xff);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp418 int low = 0, high = sizeof g_OpCodes / sizeof(OpCode) - 1; local
419 while (low <= high) {
420 int middle = (low + high) / 2;
427 high = middle - 1;
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c181 unsigned int low, high; local
193 if (sscanf(raw,"c%u", &high) != 1)
195 raw += numdigits(high) + 1;
197 high = low;
199 while (low <= high) {
/external/tcpdump/
H A Dprint-snmp.c333 uint32_t high; member in struct:be::__anon17552::__anon17553
565 register uint32_t high, low; local
568 high = 0, low = 0;
570 high = (high << 8) |
574 elem->data.uns64.high = high;
738 if (elem->data.uns64.high == 0) {
742 d = elem->data.uns64.high * 4294967296.0; /* 2^32 */
743 if (elem->data.uns64.high <
[all...]
/external/toybox/lib/
H A Dlib.c313 long atolx_range(char *numstr, long low, long high) argument
318 if (val > high) error_exit("%ld > %ld", val, high);
/external/v8/src/
H A Dunicode.cc50 * high values in the lower end of the table so this function uses a
59 unsigned int high = size - 1; local
60 while (high != low) {
61 unsigned int mid = low + ((high - low) >> 1);
76 high = mid - 1;
115 unsigned int high = size - 1; local
116 while (high != low) {
117 unsigned int mid = low + ((high - low) >> 1);
132 high = mid - 1;

Completed in 745 milliseconds

12345678910