Home
last modified time | relevance | path

Searched refs:min_bytes (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/utils/
H A Dostreams.h141 // if both {min_bytes} and the value are 0.
144 explicit AsHexBytes(uint64_t v, uint8_t min_bytes = 1, in AsHexBytes()
146 : value(v), min_bytes(min_bytes), byte_order(byte_order) {} in AsHexBytes()
148 uint8_t min_bytes; member
H A Dostreams.cc187 uint8_t bytes = hex.min_bytes; in operator <<()
/third_party/protobuf/src/google/protobuf/
H A Darena.cc110 ArenaImpl::Block* ArenaImpl::NewBlock(Block* last_block, size_t min_bytes) { in NewBlock() argument
118 // Verify that min_bytes + kBlockHeaderSize won't overflow. in NewBlock()
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()
H A Darena_impl.h330 Block* NewBlock(Block* last_block, size_t min_bytes);
/third_party/lwip/src/apps/snmp/
H A 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()
/third_party/curl/lib/
H A Dsmb.c204 unsigned short min_bytes; member
770 msg.min_bytes = smb_swap16(MAX_PAYLOAD_SIZE); in smb_send_read()

Completed in 8 milliseconds