Home
last modified time | relevance | path

Searched refs:chunk_count (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/dports/www/nginx-full/redis2-nginx-module-0.15/src/
H A Dmulti_bulk_reply.rl9 (int) ctx->chunks_read, (int) ctx->chunk_count),
11 ctx->chunks_read < ctx->chunk_count
21 ctx->chunk_count = 0;
25 ctx->chunk_count *= 10;
26 ctx->chunk_count += *p - '0';
27 dd("chunk count: %d", (int) ctx->chunk_count);
33 if (ctx->chunks_read == ctx->chunk_count) {
46 chunk_count = ([1-9] digit*) >start_reading_count $read_count
51 | "*" chunk_count CRLF @start_reading_chunk
H A Dngx_http_redis2_reply.c371 ctx->chunks_read < ctx->chunk_count in ngx_http_redis2_process_reply()
416 ctx->chunks_read < ctx->chunk_count in ngx_http_redis2_process_reply()
448 ctx->chunks_read < ctx->chunk_count in ngx_http_redis2_process_reply()
539 ctx->chunk_count *= 10; in ngx_http_redis2_process_reply()
540 ctx->chunk_count += *p - '0'; in ngx_http_redis2_process_reply()
541 dd("chunk count: %d", (int) ctx->chunk_count); in ngx_http_redis2_process_reply()
549 if (ctx->chunks_read == ctx->chunk_count) { in ngx_http_redis2_process_reply()
593 if (ctx->chunks_read == ctx->chunk_count) { in ngx_http_redis2_process_reply()
603 ctx->chunk_count = 0; in ngx_http_redis2_process_reply()
607 ctx->chunk_count *= 10; in ngx_http_redis2_process_reply()
[all …]
/dports/net/wireshark/wireshark-3.6.1/ui/cli/
H A Dtap-sctpchunkstat.c37 guint32 chunk_count[256]; member
64 tmp->chunk_count[chunk_type] = 0; in sctpstat_reset()
88 ep->chunk_count[chunk_type] = 0; in alloc_sctp_ep()
141 te->chunk_count[chunk_type]++; in sctpstat_packet()
170 tmp->chunk_count[SCTP_DATA_CHUNK_ID], in sctpstat_draw()
171 tmp->chunk_count[SCTP_SACK_CHUNK_ID], in sctpstat_draw()
172 tmp->chunk_count[SCTP_HEARTBEAT_CHUNK_ID], in sctpstat_draw()
174 tmp->chunk_count[SCTP_INIT_CHUNK_ID], in sctpstat_draw()
175 tmp->chunk_count[SCTP_INIT_ACK_CHUNK_ID], in sctpstat_draw()
178 tmp->chunk_count[SCTP_ABORT_CHUNK_ID], in sctpstat_draw()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-sctpchunkstat.c37 guint32 chunk_count[256]; member
64 tmp->chunk_count[chunk_type] = 0; in sctpstat_reset()
88 ep->chunk_count[chunk_type] = 0; in alloc_sctp_ep()
141 te->chunk_count[chunk_type]++; in sctpstat_packet()
170 tmp->chunk_count[SCTP_DATA_CHUNK_ID], in sctpstat_draw()
171 tmp->chunk_count[SCTP_SACK_CHUNK_ID], in sctpstat_draw()
172 tmp->chunk_count[SCTP_HEARTBEAT_CHUNK_ID], in sctpstat_draw()
174 tmp->chunk_count[SCTP_INIT_CHUNK_ID], in sctpstat_draw()
175 tmp->chunk_count[SCTP_INIT_ACK_CHUNK_ID], in sctpstat_draw()
178 tmp->chunk_count[SCTP_ABORT_CHUNK_ID], in sctpstat_draw()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/cli/
H A Dtap-sctpchunkstat.c37 guint32 chunk_count[256]; member
64 tmp->chunk_count[chunk_type] = 0; in sctpstat_reset()
88 ep->chunk_count[chunk_type] = 0; in alloc_sctp_ep()
141 te->chunk_count[chunk_type]++; in sctpstat_packet()
170 tmp->chunk_count[SCTP_DATA_CHUNK_ID], in sctpstat_draw()
171 tmp->chunk_count[SCTP_SACK_CHUNK_ID], in sctpstat_draw()
172 tmp->chunk_count[SCTP_HEARTBEAT_CHUNK_ID], in sctpstat_draw()
174 tmp->chunk_count[SCTP_INIT_CHUNK_ID], in sctpstat_draw()
175 tmp->chunk_count[SCTP_INIT_ACK_CHUNK_ID], in sctpstat_draw()
178 tmp->chunk_count[SCTP_ABORT_CHUNK_ID], in sctpstat_draw()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/cli/
H A Dtap-sctpchunkstat.c37 guint32 chunk_count[256]; member
64 tmp->chunk_count[chunk_type] = 0; in sctpstat_reset()
88 ep->chunk_count[chunk_type] = 0; in alloc_sctp_ep()
141 te->chunk_count[chunk_type]++; in sctpstat_packet()
170 tmp->chunk_count[SCTP_DATA_CHUNK_ID], in sctpstat_draw()
171 tmp->chunk_count[SCTP_SACK_CHUNK_ID], in sctpstat_draw()
172 tmp->chunk_count[SCTP_HEARTBEAT_CHUNK_ID], in sctpstat_draw()
174 tmp->chunk_count[SCTP_INIT_CHUNK_ID], in sctpstat_draw()
175 tmp->chunk_count[SCTP_INIT_ACK_CHUNK_ID], in sctpstat_draw()
178 tmp->chunk_count[SCTP_ABORT_CHUNK_ID], in sctpstat_draw()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/coll/allgatherv/
H A Dallgatherv_intra_ring.c55 int torecv, tosend, max, chunk_count = 0; in MPIR_Allgatherv_intra_ring() local
79 chunk_count = MPIR_CVAR_ALLGATHERV_PIPELINE_MSG_SIZE / recvtype_extent; in MPIR_Allgatherv_intra_ring()
82 if (!chunk_count) in MPIR_Allgatherv_intra_ring()
83 chunk_count = 1; in MPIR_Allgatherv_intra_ring()
86 if (!chunk_count) in MPIR_Allgatherv_intra_ring()
87 chunk_count = max; in MPIR_Allgatherv_intra_ring()
95 chunk_count) ? chunk_count : (recvcounts[sidx] - soffset); in MPIR_Allgatherv_intra_ring()
97 chunk_count) ? chunk_count : (recvcounts[ridx] - roffset); in MPIR_Allgatherv_intra_ring()
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Dabrun.c46 int chunk_count, j, help; in make_brun_chunk() local
50 chunk_count=6; /* 4 bytes for chunk size */ in make_brun_chunk()
54 brun_line = &pixel_chunk_buffer[chunk_count]; in make_brun_chunk()
55 chunk_count += make_brun_line(image, brun_line); in make_brun_chunk()
59 if ((chunk_count % 2) == 1) in make_brun_chunk()
60 add_bytes(pixel_chunk_buffer, &chunk_count, 0x0000, IOM_UBYTE); in make_brun_chunk()
63 add_bytes(pixel_chunk_buffer, &help, chunk_count, IOM_LONG); in make_brun_chunk()
66 compression=fli_size/((float)chunk_count); in make_brun_chunk()
69 chunk_count,compression); in make_brun_chunk()
71 return(chunk_count); in make_brun_chunk()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_dspace.c173 info->del_chunk_count= info->chunk_count= 0; in hp_clear_dataspace()
194 uint chunk_count, in hp_allocate_variable_chunkset() argument
197 int alloc_count= chunk_count, i; in hp_allocate_variable_chunkset()
302 uchar *hp_allocate_chunkset(HP_DATASPACE *info, uint chunk_count) in hp_allocate_chunkset() argument
310 result = hp_allocate_variable_chunkset(info, chunk_count, NULL); in hp_allocate_chunkset()
339 int hp_reallocate_chunkset(HP_DATASPACE *info, uint chunk_count, uchar *pos) in hp_reallocate_chunkset() argument
351 if (!hp_allocate_variable_chunkset(info, chunk_count, pos)) in hp_reallocate_chunkset()
385 block_pos= (info->chunk_count % info->block.records_in_block); in hp_allocate_one_chunk()
397 info->chunk_count++; in hp_allocate_one_chunk()
H A D_check.c54 ulong records= 0, deleted= 0, chunk_count= 0, pos, next_block; in heap_check_heap() local
80 if (next_block >= share->recordspace.chunk_count) in heap_check_heap()
82 next_block= share->recordspace.chunk_count; in heap_check_heap()
92 chunk_count++; in heap_check_heap()
96 chunk_count++; in heap_check_heap()
99 chunk_count++; in heap_check_heap()
115 chunk_count != share->recordspace.chunk_count || in heap_check_heap()
122 chunk_count, (ulong) share->recordspace.chunk_count, in heap_check_heap()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_dspace.c173 info->del_chunk_count= info->chunk_count= 0; in hp_clear_dataspace()
194 uint chunk_count, in hp_allocate_variable_chunkset() argument
197 int alloc_count= chunk_count, i; in hp_allocate_variable_chunkset()
302 uchar *hp_allocate_chunkset(HP_DATASPACE *info, uint chunk_count) in hp_allocate_chunkset() argument
310 result = hp_allocate_variable_chunkset(info, chunk_count, NULL); in hp_allocate_chunkset()
339 int hp_reallocate_chunkset(HP_DATASPACE *info, uint chunk_count, uchar *pos) in hp_reallocate_chunkset() argument
351 if (!hp_allocate_variable_chunkset(info, chunk_count, pos)) in hp_reallocate_chunkset()
385 block_pos= (info->chunk_count % info->block.records_in_block); in hp_allocate_one_chunk()
397 info->chunk_count++; in hp_allocate_one_chunk()
H A D_check.c54 ulong records= 0, deleted= 0, chunk_count= 0, pos, next_block; in heap_check_heap() local
80 if (next_block >= share->recordspace.chunk_count) in heap_check_heap()
82 next_block= share->recordspace.chunk_count; in heap_check_heap()
92 chunk_count++; in heap_check_heap()
96 chunk_count++; in heap_check_heap()
99 chunk_count++; in heap_check_heap()
115 chunk_count != share->recordspace.chunk_count || in heap_check_heap()
122 chunk_count, (ulong) share->recordspace.chunk_count, in heap_check_heap()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/heap/
H A Dhp_dspace.c173 info->del_chunk_count= info->chunk_count= 0; in hp_clear_dataspace()
194 uint chunk_count, in hp_allocate_variable_chunkset() argument
197 int alloc_count= chunk_count, i; in hp_allocate_variable_chunkset()
302 uchar *hp_allocate_chunkset(HP_DATASPACE *info, uint chunk_count) in hp_allocate_chunkset() argument
310 result = hp_allocate_variable_chunkset(info, chunk_count, NULL); in hp_allocate_chunkset()
339 int hp_reallocate_chunkset(HP_DATASPACE *info, uint chunk_count, uchar *pos) in hp_reallocate_chunkset() argument
351 if (!hp_allocate_variable_chunkset(info, chunk_count, pos)) in hp_reallocate_chunkset()
385 block_pos= (info->chunk_count % info->block.records_in_block); in hp_allocate_one_chunk()
397 info->chunk_count++; in hp_allocate_one_chunk()
H A D_check.c53 ulong records= 0, deleted= 0, chunk_count= 0, pos, next_block; in heap_check_heap() local
79 if (next_block >= share->recordspace.chunk_count) in heap_check_heap()
81 next_block= share->recordspace.chunk_count; in heap_check_heap()
91 chunk_count++; in heap_check_heap()
95 chunk_count++; in heap_check_heap()
98 chunk_count++; in heap_check_heap()
114 chunk_count != share->recordspace.chunk_count || in heap_check_heap()
121 chunk_count, (ulong) share->recordspace.chunk_count, in heap_check_heap()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/heap/
H A Dhp_dspace.c173 info->del_chunk_count= info->chunk_count= 0; in hp_clear_dataspace()
194 uint chunk_count, in hp_allocate_variable_chunkset() argument
197 int alloc_count= chunk_count, i; in hp_allocate_variable_chunkset()
302 uchar *hp_allocate_chunkset(HP_DATASPACE *info, uint chunk_count) in hp_allocate_chunkset() argument
310 result = hp_allocate_variable_chunkset(info, chunk_count, NULL); in hp_allocate_chunkset()
339 int hp_reallocate_chunkset(HP_DATASPACE *info, uint chunk_count, uchar *pos) in hp_reallocate_chunkset() argument
351 if (!hp_allocate_variable_chunkset(info, chunk_count, pos)) in hp_reallocate_chunkset()
385 block_pos= (info->chunk_count % info->block.records_in_block); in hp_allocate_one_chunk()
397 info->chunk_count++; in hp_allocate_one_chunk()
H A D_check.c53 ulong records= 0, deleted= 0, chunk_count= 0, pos, next_block; in heap_check_heap() local
79 if (next_block >= share->recordspace.chunk_count) in heap_check_heap()
81 next_block= share->recordspace.chunk_count; in heap_check_heap()
91 chunk_count++; in heap_check_heap()
95 chunk_count++; in heap_check_heap()
98 chunk_count++; in heap_check_heap()
114 chunk_count != share->recordspace.chunk_count || in heap_check_heap()
121 chunk_count, (ulong) share->recordspace.chunk_count, in heap_check_heap()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/heap/
H A Dhp_dspace.c173 info->del_chunk_count= info->chunk_count= 0; in hp_clear_dataspace()
194 uint chunk_count, in hp_allocate_variable_chunkset() argument
197 int alloc_count= chunk_count, i; in hp_allocate_variable_chunkset()
302 uchar *hp_allocate_chunkset(HP_DATASPACE *info, uint chunk_count) in hp_allocate_chunkset() argument
310 result = hp_allocate_variable_chunkset(info, chunk_count, NULL); in hp_allocate_chunkset()
339 int hp_reallocate_chunkset(HP_DATASPACE *info, uint chunk_count, uchar *pos) in hp_reallocate_chunkset() argument
351 if (!hp_allocate_variable_chunkset(info, chunk_count, pos)) in hp_reallocate_chunkset()
385 block_pos= (info->chunk_count % info->block.records_in_block); in hp_allocate_one_chunk()
397 info->chunk_count++; in hp_allocate_one_chunk()
H A D_check.c53 ulong records= 0, deleted= 0, chunk_count= 0, pos, next_block; in heap_check_heap() local
79 if (next_block >= share->recordspace.chunk_count) in heap_check_heap()
81 next_block= share->recordspace.chunk_count; in heap_check_heap()
91 chunk_count++; in heap_check_heap()
95 chunk_count++; in heap_check_heap()
98 chunk_count++; in heap_check_heap()
114 chunk_count != share->recordspace.chunk_count || in heap_check_heap()
121 chunk_count, (ulong) share->recordspace.chunk_count, in heap_check_heap()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/heap/
H A Dhp_dspace.c173 info->del_chunk_count= info->chunk_count= 0; in hp_clear_dataspace()
194 uint chunk_count, in hp_allocate_variable_chunkset() argument
197 int alloc_count= chunk_count, i; in hp_allocate_variable_chunkset()
302 uchar *hp_allocate_chunkset(HP_DATASPACE *info, uint chunk_count) in hp_allocate_chunkset() argument
310 result = hp_allocate_variable_chunkset(info, chunk_count, NULL); in hp_allocate_chunkset()
339 int hp_reallocate_chunkset(HP_DATASPACE *info, uint chunk_count, uchar *pos) in hp_reallocate_chunkset() argument
351 if (!hp_allocate_variable_chunkset(info, chunk_count, pos)) in hp_reallocate_chunkset()
385 block_pos= (info->chunk_count % info->block.records_in_block); in hp_allocate_one_chunk()
397 info->chunk_count++; in hp_allocate_one_chunk()
H A D_check.c54 ulong records= 0, deleted= 0, chunk_count= 0, pos, next_block; in heap_check_heap() local
80 if (next_block >= share->recordspace.chunk_count) in heap_check_heap()
82 next_block= share->recordspace.chunk_count; in heap_check_heap()
92 chunk_count++; in heap_check_heap()
96 chunk_count++; in heap_check_heap()
99 chunk_count++; in heap_check_heap()
115 chunk_count != share->recordspace.chunk_count || in heap_check_heap()
122 chunk_count, (ulong) share->recordspace.chunk_count, in heap_check_heap()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dffsl.h45 enum { chunk_count = (sizeof (TYPE) - 1) / sizeof (unsigned int) + 1 }; in FUNC()
47 if (chunk_count > 1) in FUNC()
59 for (k = 1; k < chunk_count - 1; k++) in FUNC()
64 return (chunk_count - 1) * chunk_bits in FUNC()
65 + ffs ((unsigned int) (j >> ((chunk_count - 1) * chunk_bits))); in FUNC()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DChunkWriter.cpp37 …local_reader(reader), path(path), chunk_size(24*3), chunk_count(1), frame_count(1), is_writing(fal… in ChunkWriter()
91 frame->Save(get_chunk_path(chunk_count, "", ".jpeg"), 1.0); in WriteFrame()
94 create_folder(get_chunk_path(chunk_count, "final", "")); in WriteFrame()
95 writer_final = new FFmpegWriter(get_chunk_path(chunk_count, "final", default_extension)); in WriteFrame()
100 create_folder(get_chunk_path(chunk_count, "preview", "")); in WriteFrame()
101 writer_preview = new FFmpegWriter(get_chunk_path(chunk_count, "preview", default_extension)); in WriteFrame()
106 create_folder(get_chunk_path(chunk_count, "thumb", "")); in WriteFrame()
107 writer_thumb = new FFmpegWriter(get_chunk_path(chunk_count, "thumb", default_extension)); in WriteFrame()
183 chunk_count++; in WriteFrame()
251 chunk_count++; in Close()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dffsl.h70 enum { chunk_count = (sizeof (TYPE) - 1) / sizeof (unsigned int) + 1 }; in FUNC()
72 if (chunk_count > 1) in FUNC()
84 for (k = 1; k < chunk_count - 1; k++) in FUNC()
89 return (chunk_count - 1) * chunk_bits in FUNC()
90 + ffs ((unsigned int) (j >> ((chunk_count - 1) * chunk_bits))); in FUNC()
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/updates/
H A Dpost.integrity_test.sql18 chunk_count INTEGER;
39 INTO STRICT chunk_count;
46 IF chunk_index_count != chunk_count THEN
47 … RAISE EXCEPTION 'Missing chunk indexes. Expected %, but found %', chunk_count, chunk_index_count;
59 INTO STRICT chunk_count;
68 IF chunk_constraint_count != chunk_count THEN
69 …k constraints for %. Expected %, but found %', constraint_row.conname, chunk_count, chunk_constrai…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Drandomized_encoder_unittest.cc122 size_t chunk_count = encoder.GetChunkCount(value, data_type); in TEST_P() local
123 size_t padded_input_length = chunk_count * kEncodedChunkLengthInBytes; in TEST_P()
161 size_t chunk_count = encoder.GetChunkCount(value, data_type); in TEST_P() local
162 size_t padded_input_length = chunk_count * kEncodedChunkLengthInBytes; in TEST_P()
164 EXPECT_EQ(data_type == TestRandomizedEncoder::FORM_URL, chunk_count > 1); in TEST_P()
317 size_t chunk_count = in TEST_P() local
324 SCOPED_TRACE(testing::Message() << "chunk_count=" << chunk_count); in TEST_P()
329 /*count=*/kEncodedChunkLengthInBits * chunk_count, in TEST_P()
354 std::string output(kEncodedChunkLengthInBytes * chunk_count, in TEST_P()
359 for (size_t b = 0; b < kEncodedChunkLengthInBits * chunk_count; ++b) { in TEST_P()
[all …]

12345678910>>...26