Home
last modified time | relevance | path

Searched refs:CHUNK_SZ (Results 1 – 25 of 39) sorted by relevance

12

/dports/biology/sra-tools/sra-tools-2.11.0/tools/fuse/
H A Dsra-fuser-test.c12 #define CHUNK_SZ 4200 macro
25 char buf[CHUNK_SZ]; in thread_func()
27 off_t pos = (data->id - 1) * CHUNK_SZ; in thread_func()
32 ssize_t i = pread(fin, buf, CHUNK_SZ, pos); in thread_func()
34 printf("Thread %i %lu:%lu: %s\n", data->id, pos, pos + CHUNK_SZ - 1, strerror(errno)); in thread_func()
71 if( stat.st_size / threads_qty / CHUNK_SZ < 10 ) { in main()
80 step = threads_qty * CHUNK_SZ; in main()
/dports/devel/autogen/autogen-5.18.16/xml2ag/
H A Dxml2ag.c62 #define CHUNK_SZ 4096 macro
147 size_t asz = CHUNK_SZ; in loadFile()
153 if ((usz + CHUNK_SZ) > asz) { in loadFile()
154 asz += CHUNK_SZ; in loadFile()
164 size_t rdct = fread(mem + usz, (size_t)1, (size_t)CHUNK_SZ, fp); in loadFile()
166 if (rdct < CHUNK_SZ) in loadFile()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/csra2/
H A Dread.vschema42 /* CHUNK_SZ
49 * the value of CHUNK_SZ. if length ( seq ) > CHUNK_SZ, then there will
50 * be multiple rows, where all but the last will have a length of CHUNK_SZ.
53 extern column INSDC:coord:len CHUNK_SZ;
215 = .CHUNK_SZ
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/csra2/
H A Dread.vschema42 /* CHUNK_SZ
49 * the value of CHUNK_SZ. if length ( seq ) > CHUNK_SZ, then there will
50 * be multiple rows, where all but the last will have a length of CHUNK_SZ.
53 extern column INSDC:coord:len CHUNK_SZ;
215 = .CHUNK_SZ
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1089 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1133 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1179 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1188 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1089 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1133 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1179 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1188 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1089 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1133 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1179 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1188 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1089 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1133 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1179 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1188 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1089 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1133 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1179 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1188 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1046 #define CHUNK_SZ NDB_SECTION_SEGMENT_SZ*64 // related to MAX_MESSAGE_SIZE macro
1081 if (chunk_sz + save_sz > CHUNK_SZ) { in sendFragmentedSignal()
1083 unsigned send_sz= CHUNK_SZ - chunk_sz; in sendFragmentedSignal()
/dports/net/netatalk3/netatalk-3.1.12/libevent/
H A Dbuffer.c1320 #define CHUNK_SZ 128 in find_eol_char() macro
1327 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1337 s += CHUNK_SZ; in find_eol_char()
1341 #undef CHUNK_SZ in find_eol_char()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1666 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1711 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1757 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1766 assert(this_chunk_sz <= CHUNK_SZ); in sendFragmentedSignal()
1768 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1666 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1711 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1757 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1766 assert(this_chunk_sz <= CHUNK_SZ); in sendFragmentedSignal()
1768 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1666 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1711 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1757 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1766 assert(this_chunk_sz <= CHUNK_SZ); in sendFragmentedSignal()
1768 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1666 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1711 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1757 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1766 assert(this_chunk_sz <= CHUNK_SZ); in sendFragmentedSignal()
1768 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1666 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
1711 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
1757 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
1766 assert(this_chunk_sz <= CHUNK_SZ); in sendFragmentedSignal()
1768 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/third_party/libevent/
H A Dbuffer.c1320 #define CHUNK_SZ 128 in find_eol_char() macro
1327 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1337 s += CHUNK_SZ; in find_eol_char()
1341 #undef CHUNK_SZ in find_eol_char()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp2524 #define CHUNK_SZ ((((MAX_SEND_MESSAGE_BYTESIZE >> 2) / NDB_SECTION_SEGMENT_SZ) - 2 ) \ macro
2571 if (totalSectionLength <= CHUNK_SZ) in sendFragmentedSignal()
2617 if (this_chunk_sz + remaining_sec_sz <= CHUNK_SZ) in sendFragmentedSignal()
2626 assert(this_chunk_sz <= CHUNK_SZ); in sendFragmentedSignal()
2628 unsigned send_sz= CHUNK_SZ - this_chunk_sz; in sendFragmentedSignal()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/extra/libevent/
H A Dbuffer.c1491 #define CHUNK_SZ 128 in find_eol_char() macro
1498 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1508 s += CHUNK_SZ; in find_eol_char()
1512 #undef CHUNK_SZ in find_eol_char()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/
H A Dbuffer.c1498 #define CHUNK_SZ 128 in find_eol_char() macro
1505 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1515 s += CHUNK_SZ; in find_eol_char()
1519 #undef CHUNK_SZ in find_eol_char()
/dports/net/ntp/ntp-4.2.8p15/sntp/libevent/
H A Dbuffer.c1486 #define CHUNK_SZ 128 in find_eol_char() macro
1493 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1503 s += CHUNK_SZ; in find_eol_char()
1507 #undef CHUNK_SZ in find_eol_char()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/extra/libevent/
H A Dbuffer.c1491 #define CHUNK_SZ 128 in find_eol_char() macro
1498 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1508 s += CHUNK_SZ; in find_eol_char()
1512 #undef CHUNK_SZ in find_eol_char()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/extra/libevent/
H A Dbuffer.c1491 #define CHUNK_SZ 128 in find_eol_char() macro
1498 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1508 s += CHUNK_SZ; in find_eol_char()
1512 #undef CHUNK_SZ in find_eol_char()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Dbuffer.c1496 #define CHUNK_SZ 128 in find_eol_char() macro
1503 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1513 s += CHUNK_SZ; in find_eol_char()
1517 #undef CHUNK_SZ in find_eol_char()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/
H A Dbuffer.c1491 #define CHUNK_SZ 128 in find_eol_char() macro
1498 size_t chunk = (s + CHUNK_SZ < s_end) ? CHUNK_SZ : (s_end - s); in find_eol_char()
1508 s += CHUNK_SZ; in find_eol_char()
1512 #undef CHUNK_SZ in find_eol_char()

12