Searched defs:binding (Results 26 – 41 of 41) sorted by relevance
12
/freebsd/contrib/dialog/ |
H A D | calendar.c | 681 static DLG_KEYS_BINDING binding[] = { in dialog_calendar() local
|
H A D | formbox.c | 473 static DLG_KEYS_BINDING binding[] = { in dlg_form() local
|
H A D | fselect.c | 581 static DLG_KEYS_BINDING binding[] = { in dlg_fselect() local
|
H A D | buildlist.c | 520 static DLG_KEYS_BINDING binding[] = { in dlg_buildlist() local
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 256 uint8_t binding = sym.isWeak() ? uint8_t(STB_GLOBAL) : sym.binding; in demoteDefined() local 282 uint8_t binding = sym->isLazy() ? sym->binding : uint8_t(STB_WEAK); in demoteSymbolsAndComputeIsPreemptible() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1276 CodeGenFunction::OpaqueValueMapping binding(CGF, E); in VisitAbstractConditionalOperator() local 1801 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr()); in VisitArrayInitLoopExpr() local
|
H A D | CGExprComplex.cpp | 1389 CodeGenFunction::OpaqueValueMapping binding(CGF, E); in VisitAbstractConditionalOperator() local
|
H A D | CGExpr.cpp | 5133 OpaqueValueMapping binding(*this, E); in EmitIgnoredConditionalOperator() local 5151 OpaqueValueMapping binding(*this, expr); in EmitConditionalOperatorLValue() local
|
H A D | CGExprScalar.cpp | 5180 CodeGenFunction::OpaqueValueMapping binding(CGF, E); in VisitAbstractConditionalOperator() local
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SyntheticSections.h | 848 BindingSection *binding = nullptr; member
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_ioctl.h | 121 uint8_t binding; member
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_fast.c | 592 struct eap_tlv_crypto_binding_tlv *binding; in eap_fast_build_crypto_binding() local
|
/freebsd/tools/tools/cxgbtool/ |
H A D | cxgbtool.c | 1510 unsigned int idx, min = -1, max, binding = -1; in pktsched() local
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 399 bind_t *binding; /* io handling binding */ member
|
/freebsd/sys/sys/ |
H A D | soundcard.h | 1899 int binding; /* DSP_BIND_FRONT, etc. 0 means undefined */ member
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_t3_cpl.h | 955 __u8 binding; member
|
12