Home
last modified time | relevance | path

Searched refs:last_range (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_range_analysis.c275 static const enum ssa_ranges union_table[last_range + 1][last_range + 1] = { in union_ranges()
301 for (unsigned i = 0; i < last_range; i++) { \
306 for (unsigned j = unknown + 2; j < last_range; j++) { \
335 for (unsigned i = 0; i < last_range; i++) { \
370 for (unsigned i = 0; i < last_range; i++) { \
412 STATIC_ASSERT(last_range + 1 == 7); in analyze_expression()
478 static const enum ssa_ranges fadd_table[last_range + 1][last_range + 1] = { in analyze_expression()
524 static const enum ssa_ranges fmul_table[last_range + 1][last_range + 1] = { in analyze_expression()
539 static const enum ssa_ranges fneg_table[last_range + 1] = { in analyze_expression()
602 static const enum ssa_ranges table[last_range + 1][last_range + 1] = { in analyze_expression()
[all …]
Dnir_range_analysis.h34 last_range = eq_zero enumerator
/external/harfbuzz_ng/src/
Dhb-coretext.cc722 range_record_t *last_range = &range_records[0]; in _hb_coretext_shape() local
725 range_record_t *range = last_range; in _hb_coretext_shape()
730 if (range != last_range) in _hb_coretext_shape()
732 if (last_range->font) in _hb_coretext_shape()
734 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
739 last_range = range; in _hb_coretext_shape()
741 if (start != chars_len && last_range->font) in _hb_coretext_shape()
743 kCTFontAttributeName, last_range->font); in _hb_coretext_shape()
Dhb-uniscribe.cc855 range_record_t *last_range = &range_records[0]; in _hb_uniscribe_shape() local
859 range_record_t *range = last_range; in _hb_uniscribe_shape()
883 last_range = range; in _hb_uniscribe_shape()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2821 const auto &last_range = *m_erased_flash_ranges.Back(); in FlashErase() local
2822 if (range.GetRangeBase() < last_range.GetRangeEnd()) { in FlashErase()
2823 auto overlap = last_range.GetRangeEnd() - range.GetRangeBase(); in FlashErase()