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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/linux/
H A Dlist.h7 * @begin: first element in the range to delete from the list.
12 static inline void list_del_range(struct list_head *begin, argument
15 begin->prev->next = end->next;
16 end->next->prev = begin->prev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-sh2.c22 unsigned long begin, end; local
24 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
27 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
43 unsigned long begin, end; local
45 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
49 for (v = begin; v < end; v+=L1_CACHE_BYTES)
74 unsigned long begin, end;
76 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
80 for (v = begin; v < end; v+=L1_CACHE_BYTES)
H A Dcache-sh2a.c21 unsigned long begin, end; local
24 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
31 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
50 unsigned long begin, end; local
53 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
60 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
71 unsigned long begin, end; local
74 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1);
83 for (v = begin; v < end; v+=L1_CACHE_BYTES) {
88 for (v = begin;
[all...]
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) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dratelimit.c45 if (!rs->begin)
46 rs->begin = jiffies;
48 if (time_is_before_jiffies(rs->begin + rs->interval)) {
52 rs->begin = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Dcache.c26 unsigned long v, begin, end, linesz, mask; local
34 begin = (unsigned long)start;
35 end = begin + size;
37 if (begin & mask) {
39 begin += linesz;
47 for (v = begin; v < end; v += linesz)
54 unsigned long v, begin, end, linesz; local
57 begin = (unsigned long)start & ~(linesz - 1);
60 for (v = begin; v < end; v += linesz)
67 unsigned long v, begin, en local
80 unsigned long v, begin, end, linesz; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dutil.h322 #define ubh_get_addr8(ubh,begin) \
323 ((u8*)(ubh)->bh[(begin) >> uspi->s_fshift]->b_data + \
324 ((begin) & ~uspi->s_fmask))
326 #define ubh_get_addr16(ubh,begin) \
327 (((__fs16*)((ubh)->bh[(begin) >> (uspi->s_fshift-1)]->b_data)) + \
328 ((begin) & ((uspi->fsize>>1) - 1)))
330 #define ubh_get_addr32(ubh,begin) \
331 (((__fs32*)((ubh)->bh[(begin) >> (uspi->s_fshift-2)]->b_data)) + \
332 ((begin) & ((uspi->s_fsize>>2) - 1)))
334 #define ubh_get_addr64(ubh,begin) \
397 _ubh_find_next_zero_bit_( struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned size, unsigned offset) argument
444 _ubh_find_last_zero_bit_( struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned start, unsigned end) argument
473 _ubh_isblockset_(struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned block) argument
490 _ubh_clrblock_(struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned block) argument
510 _ubh_setblock_(struct ufs_sb_private_info * uspi, struct ufs_buffer_head * ubh, unsigned begin, unsigned block) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dxdf_io.c74 unsigned char begin; /* where it begins */ member in struct:__anon4159
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dbugs.tex7 \begin{itemize}\itemsep=0pt
H A Dcdaudio.tex15 \begin{verbatim}
21 {\small \begin{verbatim}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
H A Dschema.cpp111 for (vector<xs__include>::iterator in = include.begin(); in != include.end(); ++in)
116 for (vector<xs__redefine>::iterator re = redefine.begin(); re != redefine.end(); ++re)
133 for (vector<xs__import>::const_iterator im = schema.import.begin(); im != schema.import.end(); ++im)
136 { for (vector<xs__import>::const_iterator i = import.begin(); i != import.end(); ++i)
147 for (vector<xs__attribute>::const_iterator at = schema.attribute.begin(); at != schema.attribute.end(); ++at)
150 { for (vector<xs__attribute>::const_iterator a = attribute.begin(); a != attribute.end(); ++a)
165 for (vector<xs__element>::const_iterator el = schema.element.begin(); el != schema.element.end(); ++el)
168 { for (vector<xs__element>::const_iterator e = element.begin(); e != element.end(); ++e)
183 for (vector<xs__group>::const_iterator gp = schema.group.begin(); gp != schema.group.end(); ++gp)
186 { for (vector<xs__group>::const_iterator g = group.begin();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
H A Dschema.cpp111 for (vector<xs__include>::iterator in = include.begin(); in != include.end(); ++in)
116 for (vector<xs__redefine>::iterator re = redefine.begin(); re != redefine.end(); ++re)
133 for (vector<xs__import>::const_iterator im = schema.import.begin(); im != schema.import.end(); ++im)
136 { for (vector<xs__import>::const_iterator i = import.begin(); i != import.end(); ++i)
147 for (vector<xs__attribute>::const_iterator at = schema.attribute.begin(); at != schema.attribute.end(); ++at)
150 { for (vector<xs__attribute>::const_iterator a = attribute.begin(); a != attribute.end(); ++a)
165 for (vector<xs__element>::const_iterator el = schema.element.begin(); el != schema.element.end(); ++el)
168 { for (vector<xs__element>::const_iterator e = element.begin(); e != element.end(); ++e)
183 for (vector<xs__group>::const_iterator gp = schema.group.begin(); gp != schema.group.end(); ++gp)
186 { for (vector<xs__group>::const_iterator g = group.begin();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
H A Dschema.cpp111 for (vector<xs__include>::iterator in = include.begin(); in != include.end(); ++in)
116 for (vector<xs__redefine>::iterator re = redefine.begin(); re != redefine.end(); ++re)
133 for (vector<xs__import>::const_iterator im = schema.import.begin(); im != schema.import.end(); ++im)
136 { for (vector<xs__import>::const_iterator i = import.begin(); i != import.end(); ++i)
147 for (vector<xs__attribute>::const_iterator at = schema.attribute.begin(); at != schema.attribute.end(); ++at)
150 { for (vector<xs__attribute>::const_iterator a = attribute.begin(); a != attribute.end(); ++a)
165 for (vector<xs__element>::const_iterator el = schema.element.begin(); el != schema.element.end(); ++el)
168 { for (vector<xs__element>::const_iterator e = element.begin(); e != element.end(); ++e)
183 for (vector<xs__group>::const_iterator gp = schema.group.begin(); gp != schema.group.end(); ++gp)
186 { for (vector<xs__group>::const_iterator g = group.begin();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/memrar/
H A Dmemrar_allocator.c104 first_node->range.begin = base;
180 size_t const curr_size = fr->end - fr->begin;
200 range->begin = fr->end;
201 addr = range->begin;
256 if (allocated->range.begin == addr) {
283 if (chunk->end == handle->begin) {
325 && chunk->end == next->range.begin) {
333 new_chunk_size = chunk->end - chunk->begin;
337 } else if (handle->end == chunk->begin) {
358 chunk->begin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregexec.c123 /* =====^!^===== begin forwards =====^!^===== */
267 chr *begin; local
305 for (begin = open; begin <= close; begin++) {
306 MDEBUG(("\nfind trying at %ld\n", LOFF(begin)));
308 end = shortest(v, d, begin, begin, v->stop,
311 end = longest(v, d, begin, v->stop, &hitend);
314 cold = begin;
394 chr *begin; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dida.cpp138 PrepareBulkPolynomialInterpolationAt(field, m_v[i].begin(), m_outputChannelIds[i], &(m_inputChannelIds[0]), m_w.begin(), m_threshold);
154 PrepareBulkPolynomialInterpolation(field, m_w.begin(), &(m_inputChannelIds[0]), m_threshold);
183 m_outputQueues[i].PutWord32(BulkPolynomialInterpolateAt(field, m_y.begin(), m_v[i].begin(), m_threshold));
187 PrepareBulkPolynomialInterpolationAt(field, m_u.begin(), m_outputChannelIds[i], &(m_inputChannelIds[0]), m_w.begin(), m_threshold);
188 m_outputQueues[i].PutWord32(BulkPolynomialInterpolateAt(field, m_y.begin(), m_u.begin(), m_threshold));
243 size_t SecretSharing::Put2(const byte *begin, size_ argument
315 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
373 Put2(const byte *begin, size_t length, int messageEnd, bool blocking) argument
[all...]
H A Dchannels.h17 void AddRoute(unsigned int begin, unsigned int end, BufferedTransformation &destination, const std::string &channel);
31 RangeRoute(unsigned int begin, unsigned int end, const Route &route)
32 : begin(begin), end(end), route(route) {}
33 bool operator<(const RangeRoute &rhs) const {return begin < rhs.begin;}
34 unsigned int begin, end;
96 size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
97 size_t ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dsc-rm7k.c185 unsigned long flags, addr, begin, end, pow2; local
187 begin = (unsigned long) &_stext;
188 begin &= ~((8 * 1024 * 1024) - 1);
189 end = begin + (8 * 1024 * 1024);
197 for (addr = begin; addr <= end; addr = (begin + pow2)) {
206 cache_op(Index_Store_Tag_T, begin);
210 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) {
217 addr -= begin;
[all...]

Completed in 228 milliseconds

1234567891011>>