Home
last modified time | relevance | path

Searched refs:nh (Results 1 – 25 of 137) sorted by path

123456

/freebsd/contrib/dialog/po/
H A Dvi.po73 msgstr "Thành công"
109 msgstr "Toàn tiến hành"
/freebsd/contrib/libedit/
H A Dhistory.c727 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL || in history_set_fun()
728 nh->h_prev == NULL || nh->h_curr == NULL || nh->h_set == NULL || in history_set_fun()
729 nh->h_enter == NULL || nh->h_add == NULL || nh->h_clear == NULL || in history_set_fun()
730 nh->h_del == NULL || nh->h_ref == NULL) { in history_set_fun()
752 h->h_next = nh->h_next; in history_set_fun()
753 h->h_last = nh->h_last; in history_set_fun()
754 h->h_prev = nh->h_prev; in history_set_fun()
755 h->h_curr = nh->h_curr; in history_set_fun()
756 h->h_set = nh->h_set; in history_set_fun()
759 h->h_add = nh->h_add; in history_set_fun()
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-nit.c107 register struct nit_hdr *nh; in pcap_read_nit() local
155 nh = (struct nit_hdr *)bp; in pcap_read_nit()
156 cp = bp + sizeof(*nh); in pcap_read_nit()
158 switch (nh->nh_state) { in pcap_read_nit()
166 pn->stat.ps_drop = nh->nh_dropped; in pcap_read_nit()
174 "bad nit state %d", nh->nh_state); in pcap_read_nit()
178 bp += ((sizeof(struct nit_hdr) + nh->nh_datalen + in pcap_read_nit()
181 caplen = nh->nh_wirelen; in pcap_read_nit()
184 if (pcap_filter(p->fcode.bf_insns, cp, nh->nh_wirelen, caplen)) { in pcap_read_nit()
186 h.ts = nh->nh_timestamp; in pcap_read_nit()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAArch64.def254 TARGET_HEADER_BUILTIN(_ReadWriteBarrier, "v", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
255 TARGET_HEADER_BUILTIN(__getReg, "ULLii", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
256 TARGET_HEADER_BUILTIN(_ReadStatusReg, "LLii", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
257 TARGET_HEADER_BUILTIN(_WriteStatusReg, "viLLi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
260 TARGET_HEADER_BUILTIN(__mulh, "SLLiSLLiSLLi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
261 TARGET_HEADER_BUILTIN(__umulh, "ULLiULLiULLi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
263 TARGET_HEADER_BUILTIN(__break, "vi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
270 TARGET_HEADER_BUILTIN(__readx18byte, "UcUNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
271 TARGET_HEADER_BUILTIN(__readx18word, "UsUNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
286 TARGET_HEADER_BUILTIN(_CountOneBits, "UiUNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
[all …]
H A DBuiltinsARM.def234 TARGET_HEADER_BUILTIN(_BitScanForward, "UcUNi*UNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
235 TARGET_HEADER_BUILTIN(_BitScanReverse, "UcUNi*UNi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
236 TARGET_HEADER_BUILTIN(_BitScanForward64, "UcUNi*ULLi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
237 TARGET_HEADER_BUILTIN(_BitScanReverse64, "UcUNi*ULLi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
287 TARGET_HEADER_BUILTIN(_InterlockedOr8_acq, "ccD*c", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
288 TARGET_HEADER_BUILTIN(_InterlockedOr8_nf, "ccD*c", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
289 TARGET_HEADER_BUILTIN(_InterlockedOr8_rel, "ccD*c", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
290 TARGET_HEADER_BUILTIN(_InterlockedOr16_acq, "ssD*s", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
291 TARGET_HEADER_BUILTIN(_InterlockedOr16_nf, "ssD*s", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
292 TARGET_HEADER_BUILTIN(_InterlockedOr16_rel, "ssD*s", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
[all …]
H A DBuiltinsX86.def290 TARGET_HEADER_BUILTIN(_mm_setcsr, "vUi", "nh",XMMINTRIN_H, ALL_LANGUAGES, "sse")
292 TARGET_HEADER_BUILTIN(_mm_getcsr, "Ui", "nh", XMMINTRIN_H, ALL_LANGUAGES, "sse")
297 TARGET_HEADER_BUILTIN(_mm_sfence, "v", "nh", XMMINTRIN_H, ALL_LANGUAGES, "sse")
328 TARGET_HEADER_BUILTIN(_mm_lfence, "v", "nh", EMMINTRIN_H, ALL_LANGUAGES, "sse2")
330 TARGET_HEADER_BUILTIN(_mm_mfence, "v", "nh", EMMINTRIN_H, ALL_LANGUAGES, "sse2")
332 TARGET_HEADER_BUILTIN(_mm_pause, "v", "nh", EMMINTRIN_H, ALL_LANGUAGES, "")
653 TARGET_HEADER_BUILTIN(_xgetbv, "UWiUi", "nh", IMMINTRIN_H, ALL_MS_LANGUAGES, "")
655 TARGET_HEADER_BUILTIN(_xsetbv, "vUiUWi", "nh", IMMINTRIN_H, ALL_MS_LANGUAGES, "")
2097 TARGET_HEADER_BUILTIN(__cpuid, "vi*i", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
2098 TARGET_HEADER_BUILTIN(__cpuidex, "vi*ii", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
[all …]
H A DBuiltinsX86_64.def24 TARGET_HEADER_BUILTIN(_BitScanForward64, "UcUNi*ULLi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
25 TARGET_HEADER_BUILTIN(_BitScanReverse64, "UcUNi*ULLi", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
32 TARGET_HEADER_BUILTIN(__faststorefence, "v", "nh", INTRIN_H, ALL_MS_LANGUAGES, "")
36 TARGET_HEADER_BUILTIN(_InterlockedCompareExchange128, "UcLLiD*LLiLLiLLi*", "nh", INTRIN_H, ALL_MS_L…
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmap152 insert_return_type insert(node_type&& nh); // C++17
153 iterator insert(const_iterator hint, node_type&& nh); // C++17
431 iterator insert(node_type&& nh); // C++17
432 iterator insert(const_iterator hint, node_type&& nh); // C++17
H A Dset128 insert_return_type insert(node_type&& nh); // C++17
129 iterator insert(const_iterator hint, node_type&& nh); // C++17
373 iterator insert(node_type&& nh); // C++17
374 iterator insert(const_iterator hint, node_type&& nh); // C++17
H A Dunordered_map142 insert_return_type insert(node_type&& nh); // C++17
143 iterator insert(const_iterator hint, node_type&& nh); // C++17
428 iterator insert(node_type&& nh); // C++17
429 iterator insert(const_iterator hint, node_type&& nh); // C++17
H A Dunordered_set134 insert_return_type insert(node_type&& nh); // C++17
135 iterator insert(const_iterator hint, node_type&& nh); // C++17
382 iterator insert(node_type&& nh); // C++17
383 iterator insert(const_iterator hint, node_type&& nh); // C++17
/freebsd/contrib/llvm-project/libcxx/src/
H A Dnew.cpp36 std::new_handler nh = std::get_new_handler(); in operator_new_impl() local
37 if (nh) in operator_new_impl()
38 nh(); in operator_new_impl()
129 std::new_handler nh = std::get_new_handler(); in operator_new_aligned_impl() local
130 if (nh) in operator_new_aligned_impl()
131 nh(); in operator_new_aligned_impl()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td2065 def CondVariantNH : CondVariant<13, "nh", 0>;
2091 def IntCondVariantNH : CondVariant<12, "nh", 1>;
/freebsd/contrib/lua/src/
H A Dlparser.c841 int nh; /* total number of 'record' elements */ member
853 checklimit(fs, cc->nh, MAX_INT, "items in a constructor"); in recfield()
858 cc->nh++; in recfield()
933 cc.na = cc.nh = cc.tostore = 0; in constructor()
947 luaK_settablesize(fs, pc, t->u.info, cc.na, cc.nh); in constructor()
/freebsd/contrib/mandoc/
H A Dmdoc_validate.c1891 struct roff_node *nbl, *nh, *nch, *nnext; in post_bl_head() local
1897 nh = mdoc->last; in post_bl_head()
1898 if (nh->norm->Bl.type != LIST_column) { in post_bl_head()
1899 if ((nch = nh->child) == NULL) in post_bl_head()
1905 nch = nh->child; in post_bl_head()
1916 if (nh->child == NULL) in post_bl_head()
1919 nbl = nh->parent; in post_bl_head()
1939 nh->norm->Bl.ncols = argv->sz; in post_bl_head()
1940 nh->norm->Bl.cols = (void *)argv->value; in post_bl_head()
1942 for (nch = nh->child; nch != NULL; nch = nnext) { in post_bl_head()
[all …]
/freebsd/contrib/netbsd-tests/ipf/input/
H A Dipv6.4453 # frag: [0-7:nh][8-15:res][16-31:off][32-64:id]
/freebsd/contrib/ntp/
H A DCommitLog229063 ChangeSet@1.1152.18.1, 2004-01-06 21:19:51+01:00, a115350@y3111429.nh.ad.hydro.com
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c4715 struct nlmsghdr *nh; local
4769 for (nh = UA_PTR(struct nlmsghdr, buffer);
4770 NLMSG_OK(nh, cnt);
4771 nh = NLMSG_NEXT(nh, cnt))
4773 msg_type = nh->nlmsg_type;
/freebsd/contrib/ofed/libibverbs/
H A Dneigh.c523 struct rtnl_nexthop *nh = rtnl_route_nexthop_n(route, 0); in get_route_cb_parser() local
525 if (nh != NULL) in get_route_cb_parser()
526 gateway = rtnl_route_nh_get_gateway(nh); in get_route_cb_parser()
527 oif = rtnl_route_nh_get_ifindex(nh); in get_route_cb_parser()
H A Dnl1_compat.h33 static inline struct nl_addr *rtnl_route_nh_get_gateway(struct rtnl_nexthop *nh) in rtnl_route_nh_get_gateway() argument
35 return rtnl_route_get_gateway((struct rtnl_route *)nh); in rtnl_route_nh_get_gateway()
38 static inline int rtnl_route_nh_get_ifindex(struct rtnl_nexthop *nh) in rtnl_route_nh_get_ifindex() argument
40 return rtnl_route_get_oif((struct rtnl_route *)nh); in rtnl_route_nh_get_ifindex()
/freebsd/contrib/one-true-awk/testdir/
H A Dt.stately1 /^(al|ak|az|ar|ca|co|ct|de|fl|ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|…
/freebsd/contrib/one-true-awk/
H A Dtran.c263 int i, nh, nsz; in rehash() local
273 nh = hash(cp->nval, nsz); in rehash()
274 cp->cnext = np[nh]; in rehash()
275 np[nh] = cp; in rehash()
/freebsd/contrib/openbsm/config/
H A Dconfig.sub709 nh[45]000)
/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl414 local($us,@so,$nh,@remaining_users);
988 local($nh, $pref,$cpref);
1013 $nh = $1;
1017 $nserver = $nh;
1020 $fallback{$pref} .= " $nh";
/freebsd/contrib/tcpdump/
H A Dprint-babel.c514 u_char nh[16]; in babel_print_v2_tlvs() local
519 len - 2, nh); in babel_print_v2_tlvs()
521 ND_PRINT(" %s", ae == 0 ? "invalid AE 0" : format_address(ndo, nh)); in babel_print_v2_tlvs()

123456