Home
last modified time | relevance | path

Searched refs:setter (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/sys/contrib/dev/rtw89/
H A Dps.c389 struct rtw89_p2p_noa_setter *setter = &rtwvif_link->p2p_noa; in rtw89_p2p_noa_renew() local
390 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_renew()
394 if (setter->noa_count) { in rtw89_p2p_noa_renew()
395 setter->noa_index++; in rtw89_p2p_noa_renew()
396 setter->noa_count = 0; in rtw89_p2p_noa_renew()
410 noa_head->index = setter->noa_index; in rtw89_p2p_noa_renew()
417 struct rtw89_p2p_noa_setter *setter = &rtwvif_link->p2p_noa; in rtw89_p2p_noa_append() local
418 struct rtw89_p2p_noa_ie *ie = &setter->ie; in rtw89_p2p_noa_append()
425 if (setter->noa_count >= RTW89_P2P_MAX_NOA_NUM) in rtw89_p2p_noa_append()
431 ie->noa_desc[setter->noa_count++] = *desc; in rtw89_p2p_noa_append()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_by_name.c45 struct { const char *name; int (*setter)(struct archive *); } names[] =
70 return ((names[i].setter)(a)); in archive_write_add_filter_by_name()
46 struct { const char *name; int (*setter)(struct archive *); } names[] = global() member
H A Darchive_write_add_filter.c41 struct { int code; int (*setter)(struct archive *); } codes[] =
66 return ((codes[i].setter)(a)); in archive_write_add_filter()
42 struct { int code; int (*setter)(struct archive *); } codes[] = global() member
H A Darchive_write_set_format_by_name.c44 struct { const char *name; int (*setter)(struct archive *); } names[] =
87 return ((names[i].setter)(a)); in archive_write_set_format_by_name()
45 struct { const char *name; int (*setter)(struct archive *); } names[] = global() member
H A Darchive_write_set_format.c42 struct { int code; int (*setter)(struct archive *); } codes[] =
75 return ((codes[i].setter)(a)); in archive_write_set_format()
43 struct { int code; int (*setter)(struct archive *); } codes[] = global() member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp615 ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter(); in findGetter() local
616 assert(setter && "both setter and getter are null - cannot happen"); in findGetter()
618 setter->getSelector().getIdentifierInfoForSlot(0); in findGetter()
639 if (ObjCMethodDecl *setter = RefExpr->getImplicitPropertySetter()) { in findSetter() local
640 Setter = setter; in findSetter()
641 SetterSelector = setter->getSelector(); in findSetter()
660 if (ObjCMethodDecl *setter = in findSetter() local
662 if (setter->isPropertyAccessor() && warn) in findSetter()
664 dyn_cast<ObjCInterfaceDecl>(setter->getDeclContext())) { in findSetter()
675 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod51 These setter functions return 1 on success and 0 on failure. The getter
66 The setter functions were added in OpenSSL 1.1.0. The getter functions
H A DOSSL_PARAM.pod37 (the I<setter>) that has intimate knowledge about the object that can
58 build up its own B<OSSL_PARAM> array to pass down to a I<setter> or
241 Keys that a I<setter> or I<responder> doesn't recognise should simply
247 If the keys that a called I<setter> recognises form a consistent
H A DX509_STORE_get0_param.pod7 - X509_STORE setter and getter functions
H A DCT_POLICY_EVAL_CTX_new.pod105 Each setter has a matching getter for accessing the current value.
H A DX509_LOOKUP_meth_new.pod171 the function set by the corresponding setter.
/freebsd/crypto/openssl/doc/designs/
H A Dfast-param-find.md18 'functions' => 'both', # getter or setter being the other options
139 - readonly: create a getter but not a setter
145 The getter and setter functions will be pre-populated with some local variable:
H A Dfips_indicator.md75 - To control an algorithm context's checks via code requires a setter for each individual check e.g…
84 The setter is initially -1 (unknown) and can be set to 0 or 1 via a set_ctx call.
85 If the setter is needed it must be set BEFORE the FIPS related check is done.
87 If the FIPS related approved mode check fails and either the ctx setter is zero
89 If neither the setter of config option are zero then the algorithm should fail.
H A Dfunctions-for-explicitly-fetched-signature-algorithms.md102 /* Signature setter */
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.h97 WPADBusPropertyAccessor setter; member
H A Ddbus_new_introspect.c92 dsc->setter ? "write" : ""); in add_property()
H A Ddbus_new_helpers.c206 if (dsc->setter == NULL) { in properties_set()
218 if (dsc->setter(dsc, &iter, &error, user_data) == TRUE) { in properties_set()
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dinsns.py322 @kidx.setter
347 @prob.setter
365 @ip.setter
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def296 // of a setter and a getter, with the setter used if the
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp8064 clang::ObjCMethodDecl *setter = nullptr; in AddObjCClassProperty() local
8065 setter = isInstance ? class_interface_decl->lookupInstanceMethod(setter_sel) in AddObjCClassProperty()
8067 if (!setter_sel.isNull() && !setter) { in AddObjCClassProperty()
8078 setter = in AddObjCClassProperty()
8080 setter->setDeclName(setter_sel); in AddObjCClassProperty()
8081 setter->setReturnType(result_type); in AddObjCClassProperty()
8082 setter->setDeclContext(class_interface_decl); in AddObjCClassProperty()
8083 setter->setInstanceMethod(isInstance); in AddObjCClassProperty()
8084 setter->setVariadic(isVariadic); in AddObjCClassProperty()
8085 setter->setPropertyAccessor(isPropertyAccessor); in AddObjCClassProperty()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dfips_module.pod483 setter. Overriding the check means that the algorithm is not FIPS compliant.
488 An example of an algorithm context setter is "key-check"
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1438 Expr *setter = PID->getSetterCXXAssignment(); in hasTrivialSetExpr() local
1439 if (!setter) return true; in hasTrivialSetExpr()
1449 if (CallExpr *call = dyn_cast<CallExpr>(setter)) { in hasTrivialSetExpr()
1457 assert(isa<ExprWithCleanups>(setter)); in hasTrivialSetExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp2017 #define MOVE_FLAG(attr, setter) \ in moveFastMathFlags() argument
2020 FMF.set##setter(); \ in moveFastMathFlags()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td53 "method name referenced in property setter attribute "
H A DDiagnosticASTKinds.td985 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"
995 "readwrite|retain|copy|nonatomic|setter|atomic|weak|strong|"

12