Searched refs:lim (Results 151 - 175 of 183) sorted by relevance

12345678

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dworkqueue.c2762 int lim = flags & WQ_UNBOUND ? WQ_UNBOUND_MAX_ACTIVE : WQ_MAX_ACTIVE; local
2764 if (max_active < 1 || max_active > lim)
2767 max_active, name, 1, lim);
2769 return clamp_val(max_active, 1, lim);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_page.c726 u_int32_t base, itemlen, lim, off_len; local
739 DB_BINARY_SEARCH_FOR(base, lim, NUM_ENT(p), 2) {
740 DB_BINARY_SEARCH_INCR(indx, base, lim, 2);
825 DB_BINARY_SEARCH_SHIFT_BASE(indx, base, lim, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_page.c726 u_int32_t base, itemlen, lim, off_len; local
739 DB_BINARY_SEARCH_FOR(base, lim, NUM_ENT(p), 2) {
740 DB_BINARY_SEARCH_INCR(indx, base, lim, 2);
825 DB_BINARY_SEARCH_SHIFT_BASE(indx, base, lim, 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/jfs/
H A Djfs_dtree.c589 int base, index, lim; local
645 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) {
646 index = base + (lim >> 1);
721 --lim;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/jfs/
H A Djfs_dtree.c589 int base, index, lim; local
645 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) {
646 index = base + (lim >> 1);
721 --lim;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dregexec.c2049 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit;
2053 if (str_idx < lim->subexp_from)
2056 if (lim->subexp_to < str_idx)
2060 boundaries = (str_idx == lim->subexp_from);
2061 boundaries |= (str_idx == lim->subexp_to) << 1;
2046 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dregexec.c2049 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit;
2053 if (str_idx < lim->subexp_from)
2056 if (lim->subexp_to < str_idx)
2060 boundaries = (str_idx == lim->subexp_from);
2061 boundaries |= (str_idx == lim->subexp_to) << 1;
2046 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dregexec.c2049 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit;
2053 if (str_idx < lim->subexp_from)
2056 if (lim->subexp_to < str_idx)
2060 boundaries = (str_idx == lim->subexp_from);
2061 boundaries |= (str_idx == lim->subexp_to) << 1;
2046 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dmmap.c2372 unsigned long lim; local
2374 lim = rlimit(RLIMIT_AS) >> PAGE_SHIFT;
2376 if (cur + npages > lim)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dmmap.c2372 unsigned long lim; local
2374 lim = rlimit(RLIMIT_AS) >> PAGE_SHIFT;
2376 if (cur + npages > lim)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A DmDNS.c1627 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; local
1630 while (*cstr && ptr < lim) *ptr++ = (mDNSu8)*cstr++; // Copy the data
1647 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local
1648 while (*cstr && ptr < lim) // While more characters, and space to put them...
1651 while (*cstr && *cstr != '.' && ptr < lim) // While we have characters in the label...
1704 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local
1709 if (ptr + 1 + src[0] > lim) return(mDNSNULL);
1809 const mDNSu8 *const lim = &hostlabel->c[1] + MAX_DOMAIN_LABEL; local
1816 if (ptr < lim)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A DmDNS.c1627 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; local
1630 while (*cstr && ptr < lim) *ptr++ = (mDNSu8)*cstr++; // Copy the data
1647 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local
1648 while (*cstr && ptr < lim) // While more characters, and space to put them...
1651 while (*cstr && *cstr != '.' && ptr < lim) // While we have characters in the label...
1704 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local
1709 if (ptr + 1 + src[0] > lim) return(mDNSNULL);
1809 const mDNSu8 *const lim = &hostlabel->c[1] + MAX_DOMAIN_LABEL; local
1816 if (ptr < lim)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A DmDNS.c1627 const mDNSu8 *const lim = (lim1 < lim2) ? lim1 : lim2; local
1630 while (*cstr && ptr < lim) *ptr++ = (mDNSu8)*cstr++; // Copy the data
1647 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local
1648 while (*cstr && ptr < lim) // While more characters, and space to put them...
1651 while (*cstr && *cstr != '.' && ptr < lim) // While we have characters in the label...
1704 const mDNSu8 *const lim = name->c + MAX_DOMAIN_NAME - 1; // Limit of how much we can add (not counting final zero) local
1709 if (ptr + 1 + src[0] > lim) return(mDNSNULL);
1809 const mDNSu8 *const lim = &hostlabel->c[1] + MAX_DOMAIN_LABEL; local
1816 if (ptr < lim)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dregex.c3637 register int lim = 0; variable
3641 lim = range - (size1 - startpos);
3648 while (range > lim
3653 while (range > lim && !fastmap[(unsigned char) *d++])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dos_4bri.c819 unsigned long lim)
818 xdiLoadFile(char *FileName, dword *FileLength, unsigned long lim) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dos_4bri.c819 unsigned long lim)
818 xdiLoadFile(char *FileName, dword *FileLength, unsigned long lim) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dregex.c3637 register int lim = 0; variable
3641 lim = range - (size1 - startpos);
3648 while (range > lim
3653 while (range > lim && !fastmap[(unsigned char) *d++])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dregex.c3637 register int lim = 0; variable
3641 lim = range - (size1 - startpos);
3648 while (range > lim
3653 while (range > lim && !fastmap[(unsigned char) *d++])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dash.c2377 const char *lim; local
2387 lim = (char *)stackblock() + 1;
2391 if (new > lim && *lim == '/')
2392 lim++;
2399 lim++;
2407 while (new > lim) {
2423 if (new > lim)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Desp_scsi.c175 int lim = 1000; local
178 if (--lim == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Desp_scsi.c175 int lim = 1000; local
178 if (--lim == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind.c733 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t)
737 for (reg = *regp; reg <= lim; ++reg) {
731 spill_next_when(struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind.c733 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t)
737 for (reg = *regp; reg <= lim; ++reg) {
731 spill_next_when(struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dash.c2377 const char *lim; local
2387 lim = (char *)stackblock() + 1;
2391 if (new > lim && *lim == '/')
2392 lim++;
2399 lim++;
2407 while (new > lim) {
2423 if (new > lim)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dash.c2377 const char *lim; local
2387 lim = (char *)stackblock() + 1;
2391 if (new > lim && *lim == '/')
2392 lim++;
2399 lim++;
2407 while (new > lim) {
2423 if (new > lim)

Completed in 719 milliseconds

12345678