Home
last modified time | relevance | path

Searched refs:IB_PRIM (Results 1 – 2 of 2) sorted by relevance

/external/cn-cbor/src/
Dcbor.h22 #define IB_PRIM (MT_PRIM << 5) macro
51 #define IB_FALSE (IB_PRIM | VAL_FALSE)
52 #define IB_TRUE (IB_PRIM | VAL_TRUE)
53 #define IB_NIL (IB_PRIM | VAL_NIL)
54 #define IB_UNDEF (IB_PRIM | VAL_UNDEF)
62 #define IB_BREAK (IB_PRIM | AI_INDEF)
67 #define IB_FLOAT2 (IB_PRIM | AI_2)
68 #define IB_FLOAT4 (IB_PRIM | AI_4)
69 #define IB_FLOAT8 (IB_PRIM | AI_8)
Dcn-encoder.c69 IB_PRIM, /* CN_CBOR_SIMPLE */
148 write_byte_and_data(IB_PRIM | 25, (const void*)&be16, 2); in _write_double()
155 write_byte_and_data(IB_PRIM | 26, (const void*)&be32, 4); in _write_double()
159 write_byte_and_data(IB_PRIM | 25, (const void*)"\x7e\x00", 2); in _write_double()
173 write_byte_and_data(IB_PRIM | 27, (const void*)&be64, 8); in _write_double()