Searched defs:low (Results 101 - 125 of 282) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java521 * @param low {@code 0..255;} low byte
525 protected static short codeUnit(int low, int high) { argument
526 if ((low & 0xff) != low) {
527 throw new IllegalArgumentException("low out of range 0..255");
534 return (short) (low | (high << 8));
540 * @param n0 {@code 0..15;} low nibble
541 * @param n1 {@code 0..15;} medium-low nibble
569 * @param low {
573 makeByte(int low, int high) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Ddirinfo.c186 int low, high, mid; local
225 low = 0;
227 if (ino == ctx->dir_info->array[low].ino) {
230 ctx->dir_info->array[low].dotdot,
231 ctx->dir_info->array[low].parent);
233 return &ctx->dir_info->array[low];
244 while (low < high) {
245 mid = (low+high)/2;
246 if (mid == low || mid == high)
259 low
[all...]
H A Dea_refcount.c157 int low, high, mid; local
162 low = 0;
182 while (low <= high) {
183 mid = (low+high)/2;
191 low = mid+1;
195 * low (where high will be left at low-1).
203 return insert_refcount_el(refcount, blk, low);
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h226 * The function generates 'size' equally spaced values in the closed interval [low,high].
242 DenseBase<Derived>::LinSpaced(Sequential_t, Index size, const Scalar& low, const Scalar& high) argument
245 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,false>(low,high,size));
254 DenseBase<Derived>::LinSpaced(Sequential_t, const Scalar& low, const Scalar& high) argument
258 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,false>(low,high,Derived::SizeAtCompileTime));
264 * The function generates 'size' equally spaced values in the closed interval [low,high].
276 DenseBase<Derived>::LinSpaced(Index size, const Scalar& low, const Scalar& high) argument
279 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,true>(low,high,size));
288 DenseBase<Derived>::LinSpaced(const Scalar& low, const Scalar& high) argument
292 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,true>(low,hig
387 setLinSpaced(Index newSize, const Scalar& low, const Scalar& high) argument
404 setLinSpaced(const Scalar& low, const Scalar& high) argument
[all...]
/external/elfutils/0.153/libdwfl/
H A Dlinux-proc-maps.c147 Dwarf_Addr low = 0, high = 0; local
154 low, high);
196 low = start;
220 low = start;
/external/icu/icu4c/source/common/
H A Dlocmap.c1076 uint32_t low = 0; local
1094 while (high > low) /*binary search*/{
1096 mid = (high+low) >> 1; /*Finds median*/
1106 low = mid;
H A Dusc_impl.c278 * in the text, see if it's followed by a low surrogate
281 UChar low = scriptRun->textArray[scriptRun->scriptLimit + 1]; local
284 * if it is followed by a low surrogate,
287 if (low >= 0xDC00 && low <= 0xDFFF) {
288 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
/external/icu/icu4c/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/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp150 double low = -high; local
153 } while (low > it || it > high);
/external/libedit/src/
H A Dchared.c236 c__prev_word(Char *p, Char *low, int n, int (*wtest)(Int)) argument
241 while ((p >= low) && !(*wtest)(*p))
243 while ((p >= low) && (*wtest)(*p))
249 if (p < low)
250 p = low;
307 cv_prev_word(Char *p, Char *low, int n, int (*wtest)(Int)) argument
313 while ((p > low) && Isspace(*p))
316 while ((p >= low) && (*wtest)(*p) == test)
322 if (p < low)
323 return low;
[all...]
/external/libvpx/libvpx/
H A Drate_hist.c23 int low; member in struct:hist_bucket
57 hist->bucket[i].low = INT_MAX;
112 if (hist->bucket[idx].low > avg_bitrate)
113 hist->bucket[idx].low = (int)avg_bitrate;
165 assert(bucket[merge_bucket].low != bucket[merge_bucket].high);
236 if (bucket[i].low == bucket[i].high)
237 fprintf(stderr, pat1, bucket[i].low, "");
239 fprintf(stderr, pat2, bucket[i].low, bucket[i].high);
256 bucket[buckets].low = bucket[buckets].high = i;
274 if (hist->bucket[i].low
[all...]
/external/opencv/cv/src/
H A Dcvcanny.cpp63 int low, high; local
116 low = ul.i;
121 low = cvFloor( low_thresh );
242 if( m > low )
H A Dcvthresh.cpp209 double low = 0, high = 0, delta = 0; local
225 low = hist->thresh[0][0];
230 low = 0;
234 delta = (high-low)/count;
235 low += delta*0.5;
245 mu += (i*delta + low)*h[i];
269 val_i = i*delta + low;
/external/openfst/src/include/fst/extensions/far/
H A Dsttable.h250 size_t low = 0, high = positions.size() - 1; local
252 while (low < high) {
253 size_t mid = (low + high)/2;
260 low = mid + 1;
262 for (size_t i = mid; i > low; --i) {
270 strm->seekg(positions[low]);
274 strm->seekg(positions[low]);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c327 unsigned low, size; local
342 low = 0;
344 if ((low % 7) == 0) printf("\n ");
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
347 if (++low == size) break;
353 low = 0;
355 if ((low
[all...]
/external/qemu/block/
H A Draw-win32.c165 LONG low, high; local
167 low = offset;
169 if (!SetFilePointer(s->hfile, low, &high, FILE_BEGIN))
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.c327 unsigned low, size; local
342 low = 0;
344 if ((low % 7) == 0) printf("\n ");
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
347 if (++low == size) break;
353 low = 0;
355 if ((low
[all...]
/external/qemu/include/qemu/
H A Dtimer.h791 uint32_t low,high; local
793 asm volatile("rdtsc" : "=a" (low), "=d" (high));
796 val |= low;
842 uint32_t low;
846 : "=r"(rval.i32.high), "=r"(rval.i32.low) : : "g1");
/external/qemu/slirp-android/
H A Dsocket.c562 int low = so->so_faddr_ip & 0xff; local
564 if ( CTL_IS_DNS(low) )
565 addr_ip = dns_addr[low - CTL_DNS];
/external/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp22 static inline int16x8_t sbpsm_clamp_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
26 res = vuzpq_s16(vreinterpretq_s16_s32(low), vreinterpretq_s16_s32(high)).val[1];
64 static inline int16x8_t sbpsm_repeat_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
69 res = vuzpq_u16(vreinterpretq_u16_s32(low), vreinterpretq_u16_s32(high)).val[0];
/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/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/tcpdump/
H A Drpc_msg.h85 u_int32_t low; member in struct:sunrpc_rejected_reply::__anon31554::__anon31555
/external/zlib/src/contrib/infback9/
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/src/
H A Dinflate.c327 unsigned low, size; local
342 low = 0;
344 if ((low % 7) == 0) printf("\n ");
345 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op,
346 state.lencode[low].bits, state.lencode[low].val);
347 if (++low == size) break;
353 low = 0;
355 if ((low
[all...]

Completed in 478 milliseconds

1234567891011>>