Searched refs:begin (Results 26 - 50 of 201) sorted by relevance

123456789

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.h46 int begin; member in struct:__anon1090
H A Dvorbisfile.c146 ogg_int64_t begin=vf->offset; local
147 ogg_int64_t end=begin;
152 begin-=CHUNKSIZE;
153 if(begin<0)
154 begin=0;
156 ret=_seek_helper(vf,begin);
226 ogg_int64_t begin=vf->offset; local
227 ogg_int64_t end=begin;
236 begin-=CHUNKSIZE;
237 if(begin<
464 _bisect_forward_serialno(OggVorbis_File *vf, ogg_int64_t begin, ogg_int64_t searched, ogg_int64_t end, ogg_int64_t endgran, int endserial, long *currentno_list, int currentnos, long m) argument
1412 ogg_int64_t begin=vf->offsets[link]; local
[all...]
H A Denvelope.c53 e->band[0].begin=2; e->band[0].end=4;
54 e->band[1].begin=4; e->band[1].end=5;
55 e->band[2].begin=6; e->band[2].end=6;
56 e->band[3].begin=9; e->band[3].end=8;
57 e->band[4].begin=13; e->band[4].end=8;
58 e->band[5].begin=17; e->band[5].end=8;
59 e->band[6].begin=22; e->band[6].end=8;
169 acc+=vec[i+bands[j].begin]*bands[j].window[i];
H A Dbackends.h106 long begin; member in struct:vorbis_info_residue0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmdoctorfat.c83 long address, begin, end; local
146 begin = strtoul(number, &eptr, 0);
151 end = begin;
166 for (j=begin; j <= end; j++) {
H A Dpartition.h48 void setBeginEnd(struct partition *partTable, int begin, int end,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/
H A Dmtdcore.c359 off_t begin = 0; local
368 if (len+begin > off+count)
370 if (len+begin < off) {
371 begin += len;
380 if (off >= len+begin)
382 *start = page + (off-begin);
383 return ((count < begin+len-off) ? count : begin+len-off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex30 \begin{Verbatim}[commandchars=\\\{\}]
50 \begin{Verbatim}[commandchars=\\\{\}]
74 \begin{itemize}
93 \begin{center}
109 \begin{enumerate}
125 \begin{enumerate}
137 \begin{enumerate}
140 \begin{enumerate}
161 \begin{enumerate}
165 \begin{enumerat
[all...]
H A D06-floor0.tex30 \begin{Verbatim}[commandchars=\\\{\}]
57 \begin{Verbatim}[commandchars=\\\{\}]
77 \begin{itemize}
114 length \varname{[n]} vector with all-zero scalars. Otherwise, begin by
118 \begin{displaymath}
120 \begin{array}{ll}
132 \begin{displaymath}
141 \begin{displaymath}
150 \begin{enumerate}
154 \begin{enumerat
[all...]
H A D09-helper.tex20 \begin{programlisting}
35 \begin{itemize}
56 \begin{programlisting}
104 \begin{programlisting}
134 \begin{programlisting}
H A D03-codebook.tex38 \begin{Verbatim}[commandchars=\\\{\}]
46 \begin{Verbatim}[commandchars=\\\{\}]
59 \begin{Verbatim}[commandchars=\\\{\}]
71 \begin{itemize}
82 \begin{Verbatim}[commandchars=\\\{\}]
89 \begin{Verbatim}[commandchars=\\\{\}]
120 \begin{Verbatim}[commandchars=\\\{\}]
138 \begin{enumerate}
150 \begin{Verbatim}[commandchars=\\\{\}]
155 \begin{itemiz
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.c179 char *begin; local
183 begin = data;
292 offset = htons(data - begin);
294 memcpy(begin + *servoffset, &offset, sizeof(offset));
297 return (data - begin);
304 char *begin = data; local
346 offset = htons(data - begin);
347 memcpy(begin + *diroffset, &offset, sizeof(u_int16_t));
350 return (data - begin);
360 char *begin local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dnvram.c146 off_t *begin, off_t offset, int size);
398 off_t begin = 0; local
405 *eof = mach_proc_infos(contents, buffer, &len, &begin, offset, size);
407 if (offset >= begin + len)
409 *start = buffer + (offset - begin);
410 return (size < begin + len - offset) ? size : begin + len - offset;
419 if (*begin + *len > offset + size) \
421 if (*begin + *len < offset) { \
422 *begin
532 pc_proc_infos(unsigned char *nvram, char *buffer, int *len, off_t *begin, off_t offset, int size) argument
635 cobalt_proc_infos(unsigned char *nvram, char *buffer, int *len, off_t *begin, off_t offset, int size) argument
835 atari_proc_infos(unsigned char *nvram, char *buffer, int *len, off_t *begin, off_t offset, int size) argument
[all...]
H A Dviocons.c120 int begin; local
124 begin = 0;
133 HvCall_writeLogBuffer(&buf[begin], index - begin + 1);
134 begin = index + 1;
138 if ((index - begin) > 0)
139 HvCall_writeLogBuffer(&buf[begin], index - begin);
475 int begin; local
499 begin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/mm/
H A Dcache-sh4.c126 unsigned long begin, end; local
128 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
131 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
147 unsigned long begin, end; local
149 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
152 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
165 unsigned long begin, end; local
167 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
170 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/platform-iss/
H A Dconsole.c185 off_t begin = 0; local
190 if (off >= len + begin)
193 *start = page + (off - begin);
194 return ((count < begin + len - off) ? count : begin + len - off);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex4 \begin{center}
9 \begin{center}
32 \begin{enumerate}
50 \begin{itemize}
61 \begin{NB}
67 \begin{NB}
96 \begin{NB}
111 \begin{NB}
123 \begin{NB}
142 \begin{verbati
[all...]
H A Dip-cref.tex4 \begin{center}
9 \begin{center}
44 \begin{verbatim}
49 begin with the character \verb|'-'| and may be used in either long or abbreviated
52 \begin{itemize}
99 \begin{NB}
102 \begin{NB}
111 \begin{itemize}
161 \begin{itemize}
200 \begin{enumerat
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_simple.c261 unsigned int begin, addr, addr_end, addr_start; local
271 begin = simple->address.memory << 4;
306 addr += begin;
307 addr_start += begin;
308 addr_end += begin;
423 unsigned int begin, addr_start, addr_end; local
432 begin = simple->address.memory;
435 addr_start = (((addr_start << 1) & ~0x1f) | (addr_start & 0x0f)) + begin;
436 addr_end = (((addr_end << 1) & ~0x1f) | (addr_end & 0x0f)) + begin;
449 unsigned int begin, add local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dtransapp.cs180 char **begin, **list;
197 for (begin = list; *list != NULL; ++list)
203 free (begin);
213 char **begin, **list;
222 for (begin = list; *list != NULL; ++list)
224 free (begin);
234 for (begin = list; *list != NULL; ++list)
236 free (begin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dtransapp.cs180 char **begin, **list;
197 for (begin = list; *list != NULL; ++list)
203 free (begin);
213 char **begin, **list;
222 for (begin = list; *list != NULL; ++list)
224 free (begin);
234 for (begin = list; *list != NULL; ++list)
236 free (begin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas188 begin
194 begin
200 begin
205 begin
211 begin
217 begin
222 begin
227 begin
232 begin
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S45 addq $20,$0,$20 # .. e1 : begin summing the words
92 extwl $0,2,$2 # e0 : begin folding the 64-bit value
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas188 begin
194 begin
200 begin
205 begin
211 begin
217 begin
222 begin
227 begin
232 begin
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DgenUnicode.py428 (begin, end) = range;
434 if (begin == end):
435 output.write("(code == %s)" % (hex(begin)))
438 hex(begin), hex(end)))

Completed in 591 milliseconds

123456789