Home
last modified time | relevance | path

Searched refs:size (Results 1 – 8 of 8) sorted by relevance

/tinycbor-2.7.6/src/
Dcbor_buf_writer.c48 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()
Dcborencoder.c360 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()
Dcbortojson.c413 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/
Dcbordump.c35 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/
Dsimplereader.c9 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/
Dtst_tojson.cpp201 size_t size; in parseOne() local
203 FILE *f = open_memstream(&buffer, &size); in parseOne()
/tinycbor-2.7.6/
DDoxyfile387 # 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/
Dtst_parser.cpp938 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()