/external/arm-trusted-firmware/drivers/marvell/ |
D | iob.c | 34 #define IOB_WIN_CR_OFFSET(win) (iob_base + 0x0 + (0x20 * win)) argument 38 #define IOB_WIN_SCR_OFFSET(win) (iob_base + 0x4 + (0x20 * win)) argument 44 #define IOB_WIN_ALR_OFFSET(win) (iob_base + 0x8 + (0x20 * win)) argument 45 #define IOB_WIN_AHR_OFFSET(win) (iob_base + 0xC + (0x20 * win)) argument 47 #define IOB_WIN_DIOB_CR_OFFSET(win) (iob_base + 0x10 + (0x20 * win)) argument 53 static void iob_win_check(struct addr_map_win *win, uint32_t win_num) in iob_win_check() 73 static void iob_enable_win(struct addr_map_win *win, uint32_t win_id) in iob_enable_win() 164 struct addr_map_win *win; in init_iob() local
|
D | gwin.c | 37 #define GWIN_CR_OFFSET(ap, win) (MVEBU_GWIN_BASE(ap) + 0x0 + \ argument 39 #define GWIN_ALR_OFFSET(ap, win) (MVEBU_GWIN_BASE(ap) + 0x8 + \ argument 41 #define GWIN_AHR_OFFSET(ap, win) (MVEBU_GWIN_BASE(ap) + 0xc + \ argument 47 static void gwin_check(struct addr_map_win *win) in gwin_check() 64 static void gwin_enable_window(int ap_index, struct addr_map_win *win, in gwin_enable_window() 107 void gwin_temp_win_insert(int ap_index, struct addr_map_win *win, int size) in gwin_temp_win_insert() 123 void gwin_temp_win_remove(int ap_index, struct addr_map_win *win, int size) in gwin_temp_win_remove() 179 struct addr_map_win *win; in init_gwin() local
|
D | io_win.c | 31 #define IO_WIN_ALR_OFFSET(ap, win) (MVEBU_IO_WIN_BASE(ap) + 0x0 + \ argument 33 #define IO_WIN_AHR_OFFSET(ap, win) (MVEBU_IO_WIN_BASE(ap) + 0x8 + \ argument 35 #define IO_WIN_CR_OFFSET(ap, win) (MVEBU_IO_WIN_BASE(ap) + 0xC + \ argument 41 static void io_win_check(struct addr_map_win *win) in io_win_check() 59 static void io_win_enable_window(int ap_index, struct addr_map_win *win, in io_win_enable_window() 112 void iow_temp_win_insert(int ap_index, struct addr_map_win *win, int size) in iow_temp_win_insert() 128 void iow_temp_win_remove(int ap_index, struct addr_map_win *win, int size) in iow_temp_win_remove() 227 struct addr_map_win *win; in init_io_win() local
|
D | amb_adec.c | 26 #define AMB_WIN_CR_OFFSET(win) (amb_base + 0x0 + (0x8 * win)) argument 32 #define AMB_WIN_BASE_OFFSET(win) (amb_base + 0x4 + (0x8 * win)) argument 41 static void amb_check_win(struct addr_map_win *win, uint32_t win_num) in amb_check_win() 72 static void amb_enable_win(struct addr_map_win *win, uint32_t win_num) in amb_enable_win() 118 struct addr_map_win *win; in init_amb_adec() local
|
D | ccu.c | 60 #define CCU_RGF(win) (MVEBU_CCU_BASE(MVEBU_AP0) + \ argument 97 void ccu_win_check(struct addr_map_win *win) in ccu_win_check() 120 void ccu_enable_win(int ap_index, struct addr_map_win *win, uint32_t win_id) in ccu_enable_win() 166 void ccu_temp_win_insert(int ap_index, struct addr_map_win *win, int size) in ccu_temp_win_insert() 182 void ccu_temp_win_remove(int ap_index, struct addr_map_win *win, int size) in ccu_temp_win_remove() 249 void ccu_dram_win_config(int ap_index, struct addr_map_win *win) in ccu_dram_win_config() 316 struct addr_map_win *win, *dram_win; in init_ccu() local
|
/external/ComputeLibrary/src/core/NEON/kernels/assembly/ |
D | arm_gemm_compute_iface.hpp | 56 arm_compute::Window win; in to_window() local 73 arm_compute::Window win; in to_window() local 95 inline ndrange_t to_ndrange(const arm_compute::Window& win) { in to_ndrange() 111 inline ndcoord_t to_ndcoord(const arm_compute::Window& win) { in to_ndcoord()
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | implicit_deduction_guides.pass.cpp | 89 const WStr win(L"abcdef"); in main() local 103 const WStr win(L"abcdef"); in main() local 117 const WStr win(L"abcdef"); in main() local 131 const WStr win(L"abcdef"); in main() local 202 const WStr win(L"abcdef"); in main() local 216 const WStr win(L"abcdef"); in main() local 230 WStr win(L"abcdef"); in main() local 244 WStr win(L"abcdef"); in main() local
|
/external/arm-trusted-firmware/include/drivers/marvell/ |
D | ccu.h | 18 #define CCU_WIN_CR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x0 + \ argument 23 #define CCU_WIN_SCR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x4 + \ argument 28 #define CCU_WIN_ALR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0x8 + \ argument 30 #define CCU_WIN_AHR_OFFSET(ap, win) (MVEBU_CCU_BASE(ap) + 0xC + \ argument
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEChannelExtractKernel.cpp | 116 Window win = calculate_max_window(*input->info(), Steps(num_elems_processed_per_iteration)); in configure() local 172 Window win = calculate_max_window(*_input->info(), Steps(num_elems_processed_per_iteration)); in configure() local 192 void NEChannelExtractKernel::extract_1C_from_2C_img(const Window &win) in extract_1C_from_2C_img() 207 void NEChannelExtractKernel::extract_1C_from_3C_img(const Window &win) in extract_1C_from_3C_img() 222 void NEChannelExtractKernel::extract_1C_from_4C_img(const Window &win) in extract_1C_from_4C_img() 237 void NEChannelExtractKernel::extract_YUYV_uv(const Window &win) in extract_YUYV_uv() 257 void NEChannelExtractKernel::copy_plane(const Window &win) in copy_plane()
|
D | NEChannelCombineKernel.cpp | 134 Window win = calculate_max_window(*plane0->info(), Steps(_num_elems_processed_per_iteration)); in configure() local 246 …Window win = calculate_max_window(*plane0->info(), Steps(_num_elems_processed_per_i… in configure() local 284 void NEChannelCombineKernel::combine_3C(const Window &win) in combine_3C() 312 void NEChannelCombineKernel::combine_4C(const Window &win) in combine_4C() 344 void NEChannelCombineKernel::combine_YUV_1p(const Window &win) in combine_YUV_1p() 385 void NEChannelCombineKernel::combine_YUV_2p(const Window &win) in combine_YUV_2p() 429 void NEChannelCombineKernel::combine_YUV_3p(const Window &win) in combine_YUV_3p() 436 void NEChannelCombineKernel::copy_plane(const Window &win, uint32_t plane_id) in copy_plane()
|
D | NEColorConvertKernel.cpp | 137 …Window win = calculate_max_window(*input->info(), Steps(num_elems_processed_per_it… in configure() local 224 Window win = calculate_max_window(*output->info(), Steps(num_elems_processed_per_iteration)); in configure() local 395 Window win = calculate_max_window(*input->info(), Steps(num_elems_processed_per_iteration)); in configure() local 538 …Window win = calculate_max_window(*input->plane(0)->info(), Steps(num_elems_processed_per_iteratio… in configure() local
|
D | NEHistogramKernel.cpp | 68 void NEHistogramKernel::histogram_U8(Window win, const ThreadInfo &info) in histogram_U8() 131 void NEHistogramKernel::histogram_fixed_U8(Window win, const ThreadInfo &info) in histogram_fixed_U8() 219 Window win = calculate_max_window(*input->info(), Steps()); in configure() local 236 Window win = calculate_max_window(*input->info(), Steps()); in configure() local
|
D | NENonLinearFilterKernel.cpp | 375 …Window win = calculate_max_window(*input->info(), num_elems_processed_per_iteratio… in configure() local 425 void NENonLinearFilterKernel::median_filter_box<3, 3>(const Window &win) in median_filter_box() 457 void NENonLinearFilterKernel::median_filter_box<5, 5>(const Window &win) in median_filter_box() 511 void NENonLinearFilterKernel::min_filter_box(const Window &win) in min_filter_box() 549 void NENonLinearFilterKernel::max_filter_box(const Window &win) in max_filter_box() 589 void NENonLinearFilterKernel::median_filter_cross<3, 3>(const Window &win) in median_filter_cross() 618 void NENonLinearFilterKernel::median_filter_cross<5, 5>(const Window &win) in median_filter_cross() 655 void NENonLinearFilterKernel::min_filter_cross(const Window &win) in min_filter_cross() 701 void NENonLinearFilterKernel::max_filter_cross(const Window &win) in max_filter_cross() 747 void NENonLinearFilterKernel::median_filter_disk<5, 5>(const Window &win) in median_filter_disk() [all …]
|
D | NEMinMaxLocationKernel.cpp | 81 Window win = calculate_max_window(*input->info(), Steps(num_elems_processed_per_iteration)); in configure() local 140 void NEMinMaxKernel::minmax_U8(Window win) in minmax_U8() 197 void NEMinMaxKernel::minmax_S16(Window win) in minmax_S16() 256 void NEMinMaxKernel::minmax_F32(Window win) in minmax_F32() 380 Window win = calculate_max_window(*input->info(), Steps(num_elems_processed_per_iteration)); in configure() local 398 void NEMinMaxLocationKernel::minmax_loc(const Window &win) in minmax_loc()
|
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a70x0/board/ |
D | marvell_plat_config.c | 26 int marvell_get_amb_memory_map(struct addr_map_win **win, in marvell_get_amb_memory_map() 57 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map() 87 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map() 122 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
|
/external/arm-trusted-firmware/plat/marvell/octeontx/otx2/t91/t9130/board/ |
D | marvell_plat_config.c | 26 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map() 79 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map() 127 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map() 173 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
|
/external/python/cpython2/Demo/curses/ |
D | xmas.py | 31 def set_color(win, color): argument 38 def unset_color(win): argument 311 def deer_step(win, y, x): argument 439 def main(win): argument
|
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a70x0_amc/board/ |
D | marvell_plat_config.c | 23 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map() 54 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map() 78 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map() 113 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
|
/external/arm-trusted-firmware/plat/marvell/octeontx/otx2/t91/t9130_cex7_eval/board/ |
D | marvell_plat_config.c | 32 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map() 102 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map() 158 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map() 205 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
|
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a80x0/board/ |
D | marvell_plat_config.c | 26 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map() 65 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map() 106 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map() 151 int marvell_get_ccu_memory_map(int ap, struct addr_map_win **win, in marvell_get_ccu_memory_map()
|
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a80x0_puzzle/board/ |
D | marvell_plat_config.c | 60 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map() 99 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map() 140 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map() 182 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
|
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a80x0_mcbin/board/ |
D | marvell_plat_config.c | 60 int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_amb_memory_map() 95 int marvell_get_io_win_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_io_win_memory_map() 136 int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, in marvell_get_iob_memory_map() 181 int marvell_get_ccu_memory_map(int ap_index, struct addr_map_win **win, in marvell_get_ccu_memory_map()
|
/external/rust/crates/quiche/src/ |
D | minmax.rs | 217 let win = Duration::from_millis(500); in get_windowed_min_rtt() localVariable 241 let win = Duration::from_millis(500); in get_windowed_min_bandwidth() localVariable 265 let win = Duration::from_millis(500); in get_windowed_max_rtt() localVariable 289 let win = Duration::from_millis(500); in get_windowed_max_bandwidth() localVariable 315 let win = Duration::from_secs(1); in get_windowed_min_estimates_rtt() localVariable 347 let win = Duration::from_secs(1); in get_windowed_min_estimates_bandwidth() localVariable 379 let win = Duration::from_secs(1); in get_windowed_max_estimates_rtt() localVariable 411 let win = Duration::from_secs(1); in get_windowed_max_estimates_bandwidth() localVariable
|
/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/ |
D | io_addr_dec.c | 14 #define MVEBU_DEC_WIN_CTRL_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 16 #define MVEBU_DEC_WIN_BASE_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 18 #define MVEBU_DEC_WIN_REMAP_REG(base, win, off) (MVEBU_REGS_BASE + (base) + \ argument 84 struct dram_win *win; in set_io_addr_dec() local
|
/external/toybox/kconfig/lxdialog/ |
D | menubox.c | 66 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 169 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
|