Searched refs:remain (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dudbg.c133 int remain = n; local
138 while ( (( c = *s++ ) != '\0') && (remain-- > 0)) {
143 return n - remain;
H A Dproc_pmc.c623 unsigned long remain; local
627 remain = thread_active_run % inst_complete;
629 cpithou = remain / ( inst_complete / 1000 );
631 cpithou = ( remain * 1000 ) / inst_complete;
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-groupdel.pl84 You must manually check all filesystems to insure that no files remain
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dev6-memchr.S71 # Deal with the case where at most 8 bytes remain to be searched
122 # Deal with the case where $18 > 8 bytes remain to be
144 # At least two quads remain to be accessed.
149 # At least three quads remain to be accessed
H A Dmemchr.S72 # Deal with the case where at most 8 bytes remain to be searched
103 # Deal with the case where $18 > 8 bytes remain to be
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dpcxx.c685 int total, remain, size, stlen; local
737 remain = size - (head - tail) - 1;
741 remain = tail - head - 1;
742 stlen = remain;
744 count = MIN(remain, count);
786 int remain; local
788 remain = 0;
805 if((remain = tail - head - 1) < 0 )
806 remain += ch->txbufsize;
808 if (remain
824 int remain; local
[all...]
H A Depca.c730 int remain; local
947 remain (much like dataLen above) represents the total amount of
955 remain = size - (head - tail) - 1;
961 remain = tail - head - 1;
962 dataLen = remain;
971 bytesAvailable = MIN(remain, bytesAvailable);
1029 int remain; local
1035 remain = 0;
1057 if ((remain = tail - head - 1) < 0 )
1058 remain
1081 int remain; local
[all...]
H A Dmoxa.c2613 int i, count, cnt, len, total, remain; local
2631 remain = count - total;
2672 if ((readb(ofsAddr + FlagStat) & Xoff_state) && (remain < LowWater)) {
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dpass1.c250 unsigned int storage_size, remain; local
264 remain = storage_size - sizeof(__u32);
269 remain -= sizeof(struct ext2_ext_attr_entry);
272 if (EXT2_EXT_ATTR_SIZE(entry->e_name_len) > remain) {
279 remain -= EXT2_EXT_ATTR_SIZE(entry->e_name_len);
282 if (entry->e_value_size == 0 || entry->e_value_size > remain) {
302 remain -= entry->e_value_size;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dosf_sys.c1226 asmlinkage int osf_usleep_thread(struct timeval32 *sleep, struct timeval32 *remain) argument
1241 if (remain) {
1244 if (put_tv32(remain, &tmp))
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dtexinfo.tex90 %their licenses terminated so long as such parties remain in full compliance.
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex1099 \item If several routes remain after the previous steps, then

Completed in 94 milliseconds