Home
last modified time | relevance | path

Searched refs:int_value (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/crypto/openssl/crypto/kdf/
H A Dscrypt.c170 uint64_t int_value; in pkey_scrypt_ctrl_uint64() local
172 if (!atou64(value, &int_value)) { in pkey_scrypt_ctrl_uint64()
176 return pkey_scrypt_ctrl(ctx, type, 0, &int_value); in pkey_scrypt_ctrl_uint64()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h199 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-13.1/lib/libc/tests/sys/
H A Dsendfile_test.c63 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-13.1/contrib/googletest/googletest/scripts/
H A Dpump.py598 int_value = int(value)
599 if ('%s' % int_value) == value:
600 value = int_value
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DDesignDoc.md202 | `ACTION_P(Bar, param)` | `Bar(int_value)` | `BarActionP<int>` |
203 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` |
H A DCookBook.md3500 | `ACTION_P(Bar, param)` | `Bar(int_value)` | `BarActionP<int>` |
3501 …S_m_TEMPLATE_PARAMS(...), AND_1_VALUE_PARAMS(p1))` | `Bar<t1, ..., t_m>(int_value)` | `FooActionP<…
3502 | `ACTION_P2(Baz, p1, p2)` | `Baz(bool_value, int_value)` | `BazActionP2<bool, int>` |
3503 …RAMS(...), AND_2_VALUE_PARAMS(p1, p2))`| `Baz<t1, ..., t_m>(bool_value, int_value)` | `FooActionP2…
/freebsd-13.1/contrib/apr/include/
H A Dapr.h.in333 typedef @int_value@ apr_int32_t;
334 typedef unsigned @int_value@ apr_uint32_t;
/freebsd-13.1/contrib/libucl/include/
H A Ducl++.h366 int64_t int_value (const int64_t default_val = 0) const
/freebsd-13.1/contrib/apr/
H A Dconfigure.in1679 int_value=int
2033 AC_SUBST(int_value) subst
H A Dconfigure24126 int_value=int