HomeSort by relevance Sort by last modified time
    Searched full:high (Results 226 - 250 of 1912) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/htc/dream-sapphire/
device_dream_sapphire.mk 35 # Time between scans in seconds. Keep it high to minimize battery drain.
  /external/apache-http/src/org/apache/http/client/params/
CookiePolicy.java 37 * The policy that provides high degree of compatibilty
  /external/bluetooth/glib/gio/
gdatainputstream.h 45 * An implementation of #GBufferedInputStream that allows for high-level
gdataoutputstream.h 45 * An implementation of #GBufferedOutputStream that allows for high-level
  /external/bluetooth/glib/glib/
gqsort.c 75 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top))
76 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi)))
  /external/dropbear/debian/
changelog 32 dropbear (0.47-1) unstable; urgency=high
87 dropbear (0.43-2) unstable; urgency=high
172 dropbear (0.36-1) unstable; urgency=high
178 dropbear (0.35-1) unstable; urgency=high
  /external/e2fsprogs/lib/ext2fs/
icount.c 334 int low, high, mid; local
355 high = (int) icount->count-1;
356 while (low <= high) {
358 mid = (low+high)/2;
360 if (low == high)
365 highval = icount->list[high].ino;
379 mid = low + ((int) (range * (high-low)));
387 high = mid-1;
393 * low (where high will be left at low-1).
  /external/fdlibm/
e_atanh.c 53 hx = __HI(x); /* high word */
  /external/grub/stage2/
defs.h 89 * high enough to allow all legitimate uses, but halt infinite
  /external/icu4c/data/unidata/
DerivedJoiningType.txt 39 0678..0687 ; D # Lo [16] ARABIC LETTER HIGH HAMZA YEH..ARABIC LETTER TCHEHEH
73 0675..0677 ; R # Lo [3] ARABIC LETTER HIGH HAMZA ALEF..ARABIC LETTER U WITH HAMZA ABOVE
114 06D6..06DC ; T # Mn [7] ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA..ARABIC SMALL HIGH SEEN
116 06DF..06E4 ; T # Mn [6] ARABIC SMALL HIGH ROUNDED ZERO..ARABIC SMALL HIGH MADDA
117 06E7..06E8 ; T # Mn [2] ARABIC SMALL HIGH YEH..ARABIC SMALL HIGH NOON
123 07EB..07F3 ; T # Mn [9] NKO COMBINING SHORT HIGH TONE..NKO COMBINING DOUBLE DOT ABOVE
  /external/kernel-headers/original/linux/
backing-dev.h 5 * to high-level code.
mc146818rtc.h 54 * totalling to a max high interval of 2.228 ms.
  /external/kernel-headers/original/linux/raid/
md_p.h 150 __u32 events_hi; /* 7 high-order of superblock update count */
152 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */
156 __u32 events_hi; /* 8 high-order of superblock update count */
158 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
  /external/netcat/scripts/
ncp 2 ## Like "rcp" but uses netcat on a high port.
  /external/opencore/doc/oscl_html/
osclconfig__unix__android_8h-source.html 58 <a name="l00058"></a><a class="code" href="osclconfig__unix__android_8h.html#a17">00058</a> <span class="preprocessor"></span><span class="preprocessor">#define INT64_HILO(high,low) ((((high##LL))&lt;&lt;32)|low)</span>
59 <a name="l00059"></a><a class="code" href="osclconfig__unix__android_8h.html#a18">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64_HILO(high,low) ((((high##ULL))&lt;&lt;32)|low)</span>
osclconfig__unix__common_8h-source.html 58 <a name="l00058"></a><a class="code" href="osclconfig__unix__common_8h.html#a17">00058</a> <span class="preprocessor"></span><span class="preprocessor">#define INT64_HILO(high,low) ((((high##LL))&lt;&lt;32)|low)</span>
59 <a name="l00059"></a><a class="code" href="osclconfig__unix__common_8h.html#a18">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64_HILO(high,low) ((((high##ULL))&lt;&lt;32)|low)</span>
  /external/opencore/protocols/rtp_payload_parser/rfc_3640/include/
rfc3640_payload_parser.h 28 // This implementation currently only supports AAC high-bit-rate (AAChbr).
  /external/opencore/protocols/sdp/common/include/
rfc3640_media_info.h 34 //For now, just default to AAC high bit-rate.
rfc3640_payload_info.h 40 //For now, just default to AAC high bit-rate.
  /external/openssl/crypto/bn/asm/x86/
mul.pl 12 $High="edx";
mul_add.pl 12 $High="edx";
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 69 register BN_ULONG high,low; \
71 : "=a"(low),"=d"(high) \
75 : "+r"(carry),"+d"(high)\
79 : "+m"(r),"+d"(high) \
82 carry=high; \
86 register BN_ULONG high,low; \
88 : "=a"(low),"=d"(high) \
92 : "+r"(carry),"+d"(high)\
95 (r)=carry, carry=high; \
  /external/qemu/android/
android.h 55 * of host CPU time, but will get high-quality time measurments. this is
  /external/speex/include/speex/
speex_resampler.h 119 * and 10 has very high quality.
138 * and 10 has very high quality.
264 * quality and 10 has very high quality.
272 * quality and 10 has very high quality.
  /external/stlport/stlport/
bitset 27 // N % (sizeof(_WordT) * CHAR_BIT) unused bits. (They are the high-

Completed in 60 milliseconds

1 2 3 4 5 6 7 8 91011>>