Home
last modified time | relevance | path

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

/tinycbor-2.7.6/include/tinycbor/
Dcompilersupport_p.h203 …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/
Djson2cbor.c73 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/
Dcbortojson.c239 *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/
Dtst_parser.cpp537 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()