Searched refs:end_size (Results 1 – 3 of 3) sorted by relevance
58 int end_size = strlen(kHIDBatteryPathSuffix); in ExtractBluetoothAddress() local59 int key_len = path.size() - header_size - end_size; in ExtractBluetoothAddress()
1372 uint16_t end_size = 0; in ParseDeviceTable() local1375 !subtable.ReadU16(&end_size) || in ParseDeviceTable()1379 if (start_size > end_size) { in ParseDeviceTable()1380 OTS_WARNING("bad size range: %u > %u", start_size, end_size); in ParseDeviceTable()1389 const unsigned num_units = (end_size - start_size) / in ParseDeviceTable()
215 const uint16_t end_size, const uint16_t format) { in BuildFakeDeviceTable() argument217 !out->WriteU16(end_size) || in BuildFakeDeviceTable()222 const unsigned num_values = std::abs(end_size - start_size) + 1; in BuildFakeDeviceTable()