/src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/ |
instrprof-dlopen-func2.c | 1 void func2(int K) { if (K) {} } function in typeref:typename:void
|
instrprof-dlopen-main.c | 9 void func2(int K); 28 void *f2_handle = dlopen(DLOPEN_FUNC_DIR"/func2.shared", DLOPEN_FLAGS); 30 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func2.shared': %s\n", 35 void (*func2)(int) = (void (*)(int))dlsym(f2_handle, "func2"); local in function:main 36 if (func2 == NULL) { 37 fprintf(stderr, "unable to lookup symbol 'func2': %s\n", dlerror()); 43 func2(0);
|
/src/tests/lib/libc/net/ |
t_nsdispatch.sh | 38 func2: enter 41 func2: exit
|
h_nsd_recurse.c | 63 func2(void *rv, void *cb_data, va_list ap) function in typeref:typename:int 71 (void)printf("func2: enter\n"); 73 (void)printf("func2: exit\n"); 82 { "test", func2, NULL },
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
enable_execute_stack_test.c | 43 int func2() function in typeref:typename:int 65 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
|
clear_cache_test.c | 36 int func2() function in typeref:typename:int 69 memcpy(execution_buffer, (void *)(uintptr_t)&func2, 128);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interceptors.h | 59 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...) \ 61 ALIAS(WRAPPER_NAME(pthread_##func2)); 65 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...)
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
clear_cache_test.c | 36 int func2() function in typeref:typename:int 79 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
enable_execute_stack_test.c | 43 int func2() function in typeref:typename:int 74 pfunc f2 = (pfunc)memcpy_f(execution_buffer, func2, 128);
|
/src/tests/fs/vfs/ |
t_rmdirrace.c | 56 static void *func2(void *arg) function in typeref:typename:void * 86 res = pthread_create(&th2, NULL, func2, &quit);
|
/src/tests/lib/libexecinfo/ |
t_sig_backtrace.c | 70 func2(int i) function in typeref:typename:int __noinline 79 return func2(i); 93 i = func2(i); 112 i = func2(i);
|
/src/sys/fs/cd9660/ |
cd9660_rrip.c | 64 void (*func2)(void *, ISO_RRIP_ANALYZE *); member in struct:__anoneb0f30970108 566 for (ptable = table; ptable->func2; ptable++) 568 ptable->func2(isodir, ana);
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 52 sljit_sw (SLJIT_CALL *func2)(sljit_sw a, sljit_sw b); 315 FAILED(code.func2((sljit_sw)&buf, 4567) != -4567, "test4 case 1 failed\n"); 963 code.func2((sljit_sw)&buf, 4); 966 code.func2((sljit_sw)&buf, 11); 970 code.func2((sljit_sw)&buf, 12); 974 code.func2((sljit_sw)&buf, 13); 1051 code.func2((sljit_sw)&buf, (sljit_sw)&buf2); 1316 FAILED(code.func2(3, 3) != 61, "test16 case 1 failed\n"); 1318 /* FAILED(code.func2(3, 11) != 16381, "test16 case 1 failed\n"); */ 1884 FAILED(code.func2((sljit_sw)&buf, (sljit_sw)&ibuf) != -13, "test23 case 1 failed\n") [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
qcom-msm8974-lge-nexus5-hammerhead.dts | 740 function = "func2";
|
qcom-msm8974-sony-xperia-castor.dts | 692 function = "func2";
|
qcom-msm8974-samsung-klte.dts | 884 function = "func2";
|