Home
last modified time | relevance | path

Searched refs:min_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Durisourcebin.c31 guint min_bytes, max_bytes, avg_bytes; in GST_START_TEST() local
45 "minimum-byte-level", &min_bytes)); in GST_START_TEST()
46 fail_unless_equals_int (0, min_bytes); in GST_START_TEST()
/third_party/flutter/engine/flutter/flow/
Dinstrumentation.cc243 size_t min_bytes = GetMinValue(); in Visualize() local
266 (double)(current_bytes - min_bytes) / (max_bytes - min_bytes); in Visualize()
/third_party/protobuf/src/google/protobuf/
Darena.cc110 ArenaImpl::Block* ArenaImpl::NewBlock(Block* last_block, size_t min_bytes) { in NewBlock() argument
119 GOOGLE_CHECK_LE(min_bytes, std::numeric_limits<size_t>::max() - kBlockHeaderSize); in NewBlock()
120 size = std::max(size, kBlockHeaderSize + min_bytes); in NewBlock()
Darena_impl.h330 Block* NewBlock(Block* last_block, size_t min_bytes);
/third_party/lwip/src/apps/snmp/
Dsnmp_core.c1291 u8_t min_bytes = (bit_count + 7) >> 3; /* >>3 -> / 8 */ in snmp_encode_bits() local
1314 if (len < min_bytes) { in snmp_encode_bits()
1318 while ((len < min_bytes) && (buf_len > 0)) { in snmp_encode_bits()