Lines Matching full:with

15 **Implemented in C with minimal dependency** – Dependent only
43 **Supports most of RFC 8949** – With some size limits, all data types
66 with the test suite. The test suite dependencies are minimal and the
76 descended into with QCBORDecode_EnterMap(). When a map has been
109 remains to support map searching with indefinite length strings.)
143 items with duplicate labels. This makes the code for decoding CBOR
156 performed with full proper error detection of overflow and underflow.
159 treats this similar to entering an array with one item. This is
181 through CAF](https://source.codeaurora.org/quic/QCBOR/QCBOR/) with a
188 the "Building with CMake" section for more information.
226 the pre processor defines that start with QCBOR_DISABLE_XXX.
228 ### Building with CMake
231 `CMakeLists.txt` file, QCBOR can be easily integrated with your project's
236 was mentioned before; or it can be built as a library to be integrated with your
274 * Encoding and decoding of half-precision with conversion to/from single
305 instead. Thus, even with this define, half-precision encoding and
317 No interfaces are disabled or removed with this define. If input that
333 With this defined, single and double-precision floating-point
346 This eliminates floating point support completely (along with related function
360 combination with `QCBOR_DISABLE_FLOAT_HW_USE`.
380 These are approximate sizes on a 64-bit x86 CPU with the -Os optimization.
383 protocol with strings, integers, arrays, maps and Booleans, but not floats
424 stack gaurds with llvm. It is safe to turn off stack gaurds with this
463 with the same API, except to decode indefinite-length strings a
550 License with no modification. These files have the SPDX license
560 documentation and/or other materials provided with the distribution.