/third_party/glib/glib/ |
D | gvariant-serialiser.c | 641 gsize last_end; in gvs_variable_sized_array_n_children() local 648 last_end = gvs_read_unaligned_le (value.data + value.size - in gvs_variable_sized_array_n_children() 651 if (last_end > value.size) in gvs_variable_sized_array_n_children() 654 offsets_array_size = value.size - last_end; in gvs_variable_sized_array_n_children() 668 gsize last_end; in gvs_variable_sized_array_get_child() local 678 last_end = gvs_read_unaligned_le (value.data + value.size - in gvs_variable_sized_array_get_child() 685 start = gvs_read_unaligned_le (value.data + last_end + in gvs_variable_sized_array_get_child() 695 end = gvs_read_unaligned_le (value.data + last_end + in gvs_variable_sized_array_get_child() 699 if (start < end && end <= value.size && end <= last_end) in gvs_variable_sized_array_get_child() 775 gsize last_end; in gvs_variable_sized_array_is_normal() local [all …]
|
/third_party/boost/boost/regex/v4/ |
D | regex_token_iterator.hpp | 145 BidirectionalIterator last_end(what[0].second); in next() local 146 …if(regex_search(last_end, end, what, re, ((what[0].first == what[0].second) ? flags | regex_consta… in next() 152 else if((last_end != end) && (subs[0] == -1)) in next() 155 result.first = last_end; in next() 157 result.matched = (last_end != end); in next()
|
D | u32regex_token_iterator.hpp | 135 BidirectionalIterator last_end(what[0].second); in next() local 136 …if(u32regex_search(last_end, end, what, re, ((what[0].first == what[0].second) ? flags | regex_con… in next() 142 else if((last_end != end) && (subs[0] == -1)) in next() 145 result.first = last_end; in next() 147 result.matched = (last_end != end); in next()
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | multi_buffer.hpp | 154 auto const last_end = in subrange() local 165 if(pos >= last_end) in subrange() 174 if(n > last_end - pos) in subrange() 175 last_pos_ = last_end; in subrange() 211 if(pos >= last_end) in subrange() 221 if(n < last_end - pos) in subrange() 224 last_pos_ = last_end; in subrange() 235 if(n >= last_end) in subrange() 236 last_pos_ = last_end; in subrange()
|
/third_party/boost/boost/beast/core/impl/ |
D | multi_buffer.hpp | 154 auto const last_end = in subrange() local 165 if(pos >= last_end) in subrange() 174 if(n > last_end - pos) in subrange() 175 last_pos_ = last_end; in subrange() 211 if(pos >= last_end) in subrange() 221 if(n < last_end - pos) in subrange() 224 last_pos_ = last_end; in subrange() 235 if(n >= last_end) in subrange() 236 last_pos_ = last_end; in subrange()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_query.c | 172 query->last_end = query->last->head; in gfx10_sh_query_end() 175 if (query->last_end != 0) { in gfx10_sh_query_end() 177 fence_va += query->last_end - sizeof(struct gfx10_sh_query_buffer_mem); in gfx10_sh_query_end() 262 results_end = query->last_end; in gfx10_sh_query_get_result() 368 unsigned end = qbuf == query->last ? query->last_end : qbuf->buf->b.b.width0; in gfx10_sh_query_get_result_resource()
|
D | si_query.h | 264 unsigned last_end; member
|
D | si_query.c | 996 unsigned end = qbuf == gfx10_query->last ? gfx10_query->last_end : qbuf->buf->b.b.width0; in si_emit_query_predication()
|
/third_party/boost/libs/regex/test/regress/ |
D | test_partial_match.hpp | 134 const_iterator last_end = search_text.begin(); in test_regex_iterator() local 147 if(start->prefix().first != last_end) in test_regex_iterator() 171 last_end = (*start)[0].second; in test_regex_iterator()
|
D | test_regex_search.hpp | 187 const_iterator last_end = search_text.begin(); in test_regex_iterator() local 200 if(start->prefix().first != last_end) in test_regex_iterator() 224 last_end = (*start)[0].second; in test_regex_iterator()
|
D | test_icu.cpp | 173 const_iterator last_end = search_text.begin(); in test_icu_grep() local 186 if(start->prefix().first != last_end) in test_icu_grep() 210 last_end = (*start)[0].second; in test_icu_grep()
|
/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 978 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local 1001 if ( start <= last_end && n > 0 ) in tt_cmap4_validate() 1010 if ( last_start > start || last_end > end ) in tt_cmap4_validate() 1077 last_end = end; in tt_cmap4_validate()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 988 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local 1011 if ( start <= last_end && n > 0 ) in tt_cmap4_validate() 1020 if ( last_start > start || last_end > end ) in tt_cmap4_validate() 1087 last_end = end; in tt_cmap4_validate()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 979 FT_UInt last_start = 0, last_end = 0; in tt_cmap4_validate() local 1002 if ( start <= last_end && n > 0 ) in tt_cmap4_validate() 1011 if ( last_start > start || last_end > end ) in tt_cmap4_validate() 1078 last_end = end; in tt_cmap4_validate()
|