Searched refs:end_index (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.h | 71 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 D | CPlusPlusNameParser.cpp | 730 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()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Symtab.h | 67 uint32_t end_index = UINT32_MAX) const; 71 uint32_t end_index = UINT32_MAX) const; 77 uint32_t end_index = UINT32_MAX) const;
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 502 uint32_t end_index) const { in AppendSymbolIndexesWithType() 507 const uint32_t count = std::min<uint32_t>(m_symbols.size(), end_index); in AppendSymbolIndexesWithType() 520 uint32_t end_index) const { in AppendSymbolIndexesWithTypeAndFlagsValue() 525 const uint32_t count = std::min<uint32_t>(m_symbols.size(), end_index); in AppendSymbolIndexesWithTypeAndFlagsValue() 542 uint32_t end_index) const { in AppendSymbolIndexesWithType() 547 const uint32_t count = std::min<uint32_t>(m_symbols.size(), end_index); in AppendSymbolIndexesWithType()
|
/freebsd/sys/sys/ |
H A D | cdio.h | 117 u_char end_index; member
|
/freebsd/contrib/less/ |
H A D | search.c | 982 size_t end_index = ptr_diff(ep, line); 998 for (i = start_index+1; i <= end_index; i++) 1000 if (chpos[i] != chpos[i-1] + 1 || i == end_index) in chg_hilite() 1005 if (i < end_index) in chg_hilite() 890 int end_index = ep - line; create_hilites() local
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 277 int end_index = 0; in CalculateEndIndex() local 278 for (T i = begin; i < end; i = static_cast<T>(i + step)) end_index++; in CalculateEndIndex() 279 return end_index; in CalculateEndIndex()
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_core.c | 758 int end_index) in alloc_flow_group() argument 774 fg->max_ftes = end_index - start_index + 1; in alloc_flow_group() 783 int end_index, in alloc_insert_flow_group() argument 791 start_index, end_index); in alloc_insert_flow_group() 1282 int end_index = MLX5_GET(create_flow_group_in, fg_in, in mlx5_create_flow_group() local 1292 start_index, end_index, in mlx5_create_flow_group()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_cd.h | 171 uint8_t end_index; member
|
H A D | scsi_cd.c | 1873 args->end_index); in cdioctl() 3349 scsi_cmd->end_index = eindex; in cdplaytracks()
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 1059 t.end_index = iend; in play_track()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.c | 4218 u_int end_index; in ahd_sent_msg() local 4220 end_index = index + 1 + ahd->msgout_buf[index + 1]; in ahd_sent_msg() 4224 if (ahd->msgout_index > end_index) in ahd_sent_msg() 4229 index = end_index; in ahd_sent_msg()
|