Home
last modified time | relevance | path

Searched refs:nest (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/less/
H A Dbrac.c29 int nest; in match_brac() local
78 nest = 0; in match_brac()
83 if (nest == INT_MAX) in match_brac()
85 nest++; in match_brac()
87 else if (c == cbrac && --nest < 0) in match_brac()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_macsec_linux.c127 struct nlattr *nest = nla_nest_start(msg, MACSEC_ATTR_RXSC_CONFIG); in nla_put_rxsc_config() local
129 if (!nest) in nla_put_rxsc_config()
134 nla_nest_end(msg, nest); in nla_put_rxsc_config()
761 struct nlattr *nest; in macsec_drv_set_receive_lowest_pn() local
775 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG); in macsec_drv_set_receive_lowest_pn()
776 if (!nest) in macsec_drv_set_receive_lowest_pn()
782 nla_nest_end(msg, nest); in macsec_drv_set_receive_lowest_pn()
828 struct nlattr *nest; in macsec_drv_set_transmit_next_pn() local
837 nest = nla_nest_start(msg, MACSEC_ATTR_SA_CONFIG); in macsec_drv_set_transmit_next_pn()
838 if (!nest) in macsec_drv_set_transmit_next_pn()
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h915 #define KMP_BIND_USER_LOCK_TEMPLATE(nest, kind, suffix) \
917 __kmp_acquire##nest##user_lock_with_checks_ = (int (*)( \
918 kmp_user_lock_p, kmp_int32))__kmp_acquire##nest##kind##_##suffix; \
919 __kmp_release##nest##user_lock_with_checks_ = (int (*)( \
920 kmp_user_lock_p, kmp_int32))__kmp_release##nest##kind##_##suffix; \
921 __kmp_test##nest##user_lock_with_checks_ = (int (*)( \
922 kmp_user_lock_p, kmp_int32))__kmp_test##nest##kind##_##suffix; \
923 __kmp_init##nest##user_lock_with_checks_ = \
924 (void (*)(kmp_user_lock_p))__kmp_init##nest##kind##_##suffix; \
925 __kmp_destroy##nest##user_lock_with_checks
907 KMP_BIND_USER_LOCK_TEMPLATE(nest,kind,suffix) global() argument
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp25 : Timer(Manager.nest(Nest, Name)) { in ScopedTimer()
H A Dtiming.h133 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { in nest() function
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.td71 /// The 'nest' parameter, if any, is passed in A1.
86 /// The 'nest' parameter, if any, is passed in A1.
/freebsd/sys/netinet6/
H A Dip6_input.c485 int nest; in ip6_direct_input() local
496 nest = 0; in ip6_direct_input()
501 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) { in ip6_direct_input()
540 int off = sizeof(struct ip6_hdr), nest; in ip6_input() local
917 nest = 0; in ip6_input()
920 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) { in ip6_input()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreCallingConv.td30 // The 'nest' parameter, if any, is passed in R11.
/freebsd/sys/dev/hid/
H A Dhidbus.c82 int nest; /* Child attach nesting lvl */ member
269 sc->nest++; in hidbus_attach_children()
271 sc->nest--; in hidbus_attach_children()
272 if (sc->nest != 0) in hidbus_attach_children()
/freebsd/contrib/unifdef/
H A Dunifdef.c248 static void nest(void);
579 static void Fdrop (void) { nest(); Dfalse(); } in Fdrop()
580 static void Fpass (void) { nest(); Pelif(); } in Fpass()
581 static void Ftrue (void) { nest(); Strue(); } in Ftrue()
582 static void Ffalse(void) { nest(); Sfalse(); } in Ffalse()
667 nest(void) in nest() function
/freebsd/sys/netipsec/
H A Dipsec_input.c607 int error, nest; in ipsec6_common_input_cb() local
763 nest = 0; in ipsec6_common_input_cb()
766 if (V_ip6_hdrnestlimit && (++nest > V_ip6_hdrnestlimit)) { in ipsec6_common_input_cb()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td529 // The 'nest' parameter, if any, is passed in R10.
622 // The 'nest' parameter, if any, is passed in R10.
859 // The 'nest' parameter, if any, is passed in ECX.
900 // The 'nest' parameter, if any, is passed in EAX.
959 // The 'nest' parameter, if any, is passed in EAX.
1039 // - R10 'nest' parameter
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td78 /// used to nest packages in one another. One may, for example, create the
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td31 // The 'nest' parameter, if any, is passed in X15.
233 // The 'nest' parameter, if any, is passed in R10 (X4).
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td217 // The 'nest' parameter, if any, is passed in R11.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td165 // The 'nest' parameter, if any, is passed in R12.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td172 def Nest : EnumAttr<"nest", IntersectPreserve, [ParamAttr]>;
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var148 …macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock …
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def236 …llapse , 1, 0, NotCompatible, "Use at most 32 bits to represent the collapsed loop nest counter.")
H A DAttrDocs.td2908 ``qci-nest``, ``qci-nonest``, ``SiFive-CLIC-preemptible``, and
2912 The ``qci-nest`` and ``qci-nonest`` values require Qualcomm's Xqciint extension
2915 restore interrupt state to the stack -- the ``qci-nest`` value will use
2916 ``qc.c.mienter.nest`` and the ``qci-nonest`` value will use ``qc.c.mienter`` to
/freebsd/crypto/krb5/src/util/et/
H A Dcom_err.texinfo549 CMU, for catching some problems before version 1.2 left the nest; Stan
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in977 * Check whether RFC 3779 extensions nest properly in chains.
/freebsd/usr.sbin/services_mkdb/
H A Dservices838 nest-protocol 489/tcp
839 nest-protocol 489/udp
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXqci.td1025 def QC_C_MIENTER_NEST : QCIRVInst16CI_NONE<0b10001, "qc.c.mienter.nest">;

12