Searched defs:begin (Results 1 - 25 of 787) sorted by last modified time

1234567891011>>

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp44 const unsigned char *chunk, *begin, *end; local
46 begin = chunk = &png.front() + 8;
48 while(chunk + 8 < end && chunk >= begin)
66 const unsigned char *chunk, *next, *begin, *end; local
68 begin = chunk = &png.front() + 8;
72 while(chunk + 8 < end && chunk >= begin)
108 const unsigned char *chunk, *next, *begin, *end; local
110 begin = chunk = &png.front() + 8;
116 while(chunk + 8 < end && chunk >= begin)
127 if(l0 == 0) l0 = chunk - begin
167 const unsigned char *chunk, *begin, *end; local
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c63 const char *begin = s; local
70 return s - begin;
80 const char *begin = s; local
87 return s - begin;
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c63 const char *begin = s; local
70 return s - begin;
80 const char *begin = s; local
87 return s - begin;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c63 const char *begin = s; local
70 return s - begin;
80 const char *begin = s; local
87 return s - begin;
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java46 * [Print]FileWriter to write the XML to. Call the {@link #begin()} or
47 * {@link #begin(String, int)} method when ready to start outputting
118 public void begin() throws IOException { method in class:XMLWriter
131 public void begin(String header, int bias) throws IOException { method in class:XMLWriter
132 begin();
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c4 /*--- begin guest_ppc_toIR.c ---*/
422 /* Generate mask with 1's from 'begin' through 'end',
423 wrapping if begin > end.
424 begin->end works from right to left, 0=lsb
426 static UInt MASK32( UInt begin, UInt end ) argument
429 vassert(begin < 32);
431 m1 = ((UInt)(-1)) << begin;
434 if (begin > end) mask = ~mask; // wrap mask
438 static ULong MASK64( UInt begin, UInt end ) argument
441 vassert(begin < 6
[all...]
H A Dhost_s390_defs.c4 /*--- begin host_s390_defs.c ---*/
9492 UChar *begin = buf; local
9508 vassert(buf - begin == s390_tchain_load64_len());
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp238 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
244 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
261 for (std::map<int,Test>::iterator it = TheMapOfTests.begin();
5441 const int begin = rand() % N; local
5442 const int size = (rand() % (N - begin)) + 1;
5444 CHECK(begin + size <= N);
5445 PublishRange(begin, begin + size);
/external/tremolo/Tremolo/
H A Dbitwise.c171 b->headptr=b->head->buffer->data+b->head->begin-b->headend;
191 b->headptr=b->head->buffer->data+b->head->begin;
210 ptr=head->buffer->data + head->begin;\
384 if((position+or->begin)&1)
385 return (or->buffer->data[(position+or->begin)>>1])&0xff;
387 return (or->buffer->data[(position+or->begin)>>1]>>8)&0xff;
523 /* walk to the point where we want to begin truncate */
743 orl->begin=ibegin;
758 int begin=0; //=(rand()%TESTWORDS); local
759 int ilen=(rand()%(TESTWORDS-begin));
[all...]
H A Dcodec_internal.h137 long begin; member in struct:vorbis_info_residue
H A Dogg.h70 long begin; member in struct:ogg_reference
H A Dvorbisfile.c170 ogg_int64_t begin=vf->offset; local
171 ogg_int64_t end=begin;
176 begin-=CHUNKSIZE;
177 if(begin<0)
178 begin=0;
179 _seek_helper(vf,begin);
202 (has to begin by knowing the offset of the lb's initial page).
206 ogg_int64_t begin,
256 vf->offsets[m]=begin;
599 As an aside, this trick is inaccurate if we begin
205 _bisect_forward_serialno(OggVorbis_File *vf, ogg_int64_t begin, ogg_int64_t searched, ogg_int64_t end, ogg_uint32_t currentno, long m) argument
1189 ogg_int64_t begin=vf->offsets[link]; local
[all...]
/external/stlport/stlport/stl/
H A D_bvector.h406 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
459 iterator __i = _STLP_STD::copy(begin(), __position, iterator(__q, 0));
472 iterator begin() { return this->_M_start; } function in class:__BVECTOR_QUALIFIED
473 const_iterator begin() const { return this->_M_start; } function in class:__BVECTOR_QUALIFIED
481 reverse_iterator rend() { return reverse_iterator(begin()); }
483 return const_reverse_iterator(begin());
486 size_type size() const { return size_type(end() - begin()); }
489 return size_type(const_iterator(this->_M_end_of_storage._M_data, 0) - begin());
491 bool empty() const { return begin() == end(); }
493 { return *(begin()
[all...]
H A D_deque.h432 iterator begin() { return this->_M_start; } function in class:deque
434 const_iterator begin() const { return const_iterator(this->_M_start); } function in class:deque
488 { _STLP_PRIV __ucopy(__x.begin(), __x.end(), this->_M_start); }
589 _STLP_STD::fill(begin(), end(), __val);
593 erase(begin() + __n, end());
594 _STLP_STD::fill(begin(), end(), __val);
624 iterator __cur = begin();
642 _STLP_STD::copy(__first, __mid, begin());
646 erase(_STLP_STD::copy(__first, __last, begin()), end());
656 _STLP_STD::copy(__first, __mid, begin());
[all...]
H A D_hash_map.h173 iterator begin() { return _M_ht.begin(); } function in class:hash_map
175 const_iterator begin() const { return _M_ht.begin(); } function in class:hash_map
365 iterator begin() { return _M_ht.begin(); } function in class:hash_multimap
367 const_iterator begin() const { return _M_ht.begin(); } function in class:hash_multimap
H A D_hash_set.h175 iterator begin() { return _M_ht.begin(); } function in class:hash_set
177 const_iterator begin() const { return _M_ht.begin(); } function in class:hash_set
357 iterator begin() { return _M_ht.begin(); } function in class:hash_multiset
359 const_iterator begin() const { return _M_ht.begin(); } function in class:hash_multiset
H A D_hashtable.h376 iterator begin() { return _M_elems.begin(); } function in class:hashtable
378 local_iterator begin(size_type __n) { return _ElemsIte(_M_buckets[__n]); } function in class:hashtable
381 const_iterator begin() const { return __CONST_CAST(_ElemsCont&, _M_elems).begin(); } function in class:hashtable
383 const_local_iterator begin(size_type __n) const { return _ElemsIte(_M_buckets[__n]); } function in class:hashtable
H A D_list.h311 { this->insert(begin(), __n, _STLP_DEFAULT_CONSTRUCTED(value_type)); }
314 { this->insert(begin(), __n, __val); }
318 { this->insert(begin(), __n, __val); }
327 { _M_insert(begin(), __first, __last); }
333 { _M_insert(begin(), __first, __last); }
339 { _M_insert(begin(), __first, __last); }
343 { _M_insert(begin(), __first, __last); }
356 { _M_insert(begin(), __x.begin(), __x.end()); }
367 iterator begin() { retur function in class:list
368 const_iterator begin() const { return const_iterator(this->_M_node._M_data._M_next); } function in class:list
[all...]
H A D_map.h163 iterator begin() { return _M_t.begin(); } function in class:map
164 const_iterator begin() const { return _M_t.begin(); } function in class:map
349 iterator begin() { return _M_t.begin(); } function in class:multimap
350 const_iterator begin() const { return _M_t.begin(); } function in class:multimap
H A D_rope.h1082 // begin and end are assumed to be in range.
1608 const_iterator begin() const { function in class:rope
1649 return const_reverse_iterator(begin());
1653 return const_reverse_iterator(begin());
1979 const_iterator __result = _STLP_STD::search(const_begin() + (ptrdiff_t)__pos, const_end(), __s.begin(), __s.end() );
2045 iterator begin() { return mutable_begin(); } function in class:rope
2055 const_iterator begin() { return const_begin(); } function in class:rope
H A D_set.h151 iterator begin() { return _M_t.begin(); } function in class:set
153 const_iterator begin() const { return _M_t.begin(); } function in class:set
322 iterator begin() { return _M_t.begin(); } function in class:multiset
324 const_iterator begin() const { return _M_t.begin(); } function in class:multiset
H A D_slist.h331 { _M_insert_after_range(&this->_M_head._M_data, __x.begin(), __x.end()); }
407 // begin(). This iterator may be used as the argument to
416 iterator begin() { return iterator(this->_M_head._M_data._M_next); } function in class:slist
417 const_iterator begin() const function in class:slist
437 reference front() { return *begin(); }
438 const_reference front() const { return *begin(); }
731 this->insert_after(__pos, __x.begin(), __x.end());
736 // Linear in distance(begin(), __pos), and linear in __x.size().
745 insert(__pos, __x.begin(), __x.end());
751 // Linear in distance(begin(), __po
[all...]
H A D_string.h385 iterator begin() { return this->_M_Start(); } function in class:basic_string
387 const_iterator begin() const { return this->_M_Start(); } function in class:basic_string
406 erase(begin() + __n, end());
613 _M_insert(begin() + __pos, __s._M_Start(), __s._M_Finish(), &__s == this);
624 _M_insert(begin() + __pos,
634 _M_insert(begin() + __pos, __s, __s + __n, _M_inside(__s));
654 insert(begin() + __pos, __n, __c);
751 _M_insertT(__p, __self.begin(), __self.end(), forward_iterator_tag());
791 erase(begin() + __pos, begin()
[all...]
H A D_string_sum.h104 const_iterator begin() const { return _M_get_storage().begin(); } function in class:__bstr_sum
H A D_tempbuf.h108 _Tp* begin() { return _M_buffer; } function in class:_Temporary_buffer

Completed in 732 milliseconds

1234567891011>>