Searched full:5 (Results 1 – 14 of 14) sorted by relevance
/tinycbor-2.7.6/include/tinycbor/ |
D | cborconstants_p.h | 38 MapType = 5U, /* a.k.a. object */ 61 SmallValueBitLength = 5U,
|
D | tinycbor-version.h | 2 #define TINYCBOR_VERSION_MINOR 5
|
D | cborinternal_p.h | 49 MapType = 5U, /* a.k.a. object */ 72 SmallValueBitLength = 5U,
|
D | compilersupport_p.h | 184 #if ((defined(__GNUC__) && (__GNUC__ >= 5)) && !defined(__INTEL_COMPILER)) || __has_builtin(__built… in add_check_overflow()
|
D | cbor.h | 103 CborBigfloatTag = 5,
|
/tinycbor-2.7.6/ |
D | Makefile | 84 # Check that QMAKE is Qt 5 87 ifneq ($(call check_qmake,$(QMAKE)),5) 89 ifneq ($(call check_qmake,$(QMAKE)),5) 91 ifneq ($(call check_qmake,$(QMAKE)),5) 92 QMAKE := @echo >&2 $(MAKEFILE): Cannot find a Qt 5 qmake; false
|
D | Doxyfile | 997 # Minimum value: 1, maximum value: 20, default value: 5. 1000 COLS_IN_ALPHA_INDEX = 5
|
/tinycbor-2.7.6/tests/parser/ |
D | tst_parser.cpp | 480 QTest::newRow("bytestring5*2") << raw("\x59\0\5Hello") << "h'48656c6c6f'_1"; in addStringsData() 482 QTest::newRow("bytestring5*4") << raw("\x5a\0\0\0\5Hello") << "h'48656c6c6f'_2"; in addStringsData() 484 QTest::newRow("bytestring5*8") << raw("\x5b\0\0\0\0\0\0\0\5Hello") << "h'48656c6c6f'_3"; in addStringsData() 616 // medium-sized array: 32 elements (1 << 5) in arrays() 618 for (int i = 0; i < 5; ++i) { in arrays() 1007 QTest::newRow("bytestring5") << raw("\x45Hello") << 5; in stringLength_data() 1015 QTest::newRow("textstring5") << raw("\x65Hello") << 5; in stringLength_data() 1028 QTest::newRow("bytestring5*1") << raw("\x58\x05Hello") << 5; in stringLength_data() 1029 QTest::newRow("textstring5*1") << raw("\x78\x05Hello") << 5; in stringLength_data() 1030 QTest::newRow("bytestring5*2") << raw("\x59\0\5Hello") << 5; in stringLength_data() [all …]
|
/tinycbor-2.7.6/src/ |
D | tags.txt | 7 5;Bigfloat;Array;Bigfloat
|
D | cborvalidation.c | 156 <td>5</td> 250 { 5, (uint8_t)CborArrayType },
|
D | cbortojson.c | 211 size_t len = (n + 5) / 3 * 4; in generic_dump_base64()
|
/tinycbor-2.7.6/tests/encoder/ |
D | tst_encoder.cpp | 28 #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() 563 // make a list with 32 elements (1 << 5) in arrays() 564 for (int i = 0; i < 5; ++i) { in arrays() 611 // make a map with 32 elements (1 << 5) in maps() 612 for (int i = 0; i < 5; ++i) { in maps()
|
/tinycbor-2.7.6/tools/json2cbor/ |
D | json2cbor.c | 111 -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() 368 && strcmp(item->string + strlen(item->string) - 5, meta_data_marker) == 0) in decode_json()
|
/tinycbor-2.7.6/tests/tojson/ |
D | tst_tojson.cpp | 156 QTest::newRow("_textstring5*5") << raw("\x7f\x61H\x61""e\x61l\x61l\x61o\xff") << "\"Hello\""; in addTextStringsData() 186 QTest::newRow("_bytestring5*5") << raw("\x5f\x41H\x41""e\x41l\x41l\x41o\xff") << "\"SGVsbG8\""; in addByteStringsData() 483 QTest::newRow("_bytestring5*5") << raw("\x5f\x41H\x41""e\x41l\x41l\x41o\xff") in taggedByteStringsToBase16_data()
|