Lines Matching refs:uint32_t

546     uint32_t
597 uint32_t* index_table_;
1161 + sizeof(uint32_t)); in sized_read_unit_index()
1164 + 2 * sizeof(uint32_t)); in sized_read_unit_index()
1172 + 3 * sizeof(uint32_t)); in sized_read_unit_index()
1174 const unsigned char* phash = contents + 4 * sizeof(uint32_t); in sized_read_unit_index()
1176 const unsigned char* pcolhdrs = pindex + nslots * sizeof(uint32_t); in sized_read_unit_index()
1177 const unsigned char* poffsets = pcolhdrs + ncols * sizeof(uint32_t); in sized_read_unit_index()
1178 const unsigned char* psizes = poffsets + nused * ncols * sizeof(uint32_t); in sized_read_unit_index()
1179 const unsigned char* pend = psizes + nused * ncols * sizeof(uint32_t); in sized_read_unit_index()
1213 poffsets + (index - 1) * ncols * sizeof(uint32_t); in sized_read_unit_index()
1215 psizes + (index - 1) * ncols * sizeof(uint32_t); in sized_read_unit_index()
1230 pch += sizeof(uint32_t); in sized_read_unit_index()
1231 porow += sizeof(uint32_t); in sized_read_unit_index()
1232 psrow += sizeof(uint32_t); in sized_read_unit_index()
1258 pindex += sizeof(uint32_t); in sized_read_unit_index()
1303 + sizeof(uint32_t)); in sized_verify_dwo_list()
1306 + 2 * sizeof(uint32_t)); in sized_verify_dwo_list()
1312 + 3 * sizeof(uint32_t)); in sized_verify_dwo_list()
1314 const unsigned char* phash = contents + 4 * sizeof(uint32_t); in sized_verify_dwo_list()
1316 const unsigned char* pcolhdrs = pindex + nslots * sizeof(uint32_t); in sized_verify_dwo_list()
1317 const unsigned char* poffsets = pcolhdrs + ncols * sizeof(uint32_t); in sized_verify_dwo_list()
1318 const unsigned char* psizes = poffsets + nused * ncols * sizeof(uint32_t); in sized_verify_dwo_list()
1319 const unsigned char* pend = psizes + nused * ncols * sizeof(uint32_t); in sized_verify_dwo_list()
1331 const unsigned char* pi = pindex + slot * sizeof(uint32_t); in sized_verify_dwo_list()
1333 uint32_t row_index = elfcpp::Swap_unaligned<32, big_endian>::readval(pi); in sized_verify_dwo_list()
1342 pi = pindex + slot * sizeof(uint32_t); in sized_verify_dwo_list()
1740 uint32_t row_index = this->index_table_[slot]; in find_or_add()
1766 uint32_t row_index = this->section_table_rows(); in enter_set()
1792 this->index_table_ = new uint32_t[this->capacity_]; in initialize()
1793 memset(this->index_table_, 0, this->capacity_ * sizeof(uint32_t)); in initialize()
1803 uint32_t* old_index_table = this->index_table_; in grow()
1809 this->index_table_ = new uint32_t[this->capacity_]; in grow()
1810 memset(this->index_table_, 0, this->capacity_ * sizeof(uint32_t)); in grow()
1816 uint32_t row_index = old_index_table[i]; in grow()
1984 const section_size_type index_size = (4 * sizeof(uint32_t) in write_index()
1986 + nslots * sizeof(uint32_t) in write_index()
1987 + ntable * sizeof(uint32_t)); in write_index()
1996 p += sizeof(uint32_t); in write_index()
1998 p += sizeof(uint32_t); in write_index()
2000 p += sizeof(uint32_t); in write_index()
2002 p += sizeof(uint32_t); in write_index()
2015 p += sizeof(uint32_t); in write_index()
2024 p += sizeof(uint32_t); in write_index()
2040 p += sizeof(uint32_t); in write_index()
2060 p += sizeof(uint32_t); in write_index()