Home
last modified time | relevance | path

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

12345678910>>...355

/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl4 template<> VkStructureType getStructureType<VkBufferMemoryBarrier> (void) argument
9 template<> VkStructureType getStructureType<VkImageMemoryBarrier> (void) argument
14 template<> VkStructureType getStructureType<VkMemoryBarrier> (void) argument
19 template<> VkStructureType getStructureType<VkApplicationInfo> (void) argument
24 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void) argument
29 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void) argument
34 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void) argument
39 template<> VkStructureType getStructureType<VkSubmitInfo> (void) argument
44 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void) argument
49 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void) argument
[all …]
DvkObjTypeImpl.inl7 template<> inline VkObjectType getObjectType<VkBuffer> (void) { return VK_OBJECT_TYPE_BUFFER;… argument
8 template<> inline VkObjectType getObjectType<VkImage> (void) { return VK_OBJECT_TYPE_IMAGE; … argument
9 template<> inline VkObjectType getObjectType<VkInstance> (void) { return VK_OBJECT_TYPE_INSTAN… argument
10 template<> inline VkObjectType getObjectType<VkPhysicalDevice> (void) { return VK_OBJECT_TYPE_P… argument
11 template<> inline VkObjectType getObjectType<VkDevice> (void) { return VK_OBJECT_TYPE_DEVICE;… argument
12 template<> inline VkObjectType getObjectType<VkQueue> (void) { return VK_OBJECT_TYPE_QUEUE; … argument
13 template<> inline VkObjectType getObjectType<VkSemaphore> (void) { return VK_OBJECT_TYPE_SEMAP… argument
14 template<> inline VkObjectType getObjectType<VkCommandBuffer> (void) { return VK_OBJECT_TYPE_CO… argument
15 template<> inline VkObjectType getObjectType<VkFence> (void) { return VK_OBJECT_TYPE_FENCE; … argument
16 template<> inline VkObjectType getObjectType<VkDeviceMemory> (void) { return VK_OBJECT_TYPE_DEV… argument
[all …]
/external/llvm-project/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/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/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-p9vector.c54 unsigned test1(void) { in test1() argument
71 unsigned test2(void) { in test2() argument
88 unsigned test3(void) { in test3() argument
105 unsigned test4(void) { in test4() argument
122 unsigned test5(void) { in test5() argument
139 unsigned test6(void) { in test6() argument
156 unsigned test7(void) { in test7() argument
181 unsigned test8(void) { in test8() argument
206 unsigned test9(void) { in test9() argument
231 unsigned test10(void) { in test10() argument
[all …]
Dbuiltins-ppc-p10vector.c40 vector signed long long test_vec_mul_sll(void) { in test_vec_mul_sll() argument
46 vector unsigned long long test_vec_mul_ull(void) { in test_vec_mul_ull() argument
52 vector signed int test_vec_div_si(void) { in test_vec_div_si() argument
58 vector unsigned int test_vec_div_ui(void) { in test_vec_div_ui() argument
64 vector signed long long test_vec_div_sll(void) { in test_vec_div_sll() argument
70 vector unsigned long long test_vec_div_ull(void) { in test_vec_div_ull() argument
76 vector unsigned __int128 test_vec_div_u128(void) { in test_vec_div_u128() argument
82 vector signed __int128 test_vec_div_s128(void) { in test_vec_div_s128() argument
88 vector signed int test_vec_dive_si(void) { in test_vec_dive_si() argument
94 vector unsigned int test_vec_dive_ui(void) { in test_vec_dive_ui() argument
[all …]
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
136 vector unsigned long long test_vcipher(void) in test_vcipher() argument
[all …]
/external/llvm-project/clang/test/Analysis/
Dpthreadlock.c16 ok1(void) in ok1() argument
22 ok2(void) in ok2() argument
28 ok3(void) in ok3() argument
37 ok4(void) in ok4() argument
46 ok5(void) in ok5() argument
53 ok6(void) in ok6() argument
59 ok7(void) in ok7() argument
66 ok8(void) in ok8() argument
75 ok9(void) in ok9() argument
83 ok10(void) in ok10() 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 …]
/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/tensorflow/tensorflow/lite/micro/tools/make/targets/ecm3531/
Dstartup.c161 void default_NmiSR(void) { in default_NmiSR() argument
167 void default_FaultISR(void) { in default_FaultISR() argument
176 void IntDefaultHandler(void) { in IntDefaultHandler() argument
183 void default_SVCall_ISR(void) { in default_SVCall_ISR() argument
190 void default_DebugMonitor_ISR(void) { in default_DebugMonitor_ISR() argument
197 void default_PENDSV_ISR(void) { in default_PENDSV_ISR() argument
204 void default_SYSTICK_ISR(void) { in default_SYSTICK_ISR() argument
213 void default_SPI0_ISR(void) { in default_SPI0_ISR() argument
220 void default_SPI1_ISR(void) { in default_SPI1_ISR() argument
227 void default_I2C0_ISR(void) { in default_I2C0_ISR() 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/llvm-project/clang/test/Sema/
Dattr-target-mv.c6 void use1(void){ in use1() argument
14 void use2(void){ in use2() argument
27 int __attribute__((target("sse4.2"))) redecl1(void) { return 1; } in redecl1() argument
28 int __attribute__((target("arch=sandybridge"))) redecl1(void) { return 2; } in redecl1() argument
30 int __attribute__((target("sse4.2"))) redecl2(void) { return 1; } in redecl2() argument
32 int __attribute__((target("arch=sandybridge"))) redecl2(void) { return 2; } in redecl2() argument
34 int __attribute__((target("sse4.2"))) redecl3(void) { return 0; } in redecl3() argument
35 int __attribute__((target("arch=ivybridge"))) redecl3(void) { return 1; } in redecl3() argument
37 int __attribute__((target("arch=sandybridge"))) redecl3(void) { return 2; } in redecl3() argument
39 int __attribute__((target("sse4.2"))) redecl4(void) { return 1; } in redecl4() argument
[all …]
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-warning {{'assert_capability' … in Func9() argument
41 void Func10(void) __attribute__((assert_shared_capability())) {} // expected-warning {{'assert_shar… in Func10() argument
[all …]
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzvector.c43 void test_assign(void) { in test_assign() argument
80 void test_pos(void) { in test_pos() argument
114 void test_neg(void) { in test_neg() argument
152 void test_preinc(void) { in test_preinc() argument
198 void test_postinc(void) { in test_postinc() argument
244 void test_predec(void) { in test_predec() argument
290 void test_postdec(void) { in test_postdec() argument
409 void test_add(void) { in test_add() argument
512 void test_add_assign(void) { in test_add_assign() argument
639 void test_sub(void) { in test_sub() argument
[all …]
Dzvector2.c7 void test_assign (void) in test_assign() argument
15 void test_pos (void) in test_pos() argument
23 void test_neg (void) in test_neg() argument
31 void test_preinc (void) in test_preinc() argument
39 void test_postinc (void) in test_postinc() argument
47 void test_predec (void) in test_predec() argument
55 void test_postdec (void) in test_postdec() argument
63 void test_add (void) in test_add() argument
72 void test_add_assign (void) in test_add_assign() argument
81 void test_sub (void) in test_sub() argument
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dattr-target-mv.cpp12 void use1(void){ in use1() argument
16 constexpr int __attribute__((target("sse4.2"))) foo(void) { return 0; } in foo() argument
19 int __attribute__((target("arch=ivybridge"))) foo(void) {return 1;} in foo() argument
20 constexpr int __attribute__((target("default"))) foo(void) { return 2; } in foo() argument
22 int __attribute__((target("sse4.2"))) foo2(void) { return 0; } in foo2() argument
25 int __attribute__((target("arch=ivybridge"))) foo2(void) {return 1;} in foo2() argument
26 int __attribute__((target("default"))) foo2(void) { return 2; } in foo2() argument
28 static int __attribute__((target("sse4.2"))) bar(void) { return 0; } in bar() argument
31 int __attribute__((target("arch=ivybridge"))) bar(void) {return 1;} in bar() argument
32 static int __attribute__((target("default"))) bar(void) { return 2; } in bar() 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/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/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 …]

12345678910>>...355