Searched refs:from_end (Results 1 - 7 of 7) sorted by relevance

/external/stlport/src/
H A Dcodecvt.cpp85 const intern_type* from_end,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
100 const extern_type* from_end,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
83 do_out(state_type& , const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
98 do_in(state_type& , const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_limit, intern_type*& to_next) const argument
H A Dfacets_byname.cpp308 const intern_type* from_end,
313 while (from != from_end && to != to_limit) {
340 const extern_type* from_end,
345 while (from != from_end && to != to_end) {
347 to, from, from_end - from,
306 do_out(state_type& state, const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
338 do_in(state_type& state, const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_end, intern_type*& to_next) const argument
/external/libcxxabi/test/
H A Dtest_fallback_malloc.cpp56 void *pop ( container &c, bool from_end ) {
58 if ( from_end ) {
/external/e2fsprogs/lib/ext2fs/
H A Dswapfs.c180 char *from_end = (char *)from_header + bufsize; local
195 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
/external/stlport/test/unit/
H A Dcodecvt_test.cpp593 const char* from_end = from + utf8_str.size(); local
597 while (from + length <= from_end) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb831 from_end = from + matches[2].to_i
875 break if from_end and to_end and from == from_end and to == to_end
/external/chromium_org/v8/src/
H A Delements.cc350 for (uint32_t from_end = from_start + static_cast<uint32_t>(copy_size);
351 from_start < from_end; from_start++, to_start++) {
392 for (uint32_t from_end = from_start + static_cast<uint32_t>(packed_size);
393 from_start < from_end; from_start++, to_start++) {
423 for (uint32_t from_end = from_start + copy_size;
424 from_start < from_end; from_start++, to_start++) {

Completed in 4767 milliseconds