/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkGetStructureTypeImpl.inl | 4 template<> VkStructureType getStructureType<VkApplicationInfo> (void) argument 9 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void) argument 14 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void) argument 19 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void) argument 24 template<> VkStructureType getStructureType<VkSubmitInfo> (void) argument 29 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void) argument 34 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void) argument 39 template<> VkStructureType getStructureType<VkBindSparseInfo> (void) argument 44 template<> VkStructureType getStructureType<VkFenceCreateInfo> (void) argument 49 template<> VkStructureType getStructureType<VkSemaphoreCreateInfo> (void) argument [all …]
|
D | vkDeviceProperties.inl | 44 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT>(void)… argument 45 … makePropertyDesc<VkPhysicalDeviceConservativeRasterizationPropertiesEXT>(void) { return PropertyD… argument 46 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceCooperativeMatrixPropertiesNV>(void) { ret… argument 47 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceDepthStencilResolveProperties>(void) { ret… argument 48 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceDescriptorIndexingProperties>(void) { retu… argument 49 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceDiscardRectanglePropertiesEXT>(void) { ret… argument 50 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceDriverProperties>(void) { return PropertyD… argument 51 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceExternalMemoryHostPropertiesEXT>(void) { r… argument 52 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceFloatControlsProperties>(void) { return Pr… argument 53 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceFragmentDensityMapPropertiesEXT>(void) { r… argument [all …]
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 7 char test1(void) { return '\\'; } in test1() argument 8 wchar_t test2(void) { return L'\\'; } in test2() argument 9 char test3(void) { return '\''; } in test3() argument 10 wchar_t test4(void) { return L'\''; } in test4() argument 11 char test5(void) { return '\a'; } in test5() argument 12 wchar_t test6(void) { return L'\a'; } in test6() argument 13 char test7(void) { return '\b'; } in test7() argument 14 wchar_t test8(void) { return L'\b'; } in test8() argument 15 char test9(void) { return '\e'; } in test9() argument 16 wchar_t test10(void) { return L'\e'; } in test10() argument [all …]
|
/external/clang/test/Analysis/ |
D | pthreadlock.c | 15 ok1(void) in ok1() argument 21 ok2(void) in ok2() argument 27 ok3(void) in ok3() argument 36 ok4(void) in ok4() argument 45 ok5(void) in ok5() argument 52 ok6(void) in ok6() argument 58 ok7(void) in ok7() argument 65 ok8(void) in ok8() argument 74 ok9(void) in ok9() argument 82 ok10(void) in ok10() argument [all …]
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-crypto.c | 28 vector unsigned char test_vpmsumb(void) in test_vpmsumb() argument 37 vector unsigned short test_vpmsumh(void) in test_vpmsumh() argument 46 vector unsigned int test_vpmsumw(void) in test_vpmsumw() argument 55 vector unsigned long long test_vpmsumd(void) in test_vpmsumd() argument 64 vector unsigned long long test_vsbox(void) in test_vsbox() argument 72 vector unsigned char test_vpermxorb(void) in test_vpermxorb() argument 82 vector unsigned short test_vpermxorh(void) in test_vpermxorh() argument 92 vector unsigned int test_vpermxorw(void) in test_vpermxorw() argument 102 vector unsigned long long test_vpermxord(void) in test_vpermxord() argument 112 vector unsigned long long test_vcipher(void) in test_vcipher() argument [all …]
|
D | zvector.c | 24 void test_assign (void) in test_assign() argument 61 void test_pos (void) in test_pos() argument 98 void test_neg (void) in test_neg() argument 119 void test_preinc (void) in test_preinc() argument 156 void test_postinc (void) in test_postinc() argument 193 void test_predec (void) in test_predec() argument 230 void test_postdec (void) in test_postdec() argument 267 void test_add (void) in test_add() argument 377 void test_add_assign (void) in test_add_assign() argument 455 void test_sub (void) in test_sub() argument [all …]
|
D | attr-weakref.c | 7 void test1_h(void) { in test1_h() argument 12 void test2_f(void) {} in test2_f() argument 14 void test2_h(void) { in test2_h() argument 21 void test3_foo(void) { in test3_foo() argument 24 void test3_h(void) { in test3_h() argument 31 void test4_h(void) { in test4_h() argument 34 void test4_f(void) {} in test4_f() argument 39 void test5_h(void) { in test5_h() argument 42 void test5_foo(void) { in test5_foo() argument 49 void test6_h(void) { in test6_h() argument [all …]
|
D | inline2.c | 7 int f0(void) { return 0; } in f0() argument 12 int f1(void) { return 0; } in f1() argument 17 inline int f2(void) { return 0; } in f2() argument 22 int f3(void) { return 0; } in f3() argument 27 inline int f5(void) { return 0; } in f5() argument 32 extern inline int f6(void) { return 0; } in f6() argument 37 extern int f7(void) { return 0; } in f7() argument 40 inline int fA(void) { return 0; } in fA() argument 48 extern inline int f4(void) { return 0; } in f4() argument 53 extern inline int f8(void) { return 0; } in f8() argument [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | isa.hpp | 52 std::string Vendor(void) { return CPU_Rep.vendor_; } in Vendor() argument 53 std::string Brand(void) { return CPU_Rep.brand_; } in Brand() argument 55 bool SSE3(void) { return CPU_Rep.f_1_ECX_[0]; } in SSE3() argument 56 bool PCLMULQDQ(void) { return CPU_Rep.f_1_ECX_[1]; } in PCLMULQDQ() argument 57 bool MONITOR(void) { return CPU_Rep.f_1_ECX_[3]; } in MONITOR() argument 58 bool SSSE3(void) { return CPU_Rep.f_1_ECX_[9]; } in SSSE3() argument 59 bool FMA(void) { return CPU_Rep.f_1_ECX_[12]; } in FMA() argument 60 bool CMPXCHG16B(void) { return CPU_Rep.f_1_ECX_[13]; } in CMPXCHG16B() argument 61 bool SSE41(void) { return CPU_Rep.f_1_ECX_[19]; } in SSE41() argument 62 bool SSE42(void) { return CPU_Rep.f_1_ECX_[20]; } in SSE42() argument [all …]
|
/external/u-boot/common/ |
D | board_r.c | 66 __weak int board_flash_wp_on(void) in board_flash_wp_on() argument 76 __weak void cpu_secondary_init_r(void) in cpu_secondary_init_r() argument 80 static int initr_secondary_cpu(void) in initr_secondary_cpu() argument 94 static int initr_trace(void) in initr_trace() argument 103 static int initr_reloc(void) in initr_reloc() argument 116 static int initr_caches(void) in initr_caches() argument 124 __weak int fixup_cpu(void) in fixup_cpu() argument 129 static int initr_reloc_global_data(void) in initr_reloc_global_data() argument 180 static int initr_serial(void) in initr_serial() argument 187 static int initr_trap(void) in initr_trap() argument [all …]
|
D | board_f.c | 76 __weak void coloured_LED_init(void) {} in coloured_LED_init() argument 77 __weak void red_led_on(void) {} in red_led_on() argument 78 __weak void red_led_off(void) {} in red_led_off() argument 79 __weak void green_led_on(void) {} in green_led_on() argument 80 __weak void green_led_off(void) {} in green_led_off() argument 81 __weak void yellow_led_on(void) {} in yellow_led_on() argument 82 __weak void yellow_led_off(void) {} in yellow_led_off() argument 83 __weak void blue_led_on(void) {} in blue_led_on() argument 84 __weak void blue_led_off(void) {} in blue_led_off() argument 98 static int init_func_watchdog_init(void) in init_func_watchdog_init() argument [all …]
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/ecm3531/ |
D | startup.c | 160 void default_NmiSR(void) { in default_NmiSR() argument 166 void default_FaultISR(void) { in default_FaultISR() argument 175 void IntDefaultHandler(void) { in IntDefaultHandler() argument 182 void default_SVCall_ISR(void) { in default_SVCall_ISR() argument 189 void default_DebugMonitor_ISR(void) { in default_DebugMonitor_ISR() argument 196 void default_PENDSV_ISR(void) { in default_PENDSV_ISR() argument 203 void default_SYSTICK_ISR(void) { in default_SYSTICK_ISR() argument 212 void default_SPI0_ISR(void) { in default_SPI0_ISR() argument 219 void default_SPI1_ISR(void) { in default_SPI1_ISR() argument 226 void default_I2C0_ISR(void) { in default_I2C0_ISR() argument [all …]
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_new_test.c | 48 static void test_read_etc_fstab(void) in test_read_etc_fstab() argument 53 static void test_write_dev_null(void) in test_write_dev_null() argument 58 static void cleanup_file_open(void) in cleanup_file_open() argument 64 static void test_mkdir_testdir(void) in test_mkdir_testdir() argument 69 static void cleanup_mkdir_testdir(void) in cleanup_mkdir_testdir() argument 74 static void setup_mkdir_testdir(void) in setup_mkdir_testdir() argument 79 static void test_rmdir_testdir(void) in test_rmdir_testdir() argument 84 static void setup_execute_bin_true(void) in setup_execute_bin_true() argument 91 static void cleanup_execute_bin_true(void) in cleanup_execute_bin_true() argument 98 static void test_execute_bin_true(void) in test_execute_bin_true() argument [all …]
|
/external/u-boot/board/atmel/sama5d2_icp/ |
D | sama5d2_icp.c | 21 int board_late_init(void) in board_late_init() argument 27 static void board_uart0_hw_init(void) in board_uart0_hw_init() argument 35 void board_debug_uart_init(void) in board_debug_uart_init() argument 41 int board_early_init_f(void) in board_early_init_f() argument 49 int board_init(void) in board_init() argument 57 int dram_init(void) in dram_init() argument 66 int misc_init_r(void) in misc_init_r() argument 78 static void board_can_stdby_dis(void) in board_can_stdby_dis() argument 83 static void board_leds_init(void) in board_leds_init() argument 91 static void board_reset_additional_periph(void) in board_reset_additional_periph() argument [all …]
|
/external/arm-trusted-firmware/plat/hisilicon/hikey960/ |
D | hikey960_bl_common.c | 15 void hikey960_clk_init(void) in hikey960_clk_init() argument 23 void hikey960_pmu_init(void) in hikey960_pmu_init() argument 29 static void hikey960_enable_ppll3(void) in hikey960_enable_ppll3() argument 60 static void set_vivobus_power_up(void) in set_vivobus_power_up() argument 67 static void set_dss_power_up(void) in set_dss_power_up() argument 107 static void set_vcodec_power_up(void) in set_vcodec_power_up() argument 119 static void set_vdec_power_up(void) in set_vdec_power_up() argument 146 static void set_venc_power_up(void) in set_venc_power_up() argument 179 static void set_isp_power_up(void) in set_isp_power_up() argument 211 static void set_ivp_power_up(void) in set_ivp_power_up() argument [all …]
|
/external/u-boot/arch/arm/mach-tegra/ |
D | board2.c | 49 __weak void pinmux_init(void) {} in pinmux_init() argument 50 __weak void pin_mux_usb(void) {} in pin_mux_usb() argument 51 __weak void pin_mux_spi(void) {} in pin_mux_spi() argument 52 __weak void pin_mux_mmc(void) {} in pin_mux_mmc() argument 53 __weak void gpio_early_init_uart(void) {} in gpio_early_init_uart() argument 54 __weak void pin_mux_display(void) {} in pin_mux_display() argument 55 __weak void start_cpu_fan(void) {} in start_cpu_fan() argument 56 __weak void cboot_late_init(void) {} in cboot_late_init() argument 59 __weak void pin_mux_nand(void) in pin_mux_nand() argument 69 static void power_det_init(void) in power_det_init() argument [all …]
|
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | test.c | 47 void test1A(void) in test1A() argument 107 void test2A(void) in test2A() argument 152 void test3A(void) in test3A() argument 189 void test4A(void) in test4A() argument 225 void test5A(void) in test5A() argument 261 void test6A(void) in test6A() argument 298 void test7A(void) in test7A() argument 326 void test8A(void) in test8A() argument 355 void test9A(void) in test9A() argument 384 void test10A(void) in test10A() argument [all …]
|
D | test64.c | 46 void test1A(void) in test1A() argument 105 void test2A(void) in test2A() argument 150 void test3A(void) in test3A() argument 188 void test4A(void) in test4A() argument 225 void test5A(void) in test5A() argument 262 void test6A(void) in test6A() argument 300 void test7A(void) in test7A() argument 330 void test8A(void) in test8A() argument 360 void test9A(void) in test9A() argument 391 void test10A(void) in test10A() argument [all …]
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm.h | 15 static inline bool have_htm(void) in have_htm() argument 25 static inline bool have_htm_nosc(void) in have_htm_nosc() argument 35 static inline long failure_code(void) in failure_code() argument 40 static inline bool failure_is_persistent(void) in failure_is_persistent() argument 45 static inline bool failure_is_syscall(void) in failure_is_syscall() argument 50 static inline bool failure_is_unavailable(void) in failure_is_unavailable() argument 55 static inline bool failure_is_reschedule(void) in failure_is_reschedule() argument 65 static inline bool failure_is_nesting(void) in failure_is_nesting() argument 70 static inline int tcheck(void) in tcheck() argument 77 static inline bool tcheck_doomed(void) in tcheck_doomed() argument [all …]
|
/external/libunwind/tests/ |
D | Lrs-race.c | 47 foo_0 (void) in foo_0() argument 57 foo_1 (void) in foo_1() argument 67 foo_2 (void) in foo_2() argument 77 foo_3 (void) in foo_3() argument 87 foo_4 (void) in foo_4() argument 97 foo_5 (void) in foo_5() argument 107 foo_6 (void) in foo_6() argument 117 foo_7 (void) in foo_7() argument 127 foo_8 (void) in foo_8() argument 137 foo_9 (void) in foo_9() argument [all …]
|
/external/u-boot/arch/x86/cpu/quark/ |
D | quark.c | 20 static void quark_setup_mtrr(void) in quark_setup_mtrr() argument 69 static void quark_setup_bars(void) in quark_setup_bars() argument 106 static void quark_pcie_early_init(void) in quark_pcie_early_init() argument 147 static void quark_usb_early_init(void) in quark_usb_early_init() argument 169 static void quark_thermal_early_init(void) in quark_thermal_early_init() argument 206 static void quark_enable_legacy_seg(void) in quark_enable_legacy_seg() argument 212 int arch_cpu_init(void) in arch_cpu_init() argument 247 int arch_cpu_init_dm(void) in arch_cpu_init_dm() argument 263 int checkcpu(void) in checkcpu() argument 268 int print_cpuinfo(void) in print_cpuinfo() argument [all …]
|
/external/clang/test/Sema/ |
D | attr-capabilities.c | 28 void Func1(void) __attribute__((requires_capability(GUI))) {} in Func1() argument 29 void Func2(void) __attribute__((requires_shared_capability(Worker))) {} in Func2() argument 31 void Func3(void) __attribute__((requires_capability)) {} // expected-error {{'requires_capability'… in Func3() argument 32 void Func4(void) __attribute__((requires_shared_capability)) {} // expected-error {{'requires_shar… in Func4() argument 34 void Func5(void) __attribute__((requires_capability(1))) {} // expected-warning {{'requires_capabi… in Func5() argument 35 void Func6(void) __attribute__((requires_shared_capability(BadCapability))) {} // expected-warning… in Func6() argument 37 void Func7(void) __attribute__((assert_capability(GUI))) {} in Func7() argument 38 void Func8(void) __attribute__((assert_shared_capability(GUI))) {} in Func8() argument 40 void Func9(void) __attribute__((assert_capability())) {} // expected-error {{'assert_capability' at… in Func9() argument 41 void Func10(void) __attribute__((assert_shared_capability())) {} // expected-error {{'assert_shared… in Func10() argument [all …]
|
/external/u-boot/arch/mips/mach-ath79/include/mach/ |
D | ath79.h | 40 static inline int soc_is_ar71xx(void) in soc_is_ar71xx() argument 47 static inline int soc_is_ar724x(void) in soc_is_ar724x() argument 54 static inline int soc_is_ar7240(void) in soc_is_ar7240() argument 59 static inline int soc_is_ar7241(void) in soc_is_ar7241() argument 64 static inline int soc_is_ar7242(void) in soc_is_ar7242() argument 69 static inline int soc_is_ar913x(void) in soc_is_ar913x() argument 75 static inline int soc_is_ar933x(void) in soc_is_ar933x() argument 81 static inline int soc_is_ar9341(void) in soc_is_ar9341() argument 86 static inline int soc_is_ar9342(void) in soc_is_ar9342() argument 91 static inline int soc_is_ar9344(void) in soc_is_ar9344() argument [all …]
|
/external/u-boot/board/atmel/sama5d27_wlsom1_ek/ |
D | sama5d27_wlsom1_ek.c | 24 int board_late_init(void) in board_late_init() argument 35 static void board_uart0_hw_init(void) in board_uart0_hw_init() argument 43 void board_debug_uart_init(void) in board_debug_uart_init() argument 50 int board_early_init_f(void) in board_early_init_f() argument 60 int board_init(void) in board_init() argument 69 int misc_init_r(void) in misc_init_r() argument 75 int dram_init(void) in dram_init() argument 85 static void board_leds_init(void) in board_leds_init() argument 93 void spl_mmc_init(void) in spl_mmc_init() argument 108 void spl_qspi_init(void) in spl_qspi_init() argument [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-nsconsumed-errors.m | 6 blk a = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){}; // expect… function 8 blk b = ^void (id arg1, __attribute((ns_consumed)) id arg2){}; function 10 blk c = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){}; // expect… function 12 blk d = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializ… function 14 blk1 a1 = ^void (__attribute((ns_consumed)) id arg1, id arg2){}; // expected-error {{incompatible b… function 16 blk1 b2 = ^void (id arg1, __attribute((ns_consumed)) id arg2){}; // expected-error {{incompatible b… function 18 blk1 c3 = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){}; function 20 blk1 d4 = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initial… function
|