Searched refs:log (Results 1 - 25 of 345) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D940718-1.c1 extern double log (double) __attribute__ ((const));
6 exp(log(x));
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr36073.c4 extern double log (double x);
11 cached_value = log (f ());
H A Dpr39482.c4 extern double log (double __x);
8 return log ((double) m_liOutputBufferLen);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltins-15.c6 double log(double x);
12 x = log(y0);
13 x = log(x);
/haiku-buildtools/gcc/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
795 log_close(struct log *log) argument
812 log_open(struct log *log) argument
867 struct log *log; local
913 struct log *log = logd; local
997 struct log *log = logd; local
1043 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
33 The gzlog object allows writing short messages to a gzipped log file,
34 opening the log file locked for small bursts, and then closing it. The log
37 replaces the uncompressed data in the file. The log file is truncated to
38 its new size at that time. After each write operation, the log file is a
42 system crash, and the log file will be recovered the next time the log is
52 /* Open a gzlog object, creating the log file if it does not exist. Return
57 this object. If path is "foo", then the log fil
[all...]
/haiku-buildtools/binutils/zlib/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
796 log_close(struct log *log) argument
813 log_open(struct log *log) argument
868 struct log *log; local
914 struct log *log = logd; local
998 struct log *log = logd; local
1044 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
35 The gzlog object allows writing short messages to a gzipped log file,
36 opening the log file locked for small bursts, and then closing it. The log
39 replaces the uncompressed data in the file. The log file is truncated to
40 its new size at that time. After each write operation, the log file is a
44 system crash, and the log file will be recovered the next time the log is
54 /* Open a gzlog object, creating the log file if it does not exist. Return
59 this object. If path is "foo", then the log fil
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dreorder2.go11 var log string var
16 log += "a(" + s + ")"
21 log += "b(" + s + ")"
28 log += "a(" + s + ")"
33 log += "b(" + s + ")"
45 log += "a(" + s + ")"
50 log += "b(" + s + ")"
58 log += "f(" + x + ", " + y + ")"
64 log += "ff(" + x + ", " + y + ")"
68 log
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dd_lg10.c6 double log();
14 return( log10e * log(*x) );
H A Dd_log.c4 double log();
12 return( log(*x) );
H A Dr_lg10.c6 double log();
14 return( log10e * log(*x) );
H A Dr_log.c4 double log();
12 return( log(*x) );
H A Dc_log.c4 extern double log(), f__cabs(), atan2();
16 r->r = log( f__cabs(zr, zi) );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dbuiltin1.C10 void log(const char* str);
15 log(temp);
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dgcc-build-full38 echo "REG_CONFOPTS = $REG_CONFOPTS" > ${LOGDIR}/configure.log
39 echo "REG_PREFIX = $REG_PREFIX" >> ${LOGDIR}/configure.log
40 echo "REG_LANGS = $REG_LANGS" >> ${LOGDIR}/configure.log
41 echo >> ${LOGDIR}/configure.log
47 >> ${LOGDIR}/configure.log 2>&1 || abort " configure failed"
49 make $REG_MAKE_J > ${LOGDIR}/make.log 2>&1 || abort " make failed"
50 make install > ${LOGDIR}/make.install.log 2>&1 || abort " make install failed"
H A Dgcc-build-simple48 > configure.log 2>&1 || abort " configure failed"
51 make all-build-libiberty > ${LOGDIR}/make.all-build-libiberty.log 2>&1 || true
52 make all-libcpp > ${LOGDIR}/make.all-libcpp.log 2>&1 || true
53 make all-libdecnumber > ${LOGDIR}/make.all-libdecnumber.log 2>&1 || true
54 make all-intl > ${LOGDIR}/make.all-intl.log 2>&1 || true
55 make all-libbanshee > ${LOGDIR}/make.all-libbanshee.log 2>&1 || true
56 make configure-gcc > ${LOGDIR}/make.configure-gcc.log 2>&1 || true
63 make > ${LOGDIR}/make.libiberty.log 2>&1 || true
76 make $REG_MAKE_J $REG_COMPILER > ${LOGDIR}/make.${REG_COMPILER}.log 2>&1 \
H A Dgcc-svn-report18 svn log --revision $REV
26 svn log --quiet --revision $REV | sed -e '/---/d' -e 's/^/ /'
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug294.go11 var log string var
16 log += "a(" + s + ")"
21 log += "b"
28 log += "a(" + s + ")"
33 log += "b"
45 log += "a(" + s + ")"
50 log += "b"
61 println(log)
66 if t.a("1").a(t.b("2")); log != "a(1)ba(2)" {
69 log
[all...]
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/attributes/
H A Dmethod-format-1.mm12 + (void) log: (int)level message: (const char *) my_format, ... __attribute__ ((format (printf, 2, 3)));
13 - (void) log: (int)level message: (const char *) my_format, ... __attribute__ ((format (printf, 2, 3)));
28 [object log: 2 message: "attribute only applies to variadic functions"];
29 [object log: 2 message: "attribute %s only applies to variadic functions", "'format'"];
30 [object log: 2 message: "attribute %s only applies to variadic functions"]; /* { dg-warning "expects a matching" } */
36 [LogObject log: 2 message: "attribute only applies to variadic functions"];
37 [LogObject log: 2 message: "attribute %s only applies to variadic functions", "'format'"];
38 [LogObject log: 2 message: "attribute %s only applies to variadic functions"]; /* { dg-warning "expects a matching" } */
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/attributes/
H A Dmethod-format-1.m12 + (void) log: (int)level message: (const char *) my_format, ... __attribute__ ((format (printf, 2, 3)));
13 - (void) log: (int)level message: (const char *) my_format, ... __attribute__ ((format (printf, 2, 3)));
28 [object log: 2 message: "attribute only applies to variadic functions"];
29 [object log: 2 message: "attribute %s only applies to variadic functions", "'format'"];
30 [object log: 2 message: "attribute %s only applies to variadic functions"]; /* { dg-warning "expects a matching" } */
36 [LogObject log: 2 message: "attribute only applies to variadic functions"];
37 [LogObject log: 2 message: "attribute %s only applies to variadic functions", "'format'"];
38 [LogObject log: 2 message: "attribute %s only applies to variadic functions"]; /* { dg-warning "expects a matching" } */
/haiku-buildtools/gcc/gcc/jit/
H A Djit-logging.c45 /* Begin the log by writing the GCC version. */
56 log ("%s", __PRETTY_FUNCTION__);
67 log ("%s: reason: %s refcount now %i ",
80 log ("%s: reason: %s refcount now %i",
86 /* Write a formatted message to the log, by calling the log_va method. */
89 logger::log (const char *fmt, ...) function in class:logger
97 /* Write an indented line to the log file.
116 log lines accordingly. */
121 log ("entering: %s", scope_name);
134 log ("(mismatchin
[all...]
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-xtensa/
H A Dlcall.exp44 verbose -log "$objdump $OBJDUMPFLAGS $object >$outputfile"
51 verbose -log "$exec_output"
71 verbose -log "failure in ld"
77 verbose -log "failure in objdump"
86 verbose -log "Found an l32r in the linked object"
87 verbose -log "$line"
/haiku-buildtools/binutils/ld/testsuite/ld-xtensa/
H A Dlcall.exp46 verbose -log "$objdump $OBJDUMPFLAGS $object >$outputfile"
53 verbose -log "$exec_output"
73 verbose -log "failure in ld"
79 verbose -log "failure in objdump"
88 verbose -log "Found an l32r in the linked object"
89 verbose -log "$line"
/haiku-buildtools/gcc/mpc/
H A DMakefile.am27 EXTRA_HEADERS = src/mpc-log.h
29 EXTRA_DIST = doc/fdl-1.3.texi src/mpc-log.h tests/tgeneric.c Makefile.vc

Completed in 213 milliseconds

1234567891011>>