Searched refs:int_value (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/groff/src/roff/troff/ |
| HD | mtsm.h | 29 struct int_value { struct 32 int_value(); argument 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];
|
| HD | mtsm.cpp | 33 int_value::int_value() in int_value() function in int_value 38 int_value::~int_value() in ~int_value() 42 void int_value::diff(FILE *fp, const char *s, int_value compare) in diff() 57 void int_value::set(int v) in set() 63 void int_value::unset() in unset() 68 void int_value::set_if_unknown(int v) in set_if_unknown() 74 int int_value::differs(int_value compare) in differs()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| HD | StructuredData.h | 199 if (auto int_value = value_sp->GetAsInteger()) { in GetItemAtIndexAsInteger() local 200 result = static_cast<IntType>(int_value->GetValue()); in GetItemAtIndexAsInteger() 406 if (auto int_value = value_sp->GetAsInteger()) { in GetValueForKeyAsInteger() local 407 result = static_cast<IntType>(int_value->GetValue()); in GetValueForKeyAsInteger()
|
| /freebsd-11-stable/lib/libc/tests/sys/ |
| HD | sendfile_test.c | 63 int int_value; in get_int_via_sysctlbyname() local 65 oldlen = sizeof(int_value); in get_int_via_sysctlbyname() 67 ATF_REQUIRE_EQ_MSG(sysctlbyname(oidname, &int_value, &oldlen, NULL, 0), in get_int_via_sysctlbyname() 69 ATF_REQUIRE_EQ_MSG(sizeof(int_value), oldlen, "sanity check failed"); in get_int_via_sysctlbyname() 71 return (int_value); in get_int_via_sysctlbyname()
|
| /freebsd-11-stable/contrib/apr/include/ |
| HD | apr.h.in | 333 typedef @int_value@ apr_int32_t; 334 typedef unsigned @int_value@ apr_uint32_t;
|
| /freebsd-11-stable/contrib/libucl/include/ |
| D | ucl++.h | 354 int64_t int_value (const int64_t default_val = 0) const
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| HD | ScriptInterpreterPython.cpp | 3146 PythonInteger int_value(PyRefType::Borrowed, py_return.get()); in GetFlagsForCommandObject() local 3147 result = int_value.GetInteger(); in GetFlagsForCommandObject()
|
| /freebsd-11-stable/contrib/apr/ |
| HD | configure.in | 1679 int_value=int 2033 AC_SUBST(int_value) subst
|
| HD | configure | 24126 int_value=int
|