Home
last modified time | relevance | path

Searched defs:alignment (Results 1 – 18 of 18) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_common.h185 #define ATTR_ALIGN(alignment) __attribute__((aligned(alignment))) argument
190 #define ATTR_PLACE_AT_WITH_ALIGNMENT(section_name, alignment) \ argument
194 #define ATTR_PLACE_AT_NONCACHEABLE_WITH_ALIGNMENT(alignment) \ argument
198 #define ATTR_PLACE_AT_NONCACHEABLE_BSS_WITH_ALIGNMENT(alignment) \ argument
203 #define ATTR_PLACE_AT_NONCACHEABLE_INIT_WITH_ALIGNMENT(alignment) \ argument
207 #define ATTR_RAMFUNC_WITH_ALIGNMENT(alignment) \ argument
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_allocator.h27 size_t alignment; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_allocator.h26 size_t alignment; member
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_allocator.h26 size_t alignment; member
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_allocator.h26 size_t alignment; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_mem.c126 SIZE_PTR alignment = 0; in rtw_mem_init() local
/device/soc/esp/esp32/components/heap/
Dmulti_heap.c254 void *multi_heap_aligned_alloc_impl_offs(multi_heap_handle_t heap, size_t size, size_t alignment, s… in multi_heap_aligned_alloc_impl_offs()
283 void *multi_heap_aligned_alloc_impl(multi_heap_handle_t heap, size_t size, size_t alignment) in multi_heap_aligned_alloc_impl()
Dheap_caps.c543 IRAM_ATTR void *heap_caps_aligned_alloc(size_t alignment, size_t size, uint32_t caps) in heap_caps_aligned_alloc()
596 void *heap_caps_aligned_calloc(size_t alignment, size_t n, size_t size, uint32_t caps) in heap_caps_aligned_calloc()
Dmulti_heap_poisoning.c188 void *multi_heap_aligned_alloc(multi_heap_handle_t heap, size_t size, size_t alignment) in multi_heap_aligned_alloc()
/device/soc/esp/esp32/components/newlib/
Dheap.c79 void* memalign(size_t alignment, size_t n) in memalign()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/sdio/
Drtl8822cs_recv.c53 SIZE_PTR alignment = 0; in alloc_recvbuf_skb() local
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_flash.c387 size_t alignment = write_encrypted ? 32 : 4; in bootloader_flash_write() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_hwcnt_types.c36 #define KBASE_HWCNT_ALIGN_UPWARDS(value, alignment) ((value) + (((alignment) - ((value) % (alignmen… argument
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw_lib/
Dacamera_math.c346 const uint32_t alignment = 128; // line offset has to be aligned at 128 bytes in acamera_line_offset() local
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw_lib/
Dacamera_math.c346 const uint32_t alignment = 128; // line offset has to be aligned at 128 bytes in acamera_line_offset() local
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw_lib/
Dacamera_math.c346 const uint32_t alignment = 128; // line offset has to be aligned at 128 bytes in acamera_line_offset() local
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dacamera_math.c346 const uint32_t alignment = 128; // line offset has to be aligned at 128 bytes in acamera_line_offset() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_hwcnt_types.h118 #define KBASE_HWCNT_ALIGN_UPWARDS(value, alignment) \ argument