Lines Matching +full:short +full:- +full:circuit
2 * Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com>
25 * C99 is not a subset of C++ -- 'restrict' qualifier is not a part of the
26 * language. This is a workaround to keep it in C headers -- compilers allow
27 * linking non-restrict signatures with restrict implementations.
50 /* http://stackoverflow.com/questions/1644868/c-define-macro-for-debug-printing
104 // Macro to short-circuit builder functions when memory allocation fails
112 // Macro to short-circuit builders when memory allocation of nested data fails
158 const cbor_item_t *item); /* Will be inlined iff link-time opt is enabled */
296 * Convenience wrapper for #cbor_decref when its set-to-null behavior is not
317 /** Provides CPP-like move construct