Home
last modified time | relevance | path

Searched refs:hip (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dhip_55.c270 dns_rdata_hip_t *hip = source; in fromstruct_hip() local
275 REQUIRE(hip != NULL); in fromstruct_hip()
276 REQUIRE(hip->common.rdtype == type); in fromstruct_hip()
277 REQUIRE(hip->common.rdclass == rdclass); in fromstruct_hip()
278 REQUIRE(hip->hit_len > 0 && hip->hit != NULL); in fromstruct_hip()
279 REQUIRE(hip->key_len > 0 && hip->key != NULL); in fromstruct_hip()
280 REQUIRE((hip->servers == NULL && hip in fromstruct_hip()
305 dns_rdata_hip_t *hip = target; tostruct_hip() local
369 dns_rdata_hip_t *hip = source; freestruct_hip() local
431 dns_rdata_hip_first(dns_rdata_hip_t * hip) dns_rdata_hip_first() argument
440 dns_rdata_hip_next(dns_rdata_hip_t * hip) dns_rdata_hip_next() argument
458 dns_rdata_hip_current(dns_rdata_hip_t * hip,dns_name_t * name) dns_rdata_hip_current() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dhip_55.c271 dns_rdata_hip_t *hip = source; in fromstruct_hip() local
276 REQUIRE(hip != NULL); in fromstruct_hip()
277 REQUIRE(hip->common.rdtype == type); in fromstruct_hip()
278 REQUIRE(hip->common.rdclass == rdclass); in fromstruct_hip()
279 REQUIRE(hip->hit_len > 0 && hip->hit != NULL); in fromstruct_hip()
280 REQUIRE(hip->key_len > 0 && hip->key != NULL); in fromstruct_hip()
281 REQUIRE((hip->servers == NULL && hip->servers_len == 0) || in fromstruct_hip()
282 (hip->servers != NULL && hip->servers_len != 0)); in fromstruct_hip()
287 RETERR(uint8_tobuffer(hip->hit_len, target)); in fromstruct_hip()
288 RETERR(uint8_tobuffer(hip->algorithm, target)); in fromstruct_hip()
[all …]
/netbsd-src/lib/libm/ld128/
H A Dk_expl.h238 __k_expl(long double x, long double *hip, long double *lop, int *kp) in __k_expl() argument
259 *hip = tbl[n2].hi; in __k_expl()
271 k_hexpl(long double x, long double *hip, long double *lop) in k_hexpl() argument
276 __k_expl(x, hip, lop, &k); in k_hexpl()
278 *hip *= twopkm1; in k_hexpl()
/netbsd-src/lib/libm/ld80/
H A Dk_expl.h220 __k_expl(long double x, long double *hip, long double *lop, int *kp) in __k_expl() argument
243 *hip = tbl[n2].hi; in __k_expl()
248 k_hexpl(long double x, long double *hip, long double *lop) in k_hexpl() argument
253 __k_expl(x, hip, lop, &k); in k_hexpl()
255 *hip *= twopkm1; in k_hexpl()
/netbsd-src/sys/miscfs/genfs/
H A Dgenfs_node.h58 #define GOP_PUTRANGE(vp, off, lop, hip) \ argument
59 (*VTOG(vp)->g_op->gop_putrange)((vp), (off), (lop), (hip))
H A Dgenfs_io.c1366 genfs_gop_putrange(struct vnode *vp, off_t off, off_t *lop, off_t *hip) in genfs_gop_putrange() argument
1370 *hip = 0; in genfs_gop_putrange()
/netbsd-src/tests/dev/usb/
H A Dt_hid.c84 enum hid_kind k, struct hid_item *hip) in locate_item() argument
93 if (hip != NULL) in locate_item()
94 *hip = h; in locate_item()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DTypes.def45 TYPE("hip-cpp-output", PP_HIP, INVALID, "cui", phases::Compile, phases::…
46 TYPE("hip", HIP, PP_HIP, "cu", phases::Preprocess, phase…
47 TYPE("hip", HIP_DEVICE, PP_HIP, "cu", phases::Preprocess, phase…
102 TYPE("hip-fatbin", HIP_FATBIN, INVALID, "hipfb", phases::Compile, phases::…
H A DOptions.td467 defvar hip = LangOpts<"HIP">;
899 def hip_link : Flag<["--"], "hip-link">,
939 def hip_path_EQ : Joined<["--"], "hip-path=">, Group<i_Group>,
945 def : Joined<["--"], "hip-device-lib-path=">, Alias<rocm_device_lib_path_EQ>;
946 def hip_device_lib_EQ : Joined<["--"], "hip-device-lib=">, Group<Link_Group>,
948 def hip_version_EQ : Joined<["--"], "hip-version=">,
952 defm hip_new_launch_api : BoolFOption<"hip-new-launch-api",
956 defm hip_fp32_correctly_rounded_divide_sqrt : BoolFOption<"hip-fp32-correctly-rounded-divide-sqrt",
962 ShouldParseIf<hip.KeyPath>;
967 ShouldParseIf<hip.KeyPath>;
[all …]
/netbsd-src/usr.sbin/traceroute/
H A Dtraceroute.c1447 struct ip *hip; in packet_ok() local
1451 hip = &icp->icmp_ip; in packet_ok()
1452 hlen = hip->ip_hl << 2; in packet_ok()
1463 hicmp = (struct icmp *)((u_char *)hip + hlen); in packet_ok()
1466 hip->ip_p == IPPROTO_ICMP && in packet_ok()
1471 up = (struct udphdr *)((u_char *)hip + hlen); in packet_ok()
1474 hip->ip_p == IPPROTO_UDP && in packet_ok()
/netbsd-src/sys/arch/arm/amlogic/
H A Dmeson_genfb.c410 uint32_t scctl, sci_wh, sco_h, sco_v, hsc, vsc, hps, vps, hip, vip; in meson_genfb_scaler_config() local
498 hip = VPU_READ(sc, VPP_OSD_HSC_INI_PHASE_REG); in meson_genfb_scaler_config()
499 hip &= ~VPP_OSD_HSC_INI_PHASE_1; in meson_genfb_scaler_config()
500 VPU_WRITE(sc, VPP_OSD_HSC_INI_PHASE_REG, hip); in meson_genfb_scaler_config()
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Drdata_test.c290 * Check that one can walk hip rendezvous servers and in check_struct_conversions()
295 dns_rdata_hip_t *hip = rdata_struct; in check_struct_conversions()
297 for (result = dns_rdata_hip_first(hip); result == ISC_R_SUCCESS; in check_struct_conversions()
298 result = dns_rdata_hip_next(hip)) in check_struct_conversions()
302 dns_rdata_hip_current(hip, &name); in check_struct_conversions()
1880 ISC_RUN_TEST_IMPL(hip) {
3192 ISC_TEST_ENTRY(hip)
322 dns_rdata_hip_t *hip = rdata_struct; check_struct_conversions() local
1907 ISC_RUN_TEST_IMPL(hip) ISC_RUN_TEST_IMPL() argument
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandards.def200 LANGSTANDARD(hip, "hip", HIP, "HIP",
H A DCodeGenOptions.def176 CODEGENOPT(HIPCorrectlyRoundedDivSqrt, 1, 1) ///< -fno-hip-fp32-correctly-rounded-divide-sqrt
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.c1909 hash_item_pidthr *hip; in getptable() local
2193 hip = hash_first_pidthr(threadhash, &pos); in getptable()
2194 while (hip != NULL) in getptable()
2196 op = (struct oldproc *)(hip->value); in getptable()
2207 hip = hash_next_pidthr(&pos); in getptable()
/netbsd-src/usr.sbin/traceroute6/
H A Dtraceroute6.c975 struct ip6_hdr *hip; in packet_ok() local
978 hip = (struct ip6_hdr *)(icp + 1); in packet_ok()
979 if ((up = get_udphdr(hip, (u_char *)(buf + cc))) == NULL) { in packet_ok()
/netbsd-src/external/gpl2/groff/dist/contrib/mm/examples/
H A DIND935 hip
1987 hip
3032 hip
4077 hip
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangOffloadBundler.rst103 hip Offload code object for the HIP language. Used for all
H A DClangCommandLineReference.rst289 .. option:: --hip-link
293 .. option:: --hip-version=<arg>
1669 .. option:: -fhip-new-launch-api, -fno-hip-new-launch-api
3755 .. option:: --hip-device-lib=<arg>
3775 .. option:: --rocm-device-lib-path=<arg>, --hip-device-lib-path=<arg>
/netbsd-src/etc/
H A Dprotocols244 hip 139 HIP # Host Identity Protocol Y [RFC7401]
/netbsd-src/external/bsd/ipf/dist/perl/
H A DServices990 1683 ncpm-hip ncpm-hip
/netbsd-src/sys/dist/pf/net/
H A Dpf.c3442 struct ip *hip = mtod(m, struct ip *); local
3446 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
3449 ntohs(hip->ip_len) - off, IPPROTO_TCP, AF_INET))
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-mips.c13275 struct mips_hi16 **hip, *hi; in _bfd_elf_mips_get_relocated_section_contents() local
13280 hip = &mips_hi16_list; in _bfd_elf_mips_get_relocated_section_contents()
13281 while ((hi = *hip) != NULL) in _bfd_elf_mips_get_relocated_section_contents()
13285 *hip = hi->next; in _bfd_elf_mips_get_relocated_section_contents()
13289 hip = &hi->next; in _bfd_elf_mips_get_relocated_section_contents()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-mips.c13357 struct mips_hi16 **hip, *hi; in _bfd_elf_mips_get_relocated_section_contents() local
13363 hip = &tdata->mips_hi16_list; in _bfd_elf_mips_get_relocated_section_contents()
13364 while ((hi = *hip) != NULL) in _bfd_elf_mips_get_relocated_section_contents()
13368 *hip = hi->next; in _bfd_elf_mips_get_relocated_section_contents()
13372 hip = &hi->next; in _bfd_elf_mips_get_relocated_section_contents()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_vnops.c6289 zfs_netbsd_gop_putrange(struct vnode *vp, off_t off, off_t *lop, off_t *hip) in zfs_netbsd_gop_putrange() argument
6294 *hip = round_page(*lop + zp->z_blksz); in zfs_netbsd_gop_putrange()

12