/sof-2.7.6/src/include/sof/lib/ |
D | mailbox.h | 45 void mailbox_dspbox_write(size_t offset, const void *src, size_t bytes) in mailbox_dspbox_write() 56 size_t offset, size_t bytes) in mailbox_dspbox_read() 70 void mailbox_hostbox_write(size_t offset, const void *src, size_t bytes) in mailbox_hostbox_write() 76 void mailbox_hostbox_write(size_t offset, const void *src, size_t bytes) in mailbox_hostbox_write() 89 size_t offset, size_t bytes) in mailbox_hostbox_read() 101 void mailbox_stream_write(size_t offset, const void *src, size_t bytes) in mailbox_stream_write()
|
D | alloc.h | 108 static inline void *rballoc(uint32_t flags, uint32_t caps, size_t bytes) in rballoc() 131 size_t bytes, size_t old_bytes) in rbrealloc()
|
/sof-2.7.6/src/platform/library/lib/ |
D | alloc.c | 19 void *rmalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rmalloc() 24 void *rzalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rzalloc() 34 void *rballoc_align(uint32_t flags, uint32_t caps, size_t bytes, in rballoc_align() 40 void *rbrealloc_align(void *ptr, uint32_t flags, uint32_t caps, size_t bytes, in rbrealloc_align()
|
/sof-2.7.6/test/cmocka/src/audio/buffer/ |
D | buffer_write.c | 38 uint8_t bytes[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_audio_buffer_write_10_bytes_out_of_256_and_read_back() local 73 uint8_t bytes[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_audio_buffer_fill_10_bytes() local
|
D | buffer_wrap.c | 37 uint8_t bytes[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in test_audio_buffer_write_fill_10_bytes_and_write_5() local
|
/sof-2.7.6/src/lib/ |
D | alloc.c | 144 static void *rmalloc_sys(struct mm_heap *heap, uint32_t flags, int caps, size_t bytes) in rmalloc_sys() 235 uint32_t caps, size_t bytes, uint32_t alignment) in alloc_cont_blocks() 405 uint32_t caps, size_t bytes, uint32_t alignment) in get_ptr_from_heap() 576 static void alloc_trace_heap(enum mem_zone zone, uint32_t caps, size_t bytes) in alloc_trace_heap() 648 #define DEBUG_TRACE_PTR(ptr, bytes, zone, caps, flags) \ argument 657 #define DEBUG_TRACE_PTR(ptr, bytes, zone, caps, flags) argument 662 size_t bytes) in rmalloc_sys_runtime() 680 static void *rmalloc_runtime(uint32_t flags, uint32_t caps, size_t bytes) in rmalloc_runtime() 706 static void *rmalloc_runtime_shared(uint32_t flags, uint32_t caps, size_t bytes) in rmalloc_runtime_shared() 723 size_t bytes) in _malloc_unlocked() [all …]
|
/sof-2.7.6/tools/tune/eq/ |
D | eq_fir_blob_pack.m | 111 bytes = uint8(zeros(1,2)); variable 117 bytes = uint8(zeros(1,4)); variable
|
D | eq_iir_blob_pack.m | 76 bytes = uint8(zeros(1,4)); variable
|
/sof-2.7.6/src/include/sof/audio/ |
D | audio_stream.h | 331 uint32_t bytes) in audio_stream_can_copy_bytes() 390 uint32_t bytes) in audio_stream_produce() 418 uint32_t bytes) in audio_stream_consume() 475 uint32_t bytes) in audio_stream_invalidate() 498 uint32_t bytes) in audio_stream_writeback() 540 uint32_t bytes = audio_stream_bytes_without_wrap(source, ptr); in audio_stream_frames_without_wrap() local 565 uint32_t bytes = samples * ssize; in audio_stream_copy() local 598 uint32_t bytes) in audio_stream_set_zero()
|
/sof-2.7.6/src/audio/ |
D | buffer.c | 184 void comp_update_buffer_produce(struct comp_buffer *buffer, uint32_t bytes) in comp_update_buffer_produce() 224 void comp_update_buffer_consume(struct comp_buffer *buffer, uint32_t bytes) in comp_update_buffer_consume()
|
D | host.c | 116 static uint32_t host_dma_get_split(struct host_data *hd, uint32_t bytes) in host_dma_get_split() 134 static void host_update_position(struct comp_dev *dev, uint32_t bytes) in host_update_position() 207 static void host_one_shot_cb(struct comp_dev *dev, uint32_t bytes) in host_one_shot_cb() 247 uint32_t bytes = next->elem.size; in host_dma_cb() local
|
D | google_hotword_detect.c | 334 uint32_t bytes) in ghd_detect() 387 uint32_t bytes, tail_bytes, head_bytes = 0; in ghd_copy() local
|
/sof-2.7.6/tools/tune/tdfb/ |
D | bf_blob_pack.m | 161 bytes = uint8(zeros(1,2)); variable 167 bytes = uint8(zeros(1,4)); variable
|
/sof-2.7.6/tools/tune/dcblock/ |
D | dcblock_build_blob.m | 46 bytes = uint8(zeros(1,4)); variable
|
/sof-2.7.6/zephyr/ |
D | wrapper.c | 106 static void *heap_alloc_aligned(struct k_heap *h, size_t align, size_t bytes) in heap_alloc_aligned() 119 static void *heap_alloc_aligned_cached(struct k_heap *h, size_t min_align, size_t bytes) in heap_alloc_aligned_cached() 171 void *rmalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rmalloc() 184 void *rbrealloc_align(void *ptr, uint32_t flags, uint32_t caps, size_t bytes, in rbrealloc_align() 223 void *rzalloc(enum mem_zone zone, uint32_t flags, uint32_t caps, size_t bytes) in rzalloc() 240 void *rballoc_align(uint32_t flags, uint32_t caps, size_t bytes, in rballoc_align()
|
/sof-2.7.6/tools/tune/drc/ |
D | drc_build_blob.m | 64 bytes = uint8(zeros(1,4)); variable
|
/sof-2.7.6/tools/tune/crossover/ |
D | crossover_build_blob.m | 55 bytes = uint8(zeros(1,4)); variable
|
/sof-2.7.6/tools/tune/multiband_drc/ |
D | multiband_drc_build_blob.m | 81 bytes = uint8(zeros(1,4)); variable
|
/sof-2.7.6/src/platform/intel/cavs/ |
D | boot_loader.c | 57 static inline void bmemcpy(void *dest, void *src, size_t bytes) in bmemcpy() 70 static inline void bbzero(void *dest, size_t bytes) in bbzero()
|
/sof-2.7.6/src/drivers/generic/ |
D | dummy-dma.c | 77 int bytes) in dummy_dma_copy_crt_elem() 188 static ssize_t dummy_dma_do_copies(struct dma_chan_pdata *pdata, int bytes) in dummy_dma_do_copies() 396 static int dummy_dma_copy(struct dma_chan_data *channel, int bytes, in dummy_dma_copy()
|
/sof-2.7.6/src/audio/codec_adapter/ |
D | codec_adapter.c | 293 size_t bytes) in codec_adapter_copy_from_source_to_lib() 315 size_t bytes) in codec_adapter_copy_from_lib_to_sink() 343 static void generate_zeroes(struct comp_buffer *sink, uint32_t bytes) in generate_zeroes()
|
/sof-2.7.6/src/audio/pipeline/ |
D | pipeline-xrun.c | 136 int32_t bytes) in pipeline_xrun()
|
/sof-2.7.6/src/math/ |
D | numbers.c | 150 uint32_t crc32(uint32_t base, const void *data, uint32_t bytes) in crc32()
|
/sof-2.7.6/src/platform/intel/cavs/include/cavs/lib/ |
D | mailbox.h | 108 static inline void mailbox_sw_regs_write(size_t offset, const void *src, size_t bytes) in mailbox_sw_regs_write()
|
/sof-2.7.6/test/cmocka/src/ |
D | common_mocks.c | 40 void WEAK *rballoc_align(uint32_t flags, uint32_t caps, size_t bytes, in rballoc_align() 50 size_t bytes) in rzalloc() 60 size_t bytes, size_t old_bytes, uint32_t alignment) in rbrealloc_align() 287 uint32_t WEAK crc32(uint32_t base, const void *data, uint32_t bytes) in crc32()
|