Home
last modified time | relevance | path

Searched refs:end_index (Results 1 – 19 of 19) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h71 size_t end_index = 0; member
74 Range(size_t begin, size_t end) : begin_index(begin), end_index(end) { in Range()
78 size_t size() const { return end_index - begin_index; } in size()
H A DCPlusPlusNameParser.cpp730 assert(range.begin_index < range.end_index); in GetTextForRange()
732 assert(range.end_index <= m_tokens.size()); in GetTextForRange()
734 clang::Token &last_token = m_tokens[range.end_index - 1]; in GetTextForRange()
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymtab.h67 uint32_t end_index = UINT32_MAX) const;
71 uint32_t end_index = UINT32_MAX) const;
77 uint32_t end_index = UINT32_MAX) const;
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn321/
H A Ddcn321_fpu.c265 unsigned int end_index = 0; in sort_entries_with_same_bw() local
272 end_index = ++i; in sort_entries_with_same_bw()
275 end_index = ++i; in sort_entries_with_same_bw()
278 if (start_index != end_index) { in sort_entries_with_same_bw()
279 for (int j = start_index; j < end_index; j++) { in sort_entries_with_same_bw()
280 for (int k = start_index; k < end_index; k++) { in sort_entries_with_same_bw()
288 end_index = 0; in sort_entries_with_same_bw()
/openbsd/usr.bin/less/
H A Dsearch.c439 create_hilites(off_t linepos, int start_index, int end_index, int *chpos) in create_hilites() argument
456 for (i = start_index+1; i <= end_index; i++) { in create_hilites()
457 if (chpos[i] != chpos[i-1] + 1 || i == end_index) { in create_hilites()
461 if (i < end_index) { in create_hilites()
/openbsd/gnu/llvm/libcxx/utils/gdb/libcxx/
H A Dprinters.py466 def _bucket_it(self, start_addr, start_index, end_index): argument
467 for i in range(start_index, end_index):
476 end_index = min(start_index + self.size -
478 for _, elem in self._bucket_it(current_addr, start_index, end_index):
480 num_emitted += end_index - start_index
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DSymtab.cpp490 uint32_t end_index) const { in AppendSymbolIndexesWithType()
495 const uint32_t count = std::min<uint32_t>(m_symbols.size(), end_index); in AppendSymbolIndexesWithType()
508 uint32_t end_index) const { in AppendSymbolIndexesWithTypeAndFlagsValue()
513 const uint32_t count = std::min<uint32_t>(m_symbols.size(), end_index); in AppendSymbolIndexesWithTypeAndFlagsValue()
530 uint32_t end_index) const { in AppendSymbolIndexesWithType()
535 const uint32_t count = std::min<uint32_t>(m_symbols.size(), end_index); in AppendSymbolIndexesWithType()
/openbsd/sys/scsi/
H A Dcd.h88 u_int8_t end_index; member
H A Dcd.c824 args->start_index, args->end_track, args->end_index); in cdioctl()
/openbsd/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.c265 uint32_t begin_index, end_index; in precompute_de_pq() local
273 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in precompute_de_pq()
278 for (; i <= end_index; i++) { in precompute_de_pq()
1084 uint32_t begin_index, end_index; in build_degamma() local
1096 end_index = begin_index + 12 * NUM_PTS_IN_REGION; in build_degamma()
1105 while (i != end_index) { in build_degamma()
/openbsd/sys/sys/
H A Dcdio.h149 u_char end_index; member
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h318 uint16_t end_index, uint32_t *efuse);
H A Dppatomctrl.c1342 uint16_t end_index, uint32_t *efuse) in atomctrl_read_efuse() argument
1349 if ((end_index - start_index) == 31) in atomctrl_read_efuse()
1352 mask = (1 << ((end_index - start_index) + 1)) - 1; in atomctrl_read_efuse()
1358 ((end_index - start_index) + 1); in atomctrl_read_efuse()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectFrame.cpp538 end_index = regex_var_list.GetSize(); in DoExecute() local
539 regex_idx < end_index; ++regex_idx) { in DoExecute()
/openbsd/sys/dev/pci/drm/radeon/
H A Drv6xx_dpm.c241 u32 start_index, u8 *end_index) in rv6xx_generate_steps() argument
292 *end_index = (u8)step_index - 1; in rv6xx_generate_steps()
306 u32 start_index, u32 end_index) in rv6xx_invalidate_intermediate_steps_range() argument
310 for (step_index = start_index + 1; step_index < end_index; step_index++) in rv6xx_invalidate_intermediate_steps_range()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c2369 unsigned int end_index = 0; in sort_entries_with_same_bw() local
2376 end_index = ++i; in sort_entries_with_same_bw()
2379 end_index = ++i; in sort_entries_with_same_bw()
2382 if (start_index != end_index) { in sort_entries_with_same_bw()
2383 for (int j = start_index; j < end_index; j++) { in sort_entries_with_same_bw()
2384 for (int k = start_index; k < end_index; k++) { in sort_entries_with_same_bw()
2392 end_index = 0; in sort_entries_with_same_bw()
/openbsd/usr.bin/cdio/
H A Dcdio.c1389 t.end_index = iend; in play_track()
/openbsd/sys/dev/ic/
H A Daic7xxx.c2994 u_int end_index; in ahc_sent_msg() local
2996 end_index = index + 1 + ahc->msgout_buf[index + 1]; in ahc_sent_msg()
3001 if (ahc->msgout_index > end_index) in ahc_sent_msg()
3006 index = end_index; in ahc_sent_msg()
H A Daic79xx.c4230 u_int end_index; in ahd_sent_msg() local
4232 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg()
4237 if (ahd->msgout_index > end_index) in ahd_sent_msg()
4242 index = end_index; in ahd_sent_msg()