Home
last modified time | relevance | path

Searched refs:emitted (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd/contrib/libucl/tests/
H A Dtest_speed.c66 unsigned char *emitted; in main() local
109 emitted = ucl_object_emit (obj, UCL_EMIT_CONFIG); in main()
115 free (emitted); in main()
118 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
124 free (emitted); in main()
127 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT); in main()
133 free (emitted); in main()
136 emitted = ucl_object_emit (obj, UCL_EMIT_YAML); in main()
142 free (emitted); in main()
H A Dtest_basic.c39 unsigned char *emitted = NULL; in main() local
200 emitted = ucl_object_emit (obj, UCL_EMIT_JSON_COMPACT); in main()
203 emitted = ucl_object_emit (obj, UCL_EMIT_JSON); in main()
207 emitted = ucl_object_emit (obj, UCL_EMIT_YAML); in main()
210 emitted = NULL; in main()
211 func = ucl_object_emit_memory_funcs ((void **)&emitted); in main()
220 fprintf (out, "%s\n****\n", emitted); in main()
226 ucl_parser_add_string (parser2, (const char *)emitted, 0); in main()
231 fprintf (out, "%s\n", emitted); in main()
236 if (emitted != NULL) { in main()
[all …]
H A Dtest_generate.c49 unsigned char *emitted; in main() local
276 fn = ucl_object_emit_memory_funcs ((void **)&emitted); in main()
278 fprintf (out, "%s\n", emitted); in main()
285 if (ucl_parser_add_chunk_full (parser, emitted, strlen (emitted), in main()
295 ucl_parser_add_chunk_full (parser, emitted, strlen (emitted), in main()
307 if (emitted != NULL) { in main()
308 free (emitted); in main()
H A Dtest_msgpack.c110 unsigned char *emitted, *emitted2; in main() local
164 emitted = ucl_object_emit_len (obj, UCL_EMIT_MSGPACK, &elen); in main()
166 assert (emitted != NULL); in main()
169 fprintf (out, "%*.s\n", (int)elen, emitted); in main()
177 if (!ucl_parser_add_chunk_full (parser, emitted, elen, 0, in main()
191 assert (memcmp (emitted, emitted2, elen) == 0); in main()
195 free (emitted); in main()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt37 same shuffle. ilvev.d will be emitted instead.
41 same shuffle. ilvod.d will be emitted instead.
49 shf.w will be emitted instead.
67 the same operation and will be emitted instead.
78 operation with the operands swapped. bmnzi.v will (currently) be emitted
83 bmnzi.b and bmzi.b and can be emitted.
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td14 "PSB block is stopped. An error is hence emitted in the trace and "
22 "corresponding PSB block. An error is hence emitted in the trace and "
/freebsd/contrib/libucl/
H A DREADME.md392 jansson: emitted object in 0.2609 seconds
395 ucl: emitted config in 0.2423 seconds
396 ucl: emitted json in 0.2329 seconds
397 ucl: emitted compact json in 0.1811 seconds
398 ucl: emitted yaml in 0.2489 seconds
405 ucl: emitted config in 0.1174 seconds
406 ucl: emitted json in 0.1174 seconds
407 ucl: emitted compact json in 0.0991 seconds
408 ucl: emitted yaml in 0.1354 seconds
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_02.E.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.H.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.HIPx.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.HP.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.J.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.JP.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.JPu.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.X.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.XP.err1 test_02: key field emitted after normal value field: 'name'
H A Dtest_02.T.err1 test_02: key field emitted after normal value field: 'name'
/freebsd/sys/arm/mv/
H A Dstd-pj4b.mv8 # (in opt_global.h) clashed with the value emitted by genassym which
/freebsd/contrib/llvm-project/lld/docs/
H A Dmissingkeyfunction.rst21 that references the class. In this case, it is emitted in a COMDAT section,
70 and as a result, the vtable for ``A`` is not emitted, because the compiler is
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dmlx90632.txt16 Since measured object emissivity effects Infra Red energy emitted, emissivity
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dgpio-poweroff.txt16 the CPU still running after a 3000ms delay, a WARN_ON(1) is emitted.
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.inc44 "times a warning was emitted for this line.")
/freebsd/contrib/libxo/doc/
H A Dapi.rst405 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted
413 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted
422 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted
467 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted
491 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted
507 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted
525 container, instance, leaf, or leaf list that is emitted.
527 Since attributes are only emitted in XML, their use should be limited
529 already emitted in other form.
1013 failure, a message is emitted and -1 is returned::
[all …]
H A Dfield-formatting.rst48 - a ' ' character, indicating a space should be emitted before
50 - a '+' character, indicating sign should emitted before any number.
342 In this example, the value for the number of items in stock is emitted::
/freebsd/share/vt/fonts/
H A Dtom-thumb.hex2 # with the addition of some characters (primarily those emitted by mandoc)

1234