Home
last modified time | relevance | path

Searched refs:ext_size (Results 76 – 100 of 714) sorted by relevance

12345678910>>...29

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb_memcache/r/
H A Dexternal_values.result22 SELECT mkey, string_value, ext_size, SUM(length(content)) AS total_parts
25 GROUP BY mkey, string_value, ext_size
27 mkey string_value ext_size total_parts
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/ndb_memcache/r/
H A Dexternal_values.result22 SELECT mkey, string_value, ext_size, SUM(length(content)) AS total_parts
25 GROUP BY mkey, string_value, ext_size
27 mkey string_value ext_size total_parts
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/ndb_memcache/r/
H A Dexternal_values.result22 SELECT mkey, string_value, ext_size, SUM(length(content)) AS total_parts
25 GROUP BY mkey, string_value, ext_size
27 mkey string_value ext_size total_parts
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/ndb_memcache/r/
H A Dexternal_values.result22 SELECT mkey, string_value, ext_size, SUM(length(content)) AS total_parts
25 GROUP BY mkey, string_value, ext_size
27 mkey string_value ext_size total_parts
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/ndb_memcache/r/
H A Dexternal_values.result22 SELECT mkey, string_value, ext_size, SUM(length(content)) AS total_parts
25 GROUP BY mkey, string_value, ext_size
27 mkey string_value ext_size total_parts
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/ndb_memcache/r/
H A Dexternal_values.result22 SELECT mkey, string_value, ext_size, SUM(length(content)) AS total_parts
25 GROUP BY mkey, string_value, ext_size
27 mkey string_value ext_size total_parts
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/ndb_memcache/r/
H A Dexternal_values.result22 SELECT mkey, string_value, ext_size, SUM(length(content)) AS total_parts
25 GROUP BY mkey, string_value, ext_size
27 mkey string_value ext_size total_parts
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5MFaggr.c217 hsize_t ext_size = size + aggr_frag_size; in H5MF__aggr_alloc() local
220 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF__aggr_alloc()
223 …>addr > 0) && (extended = H5F__try_extend(f, alloc_type, (aggr->addr + aggr->size), ext_size)) < 0) in H5MF__aggr_alloc()
228 aggr->addr += ext_size; in H5MF__aggr_alloc()
229 aggr->tot_size += ext_size; in H5MF__aggr_alloc()
248 hsize_t ext_size = aggr->alloc_size; in H5MF__aggr_alloc() local
255 if(aggr_frag_size > (ext_size - size)) in H5MF__aggr_alloc()
256 ext_size += (aggr_frag_size - (ext_size - size)); in H5MF__aggr_alloc()
259 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF__aggr_alloc()
266 aggr->size += (ext_size - aggr_frag_size); in H5MF__aggr_alloc()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5MFaggr.c216 hsize_t ext_size = size + aggr_frag_size; in H5MF_aggr_alloc() local
219 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF_aggr_alloc()
227 aggr->addr += ext_size; in H5MF_aggr_alloc()
228 aggr->tot_size += ext_size; in H5MF_aggr_alloc()
250 hsize_t ext_size = aggr->alloc_size; in H5MF_aggr_alloc() local
257 if(aggr_frag_size > (ext_size - size)) in H5MF_aggr_alloc()
258 ext_size += (aggr_frag_size - (ext_size - size)); in H5MF_aggr_alloc()
261 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF_aggr_alloc()
264 …s_extended = H5FD_try_extend(f->shared->lf, alloc_type, f, aggr->addr + aggr->size, ext_size)) < 0) in H5MF_aggr_alloc()
268 aggr->size += (ext_size - aggr_frag_size); in H5MF_aggr_alloc()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5MFaggr.c217 hsize_t ext_size = size + aggr_frag_size; in H5MF__aggr_alloc() local
220 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF__aggr_alloc()
223 …>addr > 0) && (extended = H5F__try_extend(f, alloc_type, (aggr->addr + aggr->size), ext_size)) < 0) in H5MF__aggr_alloc()
228 aggr->addr += ext_size; in H5MF__aggr_alloc()
229 aggr->tot_size += ext_size; in H5MF__aggr_alloc()
248 hsize_t ext_size = aggr->alloc_size; in H5MF__aggr_alloc() local
255 if(aggr_frag_size > (ext_size - size)) in H5MF__aggr_alloc()
256 ext_size += (aggr_frag_size - (ext_size - size)); in H5MF__aggr_alloc()
259 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF__aggr_alloc()
266 aggr->size += (ext_size - aggr_frag_size); in H5MF__aggr_alloc()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5MFaggr.c215 hsize_t ext_size = size + aggr_frag_size; in H5MF__aggr_alloc() local
218 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF__aggr_alloc()
221 …0) && (extended = H5F_try_extend(f, dxpl_id, alloc_type, (aggr->addr + aggr->size), ext_size)) < 0) in H5MF__aggr_alloc()
226 aggr->addr += ext_size; in H5MF__aggr_alloc()
227 aggr->tot_size += ext_size; in H5MF__aggr_alloc()
245 hsize_t ext_size = aggr->alloc_size; in H5MF__aggr_alloc() local
252 if(aggr_frag_size > (ext_size - size)) in H5MF__aggr_alloc()
253 ext_size += (aggr_frag_size - (ext_size - size)); in H5MF__aggr_alloc()
256 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF__aggr_alloc()
263 aggr->size += (ext_size - aggr_frag_size); in H5MF__aggr_alloc()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5MFaggr.c218 hsize_t ext_size = size + aggr_frag_size; in H5MF_aggr_alloc() local
221 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF_aggr_alloc()
229 aggr->addr += ext_size; in H5MF_aggr_alloc()
230 aggr->tot_size += ext_size; in H5MF_aggr_alloc()
252 hsize_t ext_size = aggr->alloc_size; in H5MF_aggr_alloc() local
259 if(aggr_frag_size > (ext_size - size)) in H5MF_aggr_alloc()
260 ext_size += (aggr_frag_size - (ext_size - size)); in H5MF_aggr_alloc()
263 if(H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr)) in H5MF_aggr_alloc()
266 … (extended = H5FD_try_extend(f->shared->lf, alloc_type, f, aggr->addr + aggr->size, ext_size)) < 0) in H5MF_aggr_alloc()
270 aggr->size += (ext_size - aggr_frag_size); in H5MF_aggr_alloc()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5MFaggr.c228 hsize_t ext_size = size + aggr_frag_size; local
231 if (H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr))
237 … (extended = H5F__try_extend(f, alloc_type, (aggr->addr + aggr->size), ext_size)) < 0)
242 aggr->addr += ext_size;
243 aggr->tot_size += ext_size;
266 hsize_t ext_size = aggr->alloc_size; local
273 if (aggr_frag_size > (ext_size - size))
274 ext_size += (aggr_frag_size - (ext_size - size));
277 if (H5F_addr_gt((aggr->addr + aggr->size + ext_size), f->shared->tmp_addr))
287 aggr->size += (ext_size - aggr_frag_size);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/
H A Dwav_header.cc230 int16_t ext_size; in ReadWavHeader() local
231 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size) in ReadWavHeader()
233 if (readable->Read(&ext_size, sizeof(ext_size)) != sizeof(ext_size)) in ReadWavHeader()
235 if (ext_size != 0) in ReadWavHeader()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/
H A Dwav_header.cc230 int16_t ext_size; in ReadWavHeader() local
231 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size) in ReadWavHeader()
233 if (readable->Read(&ext_size, sizeof(ext_size)) != sizeof(ext_size)) in ReadWavHeader()
235 if (ext_size != 0) in ReadWavHeader()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/
H A Dwav_header.cc230 int16_t ext_size; in ReadWavHeader() local
231 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size) in ReadWavHeader()
233 if (readable->Read(&ext_size, sizeof(ext_size)) != sizeof(ext_size)) in ReadWavHeader()
235 if (ext_size != 0) in ReadWavHeader()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/
H A Dwav_header.cc230 int16_t ext_size; in ReadWavHeader() local
231 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size) in ReadWavHeader()
233 if (readable->Read(&ext_size, sizeof(ext_size)) != sizeof(ext_size)) in ReadWavHeader()
235 if (ext_size != 0) in ReadWavHeader()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/common_audio/
H A Dwav_header.cc167 int16_t ext_size; in ReadFmtChunkData() local
168 if (kFmtSubchunkSize + sizeof(ext_size) != fmt_size) in ReadFmtChunkData()
170 if (readable->Read(&ext_size, sizeof(ext_size)) != sizeof(ext_size)) in ReadFmtChunkData()
172 if (ext_size != 0) in ReadFmtChunkData()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c30 int repeat, u32 ext_size) in solo_p2m_dma() argument
46 repeat, ext_size); in solo_p2m_dma()
126 int repeat, u32 ext_size) in solo_p2m_fill_desc() argument
136 desc->cfg |= SOLO_P2M_EXT_INC(ext_size >> 2); in solo_p2m_fill_desc()
147 int repeat, u32 ext_size) in solo_p2m_dma_t() argument
152 ext_size); in solo_p2m_dma_t()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c30 int repeat, u32 ext_size) in solo_p2m_dma() argument
46 repeat, ext_size); in solo_p2m_dma()
126 int repeat, u32 ext_size) in solo_p2m_fill_desc() argument
136 desc->cfg |= SOLO_P2M_EXT_INC(ext_size >> 2); in solo_p2m_fill_desc()
147 int repeat, u32 ext_size) in solo_p2m_dma_t() argument
152 ext_size); in solo_p2m_dma_t()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c30 int repeat, u32 ext_size) in solo_p2m_dma() argument
46 repeat, ext_size); in solo_p2m_dma()
126 int repeat, u32 ext_size) in solo_p2m_fill_desc() argument
136 desc->cfg |= SOLO_P2M_EXT_INC(ext_size >> 2); in solo_p2m_fill_desc()
147 int repeat, u32 ext_size) in solo_p2m_dma_t() argument
152 ext_size); in solo_p2m_dma_t()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/fw/uifv1/
H A Dstream.c259 (size_counter < size) && (bios_tx_record_.ext_counter < bios_tx_record_.ext_size); in _stream_put_bytes()
325 (*tmp_record).ext_size = bios_tx_record_.ext_size; in _stream_internal_stream()
341 bios_tx_record_.ext_size = size_out; in _stream_internal_stream()
356 bios_tx_record_.ext_size = (*tmp_record).ext_size; in _stream_external_stream()
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang.c2149 size = &((struct lys_module *)node)->ext_size; in yang_ext_instance()
2165 size = &((struct lys_import *)node)->ext_size; in yang_ext_instance()
2195 size = &((struct lys_node *)node)->ext_size; in yang_ext_instance()
2211 size = &((struct lys_ext *)node)->ext_size; in yang_ext_instance()
2221 size = &((struct lys_ident *)node)->ext_size; in yang_ext_instance()
2231 size = &((struct lys_tpdf *)node)->ext_size; in yang_ext_instance()
2244 size = &((struct lys_restr *)node)->ext_size; in yang_ext_instance()
2249 size = &((struct lys_when *)node)->ext_size; in yang_ext_instance()
3545 for (j = 0; j < type->ext_size; ++j) { in yang_fill_type()
3712 for (j = 0; j < tpdf[i].ext_size; ++j) { in yang_check_typedef()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/ipset/
H A Dip_set_hash_gen.h114 #define ext_size(n, dsize) \ macro
426 t->hregion[r].ext_size = 0; in mtype_flush()
535 t->hregion[r].ext_size -= in mtype_gc_do()
558 t->hregion[r].ext_size -= in mtype_gc_do()
833 *ext_size += t->hregion[r].ext_size; in mtype_ext_size()
890 t->hregion[r].ext_size += in mtype_add()
957 t->hregion[r].ext_size += in mtype_add()
1100 t->hregion[r].ext_size -= ext_size(n->size, dsize); in mtype_del()
1119 t->hregion[r].ext_size -= in mtype_del()
1268 size_t ext_size = 0; in mtype_head() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/ipset/
H A Dip_set_hash_gen.h114 #define ext_size(n, dsize) \ macro
426 t->hregion[r].ext_size = 0; in mtype_flush()
535 t->hregion[r].ext_size -= in mtype_gc_do()
558 t->hregion[r].ext_size -= in mtype_gc_do()
833 *ext_size += t->hregion[r].ext_size; in mtype_ext_size()
890 t->hregion[r].ext_size += in mtype_add()
957 t->hregion[r].ext_size += in mtype_add()
1100 t->hregion[r].ext_size -= ext_size(n->size, dsize); in mtype_del()
1119 t->hregion[r].ext_size -= in mtype_del()
1268 size_t ext_size = 0; in mtype_head() local
[all …]

12345678910>>...29