Home
last modified time | relevance | path

Searched refs:bufsz (Results 1 – 25 of 2777) sorted by relevance

12345678910>>...112

/dports/games/freeciv/freeciv-2.6.6/client/
H A Dhelpdata.c2989 char buf2[bufsz]; in insert_allows_single()
3961 CATLSTR(buf, bufsz, in helptext_unit()
3966 CATLSTR(buf, bufsz, in helptext_unit()
3972 CATLSTR(buf, bufsz, in helptext_unit()
3977 CATLSTR(buf, bufsz, in helptext_unit()
3984 CATLSTR(buf, bufsz, in helptext_unit()
3989 CATLSTR(buf, bufsz, in helptext_unit()
4133 CATLSTR(buf, bufsz, in helptext_unit()
4318 CATLSTR(buf, bufsz, in helptext_unit()
4460 CATLSTR(buf, bufsz, in helptext_unit()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dhelpdata.c2989 char buf2[bufsz]; in insert_allows_single()
3961 CATLSTR(buf, bufsz, in helptext_unit()
3966 CATLSTR(buf, bufsz, in helptext_unit()
3972 CATLSTR(buf, bufsz, in helptext_unit()
3977 CATLSTR(buf, bufsz, in helptext_unit()
3984 CATLSTR(buf, bufsz, in helptext_unit()
3989 CATLSTR(buf, bufsz, in helptext_unit()
4133 CATLSTR(buf, bufsz, in helptext_unit()
4318 CATLSTR(buf, bufsz, in helptext_unit()
4460 CATLSTR(buf, bufsz, in helptext_unit()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c70 size_t bufsz; in iwl_dbgfs_sram_read() local
90 bufsz = 50 + len * 4; in iwl_dbgfs_sram_read()
91 buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_sram_read()
199 buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_stations_read()
288 int pos = 0, i, bufsz = PAGE_SIZE; in iwl_dbgfs_channels_read() local
292 buf = kzalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_channels_read()
354 const size_t bufsz = sizeof(buf); in iwl_dbgfs_status_read() local
393 buf = kzalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_rx_handlers_read()
440 const size_t bufsz = sizeof(buf); in iwl_dbgfs_qos_read() local
469 const size_t bufsz = sizeof(buf); in iwl_dbgfs_thermal_throttling_read() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c70 size_t bufsz; in iwl_dbgfs_sram_read() local
90 bufsz = 50 + len * 4; in iwl_dbgfs_sram_read()
91 buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_sram_read()
199 buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_stations_read()
288 int pos = 0, i, bufsz = PAGE_SIZE; in iwl_dbgfs_channels_read() local
292 buf = kzalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_channels_read()
354 const size_t bufsz = sizeof(buf); in iwl_dbgfs_status_read() local
393 buf = kzalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_rx_handlers_read()
440 const size_t bufsz = sizeof(buf); in iwl_dbgfs_qos_read() local
469 const size_t bufsz = sizeof(buf); in iwl_dbgfs_thermal_throttling_read() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c70 size_t bufsz; in iwl_dbgfs_sram_read() local
90 bufsz = 50 + len * 4; in iwl_dbgfs_sram_read()
91 buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_sram_read()
199 buf = kmalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_stations_read()
288 int pos = 0, i, bufsz = PAGE_SIZE; in iwl_dbgfs_channels_read() local
292 buf = kzalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_channels_read()
354 const size_t bufsz = sizeof(buf); in iwl_dbgfs_status_read() local
393 buf = kzalloc(bufsz, GFP_KERNEL); in iwl_dbgfs_rx_handlers_read()
440 const size_t bufsz = sizeof(buf); in iwl_dbgfs_qos_read() local
469 const size_t bufsz = sizeof(buf); in iwl_dbgfs_thermal_throttling_read() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c28 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag()
47 int bufsz = in il4965_ucode_rx_stats_read() local
61 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_rx_stats_read()
89 pos += il4965_stats_flag(il, buf, bufsz); in il4965_ucode_rx_stats_read()
91 scnprintf(buf + pos, bufsz - pos, fmt_header, in il4965_ucode_rx_stats_read()
177 scnprintf(buf + pos, bufsz - pos, fmt_table, in il4965_ucode_rx_stats_read()
267 scnprintf(buf + pos, bufsz - pos, fmt_table, in il4965_ucode_rx_stats_read()
466 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_tx_stats_read()
481 pos += il4965_stats_flag(il, buf, bufsz); in il4965_ucode_tx_stats_read()
635 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_general_stats_read()
[all …]
H A D3945-debug.c22 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag()
40 int bufsz = in il3945_ucode_rx_stats_read() local
52 buf = kzalloc(bufsz, GFP_KERNEL); in il3945_ucode_rx_stats_read()
78 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
83 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
88 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
93 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
98 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
103 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
312 buf = kzalloc(bufsz, GFP_KERNEL); in il3945_ucode_tx_stats_read()
[all …]
H A Ddebug.c210 const size_t bufsz = in il_dbgfs_tx_stats_read() local
212 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_tx_stats_read()
270 const size_t bufsz = in il_dbgfs_rx_stats_read() local
272 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_rx_stats_read()
314 size_t bufsz; in il_dbgfs_sram_read() local
325 buf = kmalloc(bufsz, GFP_KERNEL); in il_dbgfs_sram_read()
401 buf = kmalloc(bufsz, GFP_KERNEL); in il_dbgfs_stations_read()
510 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_channels_read()
583 const size_t bufsz = sizeof(buf); in il_dbgfs_status_read() local
648 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_interrupt_read()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c28 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag()
47 int bufsz = in il4965_ucode_rx_stats_read() local
61 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_rx_stats_read()
89 pos += il4965_stats_flag(il, buf, bufsz); in il4965_ucode_rx_stats_read()
91 scnprintf(buf + pos, bufsz - pos, fmt_header, in il4965_ucode_rx_stats_read()
177 scnprintf(buf + pos, bufsz - pos, fmt_table, in il4965_ucode_rx_stats_read()
267 scnprintf(buf + pos, bufsz - pos, fmt_table, in il4965_ucode_rx_stats_read()
466 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_tx_stats_read()
481 pos += il4965_stats_flag(il, buf, bufsz); in il4965_ucode_tx_stats_read()
635 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_general_stats_read()
[all …]
H A D3945-debug.c22 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag()
40 int bufsz = in il3945_ucode_rx_stats_read() local
52 buf = kzalloc(bufsz, GFP_KERNEL); in il3945_ucode_rx_stats_read()
78 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
83 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
88 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
93 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
98 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
103 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
312 buf = kzalloc(bufsz, GFP_KERNEL); in il3945_ucode_tx_stats_read()
[all …]
H A Ddebug.c210 const size_t bufsz = in il_dbgfs_tx_stats_read() local
212 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_tx_stats_read()
270 const size_t bufsz = in il_dbgfs_rx_stats_read() local
272 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_rx_stats_read()
314 size_t bufsz; in il_dbgfs_sram_read() local
325 buf = kmalloc(bufsz, GFP_KERNEL); in il_dbgfs_sram_read()
401 buf = kmalloc(bufsz, GFP_KERNEL); in il_dbgfs_stations_read()
510 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_channels_read()
583 const size_t bufsz = sizeof(buf); in il_dbgfs_status_read() local
648 buf = kzalloc(bufsz, GFP_KERNEL); in il_dbgfs_interrupt_read()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c28 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag()
47 int bufsz = in il4965_ucode_rx_stats_read() local
61 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_rx_stats_read()
89 pos += il4965_stats_flag(il, buf, bufsz); in il4965_ucode_rx_stats_read()
91 scnprintf(buf + pos, bufsz - pos, fmt_header, in il4965_ucode_rx_stats_read()
177 scnprintf(buf + pos, bufsz - pos, fmt_table, in il4965_ucode_rx_stats_read()
267 scnprintf(buf + pos, bufsz - pos, fmt_table, in il4965_ucode_rx_stats_read()
466 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_tx_stats_read()
481 pos += il4965_stats_flag(il, buf, bufsz); in il4965_ucode_tx_stats_read()
635 buf = kzalloc(bufsz, GFP_KERNEL); in il4965_ucode_general_stats_read()
[all …]
H A D3945-debug.c22 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag()
40 int bufsz = in il3945_ucode_rx_stats_read() local
52 buf = kzalloc(bufsz, GFP_KERNEL); in il3945_ucode_rx_stats_read()
78 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
83 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
88 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
93 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
98 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
103 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read()
312 buf = kzalloc(bufsz, GFP_KERNEL); in il3945_ucode_tx_stats_read()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DformatBuffer.hpp62 int size() { return bufsz; } in size()
66 char _buffer[bufsz];
72 template <size_t bufsz>
76 jio_vsnprintf(_buf, bufsz, format, argp); in FormatBuffer()
80 template <size_t bufsz>
82 jio_vsnprintf(_buf, bufsz, format, ap); in FormatBuffer()
85 template <size_t bufsz>
90 template <size_t bufsz>
94 jio_vsnprintf(_buf, bufsz, format, argp); in print()
98 template <size_t bufsz>
[all …]
/dports/misc/talkfilters/talkfilters-2.3.8/
H A Dtalkfilters.h60 size_t bufsz);
63 size_t bufsz);
69 size_t bufsz);
75 size_t bufsz);
78 size_t bufsz);
81 size_t bufsz);
87 size_t bufsz);
90 size_t bufsz);
93 size_t bufsz);
96 size_t bufsz);
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/gc/gctests/gctest02/
H A Dgctest02.java69 int bufsz; field in Person
78 if ( bufsz > 0 ) { in Person()
79 this.bufsz = bufsz; in Person()
80 this.buf = new int[bufsz]; in Person()
122 int bufsz = 64; field in Memevil
125 Memevil(int bufsz) { in Memevil() argument
127 this.bufsz = bufsz; in Memevil()
176 int bufsz = 8; in main() local
195 bufsz = 8; in main()
203 bufsz = 2*bufsz; in main()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/gc/gctests/gctest02/
H A Dgctest02.java69 int bufsz; field in Person
78 if ( bufsz > 0 ) { in Person()
79 this.bufsz = bufsz; in Person()
80 this.buf = new int[bufsz]; in Person()
122 int bufsz = 64; field in Memevil
125 Memevil(int bufsz) { in Memevil() argument
127 this.bufsz = bufsz; in Memevil()
176 int bufsz = 8; in main() local
195 bufsz = 8; in main()
203 bufsz = 2*bufsz; in main()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DGdiPlusStreamHelper.Unix.cs73 start_buf = new byte[bufsz]; in StreamGetHeaderImpl()
118 if (bufsz > managedBuf.Length) in StreamGetBytesImpl()
119 managedBuf = new byte[bufsz]; in StreamGetBytesImpl()
123 if (bufsz > 0) in StreamGetBytesImpl()
131 if (start_buf_len > bufsz) in StreamGetBytesImpl()
136 bytesRead = bufsz; in StreamGetBytesImpl()
137 bufsz = 0; in StreamGetBytesImpl()
149 if (bufsz > 0) in StreamGetBytesImpl()
258 if (bufsz > managedBuf.Length) in StreamPutBytesImpl()
259 managedBuf = new byte[bufsz]; in StreamPutBytesImpl()
[all …]

12345678910>>...112