Home
last modified time | relevance | path

Searched defs:get_block_size (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/trusty/lk/include/dev/class/
Dblock.h33 ssize_t (*get_block_size)(struct device *dev); member
/aosp_15_r20/bionic/libc/private/
H A Dbionic_allocator.h84 size_t get_block_size() const { return block_size_; } in get_block_size() function
/aosp_15_r20/external/lz4/examples/
H A DframeCompress.c186 static size_t get_block_size(const LZ4F_frameInfo_t* info) { in get_block_size() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddeque.hpp357 …BOOST_CONSTEXPR BOOST_CONTAINER_FORCEINLINE static size_type get_block_size() BOOST_NOEXCEPT_OR_NO… in get_block_size() function in boost::container::deque_base
575 …BOOST_CONSTEXPR BOOST_CONTAINER_FORCEINLINE static size_type get_block_size() BOOST_NOEXCEPT_OR_NO… in get_block_size() function in boost::container::deque
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Dintel_hang_viewer.cpp658 get_block_size(uint32_t type) in get_block_size() function
/aosp_15_r20/external/crosvm/aarch64/src/
H A Dlib.rs359 fn get_block_size() -> u64 { in get_block_size() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dpartition_strategy.c912 static BLOCK_SIZE get_block_size(int idx) { in get_block_size() function