HomeSort by: relevance | last modified time | path
    Searched defs:print_time (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
test_acquire_cred.c 40 print_time(OM_uint32 time_rec) function
72 print_time(time_rec);
98 print_time(time_rec);
141 print_time(time_rec);
  /src/crypto/external/apache2/openssl/dist/test/testutil/
tests.c 446 static const char *print_time(const ASN1_TIME *t) function
463 print_time(at1), print_time(at2)); \
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_acquire_cred.c 54 print_time(OM_uint32 time_rec) function
88 print_time(time_rec);
114 print_time(time_rec);
163 print_time(time_rec);
  /src/crypto/external/bsd/openssl/dist/test/testutil/
tests.c 447 static const char *print_time(const ASN1_TIME *t) function
464 print_time(at1), print_time(at2)); \
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
tests.c 422 static const char *print_time(const ASN1_TIME *t) function
439 print_time(at1), print_time(at2)); \
  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-print.c 131 print_time(int indent, const char *name, time_t t) function
651 print_time(0, "Creation Time", pubkey->birthtime);
941 print_time(print->indent, "Signature Creation Time",
1050 print_time(print->indent, "Signature Creation Time", content->ss_time);
1293 print_time(print->indent, "Signature Creation Time",
  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 60 double print_time = 0.0; variable
82 if (print_time > 0.0)
84 100.0 / print_time, print_time / hz);
90 print_time = 1.0;
124 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time,
478 100 * (np->cg.prop.self + np->cg.prop.child) / print_time,
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 60 double print_time = 0.0; variable
82 if (print_time > 0.0)
84 100.0 / print_time, print_time / hz);
90 print_time = 1.0;
124 100 * (cyc->cg.prop.self + cyc->cg.prop.child) / print_time,
478 100 * (np->cg.prop.self + np->cg.prop.child) / print_time,
  /src/external/gpl3/gcc.old/dist/gcc/
timevar.cc 809 print_time (const char *str, long total) function
  /src/external/mpl/dhcp/dist/common/
print.c 1317 print_time(TIME t) function
  /src/external/gpl3/gcc/dist/gcc/
timevar.cc 982 print_time (const char *str, long total) function
  /src/external/gpl3/gdb.old/dist/gdb/
maint.c 997 print_time (_("command finished"));
1077 print_time (_("command started"));
1102 scoped_command_stats::print_time (const char *msg)
1101 scoped_command_stats::print_time (const char *msg) function in class:scoped_command_stats
  /src/external/gpl3/gdb/dist/gdb/
maint.c 1011 print_time (_("command finished"));
1091 print_time (_("command started"));
1116 scoped_command_stats::print_time (const char *msg)
1115 scoped_command_stats::print_time (const char *msg) function in class:scoped_command_stats
  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 920 int print_time = 0; local
1084 print_time = 1;
1307 if (print_time) {
1871 if (print_time) {
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 910 int print_time = 0; local
1079 print_time = 1;
1304 if (print_time) {
1876 if (print_time) {
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 916 int print_time = 0; local
1106 print_time = 1;
1319 if (print_time) {
1866 if (print_time) {
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 656 void print_time (const char *, const tm *, const char *);
1157 bytes_out::print_time (const char *kind, const tm *time, const char *tz) function in class:bytes_out
14534 readme.print_time ("build", time, "UTC");
14539 readme.print_time ("local", time,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 685 void print_time (const char *, const tm *, const char *);
1121 bytes_out::print_time (const char *kind, const tm *time, const char *tz) function in class:bytes_out
14008 readme.print_time ("build", time, "UTC");
14013 readme.print_time ("local", time,
  /src/external/bsd/nsd/dist/
rdata.c 437 print_time(struct buffer *output, uint16_t rdlength, const uint8_t *rdata, function
2876 if (!print_time(output, rr->rdlength, rr->rdata, &length))
2879 if (!print_time(output, rr->rdlength, rr->rdata, &length))
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 3210 print_time(FILE *fp) ISC_ATTR_NONNULL(1);
3212 print_time(FILE *fp) { function
4074 print_time(outfp);
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 5914 print_time(hrtime_t t, char *timebuf) function
6329 print_time(zs->zs_proc_stop - now, timebuf);
6354 print_time(zc->zc_time, timebuf);

Completed in 52 milliseconds