HomeSort by relevance Sort by last modified time
    Searched full:lim (Results 76 - 100 of 203) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.c 163 int lim = L->stacksize; local
167 for (; lim < newsize; lim++)
168 setnilvalue(L->stack + lim); /* erase new segment */
196 StkId lim = L->top; local
199 if (lim < ci->top) lim = ci->top;
201 return cast_int(lim - L->stack) + 1; /* part of stack in use */
ltable.c 236 int lim = ttlg; local
237 if (lim > t->sizearray) {
238 lim = t->sizearray; /* adjust upper limit */
239 if (i > lim)
243 for (; i <= lim; i++) {
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 117 SchedDFSResult(bool IsBU, unsigned lim)
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
  /external/libpcap/
CREDITS 40 Darren Lim <darren dot lim at endace dot com>
167 Yen Yen Lim
gencode.h 27 * Copyright (c) 1997 Yen Yen Lim and North Dakota State University
40 * This product includes software developed by Yen Yen Lim and
  /external/llvm/test/Transforms/IndVarSimplify/
lftr-reuse.ll 163 %lim = add i32 %x, %n
164 %cmp.ph = icmp ult i32 %x, %lim
180 %cmp = icmp ult i32 %inc, %lim
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_loopfilter.h 54 DECLARE_ALIGNED(SIMD_WIDTH, uint8_t, lim[SIMD_WIDTH]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse-intel.c 64 slim = (char *) parser_gas->s.lim;
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 54 DECLARE_ALIGNED(SIMD_WIDTH, uint8_t, lim[SIMD_WIDTH]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 54 DECLARE_ALIGNED(SIMD_WIDTH, uint8_t, lim[SIMD_WIDTH]);
  /external/bison/src/
location.c 64 char const *lim = token + size; local
68 for (p = token; p < lim; p++)
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 32 * @author jlim@google.com (Jing Yee Lim)
182 * @author Jing Yee Lim (jlim@google.com)
HTML.java 26 * @author jlim@google.com (Jing Yee Lim)
  /external/chromium_org/v8/src/
types.cc 49 typename TypeImpl<Config>::Limits lim = Intersect(Limits(lhs), Limits(rhs)); local
50 return lim.min->Number() <= lim.max->Number();
337 TypeImpl<Config>::BitsetType::Lub(Limits lim) {
339 double min = lim.min->Number();
340 double max = lim.max->Number();
645 Limits lim = Intersect(Limits(range1), Limits(range2)); local
646 if (lim.min->Number() <= lim.max->Number()) {
647 range = RangeType::New(lim, region)
    [all...]
  /external/libedit/src/
common.c 282 Char *lim = el->el_line.lastchar; local
284 if (el->el_line.cursor >= lim ||
285 (el->el_line.cursor == lim - 1 &&
291 if (el->el_line.cursor > lim)
292 el->el_line.cursor = lim;
vi.c 1092 const Char *lim; local
1119 lim = el->el_line.limit;
1120 if (cp < lim)
1122 while (wsp < wep && cp < lim)
1148 if (r->pos + 1 > r->lim)
1150 r->pos = r->lim - 1;
chared.c 421 el->el_chared.c_redo.lim = el->el_chared.c_redo.buf + EL_BUFSIZ;
569 el->el_chared.c_redo.lim = newbuffer +
570 (el->el_chared.c_redo.lim - el->el_chared.c_redo.buf);
597 el->el_chared.c_redo.lim = NULL;
chared.h 82 Char *lim; member in struct:c_redo_t
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 312 static void setlim(int res, rlim_t lim) {
315 rlim.rlim_cur = lim;
316 rlim.rlim_max = lim;
  /external/libnl/lib/route/sch/
tbf.c 103 double r, rbit, lim; local
112 lim = nl_cancel_down_bytes(tbf->qt_limit, &limu);
115 r, ru, rbit, rubit, lim, limu);
  /external/pdfium/core/src/fxge/agg/agg23/
agg_math_stroke.h 110 FX_FLOAT lim = FXSYS_Mul(width, miter_limit);
111 if(d1 <= lim) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 49 int32_t lim; local
51 lim = WEBRTC_SPL_LSHIFT_W32( (int32_t)1, 15 + rshift )-1;
71 o = WEBRTC_SPL_SAT((int32_t)lim, o, (int32_t)-lim);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
rexx.l 8 #define CHECK(n) if((ScanCB.lim - cursor) < (n)){cursor = ScanFill(cursor);}
  /external/tcpdump/
print-domain.c 92 const u_char *bitp, *lim; local
100 lim = cp + 1 + slen;
104 for (bitp = cp + 1, b = bitlen; bitp < lim && b > 7; b -= 8, bitp++) {
118 return lim;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 49 WebRtc_Word32 lim; local
51 lim = WEBRTC_SPL_LSHIFT_W32( (WebRtc_Word32)1, 15 + rshift )-1;
71 o = WEBRTC_SPL_SAT((WebRtc_Word32)lim, o, (WebRtc_Word32)-lim);

Completed in 3096 milliseconds

1 2 34 5 6 7 8 9