Searched full:12 (Results 1 – 4 of 4) sorted by relevance
/tinycbor-2.7.6/include/tinycbor/ |
D | compilersupport_p.h | 203 …int mant = v << 12 >> 12 >> (53-11); /* keep only the 11 most significant bits of the mantissa … in encode_half()
|
/tinycbor-2.7.6/tools/json2cbor/ |
D | json2cbor.c | 73 val |= reverse_alphabet[in[1]] << 12; in decode_base64_generic() 77 val >>= 12; in decode_base64_generic() 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()
|
/tinycbor-2.7.6/src/ |
D | cbortojson.c | 239 *out++ = alphabet[(val >> 12) & 0x3f]; in generic_dump_base64() 266 out[1] = alphabet[(val >> 12) & 0x3f]; in generic_dump_base64()
|
/tinycbor-2.7.6/tests/parser/ |
D | tst_parser.cpp | 537 QTest::newRow("rfc3339date") << raw("\xc0\x78\x19" "2015-05-07 12:41:07-07:00") in addTagsData() 538 << "0(\"2015-05-07 12:41:07-07:00\")"; in addTagsData()
|