HomeSort by: relevance | last modified time | path
    Searched defs:hh (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/hpcsh/dev/hd6446x/
hd6446xintc.c 61 struct hd6446x_intrhand *hh = &hd6446x_intrhand[ffs(irq) - 1]; local in function:hd6446x_intr_establish
67 hh->hh_func = func;
68 hh->hh_arg = arg;
69 hh->hh_ipl = level << 4;
70 hh->hh_imask = irq;
71 hd6446x_ienable |= hh->hh_imask;
78 return (hh);
84 struct hd6446x_intrhand *hh = handle; local in function:hd6446x_intr_disestablish
90 hd6446x_ienable &= ~hh->hh_imask;
91 memset(hh, 0, sizeof(*hh))
100 struct hd6446x_intrhand *hh = &hd6446x_intrhand[ffs(irq) - 1]; local in function:hd6446x_intr_priority
120 struct hd6446x_intrhand *hh = &hd6446x_intrhand[src]; local in function:hd6446x_intr_priority_update
    [all...]
  /src/sys/arch/evbmips/ingenic/
intr.c 247 uint32_t irql, irqh, mask, ll, hh; local in function:ingenic_irq
263 hh = irqh;
265 writereg(JZ_ICMSR1, hh);
313 writereg(JZ_ICMCR1, hh);
  /src/usr.bin/ftp/
progressbar.c 311 int remaining, hh, i; local in function:ptransfer
340 hh = remaining / SECSPERHOUR;
342 if (hh)
343 len += snprintf(buf + len, BUFLEFT, "%2d:", hh);
360 hh = remaining / SECSPERHOUR;
363 if (hh)
364 len += snprintf(buf + len, BUFLEFT, "%2d:", hh);
  /src/sys/arch/hpcsh/hpcsh/
machdep.c 619 struct hd6446x_intrhand *hh; local in function:intc_intr
630 hh = &hd6446x_intrhand[ffs(cause) - 1];
631 hd6446x_intr_resume(hh->hh_ipl);
632 KDASSERT(hh->hh_func != NULL);
633 (*hh->hh_func)(hh->hh_arg);
  /src/sys/arch/amiga/dev/
ite_cc.c 421 int hh; local in function:cursor32
424 for (hh = cend; hh >= 0; hh--) {
429 for (hh = cend; hh >= 0; hh--) {
  /src/sys/dev/pci/cxgb/
cxgb_offload.c 866 struct hh_cache *hh; local in function:neigh_suspect
870 for (hh = neigh->hh; hh; hh = hh->hh_next)
871 hh->hh_output = neigh->ops->output;
877 struct hh_cache *hh; local in function:neigh_connect
881 for (hh = neigh->hh; hh; hh = hh->hh_next
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 43 uint32_t hh[10]; member in union:poly1305_state_internal_t::__anon8d0014f7010a
117 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[0], _mm_setzero_si128());
118 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[4], _mm_setzero_si128());
119 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[8], _mm_setzero_si128());
239 T0 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[0]);
240 T1 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[4]);
241 T2 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[8]);
681 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[0], T0);
682 _mm_storeu_si128((xmmi *) (void *) &st->H.hh[4], T1);
683 _mm_storel_epi64((xmmi *) (void *) &st->H.hh[8], T4)
    [all...]
  /src/lib/libc/time/
zdump.c 953 Use ISO 8601 format +HH:MM:SS. Omit :SS if SS is zero, and omit
962 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour; local in function:format_local_time
964 ? snprintf(buf, size, "%02d:%02d:%02d", hh, mm, ss)
966 ? snprintf(buf, size, "%02d:%02d", hh, mm)
967 : snprintf(buf, size, "%02d", hh));
974 two digits to represent, extend the length of HH as needed.
990 long hh; local in function:format_utc_offset
1000 hh = off / 60 / 60;
1001 return (ss || 100 <= hh
1002 ? snprintf(buf, size, "%c%02ld%02d%02d", sign, hh, mm, ss
    [all...]
zic.c 1806 ** h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
1815 zic_t hh; local in function:gethms
1829 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) {
1848 if (hh < 0 ||
1854 if (ZIC_MAX / SECSPERHOUR < hh) {
1859 if (noise && (hh > HOURSPERDAY ||
1860 (hh == HOURSPERDAY && (mm != 0 || ss != 0)))
    [all...]
  /src/sys/dev/ic/
atw.c 3511 struct atw_frame *hh; local in function:atw_start
3640 hh = mtod(m0, struct atw_frame *);
3641 wh = &hh->atw_ihdr;
3651 memcpy(hh->atw_dst, wh->i_addr3, IEEE80211_ADDR_LEN);
3653 memcpy(hh->atw_dst, wh->i_addr1, IEEE80211_ADDR_LEN);
3655 *(uint16_t*)hh->atw_fc = *(uint16_t*)wh->i_fc;
3658 memset(&hh->u, 0, sizeof(hh->u));
3660 hh->atw_rate = rate * 5;
3665 hh->atw_service = 0x00; /* XXX guess *
    [all...]

Completed in 20 milliseconds