/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | block.proto | 10 optional uint64 sector = 2; field 19 optional uint64 sector = 2; field 26 optional uint64 sector = 2; field 33 optional uint64 sector = 2; field 40 optional uint64 sector = 2; field 47 optional uint64 sector = 2; field 54 optional uint64 sector = 2; field 62 optional uint64 sector = 2; field 67 optional uint64 sector = 2; field 77 optional uint64 sector = 2; field [all …]
|
/aosp_15_r20/external/pigweed/pw_kvs/ |
H A D | key_value_store.cc | 255 SectorDescriptor& sector = sectors_.FromAddress(address); in InitializeMetadata() local 319 for (const SectorDescriptor& sector : sectors_) { in GetStorageStats() local 383 Status KeyValueStore::ScanForEntry(const SectorDescriptor& sector, in ScanForEntry() 786 SectorDescriptor* sector; in GetAddressesForWrite() local 804 SectorDescriptor** sector, in GetSectorForWrite() 849 SectorDescriptor* sector) { in MarkSectorCorruptIfNotOk() 863 SectorDescriptor& sector = sectors_.FromAddress(entry.address()); in AppendEntry() local 956 SectorDescriptor* sector = sectors_.last_new(); in FullMaintenanceHelper() local 1423 for (auto& sector : sectors_) { in LogSectors() local
|
H A D | sectors.cc | 83 SectorDescriptor* sector = last_new_; in Find() local 189 SectorDescriptor& sector = WearLeveledSectorFromIndex(i); in FindSectorToGarbageCollect() local 202 SectorDescriptor& sector = WearLeveledSectorFromIndex(i); in FindSectorToGarbageCollect() local 217 SectorDescriptor& sector = WearLeveledSectorFromIndex(i); in FindSectorToGarbageCollect() local
|
/aosp_15_r20/external/f2fs-tools/lib/ |
H A D | libf2fs_zoned.c | 205 int f2fs_report_zone(int i, uint64_t sector, struct blk_zone *blkzone) in f2fs_report_zone() 248 uint64_t sector = 0; in f2fs_report_zones() local 300 uint64_t sector; in f2fs_check_zones() local 454 uint64_t sector; in f2fs_reset_zones() local 565 int f2fs_report_zone(int i, uint64_t UNUSED(sector), in f2fs_report_zone()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | read_worker.cpp | 290 bool ReadWorker::ReadDataFromBaseDevice(sector_t sector, void* buffer, size_t read_size) { in ReadDataFromBaseDevice() 317 bool ReadWorker::ReadAlignedSector(sector_t sector, size_t sz) { in ReadAlignedSector() 469 sector_t sector, size_t size, in ReadUnalignedSector() 526 bool ReadWorker::ReadUnalignedSector(sector_t sector, size_t size) { in ReadUnalignedSector() 660 bool ReadWorker::RequestSectors(uint64_t sector, uint64_t len) { in RequestSectors()
|
/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/internal/ |
H A D | sectors.h | 136 bool AddressInSector(const SectorDescriptor& sector, Address address) const { in AddressInSector() 144 Address BaseAddress(const SectorDescriptor& sector) const { in BaseAddress() 154 Address NextWritableAddress(const SectorDescriptor& sector) const { in NextWritableAddress() 194 unsigned Index(const SectorDescriptor& sector) const { in Index()
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | block.pbzero.h | 28 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 230 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 496 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 575 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 708 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 841 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 995 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 1164 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 1345 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 1520 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | block.pbzero.h | 92 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 171 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 304 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 437 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 591 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 760 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 941 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 1116 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 1313 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function 1446 uint64_t sector() const { return at<2>().as_uint64(); } in sector() function [all …]
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_load_kernel2_tests.c | 26 uint64_t sector; member 35 uint64_t sector; member 61 static void add_mock_kernel(uint64_t sector, vb2_error_t rv) in add_mock_kernel()
|
/aosp_15_r20/external/gptfdisk/ |
H A D | gpt.cc | 1049 int GPTData::LoadHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector, int *crcOk) { in LoadHeader() 1094 int GPTData::LoadPartitionTable(const struct GPTHeader & header, DiskIO & disk, uint64_t sector) { in LoadPartitionTable() 1370 int GPTData::SaveHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector) { in SaveHeader() 1390 int GPTData::SavePartitionTable(DiskIO & disk, uint64_t sector) { in SavePartitionTable() 2157 int GPTData::Align(uint64_t* sector) { in Align() 2416 int GPTData::IsFree(uint64_t sector, uint32_t *partNum) { in IsFree()
|
/aosp_15_r20/external/autotest/client/tests/disktest/src/ |
H A D | disktest.c | 21 unsigned int sector; member 56 unsigned int i, sec_offset, sector; in write_block() local 87 unsigned int sec_offset, sector; in verify_block() local
|
/aosp_15_r20/external/mtools/ |
H A D | xdf_io.c | 76 unsigned char sector; member 115 unsigned char sector; member 393 uint8_t *sector, uint8_t *head) in fill_t0() 468 uint8_t sector, head; in decompose() local
|
H A D | fat.c | 97 unsigned int sector, in fatReadSector() 140 unsigned int sector, in fatWriteSector() 160 unsigned int sector, fatAccessMode_t mode, in loadSector() 239 unsigned int sector; in getAddress() local
|
H A D | partition.h | 21 unsigned char sector; /* starting sector */ member 26 #define sector(x) ((uint8_t)((x).sector & 0x3f)) macro
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | color_space.inl | 17 T sector = floor(hsv.x / T(60)); local 24 switch(int(sector)) local
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | color_space.inl | 17 T sector = floor(hsv.x / T(60)); local 24 switch(int(sector)) local
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|
/aosp_15_r20/external/kernel-headers/original/uapi/linux/ |
H A D | blkzoned.h | 130 __u64 sector; member 144 __u64 sector; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | blkzoned.h | 54 __u64 sector; member 60 __u64 sector; member
|