Home
last modified time | relevance | path

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

12345678910>>...58

/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/mesa3d/prebuilt-intermediates/bifrost/
Dbifrost_gen_disasm.c5 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_ld_var_special_1()
42 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_frcp_f16()
82 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_ld_var_imm_0()
117 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_ld_gclk_u64()
134 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_iadd_v4s8_2()
164 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_f32_to_u32_0()
180 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_load_i8_0()
211 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_icmp_v4i8()
238 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_isub_v4u8_2()
268 …xt_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool last) in bi_disasm_add_vn_asst2_f32_1()
[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/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_quick.c29 #define QUICK_START_BLOCK(s, last) { \ argument
35 #define QUICK_END_BLOCK(s, last) { \ argument
49 unsigned match_len, last; in deflate_quick() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DCharacterListCompressor.java31 int last; field in CharacterListCompressor.Interval
33 public Interval(int first, int last) { in Interval()
47 public int last() { in last() method in CharacterListCompressor.Interval
199 int last = ilist.get(i).last; in getValueTypePairsFromStrRangeList() local
246 int last = first + value; in getStrRangeListFromValueTypePairs() local
254 public static void addInterval(List<Interval> list, int first, int last) { in addInterval()
267 int last = it.nextCodePoint(); in getStrRangeListFromRangeStr() local
281 int last = ilist.get(i).last; in strRangeList2string() local
297 int last = it.nextCodePoint(); in rangeString2string() local
DCompacter.java73 int last = -1; in codePointsToIntervals() local
109 int last = -1; in getInternalRangeString() local
129 private static void appendRange(StringBuilder result, int first, int last) { in appendRange()
/external/webrtc/api/video_codecs/
Dvp8_frame_config.cc20 Vp8FrameConfig::Vp8FrameConfig(BufferFlags last, in Vp8FrameConfig()
25 Vp8FrameConfig::Vp8FrameConfig(BufferFlags last, in Vp8FrameConfig()
31 Vp8FrameConfig::Vp8FrameConfig(BufferFlags last, in Vp8FrameConfig()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-range.hpp55 T last; member
119 auto range(T first = 0, T last = std::numeric_limits<T>::max(), std::ptrdiff_t step = 1) in range()
127 auto range(T first, T last, std::ptrdiff_t step, Coordination cn) in range()
135 auto range(T first, T last, Coordination cn) in range()
/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/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
131 bool linear_search(InputIterator first, InputIterator last, in linear_search()
149 ForwardIterator last) { in rotate()
/external/angle/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
131 bool linear_search(InputIterator first, InputIterator last, in linear_search()
149 ForwardIterator last) { in rotate()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCompactStringByteConverter.java18 private int last; field in CompactStringByteConverter
65 int last = 0x40; in toBytes() local
94 int last = 0x40; in fromBytes() local
106 int last = readUnsignedInt(input, ioBytePosition); in fromBytes() local
/external/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
131 bool linear_search(InputIterator first, InputIterator last, in linear_search()
149 ForwardIterator last) { in rotate()
/external/libtextclassifier/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
131 bool linear_search(InputIterator first, InputIterator last, in linear_search()
149 ForwardIterator last) { in rotate()
/external/openscreen/third_party/abseil/src/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
131 bool linear_search(InputIterator first, InputIterator last, in linear_search()
149 ForwardIterator last) { in rotate()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
131 bool linear_search(InputIterator first, InputIterator last, in linear_search()
149 ForwardIterator last) { in rotate()
/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/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()
35 constexpr_test(It first, It last, typename std::iterator_traits<It>::difference_type x) in constexpr_test()
/external/rust/crates/unicode-bidi/src/
Dexplicit.rs110 let last = stack.last(); in compute() localVariable
141 let last = stack.last(); in compute() localVariable
186 fn last(&self) -> &Status { in last() method
/external/catch2/include/internal/benchmark/detail/
Dcatch_stats.hpp37 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers()
61 double mean(Iterator first, Iterator last) { in mean()
68 … sample resample(URng& rng, int resamples, Iterator first, Iterator last, Estimator& estimator) { in resample()
85 sample jackknife(Estimator&& estimator, Iterator first, Iterator last) { in jackknife()
108 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r… in bootstrap()
/external/mtools/
Dexpand.c30 ssize_t last; in safePopenOut() local
68 ssize_t last; in expand() local
/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()
/external/pigweed/pw_containers/public/pw_containers/internal/
Dintrusive_list_impl.h109 List(Iterator first, Iterator last) : List() { in List()
118 void assign(Iterator first, Iterator last) { in assign()
158 void List::AssignFromIterator(Iterator first, Iterator last) { in AssignFromIterator()
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_graph.templates.h60 void SemistaticGraph<NodeId, Node>::printGraph(NodeIter first, NodeIter last) { in printGraph()
84 SemistaticGraph<NodeId, Node>::SemistaticGraph(NodeIter first, NodeIter last, MemoryPool& memory_po… in SemistaticGraph()
141 …staticGraph<NodeId, Node>::SemistaticGraph(const SemistaticGraph& x, NodeIter first, NodeIter last, in SemistaticGraph()
/external/armnn/src/armnn/test/
DTestUtils.hpp21 …bool CheckSequence(const armnn::Graph::ConstIterator first, const armnn::Graph::ConstIterator last) in CheckSequence()
28 bool CheckSequence(const armnn::Graph::ConstIterator first, const armnn::Graph::ConstIterator last,… in CheckSequence()

12345678910>>...58