Searched refs:hc (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dsymbol.cpp56 unsigned int hc = 0, g; local
58 hc = *p++;
60 hc <<= 7;
61 hc += *p++;
63 hc <<= 4;
64 hc += *p;
65 if ((g = (hc & 0xf0000000)) == 0) {
66 hc ^= g >> 24;
67 hc ^= g;
72 return hc;
95 unsigned int hc = hash_string(p); local
[all...]
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp-hvcall.S30 #define hc .long 0x44000022 define
41 hc /* invoke the hypervisor */
59 hc /* invoke the hypervisor */
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3-hvcall.S5 #define hc .long 0x44000022 define
14 hc
30 hc
44 hc
61 hc
80 hc
102 hc
114 hc
126 hc
138 hc
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dumac.c533 static void nh_transform(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) argument
535 * as argument "hc" the current hash context and a buffer which must be a
542 key = hc->nh_key + hc->bytes_hashed;
543 nh_aux(key, buf, hc->state, nbytes);
578 static void nh_reset(nh_ctx *hc) argument
581 hc->bytes_hashed = 0;
582 hc->next_data_empty = 0;
583 hc->state[0] = 0;
585 hc
598 nh_init(nh_ctx *hc, aes_int_key prf_key) argument
608 nh_update(nh_ctx *hc, const UINT8 *buf, UINT32 nbytes) argument
663 nh_final(nh_ctx *hc, UINT8 *result) argument
703 nh(nh_ctx *hc, const UINT8 *buf, UINT32 padded_len, UINT32 unpadded_len, UINT8 *result) argument
828 poly_hash(uhash_ctx_t hc, UINT32 data_in[]) argument
[all...]
/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dhyperv.c275 uint64_t hc, hc_orig; local
298 hc = ((hypercall_context.hc_paddr >> PAGE_SHIFT) <<
302 wrmsr(MSR_HV_HYPERCALL, hc);
307 hc = rdmsr(MSR_HV_HYPERCALL);
308 if ((hc & MSR_HV_HYPERCALL_ENABLE) == 0) {
323 uint64_t hc; local
329 hc = rdmsr(MSR_HV_HYPERCALL);
330 wrmsr(MSR_HV_HYPERCALL, (hc & MSR_HV_HYPERCALL_RSVD_MASK));
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp155 size_t hc = hash<const void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_);
156 __c_node* c = __cbeg_[hc];
199 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
200 __c_node* p = __cbeg_[hc];
204 __cbeg_[hc] = __fn(buf, __c, p);
250 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
251 __c_node* p = __cbeg_[hc];
281 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
282 __c_node* p = __cbeg_[hc];
307 size_t hc local
334 size_t hc = hash<void*>()(__c) % static_cast<size_t>(__cend_ - __cbeg_); local
450 size_t hc = hash<void*>()(c1) % static_cast<size_t>(__cend_ - __cbeg_); local
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dcondition.c64 HANDLE hc; local
76 hc = CreateEvent(NULL, FALSE, FALSE, NULL);
77 if (hc == NULL) {
86 newthread->handle[LBROADCAST] = hc;
/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c124 if (scp->hc->play)
127 if (scp->hc->rec)
322 ch->lslot = scp->hc->left;
323 ch->rslot = scp->hc->right;
645 snprintf(desc, sizeof(desc), "HDSPe AIO [%s]", scp->hc->descr);
654 err = pcm_register(dev, scp, scp->hc->play, scp->hc->rec);
661 for (i = 0; i < scp->hc->play; i++) {
666 for (i = 0; i < scp->hc->rec; i++) {
H A Dhdspe.h160 struct hdspe_channel *hc; member in struct:sc_pcminfo
H A Dhdspe.c328 scp->hc = &chan_map[i];
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c1066 const struct mwl_hal_channel *hc; local
1079 hc = ((unsigned)i < ci->nchannels) ? &ci->channels[i] : NULL;
1091 hc = (i < ci->nchannels) ? &ci->channels[i] : NULL;
1093 hc = NULL;
1094 return hc;
1102 const struct mwl_hal_channel *hc; local
1105 hc = findchannel(mh, c);
1106 if (hc == NULL) {
1122 pCmd->PowerLevelList[i++] = htole16(hc->targetPowers[0]);
1124 uint16_t pow = hc
2011 setmaxtxpow(struct mwl_hal_channel *hc, int i, int maxix) argument
2031 struct mwl_hal_channel *hc; local
2072 struct mwl_hal_channel *hc = &ci->channels[j]; local
[all...]
H A Dif_mwl.c942 mwl_mapchan(MWL_HAL_CHANNEL *hc, const struct ieee80211_channel *chan) argument
944 hc->channel = chan->ic_ieee;
946 *(uint32_t *)&hc->channelFlags = 0;
948 hc->channelFlags.FreqBand = MWL_FREQ_BAND_2DOT4GHZ;
950 hc->channelFlags.FreqBand = MWL_FREQ_BAND_5GHZ;
952 hc->channelFlags.ChnlWidth = MWL_CH_40_MHz_WIDTH;
954 hc->channelFlags.ExtChnlOffset = MWL_EXT_CH_ABOVE_CTRL_CH;
956 hc->channelFlags.ExtChnlOffset = MWL_EXT_CH_BELOW_CTRL_CH;
958 hc->channelFlags.ChnlWidth = MWL_CH_20_MHz_WIDTH;
4305 const struct mwl_hal_channel *hc local
4323 const struct mwl_hal_channel *hc; local
4381 const struct mwl_hal_channel *hc = &ci->channels[i]; local
4398 const struct mwl_hal_channel *hc = &ci->channels[i]; local
[all...]
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c418 HISTCOUNTER *hc; local
512 hc = (HISTCOUNTER *) ((uintptr_t) pgf->pgf_gmondata +
516 if (hc[bucket] < HISTCOUNTER_MAX)
517 hc[bucket]++;
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs.h78 #define HC_BASE(hc) ((hc) * HC_SIZE + HC_OFFSET)
101 #define PORT_BASE(hc) ((hc) * PORT_SIZE + PORT_OFFSET)
H A Dmvs.c495 uint32_t ecfg, fcfg, hc, ltm, unkn; local
543 hc = ATA_INL(ch->r_mem, EDMA_HC);
548 hc &= ~EDMA_IE_EDEVERR;
551 hc |= EDMA_IE_EDEVERR;
557 hc |= EDMA_IE_EDEVERR;
562 ATA_OUTL(ch->r_mem, EDMA_HC, hc);
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dindex.cpp484 unsigned hc = hash(key_buffer, len); local
486 for (int h = hc % common_words_table_size;
496 int li = table[int(hc % header.table_size)];
/freebsd-11-stable/sbin/ifconfig/
H A Difbridge.c255 u_int8_t ht, fd, ma, hc, pro; local
272 hc = ifbp.ifbop_holdcount;
279 ma, hc, stpproto[pro], csize, ctime);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh143 them against the existing \`\`gdb-events.[hc]''. Any differences
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1865 malo_mapchan(struct malo_hal_channel *hc, const struct ieee80211_channel *chan) argument
1867 hc->channel = chan->ic_ieee;
1869 *(uint32_t *)&hc->flags = 0;
1871 hc->flags.freqband = MALO_FREQ_BAND_2DOT4GHZ;
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h242 t_FmPcdHcParams hc; /**< Relevant only if useHostCommand=TRUE. member in struct:t_FmPcdParams
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c609 int hc = VTOB_HASH_CODE(vaddr); local
612 vbp->next = mp->vtob[hc];
613 mp->vtob[hc] = vbp;
631 int hc = VTOB_HASH_CODE(m); local
633 vbpp = &mp->vtob[hc];
735 int hc = VTOB_HASH_CODE(m); local
742 vp = mp->vtob[hc];
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c4323 char *hc[2] = { "s.acl.h", ".s.open.h.hyLZlg" }; local
4343 VERIFY3U(0, ==, zap_add(os, object, hc[i], sizeof (uint64_t),
4347 VERIFY3U(EEXIST, ==, zap_add(os, object, hc[i],
4350 zap_length(os, object, hc[i], &zl_intsize, &zl_ints));
4355 VERIFY3U(0, ==, zap_remove(os, object, hc[i], tx));
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c598 memcpy((uint8_t*)&hcParams.params, (uint8_t*)&p_FmPcdParams->hc, sizeof(t_FmPcdHcParams));
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c1651 const struct bwn_channel *hc = &ci->channels[i]; local
1654 hc->ieee, hc->freq, hc->maxTxPow, 0, bands);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c2198 u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af)
2259 *hc = pf_cksum_fixup(pf_cksum_fixup(*hc,
2196 pf_change_icmp(struct pf_addr *ia, u_int16_t *ip, struct pf_addr *oa, struct pf_addr *na, u_int16_t np, u_int16_t *pc, u_int16_t *h2c, u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af) argument

Completed in 532 milliseconds