Home
last modified time | relevance | path

Searched refs:MAX_BUF_SIZE (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/dports/science/lammps/lammps-stable_29Sep2021/unittest/formats/
H A Dtest_file_operations.cpp83 char buf[MAX_BUF_SIZE]; in TEST_F()
88 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
92 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
96 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
100 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
104 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
108 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
118 char buf[MAX_BUF_SIZE]; in TEST_F()
125 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
131 memset(buf, 0, MAX_BUF_SIZE); in TEST_F()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dpack.c120 if (size > MAX_BUF_SIZE) { in create_buf()
212 if (size > MAX_BUF_SIZE) { in init_buf()
256 MAX_BUF_SIZE); in pack_time()
305 MAX_BUF_SIZE); in packdouble()
431 MAX_BUF_SIZE); in pack64()
470 MAX_BUF_SIZE); in pack32()
717 MAX_BUF_SIZE); in pack16()
755 MAX_BUF_SIZE); in pack8()
827 MAX_BUF_SIZE); in packmem()
1077 MAX_BUF_SIZE); in packstr_array()
[all …]
/dports/lang/ruby26/ruby-2.6.9/ext/-test-/debug/
H A Dprofile_frames.c4 #define MAX_BUF_SIZE 0x100 macro
12 VALUE buff[MAX_BUF_SIZE]; in profile_frames()
13 int lines[MAX_BUF_SIZE]; in profile_frames()
16 if (buff_size > MAX_BUF_SIZE) rb_raise(rb_eRuntimeError, "too long buff_size"); in profile_frames()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Library/GdbDebugAgent/
H A DGdbDebugAgent.c23 CHAR8 gInBuffer[MAX_BUF_SIZE];
24 CHAR8 gOutBuffer[MAX_BUF_SIZE];
168 CHAR8 OutBuffer[MAX_BUF_SIZE]; in TransferFromMemToOutBufAndSend()
668 ReceivePacket (gInBuffer, MAX_BUF_SIZE); in GdbFWrite()
723 ReceivePacket (gInBuffer, MAX_BUF_SIZE); in GdbExceptionHandler()
771 … AsciiSPrint (gOutBuffer, MAX_BUF_SIZE, "qXfer:libraries:read+;PacketSize=%d", MAX_BUF_SIZE); in GdbExceptionHandler()
781 AsciiSPrint (gOutBuffer, MAX_BUF_SIZE, "Text=1000;Data=f000;Bss=f000"); in GdbExceptionHandler()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/sound/arts/
H A Dsound-arts.c43 #define MAX_BUF_SIZE (4 * 1024) macro
53 gchar buf[ MAX_BUF_SIZE ]; in arts_play_file()
69 buf_frames = MAX_BUF_SIZE / bytes_per_frame; in arts_play_file()
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rdr/
H A DBufferedInStream.cxx30 static const size_t MAX_BUF_SIZE = 32 * 1024 * 1024; variable
58 if (needed > MAX_BUF_SIZE) in overrun()
61 (long unsigned)needed, (long unsigned)MAX_BUF_SIZE); in overrun()
H A DBufferedOutStream.cxx32 static const size_t MAX_BUF_SIZE = 32 * 1024 * 1024; variable
130 if (totalNeeded > MAX_BUF_SIZE) in overrun()
134 (long unsigned)MAX_BUF_SIZE); in overrun()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rdr/
H A DBufferedInStream.cxx30 static const size_t MAX_BUF_SIZE = 32 * 1024 * 1024; variable
58 if (needed > MAX_BUF_SIZE) in overrun()
61 (long unsigned)needed, (long unsigned)MAX_BUF_SIZE); in overrun()
H A DBufferedOutStream.cxx32 static const size_t MAX_BUF_SIZE = 32 * 1024 * 1024; variable
130 if (totalNeeded > MAX_BUF_SIZE) in overrun()
134 (long unsigned)MAX_BUF_SIZE); in overrun()
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/clustal/
H A Dsymmatrix.c47 #define MAX_BUF_SIZE 65536 macro
414 if (NULL == (buf = (char *) malloc(MAX_BUF_SIZE * sizeof(char)))) { in SymMatrixRead()
430 if (NULL == fgets(buf, MAX_BUF_SIZE, prFilePointer) ) { in SymMatrixRead()
435 if (strlen(buf)==MAX_BUF_SIZE-1) { in SymMatrixRead()
460 while (NULL != fgets(buf, MAX_BUF_SIZE, prFilePointer)) { in SymMatrixRead()
464 if (MAX_BUF_SIZE-1 == strlen(buf)) { in SymMatrixRead()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/win-update/updater/
H A Dhttp.cpp23 #define MAX_BUF_SIZE 262144 macro
211 DWORD responseBufSize = MAX_BUF_SIZE; in HTTPPostData()
237 zipBuf.resize(MAX_BUF_SIZE); in HTTPPostData()
316 MAX_BUF_SIZE - strm->avail_out, &written, in ReadHTTPZippedFile()
321 if (written != MAX_BUF_SIZE - strm->avail_out) { in ReadHTTPZippedFile()
457 zipBuf.resize(MAX_BUF_SIZE); in HTTPGetFile()
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_release_non_empty_buffers_test.c34 #define MAX_BUF_SIZE 10000 macro
142 s2n_stuffer_recv_from_fd(&in, io_pair.server, MAX_BUF_SIZE, NULL); in main()
166 ret = s2n_stuffer_recv_from_fd(&in, io_pair.server, MAX_BUF_SIZE, NULL); in main()
194 s2n_stuffer_recv_from_fd(&in, io_pair.server, MAX_BUF_SIZE, NULL); in main()
/dports/net/mpich2/mpich2-1.5/test/mpi/rma/
H A Dadlb_mimic1.c15 #define MAX_BUF_SIZE (400 * 1024 * 1024) /* 400 MB */ macro
69 if (max_buf_size > MAX_BUF_SIZE) { in main()
71 MAX_BUF_SIZE / put_size ); in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dadlb_mimic1.c13 #define MAX_BUF_SIZE (400 * 1024 * 1024) /* 400 MB */ macro
67 if (max_buf_size > MAX_BUF_SIZE) { in main()
68 fprintf(stderr, "Too many processes in COMM_WORLD (max is %d)\n", MAX_BUF_SIZE / put_size); in main()
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/sound/oss/
H A Dplugin_sound_oss.c51 #define MAX_BUF_SIZE (4 * 1024) macro
60 gchar buf[ MAX_BUF_SIZE ]; in oss_play_file()
96 buf_frames = MAX_BUF_SIZE / bytes_per_frame; in oss_play_file()
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/http-client.xq.src/
H A Dhttp_client.cpp32 # define MAX_BUF_SIZE 2048 macro
40 TCHAR path[MAX_BUF_SIZE]; in set_cacert()
45 char buf[MAX_BUF_SIZE]; in set_cacert()
46 memset(buf, 0, MAX_BUF_SIZE); in set_cacert()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/lib/
H A Dtree.cc34 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
94 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { size = MAX_BUF_SIZE; } in new_tree()
153 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
154 mb_size = MAX_BUF_SIZE; in tree_alloc()
156 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/lib/
H A Dtree.cc33 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
93 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { size = MAX_BUF_SIZE; } in new_tree()
152 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
153 mb_size = MAX_BUF_SIZE; in tree_alloc()
155 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/lib/
H A Dtree.cc33 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
93 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { size = MAX_BUF_SIZE; } in new_tree()
152 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
153 mb_size = MAX_BUF_SIZE; in tree_alloc()
155 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/lib/
H A Dtree.cc32 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
89 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { in new_tree()
90 size = MAX_BUF_SIZE; in new_tree()
149 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
150 mb_size = MAX_BUF_SIZE; in tree_alloc()
152 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/cpustats/
H A Dcpustats.c37 #define MAX_BUF_SIZE 64 macro
192 char line[MAX_BUF_SIZE]; in get_cpu_count_from_file()
197 if (!fgets(line, MAX_BUF_SIZE, file)) die("Could not get %s contents\n", filename); in get_cpu_count_from_file()
217 char filename[MAX_BUF_SIZE]; in get_freq_scales_count()
239 char scanline[MAX_BUF_SIZE]; in read_stats()
268 char filename[MAX_BUF_SIZE]; in read_freq_stats()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/lib/
H A Dtree.cc34 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
94 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { size = MAX_BUF_SIZE; } in new_tree()
153 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
154 mb_size = MAX_BUF_SIZE; in tree_alloc()
156 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/lib/
H A Dtree.cc32 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
89 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { in new_tree()
90 size = MAX_BUF_SIZE; in new_tree()
149 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
150 mb_size = MAX_BUF_SIZE; in tree_alloc()
152 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/lib/
H A Dtree.cc32 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
89 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { in new_tree()
90 size = MAX_BUF_SIZE; in new_tree()
149 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
150 mb_size = MAX_BUF_SIZE; in tree_alloc()
152 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/lib/
H A Dtree.cc34 #define MAX_BUF_SIZE (MAX_PAGES * B_PAGE_SIZE) /* approx 10MB */ macro
94 if (count > 1000000 || size > (MAX_BUF_SIZE / 2)) { size = MAX_BUF_SIZE; } in new_tree()
153 if (root->total_size >= (MAX_BUF_SIZE / 2)) { in tree_alloc()
154 mb_size = MAX_BUF_SIZE; in tree_alloc()
156 mb_size = MAX_BUF_SIZE / 2; in tree_alloc()

12345678910>>...20