Home
last modified time | relevance | path

Searched defs:last (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp62 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/
Dcxa_demangle.cpp106 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/
Dlibxt_NFQUEUE.c167 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/
Dcapng-test.py11 last = capng.CAP_LAST_CAP variable
27 last = 30 variable
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp65 …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/
Dir_basic_block.cpp52 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/
DPushObserver.java59 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/
DdeRandom.hpp103 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/
Derase_iter_iter.invalidation.pass.cpp26 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/
Diter_alloc.pass.cpp28 test(It first, It last) in test()
45 test(It first, It last, const A& a) in test()
/external/regex-re2/re2/
Dmake_unicode_casefold.py68 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/
Diterator.pass.cpp23 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/
Diterator.pass.cpp24 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/
Dawakable_list.cc26 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/
Dmax_element_comp.pass.cpp29 test(Iter first, Iter last) in test()
66 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
Dmin_element_comp.pass.cpp29 test(Iter first, Iter last) in test()
66 void test_eq0(Iter first, Iter last, Pred p) in test_eq0()
/external/libdivsufsort/lib/
Dsssort.c168 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()
Dtrsort.c79 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/
Dgen-indic-table.py184 last = -100000 variable
204 last = start-1 variable
215 last = end variable
/external/valgrind/none/tests/amd64-linux/
Dmap_32bits.c10 void *last; in main() local
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DNDC.java72 int last = next - 1; in pop() local
84 int last = next - 1; in peek() local
/external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
Ddistance.pass.cpp27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) in test()
/external/curl/src/
Dslist_wc.h31 struct curl_slist *last; member
/external/pcre/dist2/src/
Dpcre2_substring.c76 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/
Dtest-sorted.c33 ExifTag last = 0, current; in main() local

12345678910>>...33