Home
last modified time | relevance | path

Searched defs:default_val (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libnv/tests/
HDdnv_tests.cc363 char *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
385 char *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
401 char *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
419 nvlist_t *value, *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
455 nvlist_t *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
481 void *value, *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
506 void *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
525 void *default_val, *actual_val; in ATF_TEST_CASE_BODY() local
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDStructuredData.h291 GetItemAtIndexAsInteger(size_t idx, IntType &result, IntType default_val) const in GetItemAtIndexAsInteger()
312 … GetItemAtIndexAsString(size_t idx, std::string &result, const std::string &default_val) const in GetItemAtIndexAsString()
335 GetItemAtIndexAsString(size_t idx, ConstString &result, const char *default_val) const in GetItemAtIndexAsString()
596 GetValueForKeyAsInteger(llvm::StringRef key, IntType &result, IntType default_val) const in GetValueForKeyAsInteger()
619 … GetValueForKeyAsString(llvm::StringRef key, std::string &result, const char *default_val) const in GetValueForKeyAsString()
647 … GetValueForKeyAsString(llvm::StringRef key, ConstString &result, const char *default_val) const in GetValueForKeyAsString()
/NextBSD/contrib/dtc/
HDfdtget.c48 const char *default_val; /* default value if node/property not found */ member
/NextBSD/contrib/gcc/
HDgenattrtab.c175 struct attr_value *default_val; /* Default value for this attribute. */ member
3734 rtx default_val = XEXP (value, 1); in write_attr_set() local