Home
last modified time | relevance | path

Searched refs:m_count (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
H A Dlu_counter_metadata.hpp57 lu_counter_metadata(size_type init_count) : m_count(init_count) in lu_counter_metadata()
62 mutable size_type m_count; member in __gnu_pbds::detail::lu_counter_metadata
80 if (++r_data.m_count != m_max_count) in operator ()()
82 r_data.m_count = 0; in operator ()()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/
H A Dlu_counter_metadata.hpp57 lu_counter_metadata(size_type init_count) : m_count(init_count) in lu_counter_metadata()
62 mutable size_type m_count; member in __gnu_pbds::detail::lu_counter_metadata
80 if (++r_data.m_count != m_max_count) in operator ()()
82 r_data.m_count = 0; in operator ()()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dbarrier.d63 m_count = limit;
84 if ( --m_count == 0 ) in wait()
87 m_count = m_limit; in wait()
101 uint m_count; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dfunction-set.cc39 int max = m_count - 1; in contains_name_p()
45 gcc_assert ((size_t)midpoint < m_count); in contains_name_p()
73 for (size_t idx = 1; idx < m_count; idx++) in assert_sorted()
84 for (size_t i = 0; i < m_count; i++) in assert_sane()
H A Dfunction-set.h33 : m_names (names), m_count (count) in function_set()
45 size_t m_count; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dfunction-set.cc39 int max = m_count - 1; in contains_name_p()
45 gcc_assert ((size_t)midpoint < m_count); in contains_name_p()
73 for (size_t idx = 1; idx < m_count; idx++) in assert_sorted()
84 for (size_t i = 0; i < m_count; i++) in assert_sane()
H A Dfunction-set.h33 : m_names (names), m_count (count) in function_set()
45 size_t m_count; variable
/netbsd-src/external/bsd/elftosb/dist/common/
H A Dcrc.cpp239 m_count += n; in update()
274 if (m_count % 4) in truncatedFinal()
277 for (i = m_count % 4; i < 4; i++) { in truncatedFinal()
H A DSHA1.cpp85 m_count[0] = 0; in Reset()
86 m_count[1] = 0; in Reset()
136 j = (m_count[0] >> 3) & 63; in Update()
138 if((m_count[0] += len << 3) < (len << 3)) m_count[1]++; in Update()
140 m_count[1] += (len >> 29); in Update()
209 finalcount[i] = (uint8_t)((m_count[((i >= 4) ? 0 : 1)] in Final()
214 while ((m_count[0] & 504) != 448) in Final()
229 memset(m_count, 0, 8); in Final()
H A DStSRecordFile.cpp148 newRecord.m_count = readHexByte(inLine, 2); in parseLine()
149 checksum += newRecord.m_count; in parseLine()
152 if (inLine.length() != 4 + newRecord.m_count * 2) in parseLine()
211 int dataLength = newRecord.m_count - addressLength - 1; // total rem - addr - cksum (in bytes) in parseLine()
H A DEncoreBootImage.cpp671 if ((whichFields & CMD_COUNT_FIELD) && (testHeader->m_count != modelHeader->m_count)) in validateHeader()
717 header.m_count = 0; in fillCommandHeader()
754 m_sectionLength = ENDIAN_LITTLE_TO_HOST_U32(header->m_count); in initFromData()
767 header.m_count = ENDIAN_HOST_TO_LITTLE_U32(m_sectionLength); in fillCommandHeader()
811 m_length = ENDIAN_LITTLE_TO_HOST_U32(header->m_count); in initFromData()
851 header.m_count = ENDIAN_HOST_TO_LITTLE_U32(m_length); in fillCommandHeader()
985 : BootCommand(), m_address(0), m_count(0), m_pattern(0) in FillCommand()
1005 m_count = ENDIAN_LITTLE_TO_HOST_U32(header->m_count); in initFromData()
1016 header.m_count = ENDIAN_HOST_TO_LITTLE_U32(m_count); in fillCommandHeader()
1042 …Log::log(Logger::INFO2, " FILL | adr=0x%08x | len=0x%08x | ptn=0x%08x\n", m_address, m_count, m_p… in debugPrint()
[all …]
H A Dcrc.h41 void reset() { m_crc = CRC32_NEGL; m_count = 0; } in reset()
45 unsigned m_count; variable
H A DEncoreBootImage.h236 uint32_t m_count; //!< Number of bytes on which to operate. member
575 inline void setFillCount(uint32_t count) { m_count = count; } in setFillCount()
576 inline uint32_t getFillCount() const { return m_count; } in getFillCount()
593 uint32_t m_count; //!< Number of bytes to fill. variable
H A DSHA1.h117 uint32_t m_count[2]; variable
H A DStSRecordFile.h46 unsigned m_count; //!< Number of character pairs (bytes) from address through checksum. member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.h333 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {} in dump_user_location_t()
354 profile_count get_count () const { return m_count; } in get_count()
360 : m_count (count), m_loc (loc) in dump_user_location_t()
363 profile_count m_count; variable
H A Dtree-switch-conversion.c161 m_count = 0; in collect()
165 m_count++; in collect()
168 m_count++; in collect()
192 > ((unsigned) m_count * param_switch_conversion_branch_ratio)) in check_range()
993 && bit_test_cluster::is_beneficial (m_count, m_uniq)) in expand()
1203 if ((min[j].m_count + 1 < min[i].m_count in find_jump_tables()
1204 || (min[j].m_count + 1 == min[i].m_count in find_jump_tables()
1207 min[i] = min_cluster_item (min[j].m_count + 1, j, s); in find_jump_tables()
1210 gcc_checking_assert (min[i].m_count != INT_MAX); in find_jump_tables()
1214 if (min[l].m_count == l) in find_jump_tables()
[all …]
H A Dtree-switch-conversion.h430 m_count (count), m_start (start), m_non_jt_cases (non_jt_cases) in min_cluster_item()
434 unsigned m_count; variable
865 unsigned int m_count; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddumpfile.h343 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {} in dump_user_location_t()
364 profile_count get_count () const { return m_count; } in get_count()
370 : m_count (count), m_loc (loc) in dump_user_location_t()
373 profile_count m_count; variable
H A Dtree-switch-conversion.cc162 m_count = 0; in collect()
166 m_count++; in collect()
169 m_count++; in collect()
193 > ((unsigned) m_count * param_switch_conversion_branch_ratio)) in check_range()
991 && bit_test_cluster::is_beneficial (m_count, m_uniq)) in expand()
1214 if ((min[j].m_count + 1 < min[i].m_count in find_jump_tables()
1215 || (min[j].m_count + 1 == min[i].m_count in find_jump_tables()
1219 min[i] = min_cluster_item (min[j].m_count + 1, j, s); in find_jump_tables()
1226 gcc_checking_assert (min[i].m_count != INT_MAX); in find_jump_tables()
1230 if (min[l].m_count == l) in find_jump_tables()
[all …]
H A Dtree-switch-conversion.h456 m_count (count), m_start (start), m_non_jt_cases (non_jt_cases) in min_cluster_item()
460 unsigned m_count; variable
891 unsigned int m_count; variable
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp253 header.m_count = ENDIAN_LITTLE_TO_HOST_U32(header.m_count); in readBootTags()
280 bootTagOffset += header.m_count + 1; // include this boot tag in offset in readBootTags()
H A Dsbtool.cpp419 …08x | length=%06u | flags=0x%08x\n", n, block, command.m_address, command.m_count, command.m_data); in readBootImage()
431 block += command.m_count + 1; in readBootImage()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d2214 m_count++; in List()
2218 rhs.m_count = 0; in List()
2231 assert(m_count); in List()
2242 m_count--; in List()
2247 return m_count; in List()
2253 m_count = 0; in List()
2323 m_count++; in List()
2336 size_t m_count; in List() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d2477 m_count++; in List()
2481 rhs.m_count = 0; in List()
2494 assert(m_count, "Can not remove from empty Range"); in List()
2505 m_count--; in List()
2510 return m_count; in List()
2516 m_count = 0; in List()
2586 m_count++; in List()
2599 size_t m_count; in List() local

12