Home
last modified time | relevance | path

Searched defs: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
/third_party/flutter/engine/flutter/flow/
Dinstrumentation.cc243 size_t min_bytes = GetMinValue(); in Visualize() local
/third_party/protobuf/src/google/protobuf/
Darena.cc110 ArenaImpl::Block* ArenaImpl::NewBlock(Block* last_block, size_t min_bytes) { in NewBlock()
/third_party/lwip/src/apps/snmp/
Dsnmp_core.c1291 u8_t min_bytes = (bit_count + 7) >> 3; /* >>3 -> / 8 */ in snmp_encode_bits() local
/third_party/curl/lib/
Dsmb.h204 unsigned short min_bytes; member