Searched refs:term (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/kernel/lib/unittest/include/lib/unittest/
H A Dunittest.h105 #define UTCHECK_EQ(expected, actual, msg, term) \
114 if (term) return false; else all_ok = false; \
118 #define UTCHECK_NE(expected, actual, msg, term) \
126 if (term) return false; else all_ok = false; \
130 #define UTCHECK_LE(expected, actual, msg, term) \
139 if (term) return false; else all_ok = false; \
143 #define UTCHECK_LT(expected, actual, msg, term) \
152 if (term) return false; else all_ok = false; \
156 #define UTCHECK_GE(expected, actual, msg, term) \
165 if (term) retur
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dmath.h56 double acu, factor, oflo, gin, term, rn, a, b, an, dif; local
74 term = 1.0;
79 term *= x / rn;
80 gin += term;
81 if (term <= acu) {
90 term = 0.0;
100 term += 1.0;
101 an = a * term;
273 /* Calculation of seven-term Taylor series. */
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr.cpp386 const char* term = getenv("TERM");
387 if (term == nullptr) {
388 term = "TERM=uart";
390 term -= sizeof("TERM=") - 1;
398 term,
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dlinenoise.c225 char *term = getenv("TERM"); local
229 if (term == NULL) return 0;
231 if (!strcasecmp(term,unsupported_term[j])) return 1;
232 if (!strcasecmp(term,"uart")) {
/fuchsia/zircon/make/
H A Dmodule-userlib.mk164 # TODO(swetland): a long-term fix
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in819 my $term = new Term::ReadLine 'jeprof';
820 while ( defined ($_ = $term->readline('(jeprof) '))) {
821 $term->addhistory($_) if /\S/;

Completed in 107 milliseconds