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

/freebsd-13-stable/crypto/openssl/crypto/kdf/
H A Dscrypt.c170 uint64_t int_value; local
172 if (!atou64(value, &int_value)) {
176 return pkey_scrypt_ctrl(ctx, type, 0, &int_value);
/freebsd-13-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-13-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-13-stable/contrib/googletest/googletest/scripts/
H A Dpump.py598 int_value = int(value)
599 if ('%s' % int_value) == value:
600 value = int_value
/freebsd-13-stable/contrib/libucl/include/
H A Ducl++.h366 int64_t int_value (const int64_t default_val = 0) const function in class:ucl::final
/freebsd-13-stable/contrib/apr/
H A Dconfigure716 int_value
24126 int_value=int

Completed in 218 milliseconds