Home
last modified time | relevance | path

Searched full:9 (Results 1 – 4 of 4) sorted by relevance

/tinycbor-2.7.6/
DMakefile13 GIT_ARCHIVE = git archive --prefix="$(PACKAGE)/" -9
135 $(MAKE) -f $(SRCDIR)Makefile.configure OUT='>&9' configure 9> $@
DDoxyfile393 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
396 # Minimum value: 0, maximum value: 9, default value: 0.
2215 # to make the SVG files visible in IE 9+ (other browsers do not have this
2228 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
/tinycbor-2.7.6/tools/json2cbor/
Djson2cbor.c111 -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in decode_base64()
134 -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, in decode_base64url()
160 if (c >= '0' && c <= '9') { in decode_base16()
170 if (c >= '0' && c <= '9') { in decode_base16()
/tinycbor-2.7.6/tests/encoder/
Dtst_encoder.cpp28 #if QT_VERSION >= QT_VERSION_CHECK(5, 9, 0)
219 #if QT_VERSION < QT_VERSION_CHECK(5, 9, 0) in encodeVariant()
365 #if QT_VERSION < QT_VERSION_CHECK(5, 9, 0) in addFixedData()