Lines Matching refs:bits
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.
374 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.
395 * Add support for the `.bits` operator.
441 * Using `&()` to turn groups into choices (unions). `&()` is supported when used with `.bits`.