Searched defs:set_value (Results 1 – 4 of 4) sorted by relevance
/freebsd/libexec/rtld-elf/tests/libval/ | ||
H A D | libval.c | 22 set_value(int nval) in set_value() function |
/freebsd/contrib/llvm-project/libcxx/src/ | ||
H A D | future.cpp | 83 __assoc_sub_state::set_value() set_value() function in __assoc_sub_state |
/freebsd/crypto/heimdal/lib/kadm5/ | ||
H A D | ent_setup.c | 40 #define set_value(X, V) do { if((X) == NULL) (X) = malloc(sizeof(*(X))); *(X) = V; } while(0) macro |
/freebsd/contrib/googletest/googlemock/test/ | ||
H A D | gmock-matchers-containers_test.cc | 355 void set_value(int i) { value_ = i; } in set_value() function in testing::gmock_matchers_test::__anon540e1b3d0111::Uncopyable |