| /freebsd-12-stable/contrib/libucl/tests/ |
| D | test_speed.c | 66 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()
|
| D | test_basic.c | 39 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 …]
|
| D | test_generate.c | 49 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()
|
| D | test_msgpack.c | 110 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-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MSA.txt | 37 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-12-stable/contrib/libucl/ |
| D | README.md | 392 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
|
| D | ChangeLog.md | 13 - Allow userdata objects to be emitted and destructed
|
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_fence.c | 724 uint64_t emitted; in radeon_fence_count_emitted() local 730 emitted = rdev->fence_drv[ring].sync_seq[ring] in radeon_fence_count_emitted() 733 if (emitted > 0x10000000) { in radeon_fence_count_emitted() 734 emitted = 0x10000000; in radeon_fence_count_emitted() 736 return (unsigned)emitted; in radeon_fence_count_emitted()
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | observer.texi | 47 Note that the @code{normal_stop} notification is not emitted when 51 is emitted.
|
| /freebsd-12-stable/sys/arm/mv/ |
| D | std-pj4b.mv | 9 # (in opt_global.h) clashed with the value emitted by genassym which
|
| /freebsd-12-stable/contrib/llvm-project/lld/docs/ |
| D | missingkeyfunction.rst | 21 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-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VVPInstrInfo.td | 10 // SDNodes are an intermediate isel layer between the vector SDNodes emitted by
|
| /freebsd-12-stable/contrib/googletest/googlemock/scripts/generator/ |
| D | README | 18 If no ClassNames are specified, all classes in the file are emitted.
|
| /freebsd-12-stable/contrib/gcc/ |
| D | LANGUAGES | 23 taken to signify a tentative definition which should not be emitted until
|
| D | predict.def | 80 /* Condition emitted by preconditiong code to ensure that variable
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | api.rst | 406 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 414 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 423 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 447 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 468 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 484 :returns: If XOF_COLUMNS is set, the number of columns used; otherwise the number of bytes emitted 502 container, instance, leaf, or leaf list that is emitted. 504 Since attributes are only emitted in XML, their use should be limited 506 already emitted in other form. 990 failure, a message is emitted and -1 is returned:: [all …]
|
| D | field-formatting.rst | 47 - a ' ' character, indicating a space should be emitted before 49 - a '+' character, indicating sign should emitted before any number. 341 In this example, the value for the number of items in stock is emitted::
|
| D | xo.rst | 41 The `--wrap $path` option can be used to wrap emitted content in a
|
| D | field-modifiers.rst | 8 Field modifiers are flags which modify the way content emitted for 275 expression based on the most recent number emitted and the current
|
| /freebsd-12-stable/contrib/binutils/gas/doc/ |
| D | c-ia64.texi | 40 emitted by the assembler. All it does is turn on the EF_IA_64_CONS_GP 52 affect the machine code emitted by the assembler. All it does is
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticOptions.def | 82 VALUE_DIAGOPT(ErrorLimit, 32, 0) /// Limit # errors emitted.
|
| D | Diagnostic.td | 77 // All diagnostics emitted by the compiler are an indirect subclass of this.
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | typeinfo | 165 // if a type would normally have a default-visibility RTTI emitted as a weak 168 // a unique RTTI: the RTTI is emitted with linkonce_odr linkage and is assumed
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| D | Automaton.td | 52 // is accepted or not, a table is emitted that allows determining a plausible
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/ |
| D | Memory.inc | 188 /// that has been emitted it must invalidate the instruction cache on some
|