Home
last modified time | relevance | path

Searched defs:void (Results 1 – 25 of 9102) sorted by relevance

12345678910>>...365

/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl5 template<> VkStructureType getStructureType<VkBufferMemoryBarrier> (void) argument
10 template<> VkStructureType getStructureType<VkImageMemoryBarrier> (void) argument
15 template<> VkStructureType getStructureType<VkMemoryBarrier> (void) argument
20 template<> VkStructureType getStructureType<VkApplicationInfo> (void) argument
25 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void) argument
30 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void) argument
35 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void) argument
40 template<> VkStructureType getStructureType<VkSubmitInfo> (void) argument
45 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void) argument
50 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void) argument
[all …]
DvkObjTypeImpl.inl8 template<> inline VkObjectType getObjectType<VkBuffer> (void) { return VK_OBJECT_TYPE_BUFFER;… argument
9 template<> inline VkObjectType getObjectType<VkImage> (void) { return VK_OBJECT_TYPE_IMAGE; … argument
10 template<> inline VkObjectType getObjectType<VkInstance> (void) { return VK_OBJECT_TYPE_INSTAN… argument
11 template<> inline VkObjectType getObjectType<VkPhysicalDevice> (void) { return VK_OBJECT_TYPE_P… argument
12 template<> inline VkObjectType getObjectType<VkDevice> (void) { return VK_OBJECT_TYPE_DEVICE;… argument
13 template<> inline VkObjectType getObjectType<VkQueue> (void) { return VK_OBJECT_TYPE_QUEUE; … argument
14 template<> inline VkObjectType getObjectType<VkSemaphore> (void) { return VK_OBJECT_TYPE_SEMAP… argument
15 template<> inline VkObjectType getObjectType<VkCommandBuffer> (void) { return VK_OBJECT_TYPE_CO… argument
16 template<> inline VkObjectType getObjectType<VkFence> (void) { return VK_OBJECT_TYPE_FENCE; … argument
17 template<> inline VkObjectType getObjectType<VkDeviceMemory> (void) { return VK_OBJECT_TYPE_DEV… argument
[all …]
/external/clang/test/Parser/
Dchar-literal-printing.c7 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/
Dpthreadlock.c15 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/
Dbuiltins-ppc-crypto.c28 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 …]
Dzvector.c24 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 …]
Dattr-weakref.c7 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 …]
Dinline2.c7 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/
Disa.hpp52 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/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_test.c48 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/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c131 uint32_t HAL_PWREx_GetVoltageRange(void) in HAL_PWREx_GetVoltageRange() argument
315 void HAL_PWREx_DisableBatteryCharging(void) in HAL_PWREx_DisableBatteryCharging() argument
327 void HAL_PWREx_EnableVddUSB(void) in HAL_PWREx_EnableVddUSB() argument
337 void HAL_PWREx_DisableVddUSB(void) in HAL_PWREx_DisableVddUSB() argument
349 void HAL_PWREx_EnableVddIO2(void) in HAL_PWREx_EnableVddIO2() argument
359 void HAL_PWREx_DisableVddIO2(void) in HAL_PWREx_DisableVddIO2() argument
370 void HAL_PWREx_EnableInternalWakeUpLine(void) in HAL_PWREx_EnableInternalWakeUpLine() argument
380 void HAL_PWREx_DisableInternalWakeUpLine(void) in HAL_PWREx_DisableInternalWakeUpLine() argument
709 void HAL_PWREx_EnablePullUpPullDownConfig(void) in HAL_PWREx_EnablePullUpPullDownConfig() argument
721 void HAL_PWREx_DisablePullUpPullDownConfig(void) in HAL_PWREx_DisablePullUpPullDownConfig() argument
[all …]
Dstm32l4xx_hal.c157 HAL_StatusTypeDef HAL_Init(void) in HAL_Init() argument
194 HAL_StatusTypeDef HAL_DeInit(void) in HAL_DeInit() argument
223 __weak void HAL_MspInit(void) in HAL_MspInit() argument
234 __weak void HAL_MspDeInit(void) in HAL_MspDeInit() argument
302 __weak void HAL_IncTick(void) in HAL_IncTick() argument
313 __weak uint32_t HAL_GetTick(void) in HAL_GetTick() argument
355 __weak void HAL_SuspendTick(void) in HAL_SuspendTick() argument
371 __weak void HAL_ResumeTick(void) in HAL_ResumeTick() argument
381 uint32_t HAL_GetHalVersion(void) in HAL_GetHalVersion() argument
390 uint32_t HAL_GetREVID(void) in HAL_GetREVID() argument
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pwr_ex.c131 uint32_t HAL_PWREx_GetVoltageRange(void) in HAL_PWREx_GetVoltageRange() argument
315 void HAL_PWREx_DisableBatteryCharging(void) in HAL_PWREx_DisableBatteryCharging() argument
327 void HAL_PWREx_EnableVddUSB(void) in HAL_PWREx_EnableVddUSB() argument
337 void HAL_PWREx_DisableVddUSB(void) in HAL_PWREx_DisableVddUSB() argument
349 void HAL_PWREx_EnableVddIO2(void) in HAL_PWREx_EnableVddIO2() argument
359 void HAL_PWREx_DisableVddIO2(void) in HAL_PWREx_DisableVddIO2() argument
370 void HAL_PWREx_EnableInternalWakeUpLine(void) in HAL_PWREx_EnableInternalWakeUpLine() argument
380 void HAL_PWREx_DisableInternalWakeUpLine(void) in HAL_PWREx_DisableInternalWakeUpLine() argument
709 void HAL_PWREx_EnablePullUpPullDownConfig(void) in HAL_PWREx_EnablePullUpPullDownConfig() argument
721 void HAL_PWREx_DisablePullUpPullDownConfig(void) in HAL_PWREx_DisablePullUpPullDownConfig() argument
[all …]
Dstm32l4xx_hal.c157 HAL_StatusTypeDef HAL_Init(void) in HAL_Init() argument
194 HAL_StatusTypeDef HAL_DeInit(void) in HAL_DeInit() argument
223 __weak void HAL_MspInit(void) in HAL_MspInit() argument
234 __weak void HAL_MspDeInit(void) in HAL_MspDeInit() argument
302 __weak void HAL_IncTick(void) in HAL_IncTick() argument
313 __weak uint32_t HAL_GetTick(void) in HAL_GetTick() argument
355 __weak void HAL_SuspendTick(void) in HAL_SuspendTick() argument
371 __weak void HAL_ResumeTick(void) in HAL_ResumeTick() argument
381 uint32_t HAL_GetHalVersion(void) in HAL_GetHalVersion() argument
390 uint32_t HAL_GetREVID(void) in HAL_GetREVID() argument
[all …]
/external/ltp/testcases/kernel/syscalls/nftw/
Dtest.c47 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 …]
Dtest64.c46 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/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_bl_common.c15 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/arm-trusted-firmware/include/arch/aarch64/
Darch_features.h14 static inline bool is_armv7_gentimer_present(void) in is_armv7_gentimer_present() argument
20 static inline bool is_armv8_1_pan_present(void) in is_armv8_1_pan_present() argument
26 static inline bool is_armv8_1_vhe_present(void) in is_armv8_1_vhe_present() argument
32 static inline bool is_armv8_2_ttcnp_present(void) in is_armv8_2_ttcnp_present() argument
38 static inline bool is_armv8_3_pauth_present(void) in is_armv8_3_pauth_present() argument
49 static inline bool is_armv8_4_ttst_present(void) in is_armv8_4_ttst_present() argument
55 static inline bool is_armv8_5_bti_present(void) in is_armv8_5_bti_present() argument
61 static inline unsigned int get_armv8_5_mte_support(void) in get_armv8_5_mte_support() argument
67 static inline bool is_armv8_4_sel2_present(void) in is_armv8_4_sel2_present() argument
73 static inline bool is_armv8_6_twed_present(void) in is_armv8_6_twed_present() argument
[all …]
/external/clang/test/Sema/
Dattr-capabilities.c28 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/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm.h15 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/selinux/libselinux/src/
Dselinux_config.c158 static void init_selinux_config(void) in init_selinux_config() argument
245 static void fini_selinux_policyroot(void) in fini_selinux_policyroot() argument
258 void selinux_reset_config(void) in selinux_reset_config() argument
271 const char *selinux_default_type_path(void) in selinux_default_type_path() argument
277 const char *selinux_policy_root(void) in selinux_policy_root() argument
313 const char *selinux_path(void) in selinux_path() argument
319 const char *selinux_default_context_path(void) in selinux_default_context_path() argument
325 const char *selinux_securetty_types_path(void) in selinux_securetty_types_path() argument
331 const char *selinux_failsafe_context_path(void) in selinux_failsafe_context_path() argument
337 const char *selinux_removable_context_path(void) in selinux_removable_context_path() argument
[all …]
/external/arm-trusted-firmware/plat/rockchip/rk3328/drivers/pmu/
Dpmu.c113 static void nonboot_cpus_off(void) in nonboot_cpus_off() argument
126 void sram_save(void) in sram_save() argument
131 void sram_restore(void) in sram_restore() argument
151 int rockchip_soc_cores_pwr_dm_off(void) in rockchip_soc_cores_pwr_dm_off() argument
160 int rockchip_soc_cores_pwr_dm_suspend(void) in rockchip_soc_cores_pwr_dm_suspend() argument
175 int rockchip_soc_cores_pwr_dm_on_finish(void) in rockchip_soc_cores_pwr_dm_on_finish() argument
184 int rockchip_soc_cores_pwr_dm_resume(void) in rockchip_soc_cores_pwr_dm_resume() argument
193 void __dead2 rockchip_soc_soft_reset(void) in rockchip_soc_soft_reset() argument
216 void __dead2 rockchip_soc_system_off(void) in rockchip_soc_system_off() argument
261 static void clks_gating_resume(void) in clks_gating_resume() argument
[all …]
/external/python/cpython2/Parser/
Dintrcheck.c12 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() argument
17 PyOS_FiniInterrupts(void) in PyOS_FiniInterrupts() argument
22 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() argument
48 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() argument
54 PyOS_FiniInterrupts(void) in PyOS_FiniInterrupts() argument
59 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() argument
69 PyOS_InitInterrupts(void) in PyOS_InitInterrupts() argument
74 PyOS_FiniInterrupts(void) in PyOS_FiniInterrupts() argument
79 PyOS_InterruptOccurred(void) in PyOS_InterruptOccurred() argument
107 PyErr_SetInterrupt(void) in PyErr_SetInterrupt() argument
[all …]
/external/cpuinfo/src/
Dapi.c50 const struct cpuinfo_processor* cpuinfo_get_processors(void) { in cpuinfo_get_processors() argument
57 const struct cpuinfo_core* cpuinfo_get_cores(void) { in cpuinfo_get_cores() argument
64 const struct cpuinfo_cluster* cpuinfo_get_clusters(void) { in cpuinfo_get_clusters() argument
71 const struct cpuinfo_package* cpuinfo_get_packages(void) { in cpuinfo_get_packages() argument
146 uint32_t cpuinfo_get_processors_count(void) { in cpuinfo_get_processors_count() argument
153 uint32_t cpuinfo_get_cores_count(void) { in cpuinfo_get_cores_count() argument
160 uint32_t cpuinfo_get_clusters_count(void) { in cpuinfo_get_clusters_count() argument
167 uint32_t cpuinfo_get_packages_count(void) { in cpuinfo_get_packages_count() argument
174 uint32_t cpuinfo_get_uarchs_count(void) { in cpuinfo_get_uarchs_count() argument
185 const struct cpuinfo_cache* CPUINFO_ABI cpuinfo_get_l1i_caches(void) { in cpuinfo_get_l1i_caches() argument
[all …]
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c292 static int test_fetch_size(void) in test_fetch_size() argument
299 static int test_configure(void) in test_configure() argument
306 static void test_cleanup(void) in test_cleanup() argument
359 static int test_agp_backend_acquire(void) in test_agp_backend_acquire() argument
366 static int test_agp_backend_release(void) in test_agp_backend_release() argument
373 static int test_agp_alloc_bridge(void) in test_agp_alloc_bridge() argument
382 static int test_agp_put_bridge(void) in test_agp_put_bridge() argument
389 static int test_agp_create_and_free_memory(void) in test_agp_create_and_free_memory() argument
420 static int test_agp_num_entries(void) in test_agp_num_entries() argument
428 static int test_agp_copy_info(void) in test_agp_copy_info() argument
[all …]

12345678910>>...365