HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 176 - 200 of 289) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
ARM-E_interpolate_noloop_gnu.s 90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_interpolate_loop_gnu.s 98 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
ARM-E_interpolate_noloop_gnu.s 90 @ or +36dB for 8-bit samples. For a high quality synthesizer, the output
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 596 size_t high = numarcs; local
597 while (low < high) {
598 size_t mid = (low + high) / 2;
603 high = mid;
    [all...]
  /external/webkit/WebKit/win/
WebHistory.cpp 937 unsigned high = count; local
938 while (low < high) {
939 unsigned mid = low + (high - low) / 2;
948 high = mid;
    [all...]
  /frameworks/base/media/libmedia/
autodetect.cpp 852 int high = rangeCount; local
854 while (low < high) {
855 int i = (low + high) / 2;
862 high = i;
  /libcore/luni/src/main/java/java/lang/
String.java 145 * Converts the byte array to a string, setting the high byte of every
150 * @param high
151 * the high byte to use.
158 public String(byte[] data, int high) {
159 this(data, high, 0, data.length);
195 * Converts the byte array to a string, setting the high byte of every
200 * @param high
201 * the high byte to use.
215 public String(byte[] data, int high, int start, int length) {
222 high <<= 8
    [all...]
  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java     [all...]
Collections.java     [all...]
  /external/qemu/fpu/
softfloat-native.h 108 uint16_t high; member in struct:__anon6271::__anon6272
479 return u.i.high >> 15;
  /external/stlport/src/
num_get_float.cpp 120 uint64& high, uint64& low) {
136 high = u1 * v1 + w2 + (x >> 32);
278 int num_hi; /* number of high exponent powers */
  /hardware/msm7k/librpc/
clnt.c 468 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.high)) {
499 if (!XDR_RECV_UINT32(xdr, &rejreply->u.versions.high))
  /ndk/sources/android/stlport/src/
num_get_float.cpp 120 uint64& high, uint64& low) {
136 high = u1 * v1 + w2 + (x >> 32);
278 int num_hi; /* number of high exponent powers */
  /external/bison/src/
output.c 276 MUSCLE_INSERT_INT ("last", high);
472 table[0], 1, high + 1);
476 check[0], 1, high + 1);
488 conflict_table[0], 1, high + 1);
  /external/chromium/third_party/libevent/
event.h 751 size_t high; member in struct:event_watermark
950 is beyond the high watermark, the buffevent stops reading from the network.
958 @param highmark the high watermark to set
    [all...]
  /external/kernel-headers/original/linux/
mmzone.h 72 int high; /* high watermark, emptying needed */ member in struct:per_cpu_pages
  /external/zlib/contrib/masm686/
match.asm 110 chainlenwmask = 0 ; high word: current chain len
169 ; It is then shifted into the high word, to make room for the wmask
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 236 @echo USE_IRQ_ACTIVE_HIGH = $(USE_IRQ_ACTIVE_HIGH) // Use IRQ polarity high
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1212 int high = (ch >> 6) | 0xC0; local
1274 int high = (ch >> 12) | 0xE0; \/\/ top 4 bits local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 113 NJ_UINT16 high; member in struct:__anon11304
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 251 @echo USE_IRQ_ACTIVE_HIGH = $(USE_IRQ_ACTIVE_HIGH) // Use IRQ polarity high
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 817 int high = bytes.getInt(at + 8); local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 409 int high = count - 1; local
414 guess = (high + low)/2;
423 high = guess;
  /external/icu4c/test/perf/collperf/
collperf.cpp 409 int high = count - 1; local
414 guess = (high + low)/2;
423 high = guess;

Completed in 1279 milliseconds

1 2 3 4 5 6 78 91011>>