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

1 2 3

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
mdc2.h 28 DES_cblock h, hh; member in struct:mdc2_ctx_st
  /src/sys/arch/hpcsh/dev/hd6446x/
hd6446xintc.c 61 struct hd6446x_intrhand *hh = &hd6446x_intrhand[ffs(irq) - 1]; local
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
90 hd6446x_ienable &= ~hh->hh_imask;
91 memset(hh, 0, sizeof(*hh))
100 struct hd6446x_intrhand *hh = &hd6446x_intrhand[ffs(irq) - 1]; local
120 struct hd6446x_intrhand *hh = &hd6446x_intrhand[src]; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/openssl/
mdc2.h 37 DES_cblock h, hh; member in struct:mdc2_ctx_st
  /src/crypto/external/bsd/openssl/dist/include/openssl/
mdc2.h 37 DES_cblock h, hh; member in struct:mdc2_ctx_st
  /src/external/bsd/ntp/dist/sntp/
utilities.c 146 int hh, mm, lto, isdst; local
165 hh = lto / 60;
178 hh,
  /src/sys/arch/evbmips/ingenic/
intr.c 247 uint32_t irql, irqh, mask, ll, hh; local
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
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/external/mpl/dhcp/dist/common/
nit.c 292 double hh [16]; local
308 junk = (struct sockaddr *)&hh [0];
310 (unsigned char *)&hh[0]);
329 ctl.buf = (char *)&hh [0];
lpf.c 348 double hh [16]; local
362 assemble_hw_header (interface, (unsigned char *)hh, &hbufp, hto);
364 memcpy (buf + fudge, (unsigned char *)hh, hbufp);
dlpi.c 542 double hh [32]; local
563 assemble_hw_header (interface, (unsigned char *)hh, &dbuflen, hto);
564 if (dbuflen > sizeof hh)
565 log_fatal ("send_packet: hh buffer too small.\n");
567 memcpy (dbuf + fudge, (unsigned char *)hh, dbuflen);
  /src/external/bsd/ntp/dist/include/
ntp_types.h 187 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon7373::__anon7374
190 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member in struct:__anon7373::__anon7375
200 uint16_t ll; uint16_t lh; uint16_t hl; int16_t hh;
203 uint16_t ll; uint16_t lh; uint16_t hl; uint16_t hh;
  /src/external/bsd/ppp/dist/pppd/
ppp-md4.c 174 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro
263 hh(A , B , C , D , 0 , hs1); /* Round 3 */
264 hh(D , A , B , C , 8 , hs2);
265 hh(C , D , A , B , 4 , hs3);
266 hh(B , C , D , A , 12 , hs4);
267 hh(A , B , C , D , 2 , hs1);
268 hh(D , A , B , C , 10 , hs2);
269 hh(C , D , A , B , 6 , hs3);
270 hh(B , C , D , A , 14 , hs4);
271 hh(A , B , C , D , 1 , hs1)
    [all...]
  /src/external/gpl2/rcs/dist/src/
partime.c 368 int hh, mm, ss; local
375 * and o is a time zone offset of the form [-+]hh[:mm[:ss]].
426 if (!(s = parse_ranged (s, 2, 0, 23, &hh)))
441 offset = (hh*60 + mm)*60L + ss;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
uint128_t.h 145 const uint64_t hh = xh * yh; local
148 const uint64_t h = (m >> 32) + (hl >> 32) + hh;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
uint128_t.h 145 const uint64_t hh = xh * yh; local
148 const uint64_t h = (m >> 32) + (hl >> 32) + hh;
  /src/sys/arch/hpcsh/hpcsh/
machdep.c 619 struct hd6446x_intrhand *hh; local
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
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
870 for (hh = neigh->hh; hh; hh = hh->hh_next)
871 hh->hh_output = neigh->ops->output;
877 struct hh_cache *hh; local
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::__anon6512
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 903 Use ISO 8601 format +HH:MM:SS. Omit :SS if SS is zero, and omit
912 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour; local
914 ? snprintf(buf, size, "%02d:%02d:%02d", hh, mm, ss)
916 ? snprintf(buf, size, "%02d:%02d", hh, mm)
917 : snprintf(buf, size, "%02d", hh));
924 two digits to represent, extend the length of HH as needed.
940 long hh; local
950 hh = off / 60 / 60;
951 return (ss || 100 <= hh
952 ? snprintf(buf, size, "%c%02ld%02d%02d", sign, hh, mm, ss
    [all...]
  /src/sys/dev/ic/
atw.c 3511 struct atw_frame *hh; local
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...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
accesslog.c 526 /* Our time intervals are of the form [ddd+]hh:mm[:ss]
585 /* only got days+hh:mm */
594 int dd, hh, mm, ss, len; local
603 hh = age % 24;
615 len = snprintf( ptr, size, "%02d:%02d", hh, mm );
814 char agebuf[2*STRLENOF("ddddd+hh:mm:ss ")];
2625 * GeneralizedTime YYYYmmddHH[MM[SS]][(./,)d...](Z|(+/-)HH[MM])
  /src/external/gpl3/binutils/dist/bfd/
elf-m10300.c 2000 struct elf_link_hash_entry * hh;
2016 hh = NULL;
2021 hh, sec, relocation,
2024 h = elf_mn10300_hash_entry (hh);
2026 tls_r_type = elf_mn10300_tls_transition (info, r_type, hh, input_section, 0);
2069 && !SYMBOL_REFERENCES_LOCAL (info, hh))
2071 && !SYMBOL_REFERENCES_LOCAL (info, hh)
3175 struct elf_link_hash_entry **hh;
3209 for (hh = elf_sym_hashes (input_bfd); hh < end_hashes; hh++
1999 struct elf_link_hash_entry * hh; local
3174 struct elf_link_hash_entry **hh; local
    [all...]
elf32-cris.c 4041 struct elf_cris_link_hash_entry *hh = elf_cris_hash_entry (h);
4042 if (hh->reg_got_refcount > 0)
4045 BFD_ASSERT (hh->dtp_refcount == 0 && hh->tprel_refcount == 0);
4049 if (hh->dtp_refcount > 0)
4052 if (hh->tprel_refcount > 0)
4032 struct elf_cris_link_hash_entry *hh = elf_cris_hash_entry (h); local
elf32-metag.c 81 elf_metag_link_hash_entry "hh"
770 struct elf_metag_link_hash_entry *hh; member in struct:elf_metag_stub_hash_entry
958 hsh->hh = NULL;
986 struct elf_metag_link_hash_entry *hh; local
989 hh = (struct elf_metag_link_hash_entry *) entry;
990 hh->hsh_cache = NULL;
991 hh->tls_type = GOT_UNKNOWN;
1053 const struct elf_metag_link_hash_entry *hh,
1059 if (hh)
1061 len = 8 + 1 + strlen (hh->eh.root.root.string) + 1 + 8 + 1
1449 struct elf_metag_link_hash_entry *hh; local
2052 struct elf_metag_link_hash_entry *hh; local
3740 struct elf_metag_link_hash_entry *hh; local
    [all...]

Completed in 39 milliseconds

1 2 3