Home
last modified time | relevance | path

Searched defs:block_map (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/trusty/user/app/storage/
Dblock_map.c37 struct block_map* block_map, in block_map_init()
61 struct block_map* block_map, in block_map_get()
89 struct block_map* block_map, in block_map_set()
142 struct block_map* block_map, in block_map_put_dirty()
175 struct block_map* block_map, in block_map_truncate()
230 struct block_map* block_map, in block_map_check()
286 void block_map_free(struct transaction* tr, struct block_map* block_map) { in block_map_free()
Dfile.c49 struct block_mac block_map; member
89 struct block_map* block_map, in file_block_map_init()
128 struct block_map block_map; in file_print() local
175 struct block_map block_map; in file_check() local
191 struct block_map* block_map, in file_block_map_update()
379 struct block_map block_map; in file_get_block_etc() local
523 struct block_map block_map; in file_block_put_dirty() local
611 struct block_map block_map; in file_set_size() local
1091 struct block_map block_map = BLOCK_MAP_INITIAL_VALUE(block_map); in file_delete() local
1654 struct block_map block_map; in file_rebuild_free_set() local
Dblock_map.h21 struct block_map { struct
25 #define BLOCK_MAP_INITIAL_VALUE(block_map) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/utils/
H A Dsparsity_format_converter.cc58 const std::vector<int>& block_size, const std::vector<int>& block_map) in FormatConverter()
224 const std::vector<int>& block_map) { in FormatConverter()
233 auto block_map = TfLiteIntArrayToVector(sparsity.block_map); in FormatConverter() local
258 std::vector<std::vector<int>> indices, std::vector<int> block_map) { in InitSparseToDenseConverter()
H A Dsparsity_format_converter_test.cc427 const std::vector<int> block_map = {0, 1}; in TEST() local
463 const std::vector<int> block_map = {1}; in TEST() local
501 const std::vector<int> block_map = {0, 1}; in TEST() local
539 const std::vector<int> block_map = {0, 1}; in TEST() local
577 const std::vector<int> block_map = {0, 1}; in TEST() local
615 const std::vector<int> block_map = {0, 1}; in TEST() local
/aosp_15_r20/external/ruy/ruy/
H A Dblock_map.cc93 void GetBlockByIndex(const BlockMap& block_map, int index, in GetBlockByIndex()
342 const CpuCacheParams& cpu_cache_params, BlockMap* block_map) { in MakeBlockMap()
473 void GetBlockMatrixCoords(Side side, const BlockMap& block_map, int block, in GetBlockMatrixCoords()
490 void GetBlockMatrixCoords(const BlockMap& block_map, const SidePair<int>& block, in GetBlockMatrixCoords()
H A Dblock_map.h142 inline int NumBlocksPerSide(Side side, const BlockMap& block_map) { in NumBlocksPerSide()
154 inline int NumBlocks(const BlockMap& block_map) { in NumBlocks()
H A Dblock_map_test.cc44 BlockMap block_map; in MakeBlockMapTuningTest() local
155 BlockMap block_map; in GetBlockByIndexSquareTest() local
H A Dtrmul.cc61 TrMulTask(TrMulParams* params, const BlockMap& block_map, in TrMulTask()
363 BlockMap block_map; in TrMul() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_reader.cpp289 std::unordered_map<uint32_t, int> block_map; in PrepMergeOps() local
359 std::unordered_map<uint32_t, int>* block_map) { in GetSequenceDataV2()
397 std::unordered_map<uint32_t, int>* block_map) { in GetSequenceData()
/aosp_15_r20/external/flashrom/
H A Daction_descriptor.c89 } *block_map; member
491 struct b_map *block_map; in fill_action_descriptor() local
/aosp_15_r20/bootable/recovery/tests/unit/
H A Dfuse_provider_test.cpp91 TemporaryFile block_map; in TEST() local
/aosp_15_r20/bootable/recovery/fuse_sideload/
H A Dfuse_provider.cpp142 auto block_map = BlockMapData::ParseBlockMapFile(block_map_path); in CreateFromBlockMap() local
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/
Dfirmware_storage.rs23 pub block_map: [FirmwareVolumeBlockMap; 0], field
/aosp_15_r20/external/tensorflow/tensorflow/lite/testdata/
H A Dsparse_tensor.json20 "block_map": [0, 1], array
/aosp_15_r20/external/rust/crates/uefi-raw/src/
Dfirmware_storage.rs23 pub block_map: [FirmwareVolumeBlockMap; 0], field
/aosp_15_r20/trusty/user/app/storage/test/block_host_test/
Dblock_test.c295 struct block_map block_map; in mark_files_in_use() local
633 struct block_map block_map = BLOCK_MAP_INITIAL_VALUE(block_map); in block_map_test() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtest_util.h148 std::vector<int> block_map; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dmodel_test.cc615 TfLiteIntArray* block_map = TfLiteIntArrayCreate(2); in TEST() local
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Dstate.h204 uint8_t block_map[256]; member
/aosp_15_r20/external/edid-decode/
H A Dedid-decode.h294 } block_map; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dcommon.h375 TfLiteIntArray* block_map; member
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dcommon.h388 TfLiteIntArray* block_map; member
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dext2fs.h259 ext2fs_block_bitmap block_map; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc2225 std::vector<int> block_map(block_map_size); in BuildSparsityParameters() local