HomeSort by: relevance | last modified time | path
    Searched refs:OPT_WRITE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
stats.c 870 #define OPT_WRITE(name, var, size, emitter_type) \
887 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool)
892 OPT_WRITE(name, uv, usz, emitter_type_unsigned)
895 OPT_WRITE(name, ssv, sssz, emitter_type_ssize)
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string)
939 #undef OPT_WRITE
  /src/external/bsd/jemalloc/dist/src/
stats.c 1421 #define OPT_WRITE(name, var, size, emitter_type) \
1438 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool)
1443 OPT_WRITE(name, uv, usz, emitter_type_unsigned)
1446 OPT_WRITE(name, i64v, i64sz, emitter_type_int64)
1448 OPT_WRITE(name, u64v, u64sz, emitter_type_uint64)
1451 OPT_WRITE(name, sv, ssz, emitter_type_size)
1453 OPT_WRITE(name, ssv, sssz, emitter_type_ssize)
1459 OPT_WRITE(name, cpv, cpsz, emitter_type_string)
1544 #undef OPT_WRITE
  /src/crypto/external/apache2/openssl/dist/test/
pkcs12_format_test.c 3577 OPT_WRITE,
3587 { "write", OPT_WRITE, '-', "Write PKCS12 objects to file" },
3601 case OPT_WRITE:
  /src/crypto/external/bsd/openssl/dist/test/
pkcs12_format_test.c 865 OPT_WRITE,
875 { "write", OPT_WRITE, '-', "Write PKCS12 objects to file" },
889 case OPT_WRITE:

Completed in 32 milliseconds