Lines Matching refs:readUInt
114 checksum = b.readUInt();
124 fileSize = b.readUInt();
129 headerSize = b.readUInt();
134 endianTag = b.readUInt();
140 size[attribute] = b.readUInt();
144 off[attribute] = b.readUInt();
154 stringDataOffsets[i] = b.readUInt();
174 typeIds[i] = b.readUInt();
192 item.shorty_idx = b.readUInt();
193 item.return_type_idx = b.readUInt();
194 item.parameter_off = b.readUInt();
216 item.name_idx = b.readUInt();
238 item.name_idx = b.readUInt();
262 item.class_idx = b.readUInt();
263 item.access_flags = b.readUInt();
264 item.superclass_idx = b.readUInt();
265 item.interfaces_off = b.readUInt();
266 item.source_file_idx = b.readUInt();
267 item.annotations_off = b.readUInt();
268 item.class_data_off = b.readUInt();
269 item.static_values_off = b.readUInt();