/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 62 static const char *parse_number(const char *first, const char *last) { in parse_number() 116 static const char *parse_floating_number(const char *first, const char *last, in parse_floating_number() 155 static const char *parse_source_name(const char *first, const char *last, in parse_source_name() 192 static const char *parse_substitution(const char *first, const char *last, in parse_substitution() 292 static const char *parse_builtin_type(const char *first, const char *last, in parse_builtin_type() 434 static const char *parse_cv_qualifiers(const char *first, const char *last, in parse_cv_qualifiers() 458 static const char *parse_template_param(const char *first, const char *last, in parse_template_param() 503 static const char *parse_const_cast_expr(const char *first, const char *last, in parse_const_cast_expr() 529 static const char *parse_dynamic_cast_expr(const char *first, const char *last, in parse_dynamic_cast_expr() 556 const char *last, C &db) { in parse_reinterpret_cast_expr() [all …]
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 106 print_state(const char* msg, const char* first, const char* last, const C& db) in print_state() 118 parse_number(const char* first, const char* last) in parse_number() 184 parse_floating_number(const char* first, const char* last, C& db) in parse_floating_number() 228 parse_source_name(const char* first, const char* last, C& db) in parse_source_name() 270 parse_substitution(const char* first, const char* last, C& db) in parse_substitution() 378 parse_builtin_type(const char* first, const char* last, C& db) in parse_builtin_type() 527 parse_cv_qualifiers(const char* first, const char* last, unsigned& cv) in parse_cv_qualifiers() 556 parse_template_param(const char* first, const char* last, C& db) in parse_template_param() 613 parse_const_cast_expr(const char* first, const char* last, C& db) in parse_const_cast_expr() 641 parse_dynamic_cast_expr(const char* first, const char* last, C& db) in parse_dynamic_cast_expr() [all …]
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.c | 167 unsigned int last = tinfo->queues_total; in NFQUEUE_print_v1() local 181 unsigned int last = info->queues_total; in NFQUEUE_print_v2() local 197 unsigned int last = info->queues_total; in NFQUEUE_print_v3() local 223 unsigned int last = tinfo->queues_total; in NFQUEUE_save_v1() local 236 unsigned int last = info->queues_total; in NFQUEUE_save_v2() local 252 unsigned int last = info->queues_total; in NFQUEUE_save_v3() local 288 unsigned int last = tinfo->queues_total; in NFQUEUE_xlate_v1() local 304 unsigned int last = info->queues_total; in NFQUEUE_xlate_v2() local 322 unsigned int last = info->queues_total; in NFQUEUE_xlate_v3() local
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/ |
D | capng-test.py | 11 last = capng.CAP_LAST_CAP variable 27 last = 30 variable
|
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
D | spreadsort.hpp | 65 …find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAcces… in find_extremes() 80 …find_extremes(RandomAccessIter current, RandomAccessIter last, RandomAccessIter & max, RandomAcces… in find_extremes() 130 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec() 247 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec() 295 …spread_sort_rec(RandomAccessIter first, RandomAccessIter last, std::vector<RandomAccessIter> &bin_… in spread_sort_rec() 343 spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type) in spread_sort() 352 …spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type, right_shift shift,… in spread_sort() 361 … spread_sort(RandomAccessIter first, RandomAccessIter last, div_type, data_type, right_shift shift) in spread_sort() 371 inline void integer_sort(RandomAccessIter first, RandomAccessIter last) in integer_sort() 382 inline void integer_sort(RandomAccessIter first, RandomAccessIter last, in integer_sort() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_basic_block.cpp | 52 ir_instruction *last, in call_for_basic_blocks() 57 ir_instruction *last = NULL; in call_for_basic_blocks() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | PushObserver.java | 59 boolean onHeaders(int streamId, List<Header> responseHeaders, boolean last); in onHeaders() 70 boolean onData(int streamId, BufferedSource source, int byteCount, boolean last) in onData()
|
/external/deqp/framework/delibs/decpp/ |
D | deRandom.hpp | 103 void Random::choose (InputIter first, InputIter last, OutputIter result, int numItems) in choose() 126 T Random::choose (InputIter first, InputIter last) in choose() 135 T Random::chooseWeighted (InputIter first, InputIter last, WeightIter weight) in chooseWeighted() 166 void Random::shuffle (Iterator first, Iterator last) in shuffle()
|
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
D | erase_iter_iter.invalidation.pass.cpp | 26 typename C::iterator last = first + num; in del_at_start() local 45 typename C::iterator last = c.end(); in del_at_end() local
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | iter_alloc.pass.cpp | 28 test(It first, It last) in test() 45 test(It first, It last, const A& a) in test()
|
/external/regex-re2/re2/ |
D | make_unicode_casefold.py | 68 def evenodd(last, a, b, r): argument 74 def evenoddpair(last, a, b, r): argument
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
D | iterator.pass.cpp | 23 test(S s, It first, It last, S expected) in test() 33 test_exceptions(S s, It first, It last) in test_exceptions()
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 24 test(S s, It first, It last, S expected) in test() 34 test_exceptions(S s, It first, It last) in test_exceptions()
|
/external/libmojo/mojo/edk/system/ |
D | awakable_list.cc | 26 auto last = awakables_.end(); in AwakeForStateChange() local 63 auto last = awakables_.end(); in Remove() local
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
D | max_element_comp.pass.cpp | 29 test(Iter first, Iter last) in test() 66 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
|
D | min_element_comp.pass.cpp | 29 test(Iter first, Iter last) in test() 66 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
|
/external/libdivsufsort/lib/ |
D | sssort.c | 168 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_insertionsort() 263 ss_pivot(const sauchar_t *Td, const saidx_t *PA, saidx_t *first, saidx_t *last) { in ss_pivot() 292 saidx_t *first, saidx_t *last, saidx_t depth) { in ss_partition() 311 saidx_t *first, saidx_t *last, in ss_mintrosort() 461 ss_rotate(saidx_t *first, saidx_t *middle, saidx_t *last) { in ss_rotate() 503 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_inplacemerge() 546 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_mergeforward() 596 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_mergebackward() 655 saidx_t *first, saidx_t *middle, saidx_t *last, in ss_swapmerge() 748 saidx_t *first, saidx_t *last, in sssort()
|
D | trsort.c | 79 tr_insertionsort(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_insertionsort() 167 tr_pivot(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_pivot() 223 saidx_t *first, saidx_t *middle, saidx_t *last, in tr_partition() 265 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_copy() 290 saidx_t *first, saidx_t *a, saidx_t *b, saidx_t *last, in tr_partialcopy() 328 saidx_t *SA, saidx_t *first, saidx_t *last, in tr_introsort() 557 saidx_t *first, *last; in trsort() local
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 184 last = -100000 variable 204 last = start-1 variable 215 last = end variable
|
/external/valgrind/none/tests/amd64-linux/ |
D | map_32bits.c | 10 void *last; in main() local
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
D | NDC.java | 72 int last = next - 1; in pop() local 84 int last = next - 1; in peek() local
|
/external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/ |
D | distance.pass.cpp | 27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) in test()
|
/external/curl/src/ |
D | slist_wc.h | 31 struct curl_slist *last; member
|
/external/pcre/dist2/src/ |
D | pcre2_substring.c | 76 PCRE2_SPTR first, last, entry; in pcre2_substring_copy_byname() local 164 PCRE2_SPTR first, last, entry; in pcre2_substring_get_byname() local 271 PCRE2_SPTR first, last, entry; in pcre2_substring_length_byname() local 491 PCRE2_SPTR last; in pcre2_substring_nametable_scan() local
|
/external/libexif/test/ |
D | test-sorted.c | 33 ExifTag last = 0, current; in main() local
|