| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/ |
| lu_counter_metadata.hpp | 57 lu_counter_metadata(size_type init_count) : m_count(init_count) 62 mutable size_type m_count; member in class:__gnu_pbds::detail::lu_counter_metadata 80 if (++r_data.m_count != m_max_count) 82 r_data.m_count = 0;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_policy/ |
| lu_counter_metadata.hpp | 57 lu_counter_metadata(size_type init_count) : m_count(init_count) 62 mutable size_type m_count; member in class:__gnu_pbds::detail::lu_counter_metadata 80 if (++r_data.m_count != m_max_count) 82 r_data.m_count = 0;
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| function-set.h | 33 : m_names (names), m_count (count) 45 size_t m_count; member in class:ana::function_set
|
| function-set.cc | 39 int max = m_count - 1; 45 gcc_assert ((size_t)midpoint < m_count); 73 for (size_t idx = 1; idx < m_count; idx++) 84 for (size_t i = 0; i < m_count; i++)
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| function-set.h | 33 : m_names (names), m_count (count) 45 size_t m_count; member in class:ana::function_set
|
| function-set.cc | 39 int max = m_count - 1; 45 gcc_assert ((size_t)midpoint < m_count); 73 for (size_t idx = 1; idx < m_count; idx++) 84 for (size_t i = 0; i < m_count; i++)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/ |
| barrier.d | 63 m_count = limit; 84 if ( --m_count == 0 ) 87 m_count = m_limit; 101 uint m_count;
|
| /src/external/bsd/elftosb/dist/common/ |
| crc.h | 41 void reset() { m_crc = CRC32_NEGL; m_count = 0; } 45 unsigned m_count; member in class:CRC32
|
| SHA1.h | 117 uint32_t m_count[2]; member in class:CSHA1
|
| StSRecordFile.cpp | 148 newRecord.m_count = readHexByte(inLine, 2); 149 checksum += newRecord.m_count; 152 if (inLine.length() != 4 + newRecord.m_count * 2) 211 int dataLength = newRecord.m_count - addressLength - 1; // total rem - addr - cksum (in bytes)
|
| SHA1.cpp | 85 m_count[0] = 0; 86 m_count[1] = 0; 136 j = (m_count[0] >> 3) & 63; 138 if((m_count[0] += len << 3) < (len << 3)) m_count[1]++; 140 m_count[1] += (len >> 29); 209 finalcount[i] = (uint8_t)((m_count[((i >= 4) ? 0 : 1)] 214 while ((m_count[0] & 504) != 448) 229 memset(m_count, 0, 8);
|
| crc.cpp | 239 m_count += n; 274 if (m_count % 4) 277 for (i = m_count % 4; i < 4; i++) {
|
| StSRecordFile.h | 46 unsigned m_count; //!< Number of character pairs (bytes) from address through checksum. member in struct:StSRecordFile::SRecord
|
| EncoreBootImage.cpp | 671 if ((whichFields & CMD_COUNT_FIELD) && (testHeader->m_count != modelHeader->m_count)) 717 header.m_count = 0; 754 m_sectionLength = ENDIAN_LITTLE_TO_HOST_U32(header->m_count); 767 header.m_count = ENDIAN_HOST_TO_LITTLE_U32(m_sectionLength); 811 m_length = ENDIAN_LITTLE_TO_HOST_U32(header->m_count); 851 header.m_count = ENDIAN_HOST_TO_LITTLE_U32(m_length); 985 : BootCommand(), m_address(0), m_count(0), m_pattern(0) 1005 m_count = ENDIAN_LITTLE_TO_HOST_U32(header->m_count); [all...] |
| EncoreBootImage.h | 236 uint32_t m_count; //!< Number of bytes on which to operate. member in struct:elftosb::EncoreBootImage::boot_command_t 575 inline void setFillCount(uint32_t count) { m_count = count; } 576 inline uint32_t getFillCount() const { return m_count; } 593 uint32_t m_count; //!< Number of bytes to fill. member in class:elftosb::EncoreBootImage::FillCommand
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dumpfile.h | 343 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {} 364 profile_count get_count () const { return m_count; } 370 : m_count (count), m_loc (loc) 373 profile_count m_count; member in class:dump_user_location_t
|
| tree-switch-conversion.h | 463 m_count (count), m_start (start), m_non_jt_cases (non_jt_cases) 467 unsigned m_count; member in class:tree_switch_conversion::min_cluster_item 899 unsigned int m_count; member in class:tree_switch_conversion::switch_conversion
|
| tree-switch-conversion.cc | 195 m_count = 0; 199 m_count++; 202 m_count++; 221 > ((unsigned) m_count * param_switch_conversion_branch_ratio)) 1037 && bit_test_cluster::is_beneficial (m_count, m_uniq)) 1317 if ((min[j].m_count + 1 < min[i].m_count 1318 || (min[j].m_count + 1 == min[i].m_count 1322 min[i] = min_cluster_item (min[j].m_count + 1, j, s) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dumpfile.h | 343 dump_user_location_t () : m_count (), m_loc (UNKNOWN_LOCATION) {} 364 profile_count get_count () const { return m_count; } 370 : m_count (count), m_loc (loc) 373 profile_count m_count; member in class:dump_user_location_t
|
| tree-switch-conversion.h | 456 m_count (count), m_start (start), m_non_jt_cases (non_jt_cases) 460 unsigned m_count; member in class:tree_switch_conversion::min_cluster_item 891 unsigned int m_count; member in class:tree_switch_conversion::switch_conversion
|
| tree-switch-conversion.cc | 163 m_count = 0; 167 m_count++; 170 m_count++; 194 > ((unsigned) m_count * param_switch_conversion_branch_ratio)) 992 && bit_test_cluster::is_beneficial (m_count, m_uniq)) 1215 if ((min[j].m_count + 1 < min[i].m_count 1216 || (min[j].m_count + 1 == min[i].m_count 1220 min[i] = min_cluster_item (min[j].m_count + 1, j, s) [all...] |
| /src/external/bsd/elftosb/dist/sbtool/ |
| EncoreBootImageReader.cpp | 253 header.m_count = ENDIAN_LITTLE_TO_HOST_U32(header.m_count); 280 bootTagOffset += header.m_count + 1; // include this boot tag in offset
|
| sbtool.cpp | 419 Log::log("%04u: @ block %06u | id=0x%08x | length=%06u | flags=0x%08x\n", n, block, command.m_address, command.m_count, command.m_data); 431 block += command.m_count + 1;
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| concurrency.d | 2477 m_count++; 2481 rhs.m_count = 0; 2494 assert(m_count, "Can not remove from empty Range"); 2505 m_count--; 2510 return m_count; 2516 m_count = 0; 2586 m_count++; 2599 size_t m_count;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| amdgpu-tdep.c | 196 m_count (count) 203 { return m_count; } 214 unsigned int m_count; member in struct:amd_dbgapi_register_type
|