Searched refs:int_value (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.h29 struct int_value { struct
32 int_value();
33 ~int_value();
34 void diff(FILE *, const char *, int_value);
35 int differs(int_value);
41 struct bool_value : public int_value {
47 struct units_value : public int_value {
93 int_value int_values[LAST_INT];
H A Dmtsm.cpp33 int_value::int_value() function in class:int_value
38 int_value::~int_value()
42 void int_value::diff(FILE *fp, const char *s, int_value compare)
57 void int_value::set(int v)
63 void int_value::unset()
68 void int_value::set_if_unknown(int v)
74 int int_value
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h199 if (auto int_value = value_sp->GetAsInteger()) {
200 result = static_cast<IntType>(int_value->GetValue());
406 if (auto int_value = value_sp->GetAsInteger()) {
407 result = static_cast<IntType>(int_value->GetValue());
/freebsd-11-stable/lib/libc/tests/sys/
H A Dsendfile_test.c63 int int_value; local
65 oldlen = sizeof(int_value);
67 ATF_REQUIRE_EQ_MSG(sysctlbyname(oidname, &int_value, &oldlen, NULL, 0),
69 ATF_REQUIRE_EQ_MSG(sizeof(int_value), oldlen, "sanity check failed");
71 return (int_value);
/freebsd-11-stable/contrib/libucl/include/
H A Ducl++.h354 int64_t int_value (const int64_t default_val = 0) const function in class:ucl::final
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp3146 PythonInteger int_value(PyRefType::Borrowed, py_return.get());
3147 result = int_value.GetInteger();
/freebsd-11-stable/contrib/apr/
H A Dconfigure716 int_value
24126 int_value=int

Completed in 125 milliseconds