Searched refs:begin (Results 1 - 25 of 201) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dcache-sh2.c21 unsigned long begin, end; local
23 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
26 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
34 unsigned long begin, end; local
36 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
39 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
47 unsigned long begin, end; local
49 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
52 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
H A Dcache-sh3.c38 unsigned long begin, end; local
41 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
45 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
77 unsigned long begin, end; local
79 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
83 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
H A Dpg-sh7705.c31 unsigned long begin, end; local
35 begin = L1_CACHE_ALIGN((unsigned long)virt);
42 for (v = begin; v < end; v += L1_CACHE_BYTES) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mm/
H A Dcache.c25 unsigned long v, begin, end, linesz, mask; local
33 begin = (unsigned long)start;
34 end = begin + size;
36 if (begin & mask) {
38 begin += linesz;
46 for (v = begin; v < end; v += linesz)
53 unsigned long v, begin, end, linesz; local
56 begin = (unsigned long)start & ~(linesz - 1);
59 for (v = begin; v < end; v += linesz)
66 unsigned long v, begin, en local
79 unsigned long v, begin, end, linesz; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ufs/
H A Dutil.h296 #define ubh_get_addr8(ubh,begin) \
297 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \
298 ((begin) & ~uspi->s_fmask))
300 #define ubh_get_addr16(ubh,begin) \
301 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
302 ((begin) & ((uspi->fsize>>1) - 1)))
304 #define ubh_get_addr32(ubh,begin) \
305 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
306 ((begin) & ((uspi->s_fsize>>2) - 1)))
308 #define ubh_get_addr64(ubh,begin) \
371 _ubh_find_next_zero_bit_( struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned size, unsigned offset) argument
418 _ubh_find_last_zero_bit_( struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned start, unsigned end) argument
447 _ubh_isblockset_(struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned block) argument
464 _ubh_clrblock_(struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned block) argument
484 _ubh_setblock_(struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned block) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Darchival.cs28 char **begin, **list;
37 for (begin = list; *list != NULL; ++list)
39 free (begin);
49 for (begin = list; *list != NULL; ++list)
51 free (begin);
H A Dlogfile.cs42 char **begin, **list;
58 for (begin = list; *list != NULL; ++list)
64 free (begin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c74 unsigned char begin; /* where it begins */ member in struct:__anon1217
179 #define BEGIN(x) (This->track_map[(x)].begin)
241 static void adjust_bounds(Xdf_t *This, off_t *begin, off_t *end) argument
243 /* translates begin and end from byte to sectors */
244 *begin = *begin / This->sector_size;
273 if(bytes >= REC.end - REC.begin) {
274 bytes -= REC.end - REC.begin;
296 static int load_data(Xdf_t *This, off_t begin, off_t end, int retries) argument
302 adjust_bounds(This, &begin,
327 mark_dirty(Xdf_t *This, off_t begin, off_t end) argument
342 load_bounds(Xdf_t *This, off_t begin, off_t end) argument
400 decompose(Xdf_t *This, int where, int len, off_t *begin, off_t *end, int boot) argument
482 off_t begin, end; local
498 off_t begin, end; local
598 off_t begin, end; local
[all...]
H A DdirCache.h49 dirCacheEntry_t *addUsedEntry(dirCache_t *Stream, int begin, int end,
54 unsigned int begin, unsigned int end);
H A Dmpartition.c73 void setBeginEnd(struct partition *partTable, int begin, int end, argument
76 set_offset(&partTable->start, begin, heads, sectors);
78 set_dword(partTable->start_sect, begin);
79 set_dword(partTable->nr_sects, end-begin);
85 if(end-begin < 4096)
87 else if(end-begin<32*2048)
272 "[-h heads] [-T type] [-b begin] [-l length] "
301 int begin=0; local
402 begin = atoi(optarg);
585 begin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_shash.c93 __db_hashinit(begin, nelements)
94 void *begin;
100 headp = (struct hash_head *)begin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsys_x86_64.c67 static void find_start_end(unsigned long flags, unsigned long *begin, argument
78 *begin = 0x40000000;
81 *begin = TASK_UNMAPPED_BASE;
93 unsigned long begin, end; local
98 find_start_end(flags, &begin, &end);
113 mm->free_area_cache = begin;
116 if (addr < begin)
117 addr = begin;
128 if (start_addr != begin) {
129 start_addr = addr = begin;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dhuffbuild.c25 static int getval(FILE *in,int begin,int n,int group,int max){ argument
35 for(i=1;i<=begin;i++)
44 return(getval(in,begin,n,group,max));
53 "huffbuild <input>.vqd <begin,n,group>|<lorange-hirange> [noguard]\n"
54 " where begin,n,group is first scalar, \n"
65 int i,j,k,begin,n,subn,guard=1; local
85 begin=0;
87 begin=atoi(argv[2]);
139 long val=getval(file,begin,n,subn,maxval);
H A Dresiduesplit.c111 static int getline(FILE *in,float *vec,int begin,int n){ argument
116 if(begin){
117 for(i=1;i<begin;i++)
136 "residuesplit <res> [<res>] <begin,n,group> <baseout> <ent,peak,sub> [<ent,peak,sub>]...\n"
137 " where begin,n,group is first scalar, \n"
149 int i,j,parts,begin,n,subn,*subgrp,*class; local
174 begin=atoi(argv[1+resfiles]);
248 if(getline(res[0],vec,begin,n)){
253 if(getline(res[i],vec,begin,n)){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth_proc.c187 off_t begin = 0,pos = 0; local
225 len += size; pos = begin + len;
239 len += size; pos = begin + len;
243 len += size; pos = begin + len;
247 len += size; pos = begin + len;
255 len += size; pos = begin + len;
271 len += size; pos = begin + len;
278 len += size; pos = begin + len;
284 len += size; pos = begin + len;
288 len += size; pos = begin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas219 begin
224 begin
229 begin
234 begin
255 begin
261 begin
266 begin
273 begin
280 begin
291 begin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas219 begin
224 begin
229 begin
234 begin
255 begin
261 begin
266 begin
273 begin
280 begin
291 begin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dexample.pas38 begin
40 begin
47 begin
60 begin
89 begin
94 begin
100 begin
106 begin
112 begin
122 begin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dexample.pas38 begin
40 begin
47 begin
60 begin
89 begin
94 begin
100 begin
106 begin
112 begin
122 begin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dwrap.tcl35 set parentsentinel $testdir/begin.$parentpid
45 set childsentinel $testdir/begin.$childpid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dproc_tty.c159 off_t begin = 0; local
169 if (len+begin > off+count)
171 if (len+begin < off) {
172 begin += len;
178 if (off >= len+begin)
180 *start = page + (off-begin);
181 return ((count < begin+len-off) ? count : begin+len-off);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D10-tables.tex12 \begin{Verbatim}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3.c91 int bndstrt, bndend, begin, end1, tmp; local
104 begin = 7;
113 begin = bin + 1;
122 for (bin = begin; bin < end1; bin++) {
130 begin = 22;
133 begin = bndstrt;
139 for (bin = begin; bin < bndend; bin++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmachine_kexec_64.c31 unsigned long begin, end; /* limits of segment */ local
56 * end of the blocked region (begin >= high). Use the
64 begin = image->segment[i].mem;
65 end = begin + image->segment[i].memsz;
67 if ((begin < high) && (end > low))
84 begin = image->segment[i].mem;
85 end = begin + image->segment[i].memsz;
87 if ((begin < high) && (end > low))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex4 \begin{center}
9 \begin{center}
23 \begin{itemize}
27 \begin{verbatim}
33 \begin{verbatim}
38 \begin{verbatim}
46 \begin{verbatim}
58 \begin{verbatim}
66 \begin{verbatim}
104 \begin{itemiz
[all...]

Completed in 181 milliseconds

123456789