Searched refs:bits (Results 1 – 6 of 6) sorted by relevance
5 * The int_size setting will override the number of bits, but keep the type
61 /* Protobuf supports enums up to 32 bits.
61 // full 32 bits for the value.
778 #define PB_FITS(value,bits) ((uint32_t)(value) < ((uint32_t)1<<bits)) argument
184 bits need to be used for each byte.221 The bits 4-5 define whether the field is required, optional or repeated.235 The bits 6-7 define the how the storage for the field is allocated:889 Same as `pb_decode_varint`, but limits the value to 32 bits: