Searched refs:size (Results 1 – 8 of 8) sorted by relevance
/tinycbor-2.7.6/src/ |
D | cbor_buf_writer.c | 48 cbor_buf_writer_init(struct cbor_buf_writer *cb, uint8_t *buffer, size_t size) in cbor_buf_writer_init() argument 51 cb->end = buffer + size; in cbor_buf_writer_init()
|
D | cborencoder.c | 360 unsigned size = 2U << (fpType - CborHalfFloatType); in cbor_encode_floating_point() local 361 if (size == 8) in cbor_encode_floating_point() 363 else if (size == 4) in cbor_encode_floating_point() 368 return append_to_buffer(encoder, buf, size + 1); in cbor_encode_floating_point()
|
D | cbortojson.c | 413 size_t size; in stringify_map_key() local 415 FILE *memstream = open_memstream(key, &size); in stringify_map_key()
|
/tinycbor-2.7.6/tools/cbordump/ |
D | cbordump.c | 35 void *xrealloc(void *old, size_t size, const char *fname) in xrealloc() argument 37 old = realloc(old, size); in xrealloc()
|
/tinycbor-2.7.6/examples/ |
D | simplereader.c | 9 static uint8_t *readfile(const char *fname, size_t *size) in readfile() argument 18 *size = fread(buf, st.st_size, 1, f); in readfile()
|
/tinycbor-2.7.6/tests/tojson/ |
D | tst_tojson.cpp | 201 size_t size; in parseOne() local 203 FILE *f = open_memstream(&buffer, &size); in parseOne()
|
/tinycbor-2.7.6/ |
D | Doxyfile | 387 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This 392 # cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range 393 # is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 395 # the optimal cache size from a speed point of view. 1398 # Use this tag to change the font size of LaTeX formulas included as images in 1399 # the HTML documentation. When you change the font size after a successful 1820 # the XML output. Note that enabling this will significantly increase the size 1880 # size of the Perl module output will be much smaller and Perl will parse it 2089 # The DOT_FONTSIZE tag can be used to set the size (in points) of the font of 2138 # number of items for each type to make the size more manageable. Set this to 0 [all …]
|
/tinycbor-2.7.6/tests/parser/ |
D | tst_parser.cpp | 938 QCOMPARE(int(n), buffer.size()); in chunkedStringTest() 944 QCOMPARE(int(n), buffer.size()); in chunkedStringTest() 1168 QCOMPARE(int(len), bastring.size()); in compareOneString() 1171 QCOMPARE(int(len), bastring.size()); in compareOneString()
|