Searched refs:lim (Results 1 - 13 of 13) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmotp.c725 uint32 base, bound, lim = 0, st; local
744 lim = otp_size(oh);
745 if ((rawotp = MALLOC(sb_osh(oi->sbh), lim)) == NULL) {
750 for (i = 0; i < (lim / 2); i++)
759 for (i = 0; i < (lim / 2); i++)
763 if (i < (lim / 2)) {
773 bound = rawotp[(lim / 2) + OTP_BOUNDARY_OFF];
793 while ((i < (lim / 2)) && (rawotp[i] == OTP_MAGIC)) {
796 if (((i * 2) + rsz) >= lim) {
829 while (++i < (lim /
936 uint wn, base = 0, lim; local
1051 uint wn, base = 0, lim; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_tbf.c164 double lim = opt.rate.rate*(double)latency/1000000 + buffer; local
167 if (lim2 < lim)
168 lim = lim2;
170 opt.limit = lim;
/asus-wl-520gu-7.0.1.45/src/shared/nvram/
H A Dnvram_rw.c147 uint32 off, lim; local
152 lim = SB_FLASH2_SZ;
154 while (off <= lim) {
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A Dfile-upload.c103 int getline(char s[], int lim) argument
107 for (i=0; (i<lim) && ((c=getchar())!=EOF) && (c!='\n'); i++) {
114 else if (i == lim)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c256 uint32 base, off, lim; local
263 lim = SB_FLASH2_SZ;
270 lim = info->size;
280 lim = SB_FLASH1_SZ;
284 while (off <= lim) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Ddmabuf.c706 int lim = dmap->nbufs; local
708 if (lim < 2)
709 lim = 2;
711 if (dmap->qlen >= lim) /* No space at all */
720 if (max > lim)
721 max = lim;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_xtree.c516 int base, index, lim, btindex; local
638 lim = le16_to_cpu(p->header.nextindex) - XTENTRYSTART;
643 for (base = XTENTRYSTART; lim; lim >>= 1) {
644 index = base + (lim >> 1);
693 --lim;
3119 int base, index, lim; local
3153 lim = le16_to_cpu(p->header.nextindex) - XTENTRYSTART;
3158 for (base = XTENTRYSTART; lim; lim >>
[all...]
H A Djfs_dtree.c536 int base, index, lim; local
594 for (base = 0, lim = p->header.nextindex; lim; lim >>= 1) {
595 index = base + (lim >> 1);
670 --lim;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_mlc.c261 static int hilse_inc_lcv(hil_mlc *mlc, int lim) { argument
262 if (mlc->lcv++ >= lim) return -1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj.h484 unsigned int lim:1; /* Line In Mute */ member in struct:__anon2741
H A Dixj.c1991 j->sirxg.bits.lim = 1; /* Line In Mute */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind.c647 spill_next_when (struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t)
651 for (reg = *regp; reg <= lim; ++reg) {
644 spill_next_when(struct unw_reg_info **regp, struct unw_reg_info *lim, unw_word t) argument
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmsh.c534 static void glob1 (char *base, char *lim );
4073 glob1(base, lim)
4074 char *base, *lim;
4086 if ((n=(int)(lim-base)) <= v2)
4091 j = lim-v2;
4127 if (lptr-base >= lim-hptr) {
4128 glob1(hptr+v2, lim);
4129 lim = lptr;

Completed in 237 milliseconds