Searched refs:int_value (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/lib/libc/tests/sys/ |
| H A D | sendfile_test.c | 60 int int_value; in get_int_via_sysctlbyname() local 62 oldlen = sizeof(int_value); in get_int_via_sysctlbyname() 64 ATF_REQUIRE_EQ_MSG(sysctlbyname(oidname, &int_value, &oldlen, NULL, 0), in get_int_via_sysctlbyname() 66 ATF_REQUIRE_EQ_MSG(sizeof(int_value), oldlen, "sanity check failed"); in get_int_via_sysctlbyname() 68 return (int_value); in get_int_via_sysctlbyname()
|
| /freebsd-14.2/contrib/libucl/include/ |
| H A D | ucl++.h | 366 int64_t int_value (const int64_t default_val = 0) const
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 4131 | `ACTION_P(Bar, param)` | `Bar(int_value)` | `BarActionP<int>` | 4132 …S_m_TEMPLATE_PARAMS(...), AND_1_VALUE_PARAMS(p1))` | `Bar<t1, ..., t_m>(int_value)` | `BarActionP<… 4133 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` | 4134 …AMS(...), AND_2_VALUE_PARAMS(p1, p2))` | `Baz<t1, ..., t_m>(bool_value, int_value)` | `BazActionP2…
|