Home
last modified time | relevance | path

Searched refs:extfunc (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/beam_literals_SUITE_data/
H A Dunoptimized_literal_tests.S69 {call_ext,2,{extfunc,io,format,2}}.
80 {call_ext,2,{extfunc,io,format,2}}.
95 {call_ext,2,{extfunc,io,format,2}}.
107 {call_ext,2,{extfunc,io,format,2}}.
118 {call_ext,2,{extfunc,io,format,2}}.
129 {call_ext,2,{extfunc,io,format,2}}.
140 {call_ext,2,{extfunc,io,format,2}}.
151 {call_ext,2,{extfunc,io,format,2}}.
162 {call_ext,2,{extfunc,io,format,2}}.
173 {call_ext,2,{extfunc,io,format,2}}.
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/beam_literals_SUITE_data/
H A Dunoptimized_literal_tests.S69 {call_ext,2,{extfunc,io,format,2}}.
80 {call_ext,2,{extfunc,io,format,2}}.
95 {call_ext,2,{extfunc,io,format,2}}.
107 {call_ext,2,{extfunc,io,format,2}}.
118 {call_ext,2,{extfunc,io,format,2}}.
129 {call_ext,2,{extfunc,io,format,2}}.
140 {call_ext,2,{extfunc,io,format,2}}.
151 {call_ext,2,{extfunc,io,format,2}}.
162 {call_ext,2,{extfunc,io,format,2}}.
173 {call_ext,2,{extfunc,io,format,2}}.
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/beam_literals_SUITE_data/
H A Dunoptimized_literal_tests.S69 {call_ext,2,{extfunc,io,format,2}}.
80 {call_ext,2,{extfunc,io,format,2}}.
95 {call_ext,2,{extfunc,io,format,2}}.
107 {call_ext,2,{extfunc,io,format,2}}.
118 {call_ext,2,{extfunc,io,format,2}}.
129 {call_ext,2,{extfunc,io,format,2}}.
140 {call_ext,2,{extfunc,io,format,2}}.
151 {call_ext,2,{extfunc,io,format,2}}.
162 {call_ext,2,{extfunc,io,format,2}}.
173 {call_ext,2,{extfunc,io,format,2}}.
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/beam_literals_SUITE_data/
H A Dunoptimized_literal_tests.S69 {call_ext,2,{extfunc,io,format,2}}.
80 {call_ext,2,{extfunc,io,format,2}}.
95 {call_ext,2,{extfunc,io,format,2}}.
107 {call_ext,2,{extfunc,io,format,2}}.
118 {call_ext,2,{extfunc,io,format,2}}.
129 {call_ext,2,{extfunc,io,format,2}}.
140 {call_ext,2,{extfunc,io,format,2}}.
151 {call_ext,2,{extfunc,io,format,2}}.
162 {call_ext,2,{extfunc,io,format,2}}.
173 {call_ext,2,{extfunc,io,format,2}}.
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dhello_ext.c119 return extfunc[id]; in gid_to_ext_entry()
136 if (!extfunc[i]) in tls_id_to_ext_entry()
140 e = extfunc[i]; in tls_id_to_ext_entry()
170 if (!extfunc[i]) in gnutls_ext_get_name()
192 if (!extfunc[i]) in tls_id_to_gid()
196 return extfunc[i]->gid; in tls_id_to_gid()
432 if (!extfunc[i]) in _gnutls_gen_hello_extensions()
435 ctx.ext = extfunc[i]; in _gnutls_gen_hello_extensions()
465 if (!extfunc[i]) in _gnutls_hello_ext_deinit()
782 if (!extfunc[i]) in gnutls_ext_register()
[all …]
/dports/databases/sqliteodbc/sqliteodbc-0.9998/
H A Dmf-sqlite3extfunc.mingw64-cross60 extfunc.o: extfunc.c
61 $(TCCX) -c extfunc.c
63 sqlite3_mod_extfunc.$(SO): extfunc.o
66 -o sqlite3_mod_extfunc.$(SO) extfunc.o $(LMSVCRT)
69 rm -f extfunc.o libsqlite3extfunc.a sqlite3_mod_extfunc.$(SO)
72 rm -f extfunc.o libsqlite3extfunc.a
H A Dmf-sqlite3extfunc.mingw-cross62 extfunc.o: extfunc.c
63 $(TCCX) -c extfunc.c
65 sqlite3_mod_extfunc.$(SO): extfunc.o
68 -o sqlite3_mod_extfunc.$(SO) extfunc.o $(LMSVCRT)
71 rm -f extfunc.o libsqlite3extfunc.a sqlite3_mod_extfunc.$(SO)
74 rm -f extfunc.o libsqlite3extfunc.a
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67037.c1 long (*extfunc)(); variable
24 if (extfunc()) in badfunc()
26 p = (void *)extfunc(); in badfunc()
30 extfunc(superblock); in badfunc()
47 extfunc = f; in main()

12345678910>>...20