HomeSort by relevance Sort by last modified time
    Searched full:high (Results 451 - 475 of 8253) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
msr_server_win.py 78 high = ctypes.c_uint()
80 ctypes.byref(low), ctypes.byref(high))
81 return high.value << 32 | low.value
  /external/compiler-rt/test/builtins/Unit/
absvti2_test.c 42 at.s.high, at.s.low, xt.s.high, xt.s.low,
43 expectedt.s.high, expectedt.s.low);
negvti2_test.c 40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
  /external/e2fsprogs/lib/uuid/
uuid_generate.3.in 47 be generated based on high-quality randomness from
58 a high-quality random number generator (i.e.,
74 function only uses this algorithm if a high-quality source of
  /external/kernel-headers/original/uapi/linux/
lp.h 35 #define LP_PBUSY 0x80 /* inverted input, active high */
37 #define LP_POUTPA 0x20 /* unchanged input, active high */
38 #define LP_PSELECD 0x10 /* unchanged input, active high */
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
SocketHints.java 29 * time, low latency, and high bandwidth. The absolute values of the integers are irrelevant; in order to choose a protocol the
31 * than positive values. If the application prefers short connection time over both low latency and high bandwidth, for
32 * example, then it could invoke this method with the values (1, 0, 0). If the application prefers high bandwidth above low
  /external/llvm/test/CodeGen/SystemZ/
int-add-06.ll 14 ; Check the high end of the AHI range.
32 ; Check the high end of the signed 32-bit range.
50 ; Check the high end of the negative AHI range.
int-const-01.ll 15 ; Check the high end of the LHI range.
31 ; Check the high end of the LLILL range.
55 ; Check the high end of the LLILH range.
int-const-04.ll 14 ; Check the high end of the signed range.
32 ; Check the high end of the unsigned range.
68 ; Check the high end of the MVHHI range.
  /external/opencv3/3rdparty/libjasper/jasper/
jas_debug.h 55 * PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
57 * EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
90 level is set sufficiently high. */
  /external/proguard/src/proguard/obfuscate/
MappingPrinter.java 153 int low,high; local
155 high = lineNumberTableAttribute.getHighestLineNumber();
156 ps.print(low + ":" + high + ":");
  /external/speex/include/speex/
speex_callbacks.h 64 /** Request for a high mode change */
105 /** Standard handler for high mode request (change high mode, no questions asked) */
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
chebyshev.c 34 int16_t b1_high, b1_low; /* Use the high, low format to increase the accuracy */
47 /* Split b1 (in tmp1W32) into a high and low part */
58 /* Split b1 (in tmp1W32) into a high and low part */
hp_input.c 22 * high-pass filter of input with *0.5 and saturation
49 tmpW32 += y[0] * ba[3]; /* (-a[1])*y[i-1] (high part) */
50 tmpW32 += y[2] * ba[4]; /* (-a[2])*y[i-2] (high part) */
hp_output.c 22 * high-pass filter of output and *2 with saturation
49 tmpW32 += y[0] * ba[3]; /* (-a[1])*y[i-1] (high part) */
50 tmpW32 += y[2] * ba[4]; /* (-a[2])*y[i-2] (high part) */
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationRequestUnbundled.java 66 * <p>This location request will avoid high power location work where
72 * Returned by {@link #getQuality} when allowing high power consumption for location.
74 * <p>This location request will allow high power location work.
  /hardware/bsp/intel/peripheral/libupm/src/grovecircularled/
grovecircularled.cxx 111 error = m_dataPinCtx.write(HIGH);
121 uint32_t state = (data & 0x8000) ? HIGH : LOW;
128 state = HIGH;
  /hardware/bsp/intel/peripheral/libupm/src/my9221/
my9221.cxx 81 error = m_dataPinCtx.write(HIGH);
91 uint32_t state = (data & 0x8000) ? HIGH : LOW;
98 state = HIGH;
  /hardware/bsp/intel/peripheral/libupm/src/servo/
servo.h 35 #define HIGH 1
110 * @param width Minimum HIGH signal width
117 * @param width Maximum HIGH signal width
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchTextJankTests.java 69 // Open Layout Cache High Hitrate
72 "Text/Layout Cache High Hitrate");
79 // Test Layout Cache High Hitrate fling
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
lp.h 35 #define LP_PBUSY 0x80 /* inverted input, active high */
37 #define LP_POUTPA 0x20 /* unchanged input, active high */
38 #define LP_PSELECD 0x10 /* unchanged input, active high */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
lp.h 35 #define LP_PBUSY 0x80 /* inverted input, active high */
37 #define LP_POUTPA 0x20 /* unchanged input, active high */
38 #define LP_PSELECD 0x10 /* unchanged input, active high */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vldconst.s 6 # test both low and high index of the
136 # reuse high part of d1 in pool
143 # d17 should not reuse high part of d11 and s12.
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2.c 62 GET_HIGH_WORD(hx,x); /* high word of x */
141 u_int32_t high; local
144 GET_HIGH_WORD(high,y[0]);
145 i = j-((high>>20)&0x7ff);
152 GET_HIGH_WORD(high,y[0]);
153 i = j-((high>>20)&0x7ff);
  /external/dbus/
README 3 - low-level vs. high-level API
32 Note: low-level API vs. high-level binding APIs
45 high-level API as analogous to Qt/GTK+/HTML.
134 we'd like to have a high degree of confidence that these dependencies
137 NOTE ABOUT HIGH-LEVEL BINDINGS
139 Note that the high-level bindings are _separate projects_ from the

Completed in 653 milliseconds

<<11121314151617181920>>