| /freebsd/contrib/less/ |
| H A D | brac.c | 29 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 D | driver_macsec_linux.c | 127 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 D | kmp_lock.h | 915 #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 D | timing.cpp | 25 : Timer(Manager.nest(Nest, Name)) { in ScopedTimer()
|
| H A D | timing.h | 133 Timer nest(const Timer &T, const char *Name) EXCLUDES(Mutex) { in nest() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kCallingConv.td | 71 /// The 'nest' parameter, if any, is passed in A1. 86 /// The 'nest' parameter, if any, is passed in A1.
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_input.c | 485 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 D | XCoreCallingConv.td | 30 // The 'nest' parameter, if any, is passed in R11.
|
| /freebsd/sys/dev/hid/ |
| H A D | hidbus.c | 82 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 D | unifdef.c | 248 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 D | ipsec_input.c | 607 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 D | X86CallingConv.td | 529 // 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 D | CheckerBase.td | 78 /// used to nest packages in one another. One may, for example, create the
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetCallingConv.td | 82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CallingConvention.td | 31 // 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 D | PPCCallingConv.td | 217 // The 'nest' parameter, if any, is passed in R11.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 165 // The 'nest' parameter, if any, is passed in R12.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 172 def Nest : EnumAttr<"nest", IntersectPreserve, [ParamAttr]>;
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | omp-tools.h.var | 148 …macro (ompt_callback_nest_lock, ompt_callback_nest_lock_t, 28) /* nest lock …
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 236 …llapse , 1, 0, NotCompatible, "Use at most 32 bits to represent the collapsed loop nest counter.")
|
| H A D | AttrDocs.td | 2908 ``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 D | com_err.texinfo | 549 CMU, for catching some problems before version 1.2 left the nest; Stan
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | x509v3.h.in | 977 * Check whether RFC 3779 extensions nest properly in chains.
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services | 838 nest-protocol 489/tcp 839 nest-protocol 489/udp
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXqci.td | 1025 def QC_C_MIENTER_NEST : QCIRVInst16CI_NONE<0b10001, "qc.c.mienter.nest">;
|