Home
last modified time | relevance | path

Searched refs:func1 (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/tests/lib/libexecinfo/
H A Dt_sig_backtrace.c61 func1(int i) in func1() function
72 return func1(i) << 1; in func2()
78 if (func1(i) < 10) { in func3()
81 return func1(i); in func3()
92 i = func1(i); in the_loop_deref()
111 i = func1(i); in the_loop_jump()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dlinux-atomic.c53 #define func1(name, type) \ macro
61 func1 (name, uint8_t) \
62 func1 (name, uint16_t) \
63 func1 (name, uint32_t)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dlinux-atomic.c53 #define func1(name, type) \ macro
61 func1 (name, uint8_t) \
62 func1 (name, uint16_t) \
63 func1 (name, uint32_t)
/netbsd-src/tests/lib/libc/net/
H A Dt_nsdispatch.sh37 func1: enter
42 func1: exit
H A Dh_nsd_recurse.c79 func1(void) in func1() function
107 assert(func1() == NS_SUCCESS); in main()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsignals.c17 func1 () in func1() function
41 func1 (); in main()
H A Dinterrupt.c54 func1 () in func1() function
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsignals.c17 func1 () in func1() function
41 func1 (); in main()
H A Dwatchpoint.c119 func1 () in func1() function
179 func1 (); in main()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Denable_execute_stack_test.c38 int func1() in func1() function
58 memcpy(execution_buffer, (void *)(uintptr_t)&func1, 128); in main()
H A Dclear_cache_test.c31 int func1() in func1() function
62 memcpy(execution_buffer, (void *)(uintptr_t)&func1, 128); in main()
/netbsd-src/tests/fs/vfs/
H A Dt_rmdirrace.c47 static void *func1(void *arg) in func1() function
83 res = pthread_create(&th1, NULL, func1, &quit); in race()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Denable_execute_stack_test.c38 int func1() in func1() function
68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); in main()
H A Dclear_cache_test.c31 int func1() in func1() function
73 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); in main()
/netbsd-src/external/bsd/jemalloc/dist/test/src/
H A DSFMT.c127 static inline uint32_t func1(uint32_t x);
366 static uint32_t func1(uint32_t x) { in func1() function
671 r = func1(psfmt32[idxof(0)] ^ psfmt32[idxof(mid)] in init_by_array()
680 r = func1(psfmt32[idxof(i)] ^ psfmt32[idxof((i + mid) % N32)] in init_by_array()
689 r = func1(psfmt32[idxof(i)] ^ psfmt32[idxof((i + mid) % N32)] in init_by_array()
/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c51 sljit_sw (SLJIT_CALL *func1)(sljit_sw a);
233 FAILED(code.func1((sljit_sw)&buf) != 9999, "test2 case 1 failed\n"); in test2()
278 FAILED(code.func1((sljit_sw)&buf) != ~1234, "test3 case 1 failed\n"); in test3()
377 FAILED(code.func1((sljit_sw)&buf) != 2437 + 2 * sizeof(sljit_sw), "test5 case 1 failed\n"); in test5()
451 FAILED(code.func1((sljit_sw)&buf) != 2223, "test6 case 1 failed\n"); in test6()
512 FAILED(code.func1((sljit_sw)&buf) != 0x8808, "test7 case 1 failed\n"); in test7()
597 code.func1((sljit_sw)&buf); in test8()
723 code.func1((sljit_sw)&buf); in test9()
790 FAILED(code.func1((sljit_sw)&buf) != 110, "test10 case 1 failed\n"); in test10()
876 FAILED(code.func1((sljit_sw)&buf) != 0xf7afcdb7, "test11 case 1 failed\n"); in test11()
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dmsm8916-samsung-a2015-common.dtsi468 function = "func1";
H A Dmsm8996-sony-xperia-tone.dtsi375 function = "func1";
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbe.h259 char *arg, char *func1, char *aggr1,
H A DDbe.cc4630 Function* func1 = ((DbeInstr *) instr)->func; in dbeGetFuncCalleeInfoById() local
4631 func_seen->put (func1, 1); in dbeGetFuncCalleeInfoById()
4635 Function* func1 = ((DbeLine *) instr)->func; in dbeGetFuncCalleeInfoById() local
4636 func_seen->put (func1, 1); in dbeGetFuncCalleeInfoById()
5119 Function *func1 = (Function *) cmpObjs->get (j); in dbeGetComparableObjsV2() local
5120 if (func == func1) in dbeGetComparableObjsV2()
5128 if (func1 == NULL) in dbeGetComparableObjsV2()
5130 Vector<SourceFile*> *sources = func1->get_sources (); in dbeGetComparableObjsV2()
5147 res->store (j, (Obj) func1->convertto (conv_type, srcContext)); in dbeGetComparableObjsV2()
9969 char *func1, // expression for the first axis (x) in dbeGetXYPlotData() argument
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbe.h259 char *arg, char *func1, char *aggr1,
H A DDbe.cc4630 Function* func1 = ((DbeInstr *) instr)->func; in dbeGetFuncCalleeInfoById() local
4631 func_seen->put (func1, 1); in dbeGetFuncCalleeInfoById()
4635 Function* func1 = ((DbeLine *) instr)->func; in dbeGetFuncCalleeInfoById() local
4636 func_seen->put (func1, 1); in dbeGetFuncCalleeInfoById()
5119 Function *func1 = (Function *) cmpObjs->get (j); in dbeGetComparableObjsV2() local
5120 if (func == func1) in dbeGetComparableObjsV2()
5128 if (func1 == NULL) in dbeGetComparableObjsV2()
5130 Vector<SourceFile*> *sources = func1->get_sources (); in dbeGetComparableObjsV2()
5147 res->store (j, (Obj) func1->convertto (conv_type, srcContext)); in dbeGetComparableObjsV2()
9969 char *func1, // expression for the first axis (x) in dbeGetXYPlotData() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d1833 void func1();
1836 void func1() { in func1() function
1841 a.func1();
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dpython243 # from module.submodule import func1, func2
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d2182 void func1();
2185 void func1() { in func1() function
2190 a.func1();

12