Searched refs:rest (Results 1 - 25 of 107) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxatonum.c13 #define xstrtou(rest) xstrtoull##rest
14 #define xstrto(rest) xstrtoll##rest
15 #define xatou(rest) xatoull##rest
16 #define xato(rest) xatoll##rest
25 #define xstrtou(rest) xstrtoul##rest
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Droutel18 while read network rest
19 do set xx $rest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_beat.c76 int rest, nlen; local
78 for (rest = cnt; rest > 0; rest -= nlen) {
79 nlen = (rest > 16) ? 16 : rest;
81 beat_put_term_char(vtermno, rest, kb[0], kb[1]);
82 rest -= nlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dshow_delta49 (time_str, rest) = string.split(line[1:],']',1)
53 return (time, rest)
65 (time, rest) = get_time(line)
78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest
111 (time, rest) = get_time(line)
114 if string.find(rest, base_str)==1:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dadxdec.c112 int rest = buf_size; local
115 int hdrsize = adx_decode_header(avctx,buf,rest);
119 rest -= hdrsize;
124 if(rest/18 > *data_size/64)
125 rest = (*data_size/64) * 18;
130 rest -= copysize;
142 while(rest>=18) {
144 rest-=18;
149 while(rest>=18*2) {
151 rest
[all...]
H A Dadxenc.c144 int rest = avctx->frame_size; local
160 while(rest>=32) {
164 rest-=32;
167 while(rest>=32*2) {
180 rest-=32*2;
H A Dvb.c183 int rest = buf_size; local
188 rest -= 2;
194 rest -= 4;
198 if(size > rest){
204 rest -= size;
208 if(size > rest){
213 rest -= size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_filter.c107 int ret=0, rest; local
126 rest=183-len;
127 if (rest) {
129 if (rest-1)
130 memset(buf+6, 0xff, rest-1);
132 buf[4]=rest;
133 memcpy(buf+5+rest, pes, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/examples/tdbpack/
H A Dtest_tdbpack.py93 out, rest = unpacker(format, expected)
94 self.assertEquals(rest, '')
104 out, rest = unpacker(format, packed)
105 self.assertEquals(rest, '')
126 out, rest = unpacker(format, packed + 'hello sailor!')
127 self.assertEquals(rest, 'hello sailor!')
142 out, rest = unpacker(format, bin)
144 self.assertEquals(rest, '')
155 out, rest = unpacker(format, expected)
156 self.assertEquals(rest, '')
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dversion-check.pl45 my ($sym, $rest)=($1, $2);
46 my @a=split(/ +/, $rest);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscript_asm.pl416 $rest = $2;
417 foreach $rest (split (/\s*,\s*/, $rest)) {
418 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
469 $rest = $1;
470 if ($rest =~ /^FROM\s+($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
479 } elsif ($rest =~ /^($value)\s*,\s*(PTR\s+|)($value)\s*,\s*(WITH|WHEN)\s+($phase)\s*$/i) {
491 } elsif ($rest =~ /^MEMORY\s+(.*)/i) {
492 $rest = $1;
494 if ($rest
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dsymbol-scan.pl84 my ($sym, $rest)=($1, $2);
91 my @a=split(/ +/, $rest);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/lib/
H A Dcsum-wrappers.c121 __u64 rest, sum64; local
123 rest = (__force __u64)htonl(len) + (__force __u64)htons(proto) +
131 : "[sum]" (rest),[saddr] "r" (saddr), [daddr] "r" (daddr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_bio.c190 size_t rest; local
233 rest = size;
235 assert(rest > 0);
240 assert(rest <= peer_b->len);
241 if (peer_b->offset + rest <= peer_b->size)
242 chunk = rest;
262 assert(chunk == rest);
265 rest -= chunk;
267 while (rest);
355 size_t rest; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_bio.c190 size_t rest; local
233 rest = size;
235 assert(rest > 0);
240 assert(rest <= peer_b->len);
241 if (peer_b->offset + rest <= peer_b->size)
242 chunk = rest;
262 assert(chunk == rest);
265 rest -= chunk;
267 while (rest);
355 size_t rest; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dscan76 my $rest = $2;
82 #print("Skip non-wordy $def => $rest\n"),
84 $rest =~ s/\s*$//;
85 #next if $rest =~ /[^\w\$]/;
93 elsif ($rest =~ /"/)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-terratec.c152 long rest; local
159 rest = freq*10+10700; /* i once had understood what is going on here */
164 while (rest!=0)
166 if (rest%temp == rest)
171 rest = rest-temp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dname_distr.c174 u32 rest; local
180 rest = publ_cnt * ITEM_SIZE;
184 left = (rest <= max_item_buf) ? rest : max_item_buf;
185 rest -= left;
H A Ddbg.c284 int rest = len; local
286 while (rest > 0) {
287 int sz = rest < TIPC_PB_MAX_STR ? rest : TIPC_PB_MAX_STR;
293 rest -= sz;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dtrackpoint.c93 char *rest; local
95 value = simple_strtoul(buf, &rest, 10);
96 if (*rest || value > 255)
121 char *rest; local
123 value = simple_strtoul(buf, &rest, 10);
124 if (*rest || value > 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dfilename.c258 pstring rest; local
262 *rest = 0;
265 * Remember the rest of the pathname so it can be restored
270 pstrcpy(rest,end+1);
329 * Restore the rest of the string. If the string was mangled the size
335 !safe_strcat(start, rest, sizeof(pstring) - 1 - (start - name))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S49 ;; Clear the rest of the destination area using memset. Preserve the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S51 ;; Clear the rest of the destination area using memset. Preserve the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/pa7100/
H A Dmpih-lshift.S49 addib,<= -5,%r24,L$rest
67 .label L$rest
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eer.c69 * keep track of the rest of the record. residual stores the number of bytes
70 * that are still to deliver. If the rest of the record is invalidated between
129 unsigned long rest, len; local
133 rest = count;
134 while (rest > 0) {
137 len = min(rest, PAGE_SIZE - localhead);
140 rest -= len;
155 unsigned long rest, len, finalcount; local
160 rest = finalcount;
161 while (rest >
[all...]

Completed in 162 milliseconds

12345