HomeSort by relevance Sort by last modified time
    Searched refs:low (Results 1 - 25 of 273) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_sizes.c 26 void ecc_sizes(int *low, int *high)
29 LTC_ARGCHKVD(low != NULL);
32 *low = INT_MAX;
35 if (ltc_ecc_sets[i].size < *low) {
36 *low = ltc_ecc_sets[i].size;
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
BinarySearch.java 34 int low = 0, high = data.length() - 1; local
35 while (low <= high) {
36 int mid = (low + high) >> 1;
43 low = mid + 1;
59 int low = 0, mid = -1, high = data.length() - 1; local
60 while (low <= high) {
61 mid = (low + high) >> 1;
64 low = mid + 1;
  /external/stlport/src/
collate.cpp 32 string collate<char>::do_transform(const char* low, const char* high) const
33 { return string(low, high); }
35 long collate<char>::do_hash(const char* low, const char* high) const {
37 for ( ; low < high; ++low)
38 result = 5 * result + *low;
52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const
53 { return wstring(low, high); }
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const {
57 for ( ; low < high; ++low
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
msr.h 36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
38 #define rdtscl(low) __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx")
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
msr.h 36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
38 #define rdtscl(low) __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx")
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
msr.h 36 #define rdtsc(low,high) __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
38 #define rdtscl(low) __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx")
40 #define rdtscp(low,high,aux) __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
50 #define rdpmc(counter,low,high) __asm__ __volatile__("rdpmc" : "=a" (low), "=d" (high) : "c" (counter))
  /dalvik/vm/
Bits.h 59 u4 low, high; local
65 low = pSrc[4];
66 low = (low << 8) | pSrc[5];
67 low = (low << 8) | pSrc[6];
68 low = (low << 8) | pSrc[7];
70 return ((u8) high << 32) | (u8) low;
101 u4 low, high local
156 u4 low, high; local
204 u4 low, high; local
    [all...]
  /external/qemu/fpu/
softfloat-specialize.h 56 bits64 high, low; member in struct:__anon4545
116 z.low = 0;
248 z.low = 0;
326 | `high' and `low' values hold the most- and least-significant bits,
347 aLow = a.low & ~ LIT64( 0x4000000000000000 );
351 && ( a.low == aLow );
353 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
365 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( a.low<<1 );
369 aLow = a.low & ~ LIT64( 0x4000000000000000 );
373 && ( a.low == aLow )
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
StreamTokenizer.java 495 * Specifies that the characters in the range from {@code low} to {@code hi}
500 * @param low
505 public void ordinaryChars(int low, int hi) {
506 if (low < 0) {
507 low = 0;
512 for (int i = low; i <= hi; i++) {
630 * Specifies that the characters in the range from {@code low} to {@code hi}
633 * @param low
638 public void whitespaceChars(int low, int hi) {
639 if (low < 0)
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CONST_WIDE.S 3 FETCH(r0, 1) @ r0<- bbbb (low)
4 FETCH(r1, 2) @ r1<- BBBB (low middle)
6 orr r0, r0, r1, lsl #16 @ r0<- BBBBbbbb (low word)
  /bionic/libm/src/
e_hypot.c 70 u_int32_t low; local
72 GET_LOW_WORD(low,a);
73 if(((ha&0xfffff)|low)==0) w = a;
74 GET_LOW_WORD(low,b);
75 if(((hb^0x7ff00000)|low)==0) w = b;
85 u_int32_t low; local
86 GET_LOW_WORD(low,b);
87 if((hb|low)==0) return a;
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 83 int low, high, mid; local
85 low = 0;
89 if (ino == ctx->dx_dir_info[low].ino)
90 return &ctx->dx_dir_info[low];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
103 low = mid;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon12791
76 r.low = (unsigned HOST_WIDE_INT) cst;
98 r.low = cst;
154 return cst.low == 0 && cst.high == 0;
162 return cst.low == 1 && cst.high == 0;
170 return (cst.low == ALL_ONES && cst.high == -1);
178 return cst1.low == cst2.low && cst1.high == cst2.high;
  /external/srec/srec/clib/
voc_read.c 167 const char* low; local
177 low = voc->first_entry;
181 middle = low + ((high - low) >> 1) - 1;
189 if (low == high) return 0;
199 if (diff > 0) low = middle;
204 low = middle;
205 while (voc->first_entry < low) {
207 for (lo = low - 2; *lo != '\n'; lo--) ;
210 low = lo
    [all...]
  /bionic/libc/kernel/arch-arm/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /external/kernel-headers/original/asm-arm/
hardirq.h 27 # error HARDIRQ_BITS is too low!
  /external/opencore/oscl/oscl/config/android/
osclconfig_unix_android.h 75 #define INT64_HILO(high,low) ((((high##LL))<<32)|low)
76 #define UINT64_HILO(high,low) ((((high##ULL))<<32)|low)
  /external/opencore/oscl/oscl/config/shared/
osclconfig_unix_common.h 75 #define INT64_HILO(high,low) ((((high##LL))<<32)|low)
76 #define UINT64_HILO(high,low) ((((high##ULL))<<32)|low)
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
hardirq.h 33 #error HARDIRQ_BITS is too low!
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 35 * isInEncoding(char high, char low);
37 * which can be called if the two characters from a high/low surrogate pair.
118 * character formed by the high/low pair is in the encoding.
119 * @param high a char that the a high char of a high/low surrogate pair.
120 * @param low a char that is the low char of a high/low surrogate pair.
125 public boolean isInEncoding(char high, char low) {
134 return m_encoding.isInEncoding(high, low);
174 * Returns true if the high/low surrogate pair form
    [all...]
  /external/svox/pico/lib/
picoklex.c 265 picoos_int32 low, mid, high; local
275 low = 0;
279 while (low < high) {
280 mid = (low + high) / 2;
283 low = mid + 1;
288 PICODBG_ASSERT(high == low);
289 /* low points to the first entry greater than or equal to searchval */
291 if (low < this->nrblocks) {
292 indval = klex_getSearchIndexVal(this, low);
294 low--
    [all...]
  /external/icu4c/i18n/
japancal.cpp 384 int32_t low = 0; local
395 low = kCurrentEra;
397 fprintf(stderr, " low=%d (special)\n", low);
406 while (low < high - 1) {
407 int32_t i = (low + high) / 2;
411 fprintf(stderr, " d=%d low=%d, high=%d. Considering %d:M%d D%d Y%d. { we are ?:M%d D%d Y%d }\n",
412 diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH), internalGet(UCAL_DATE),year);
431 low = i;
436 fprintf(stderr, ". low=%d, high=%d, i=%d, diff=%d.. %d\n", low, high, i, diff, year)
    [all...]

Completed in 2406 milliseconds

1 2 3 4 5 6 7 8 91011