Searched refs:low (Results 1 - 25 of 169) sorted by relevance

1234567

/external/stlport/src/
H A Dcollate.cpp32 string collate<char>::do_transform(const char* low, const char* high) const argument
33 { return string(low, high); }
35 long collate<char>::do_hash(const char* low, const char* high) const { argument
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 argument
53 { return wstring(low, high); }
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { argument
57 for ( ; low < hig
[all...]
H A Dfacets_byname.cpp131 ctype_byname<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, argument
143 for ( ; low < high; ++low, ++m)
144 *m = ctype_base::mask (_WLocale_ctype(_M_ctype, *low, all_bits));
150 ::do_scan_is(ctype_base::mask m, const wchar_t* low, const wchar_t* high) const argument
151 { return find_if(low, high, _STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype)); }
155 ::do_scan_not(ctype_base::mask m, const wchar_t* low, const wchar_t* high) const argument
156 { return find_if(low, high, not1(_STLP_PRIV _Ctype_byname_w_is_mask(m, _M_ctype))); }
162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { argument
163 for ( ; low < hig
172 do_tolower(wchar_t* low, const wchar_t* high) const argument
209 do_transform(const char* low, const char* high) const argument
256 do_transform(const wchar_t* low, const wchar_t* high) const argument
[all...]
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_sizes.c26 void ecc_sizes(int *low, int *high) argument
29 LTC_ARGCHKVD(low != NULL);
32 *low = INT_MAX;
35 if (ltc_ecc_sets[i].size < *low) {
36 *low = ltc_ecc_sets[i].size;
/external/qemu/fpu/
H A Dsoftfloat-specialize.h56 bits64 high, low; member in struct:__anon4681
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
[all...]
/external/e2fsprogs/e2fsck/
H A Ddx_dirinfo.c83 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;
H A Dea_refcount.c155 int low, high, mid; local
161 low = 0;
181 while (low <= high) {
183 mid = (low+high)/2;
185 if (low == high)
186 mid = low;
189 lowval = refcount->list[low].ea_blk;
199 mid = low + ((int) (range * (high-low)));
209 low
[all...]
/external/srec/srec/clib/
H A Dvoc_read.c167 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
[all...]
/external/kernel-headers/original/asm-arm/
H A Dhardirq.h27 # error HARDIRQ_BITS is too low!
/external/svox/pico/lib/
H A Dpicoklex.c265 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/chromium/third_party/icu/source/i18n/
H A Djapancal.cpp384 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
[all...]
/external/icu4c/i18n/
H A Djapancal.cpp384 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
[all...]
/external/qemu/elff/
H A Ddwarf_die.cc132 * where that routine is inlined), or a pair "low PC, and high PC" describing
137 AddrType low; local
140 while (elf_file()->get_range(range_off, &low, &high) &&
141 (low != 0 || high != 0)) {
142 if (address >= low && address < high) {
212 Elf_Xword low, high; local
213 while (elf_file()->get_range<Elf_Xword>(off, &low, &high) &&
214 (low != 0 || high != 0)) {
216 low, high);
220 Elf_Word low, hig local
[all...]
/external/openssl/crypto/bn/
H A Dbn_lcl.h145 * with low Hamming weight, so we use w = 1 for b <= 23.
268 # define BN_UMULT_LOHI(low,high,a,b) \
270 : "=a"(low),"=d"(high) \
281 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
328 BN_ULONG high,low,ret,tmp=(a); \
330 BN_UMULT_LOHI(low,high,w,tmp); \
334 ret += low; \
335 (c) += (ret<low)?1:0; \
340 BN_ULONG high,low,re
[all...]
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c83 blkid_loff_t high, low; local
171 low = 0;
173 low = high;
174 while (low < high - 1)
176 const blkid_loff_t mid = (low + high) / 2;
179 low = mid;
183 return low + 1;
/external/e2fsprogs/resize/
H A Dextent.c144 int low, high, mid; local
153 low = 0;
155 while (low <= high) {
157 mid = (low+high)/2;
159 if (low == high)
160 mid = low;
163 lowval = extent->list[low].old_loc;
173 mid = low + ((int) (range * (high-low)));
183 low
[all...]
/external/kernel-headers/original/asm-x86/
H A Dmsr.h126 #define rdtscl(low) \
127 ((low) = (u32)native_read_tsc())
134 #define rdpmc(counter,low,high) \
137 (low) = (u32)_l; \
198 #define rdtsc(low,high) \
199 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
201 #define rdtscl(low) \
202 __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx")
204 #define rdtscp(low,high,aux) \
205 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (low), "
[all...]
/external/chromium/third_party/zlib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
207 low = (unsigned)(-1); /* trigger new sub-table when len > root */
209 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
284 low
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbadblocks.c164 int low, high, mid; local
172 low = 0;
174 if (blk == bb->list[low])
175 return low;
179 while (low < high) {
180 mid = (low+high)/2;
181 if (mid == low || mid == high)
188 low = mid;
H A Dgetsize.c151 ext2_loff_t high, low;
271 low = 0;
273 low = high;
274 while (low < high - 1)
276 const ext2_loff_t mid = (low + high) / 2;
279 low = mid;
284 size64 = low + 1;
/external/grub/netboot/
H A Dtimer.c1 /* A couple of routines to implement a low-overhead timer for drivers */
23 #define rdtsc(low,high) \
24 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
40 * output busy loop as low as possible. We avoid reading the CTC registers
/external/qemu/distrib/zlib-1.2.3/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
207 low = (unsigned)(-1); /* trigger new sub-table when len > root */
209 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
284 low
[all...]
/external/zlib/contrib/infback9/
H A Dinftree9.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
153 of the low root bits of huff. This is saved in low to check for when a
200 low = (unsigned)(-1); /* trigger new sub-table when len > root */
202 mask = used - 1; /* mask for comparing low */
226 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
278 low
[all...]
H A Dinfback9.c56 unsigned sym, bits, low, size; local
91 low = 0;
93 if ((low % 6) == 0) printf("\n ");
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
95 lenfix[low].val);
96 if (++low == size) break;
102 low = 0;
104 if ((low % 5) == 0) printf("\n ");
105 printf("{%u,%u,%d}", distfix[low]
[all...]
/external/zlib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
206 low = (unsigned)(-1); /* trigger new sub-table when len > root */
208 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
285 low
[all...]
/external/bluetooth/glib/glib/
H A Dgqsort.c75 #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)))

Completed in 412 milliseconds

1234567