HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 776 - 800 of 1418) sorted by null

<<31323334353637383940>>

  /external/opencv3/modules/java/src/
core+Core.java 277 // C++: void randu(Mat& dst, double low, double high)
280 //javadoc: randu(dst, low, high)
281 public static void randu(Mat dst, double low, double high)
284 randu_0(dst.nativeObj, low, high);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 587 CFX_ByteString low, high; local
592 high = parser.GetWord();
595 (lowcode & 0xffffff00) | (StringToCode(high) & 0xff);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_policy.c 436 struct cil_level *high = lvlrange->high; local
440 cil_level_to_policy(file_arr, file_index, high);
    [all...]
cil_internal.h 681 struct cil_level *high; member in struct:cil_levelrange
  /external/selinux/prebuilts/bin/
sediff.py     [all...]
  /art/compiler/optimizing/
parallel_move_test.cc 42 DumpRegisterForTest(os, location.high());
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 302 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units.
313 public static final int MAX_VALUE = HIGH - 1;
316 private int[] list; // MUST be terminated with HIGH
362 list[len++] = HIGH;
414 list[i] = HIGH; // terminate
851 int high = getRangeEnd(i); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 304 private static final int HIGH = 0x110000; // HIGH > all valid values. 10000 for code units.
317 public static final int MAX_VALUE = HIGH - 1;
320 private int[] list; // MUST be terminated with HIGH
367 list[len++] = HIGH;
422 list[i] = HIGH; // terminate
876 int high = getRangeEnd(i); local
    [all...]
  /external/libdrm/
xf86drm.h 198 DRM_DMA_PRIORITY = 0x04, /**< High priority dispatch */
239 int high_mark; /**< High water mark */
317 /* bits 1-6 are reserved for high crtcs */
616 extern int drmMarkBufs(int fd, double low, double high);
  /external/libevent/
bufferevent_async.c 246 read_high = bev->wm_read.high;
  /external/libunwind/doc/
libunwind.tex 122 needed by some high-level languages such as Java. Resuming execution
262 high-level language exception handling may not work as expected.
  /external/libvpx/libvpx/
configure 37 ${toggle_vp9_highbitdepth} use VP9 high bit depth (10/12) profiles
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 575 static int get_active_quality(int q, int gfu_boost, int low, int high,
577 if (gfu_boost > high) {
582 const int gap = high - low;
583 const int offset = high - gfu_boost;
    [all...]
  /external/lzma/C/
LzmaEnc.c 222 CLzmaProb high[kLenNumHighSymbols]; member in struct:__anon18550
740 p->high[i] = kProbInitValue;
761 RcTree_Encode(rc, p->high, kLenNumHighBits, symbol - kLenNumLowSymbols - kLenNumMidSymbols);
786 prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbols, ProbPrices);
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp 58 void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
107 void CV_ColorCvtBaseTest::get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high )
109 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high );
114 high = Scalar::all( depth == CV_8U ? 256 : depth == CV_16U ? 65536 : 1. );
    [all...]
test_imgwarp.cpp 56 void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
87 void CV_ImgWarpBaseTest::get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high )
89 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high );
93 high = Scalar::all(10);
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiScannerFacade.java 375 bssidInfo.high = bi.getInt("high");
  /external/toybox/toys/pending/
xzcat.c 1291 uint16_t high[LEN_HIGH_SYMBOLS]; member in struct:lzma_len_dec
1724 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; local
    [all...]
  /external/v8/src/heap/
mark-compact.h 193 void Initialize(Address low, Address high);
  /external/zlib/src/contrib/masmx86/
match686.asm 120 chainlenwmask equ esp + 0 ; high word: current chain len
234 ;;; It is then shifted into the high word, to make room for the wmask
  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan.cpp 700 apThreshold.high))
705 "Threshold low:%d high:%d", __FUNCTION__, i,
709 apThreshold.low, apThreshold.high);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 806 /* A preprocessing number. Code assumes that any unused high bits of
812 cpp_num_part high; member in struct:cpp_num
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 

Completed in 748 milliseconds

<<31323334353637383940>>