Searched refs:bits (Results 1 – 8 of 8) sorted by relevance
22 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.94 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.150 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.189 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.206 … size, depending on compiler and project. This removes the restrictions that enums must be 32 bits.218 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.271 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.314 … `size_t` or `uint_fast32_t` which are typically the same size as the architecture (32 or 64 bits).315 …* This means that list/map/string sizes can be 64 bits on 64-bit architectures. Note that having 6…360 * zcbor.py: Add suffix for literal values larger than 32-bits.[all …]
95 …gth encoding, and always using minimal length encoding (e.g. not using 16 bits to encode a value <…333 | 3 bits | 5 bits |
135 SUIT_Rep_Policy = uint .bits suit-reporting-bits137 suit-reporting-bits = &(
146 SUIT_Rep_Policy = uint .bits suit-reporting-bits148 suit-reporting-bits = &(
175 SUIT_Rep_Policy = uint .bits suit-reporting-bits177 suit-reporting-bits = &(
200 SUIT_Rep_Policy = uint ;.bits suit-reporting-bits202 ;suit-reporting-bits = &(
184 SUIT_Reporting_Policy = uint .bits suit-reporting-bits186 suit-reporting-bits = &(
244 self.bits = None679 def set_bits(self, bits): argument682 self.bits = bits1178 if self.type == "UINT" and self.bits:1389 if self.bits:1390 mask = sum(((1 << b.value) for b in self.my_control_groups[self.bits].value))2043 if self.bits:2044 ret_val.extend(self.my_control_groups[self.bits].type_def_bits())2383 if self.bits:2387 for c in self.my_control_groups[self.bits].value])