Home
last modified time | relevance | path

Searched refs:static_buf (Results 1 – 25 of 92) sorted by relevance

1234

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/xbyak/sample/
H A DMakefile1 TARGET = test quantize bf toyvm test_util memfunc static_buf jmp_table
80 static_buf: target
81 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m32
83 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m64
104 static_buf: static_buf.cpp $(XBYAK_INC) target
105 static_buf64: static_buf.cpp $(XBYAK_INC)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/xbyak/sample/
H A DMakefile1 TARGET = test quantize bf toyvm test_util memfunc static_buf jmp_table
80 static_buf: target
81 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m32
83 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m64
104 static_buf: static_buf.cpp $(XBYAK_INC) target
105 static_buf64: static_buf.cpp $(XBYAK_INC)
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/xbyak/sample/
H A DMakefile1 TARGET = test quantize bf toyvm test_util memfunc static_buf jmp_table
80 static_buf: target
81 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m32
83 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m64
104 static_buf: static_buf.cpp $(XBYAK_INC) target
105 static_buf64: static_buf.cpp $(XBYAK_INC)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Dinet_ntoa.c36 static char *static_buf; variable
53 if (static_buf != NULL) in inet_ntoa()
54 buffer = static_buf; in inet_ntoa()
88 static_buf = local_buf; in init()
/dports/lang/parrot/parrot-8.1.0/src/nci/
H A Dsignatures.c212 char static_buf[16]; in Parrot_nci_sig_to_pcc() local
219 sig_buf = argc < sizeof static_buf ? static_buf : (char *)mem_sys_allocate(argc); in Parrot_nci_sig_to_pcc()
229 if (sig_buf != static_buf) in Parrot_nci_sig_to_pcc()
237 sig_buf = retc < sizeof static_buf ? static_buf : (char *)mem_sys_allocate(retc); in Parrot_nci_sig_to_pcc()
254 if (sig_buf != static_buf) in Parrot_nci_sig_to_pcc()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/xbyak/sample/
H A DMakefile44 TARGET += test quantize bf toyvm test_util memfunc static_buf jmp_table
90 static_buf: target
91 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m32
93 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m64
118 static_buf: static_buf.cpp $(XBYAK_INC) target
119 static_buf64: static_buf.cpp $(XBYAK_INC)
/dports/emulators/citra/citra-ac98458e0/externals/xbyak/sample/
H A DMakefile44 TARGET += test quantize bf toyvm test_util memfunc static_buf jmp_table
90 static_buf: target
91 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m32
93 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m64
118 static_buf: static_buf.cpp $(XBYAK_INC) target
119 static_buf64: static_buf.cpp $(XBYAK_INC)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/xbyak/sample/
H A DMakefile44 TARGET += test quantize bf toyvm test_util memfunc static_buf jmp_table
90 static_buf: target
91 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m32
93 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m64
118 static_buf: static_buf.cpp $(XBYAK_INC) target
119 static_buf64: static_buf.cpp $(XBYAK_INC)
/dports/devel/xbyak/xbyak-6.01/sample/
H A DMakefile44 TARGET += test quantize bf toyvm test_util memfunc static_buf jmp_table
90 static_buf: target
91 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m32
93 $(CXX) $(CFLAGS) static_buf.cpp -o $@ -m64
118 static_buf: static_buf.cpp $(XBYAK_INC) target
119 static_buf64: static_buf.cpp $(XBYAK_INC)
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dfatal.c194 char static_buf[1024], *buf = static_buf; in warning() local
206 buflen = vsnprintf(static_buf, sizeof(static_buf), fmt, ap2); in warning()
208 if (buflen >= ssizeof(static_buf)) { in warning()
213 buf = static_buf; in warning()
229 if (buf != static_buf) in warning()
H A Dsudo_debug.c723 char static_buf[1024], *buf = static_buf; in sudo_debug_vprintf2_v1() local
755 buflen = fmt ? vsnprintf(static_buf, sizeof(static_buf), fmt, ap2) : 0; in sudo_debug_vprintf2_v1()
757 if (buflen >= ssizeof(static_buf)) { in sudo_debug_vprintf2_v1()
771 if (buf != static_buf) { in sudo_debug_vprintf2_v1()
773 buf = static_buf; in sudo_debug_vprintf2_v1()
815 char *cp, static_buf[4096], *buf = static_buf; in sudo_debug_execve2_v1() local
867 if (buflen >= ssizeof(static_buf)) { in sudo_debug_execve2_v1()
907 if (buf != static_buf) { in sudo_debug_execve2_v1()
909 buf = static_buf; in sudo_debug_execve2_v1()
/dports/devel/m4/m4-1.4.19/lib/
H A Dstrsignal.c85 static char *static_buf; variable
141 static_buf = local_buf; in init()
180 if (static_buf != NULL) in getbuffer()
181 result = static_buf; in getbuffer()
/dports/devel/rcs/rcs-5.10.0/lib/
H A Dstrsignal.c85 static char *static_buf; variable
141 static_buf = local_buf; in init()
180 if (static_buf != NULL) in getbuffer()
181 result = static_buf; in getbuffer()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dstrsignal.c85 static char *static_buf; variable
141 static_buf = local_buf; in init()
180 if (static_buf != NULL) in getbuffer()
181 result = static_buf; in getbuffer()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dstrsignal.c85 static char *static_buf; variable
141 static_buf = local_buf; in init()
180 if (static_buf != NULL) in getbuffer()
181 result = static_buf; in getbuffer()
/dports/math/octave/octave-6.4.0/libgnu/
H A Dstrsignal.c85 static char *static_buf; variable
141 static_buf = local_buf; in init()
180 if (static_buf != NULL) in getbuffer()
181 result = static_buf; in getbuffer()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dstrsignal.c85 static char *static_buf; variable
141 static_buf = local_buf; in init()
180 if (static_buf != NULL) in getbuffer()
181 result = static_buf; in getbuffer()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dstrsignal.c85 static char *static_buf; variable
141 static_buf = local_buf; in init()
180 if (static_buf != NULL) in getbuffer()
181 result = static_buf; in getbuffer()
/dports/audio/clunk/clunk-1.3.261/clunk/
H A Dlogger.cpp41 char static_buf[FORMAT_BUFFER_SIZE]; in format_string() local
44 int r = vsnprintf (static_buf, FORMAT_BUFFER_SIZE - 1, fmt, ap); in format_string()
48 return std::string(static_buf, r); in format_string()
/dports/games/battletanks/btanks-0.9.8083/clunk/
H A Dlogger.cpp41 char static_buf[FORMAT_BUFFER_SIZE]; in format_string() local
44 int r = vsnprintf (static_buf, FORMAT_BUFFER_SIZE - 1, fmt, ap); in format_string()
48 return std::string(static_buf, r); in format_string()
/dports/mail/mimedefang/mimedefang-2.84/
H A Ddynbuf.c51 if (dbuf->buffer != dbuf->static_buf) free(dbuf->buffer); in dbuf_makeroom()
69 dbuf->buffer = dbuf->static_buf; in dbuf_init()
132 if (dbuf->buffer != dbuf->static_buf) free(dbuf->buffer); in dbuf_free()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_util.c32 static char static_buf[100]; in HECMW_get_date() local
35 rc = strftime(static_buf, sizeof(static_buf), "%b %d %H:%M:%S", in HECMW_get_date()
37 return rc ? static_buf : NULL; in HECMW_get_date()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-pipe-filter-gi2-main.c40 static char static_buf[5]; variable
45 *num_bytes_p = sizeof (static_buf); in prepare_read()
46 return static_buf; in prepare_read()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-pipe-filter-gi2-main.c39 static char static_buf[5]; variable
44 *num_bytes_p = sizeof (static_buf); in prepare_read()
45 return static_buf; in prepare_read()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/async_ports_SUITE_data/
H A Dcport.c60 byte static_buf[31457280]; // 30 mb variable
65 byte *buf = &static_buf[0]; in main()

1234