Searched refs:endpos (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcut.c29 int endpos; member in struct:cut_list
74 if (spos > cut_lists[cl_pos].endpos
75 || cut_lists[cl_pos].endpos == NON_RANGE)
92 if (spos > cut_lists[cl_pos].endpos
93 || cut_lists[cl_pos].endpos == NON_RANGE) {
151 } while (spos <= cut_lists[cl_pos].endpos && line
152 && cut_lists[cl_pos].endpos != NON_RANGE);
200 * parse list and put values into startpos and endpos.
255 cut_lists[nlists-1].endpos = e;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat.h126 of intervals (startpos pointing to '<', endpos to the character after '>'),
131 size_t endpos; member in struct:interval
H A Dwrite-mo.c229 id_intervals[i].endpos += msgctlen;
257 intervals[M_STR][nintervals[M_STR] + i].endpos =
258 d + part_intervals[i].endpos;
302 length = intervals[m][i].endpos - intervals[m][i].startpos;
334 lastpos = intervals[m][i].endpos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_put.c29 longest_int startpos, endpos, backskip; local
65 endpos = (longest_int) Lseek(fd, startpos, SEEK_SET);
66 if (endpos != startpos)
74 endpos = (longest_int) Lseek(fd, backskip, SEEK_CUR);
75 if (endpos == (longest_int) -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUploadClient.cpp304 uint64 endpos = (currentblock->EndOffset - togo); local
305 uint64 startpos = endpos - nPacketSize;
307 bool bLargeBlocks = (startpos > 0xFFFFFFFF) || (endpos > 0xFFFFFFFF);
313 data.WriteUInt64(endpos);
316 data.WriteUInt32(endpos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsy.c296 int endpos=rint(fromOC((i+1)*.125-2.)*2*n/rate); local
298 if(j<endpos){
299 float delta=(ATH[i+1]-base)/(endpos-j);
300 for(;j<endpos && j<n;j++){
490 long endpos; local
492 endpos=posstack[i+1];
494 endpos=posstack[i]+linesper+1; /* +1 is important, else bin 0 is
497 if(endpos>n)endpos=n;
498 for(;pos<endpos;po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmprintf.c237 static long dprintf_Pass1(const char *format, va_stack_t *vto, char **endpos, argument
485 *endpos++ = fmt + 1; /* end of this sequence */
576 char *endpos[MAX_PARAMETERS]; local
584 dprintf_Pass1(format, vto, endpos, ap_save);
586 end = &endpos[0]; /* the initial end-position from the list dprintf_Pass1()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Darcfb.c449 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; local
479 endpos = ceilXres((bitppos + (count*8)), xres);
480 bitcount = endpos - startpos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c3594 int endpos = startpos + range;
3603 if (endpos < 0)
3605 else if (endpos > total_size)
3577 int endpos = startpos + range; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c5036 int endpos = startpos + range;
5055 if (endpos < 0)
5057 else if (endpos > total_size)
5020 int endpos = startpos + range; local

Completed in 165 milliseconds