Searched refs:emitted (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_speed.c66 unsigned char *emitted; local
109 emitted = ucl_object_emit (obj, UCL_EMIT_CONFIG);
113 printf ("ucl: emitted config in %.4f seconds\n", seconds);
115 free (emitted);
118 emitted = ucl_object_emit (obj, UCL_EMIT_JSON);
122 printf ("ucl: emitted json in %.4f seconds\n", seconds);
124 free (emitted);
127 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT);
131 printf ("ucl: emitted compact json in %.4f seconds\n", seconds);
133 free (emitted);
[all...]
H A Dtest_basic.c39 unsigned char *emitted = NULL; local
200 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT);
203 emitted = ucl_object_emit (obj, UCL_EMIT_JSON);
207 emitted = ucl_object_emit (obj, UCL_EMIT_YAML);
210 emitted = NULL;
211 func = ucl_object_emit_memory_funcs ((void **)&emitted);
220 fprintf (out, "%s\n****\n", emitted);
226 ucl_parser_add_string (parser2, (const char *)emitted, 0);
231 fprintf (out, "%s\n", emitted);
236 if (emitted !
[all...]
H A Dtest_generate.c49 unsigned char *emitted; local
276 fn = ucl_object_emit_memory_funcs ((void **)&emitted);
278 fprintf (out, "%s\n", emitted);
285 if (ucl_parser_add_chunk_full (parser, emitted, strlen (emitted),
295 ucl_parser_add_chunk_full (parser, emitted, strlen (emitted),
307 if (emitted != NULL) {
308 free (emitted);
H A Dtest_msgpack.c110 unsigned char *emitted, *emitted2; local
164 emitted = ucl_object_emit_len (obj, UCL_EMIT_MSGPACK, &elen);
166 assert (emitted != NULL);
169 fprintf (out, "%*.s\n", (int)elen, emitted);
177 if (!ucl_parser_add_chunk_full (parser, emitted, elen, 0,
191 assert (memcmp (emitted, emitted2, elen) == 0);
195 free (emitted);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc316 * otherwise the record for this kind won't be emitted.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc316 * otherwise the record for this kind won't be emitted.

Completed in 102 milliseconds