Searched refs:long_size (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | vorbis_parse.c | 86 int long_size; in gst_parse_vorbis_header_packet() local 88 long_size = 1 << (packet->packet[28] >> 4); in gst_parse_vorbis_header_packet() 91 pad->nln_increments[3] = long_size >> 1; in gst_parse_vorbis_header_packet() 92 pad->nln_increments[2] = 3 * (long_size >> 2) - (short_size >> 2); in gst_parse_vorbis_header_packet() 93 pad->nln_increments[1] = (long_size >> 2) + (short_size >> 2); in gst_parse_vorbis_header_packet() 96 pad->long_size = long_size; in gst_parse_vorbis_header_packet()
|
D | gstoggstream.h | 84 int long_size; member
|
D | gstoggstream.c | 989 size = pad->vorbis_mode_sizes[mode] ? pad->long_size : pad->short_size; in packet_duration_vorbis()
|
/third_party/boost/libs/stl_interfaces/example/ |
D | static_vector.hpp | 222 size_type short_size, long_size; in swap() local 223 std::tie(short_size, long_size) = in swap() 244 shorter->size_ = long_size; in swap()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisenc.h | 83 int long_size, short_size; member
|
D | gstvorbisenc.c | 563 size = enc->vorbis_mode_sizes[mode] ? enc->long_size : enc->short_size; in packet_duration_vorbis() 586 enc->long_size = 1 << (packet->packet[28] >> 4); in parse_vorbis_header_packet()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | matmul_info.cc | 132 size_t long_size = long_strategy.size(); in CheckRelevantDimension() local 134 if (long_size < short_size) { in CheckRelevantDimension() 135 …MS_LOG(ERROR) << "Size error, the size of long strategy is " << long_size << ", the size of short … in CheckRelevantDimension() 140 size_t len_diff = long_size - short_size; in CheckRelevantDimension()
|
/third_party/glib/ |
D | meson.build | 1283 long_size = cc.sizeof('long') variable 1301 if long_long_size == long_size 1345 glib_conf.set('SIZEOF_LONG', long_size) 1382 elif long_size == 4 variable 1406 elif long_size == 8 and (long_long_size != long_size or int64_t_typedef == 'long') variable 1415 elif long_long_size == 8 and (long_long_size != long_size or int64_t_typedef == 'long long') 1457 'long': sizet_size == long_size, 1586 elif voidp_size == long_size 1604 if long_size != 8 and long_long_size != 8 and int_size != 8 1609 glibconfig_conf.set('glongbits', long_size * 8) [all …]
|
/third_party/boost/boost/container/ |
D | string.hpp | 1200 size_type long_size = this->priv_long_size(); in shrink_to_fit() local 1204 , long_size+1); in shrink_to_fit() 2864 const size_type long_size = this->priv_long_size(); in priv_shrink_to_fit_dynamic_buffer() local 2869 real_cap = long_size+1; in priv_shrink_to_fit_dynamic_buffer() 2870 const pointer ret = this->allocation_command(allocate_new, long_size+1, real_cap, reuse); in priv_shrink_to_fit_dynamic_buffer() 2874 , long_size+1); in priv_shrink_to_fit_dynamic_buffer()
|