/netbsd-src/external/bsd/elftoolchain/dist/common/ |
H A D | uthash.h | 141 #define HASH_ROLLBACK_BKT(hh, head, itemptrhh) \ argument 145 HASH_TO_BKT(_hd_hh_item->hashv, (head)->hh.tbl->num_buckets, _hd_bkt); \ 146 (head)->hh.tbl->buckets[_hd_bkt].count++; \ 156 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument 161 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \ 162 if (HASH_BLOOM_TEST((head)->hh.tbl, hashval) != 0) { \ 163 …HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], keyptr, keylen, hashval, … 168 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument 174 HASH_FIND_BYHASHVALUE(hh, head, keyptr, keylen, _hf_hashv, out); \ 215 #define HASH_MAKE_TABLE(hh,head,oomed) \ argument [all …]
|
/netbsd-src/sys/arch/hpcsh/dev/hd6446x/ |
H A D | hd6446xintc.c | 61 struct hd6446x_intrhand *hh = &hd6446x_intrhand[ffs(irq) - 1]; in hd6446x_intr_establish() local 67 hh->hh_func = func; in hd6446x_intr_establish() 68 hh->hh_arg = arg; in hd6446x_intr_establish() 69 hh->hh_ipl = level << 4; in hd6446x_intr_establish() 70 hh->hh_imask = irq; in hd6446x_intr_establish() 71 hd6446x_ienable |= hh->hh_imask; in hd6446x_intr_establish() 78 return (hh); in hd6446x_intr_establish() 84 struct hd6446x_intrhand *hh = handle; in hd6446x_intr_disestablish() local 90 hd6446x_ienable &= ~hh->hh_imask; in hd6446x_intr_disestablish() 91 memset(hh, 0, sizeof(*hh)); in hd6446x_intr_disestablish() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-hppa.c | 172 #define pc_dynrelocs(hh) 0 argument 210 struct elf32_hppa_link_hash_entry *hh; member 316 #define hh_name(hh) \ argument 317 (hh ? hh->eh.root.root.string : "<undef>") 354 hsh->hh = NULL; in stub_hash_newfunc() 382 struct elf32_hppa_link_hash_entry *hh; in hppa_link_hash_newfunc() local 385 hh = hppa_elf_hash_entry (entry); in hppa_link_hash_newfunc() 386 hh->hsh_cache = NULL; in hppa_link_hash_newfunc() 387 hh->plabel = 0; in hppa_link_hash_newfunc() 388 hh->tls_type = GOT_UNKNOWN; in hppa_link_hash_newfunc() [all …]
|
H A D | elf64-hppa.c | 270 struct elf64_hppa_link_hash_entry *hh; in hppa64_link_hash_newfunc() local 273 hh = hppa_elf_hash_entry (entry); in hppa64_link_hash_newfunc() 274 memset (&hh->dlt_offset, 0, in hppa64_link_hash_newfunc() 439 struct elf64_hppa_link_hash_entry *hh, in count_dyn_reloc() argument 453 rent->next = hh->reloc_entries; in count_dyn_reloc() 459 hh->reloc_entries = rent; in count_dyn_reloc() 626 struct elf64_hppa_link_hash_entry *hh; in elf64_hppa_check_relocs() local 637 hh = hppa_elf_hash_entry (elf_sym_hashes (abfd)[indx]); in elf64_hppa_check_relocs() 638 while (hh->eh.root.type == bfd_link_hash_indirect in elf64_hppa_check_relocs() 639 || hh->eh.root.type == bfd_link_hash_warning) in elf64_hppa_check_relocs() [all …]
|
H A D | elf32-metag.c | 770 struct elf_metag_link_hash_entry *hh; member 958 hsh->hh = NULL; in stub_hash_newfunc() 986 struct elf_metag_link_hash_entry *hh; in metag_link_hash_newfunc() local 989 hh = (struct elf_metag_link_hash_entry *) entry; in metag_link_hash_newfunc() 990 hh->hsh_cache = NULL; in metag_link_hash_newfunc() 991 hh->tls_type = GOT_UNKNOWN; in metag_link_hash_newfunc() 1054 const struct elf_metag_link_hash_entry *hh, in metag_stub_name() argument 1060 if (hh) in metag_stub_name() 1062 len = 8 + 1 + strlen (hh->eh.root.root.string) + 1 + 8 + 1; in metag_stub_name() 1068 hh->eh.root.root.string, in metag_stub_name() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-hppa.c | 172 #define pc_dynrelocs(hh) 0 argument 210 struct elf32_hppa_link_hash_entry *hh; member 316 #define hh_name(hh) \ argument 317 (hh ? hh->eh.root.root.string : "<undef>") 354 hsh->hh = NULL; in stub_hash_newfunc() 382 struct elf32_hppa_link_hash_entry *hh; in hppa_link_hash_newfunc() local 385 hh = hppa_elf_hash_entry (entry); in hppa_link_hash_newfunc() 386 hh->hsh_cache = NULL; in hppa_link_hash_newfunc() 387 hh->plabel = 0; in hppa_link_hash_newfunc() 388 hh->tls_type = GOT_UNKNOWN; in hppa_link_hash_newfunc() [all …]
|
H A D | elf64-hppa.c | 270 struct elf64_hppa_link_hash_entry *hh; in hppa64_link_hash_newfunc() local 273 hh = hppa_elf_hash_entry (entry); in hppa64_link_hash_newfunc() 274 memset (&hh->dlt_offset, 0, in hppa64_link_hash_newfunc() 439 struct elf64_hppa_link_hash_entry *hh, in count_dyn_reloc() argument 453 rent->next = hh->reloc_entries; in count_dyn_reloc() 459 hh->reloc_entries = rent; in count_dyn_reloc() 626 struct elf64_hppa_link_hash_entry *hh; in elf64_hppa_check_relocs() local 637 hh = hppa_elf_hash_entry (elf_sym_hashes (abfd)[indx]); in elf64_hppa_check_relocs() 638 while (hh->eh.root.type == bfd_link_hash_indirect in elf64_hppa_check_relocs() 639 || hh->eh.root.type == bfd_link_hash_warning) in elf64_hppa_check_relocs() [all …]
|
H A D | elf32-metag.c | 770 struct elf_metag_link_hash_entry *hh; member 958 hsh->hh = NULL; in stub_hash_newfunc() 986 struct elf_metag_link_hash_entry *hh; in metag_link_hash_newfunc() local 989 hh = (struct elf_metag_link_hash_entry *) entry; in metag_link_hash_newfunc() 990 hh->hsh_cache = NULL; in metag_link_hash_newfunc() 991 hh->tls_type = GOT_UNKNOWN; in metag_link_hash_newfunc() 1054 const struct elf_metag_link_hash_entry *hh, in metag_stub_name() argument 1060 if (hh) in metag_stub_name() 1062 len = 8 + 1 + strlen (hh->eh.root.root.string) + 1 + 8 + 1; in metag_stub_name() 1068 hh->eh.root.root.string, in metag_stub_name() [all …]
|
H A D | elf32-nios2.c | 1712 struct elf32_nios2_link_hash_entry *hh; member 2006 hsh->hh = NULL; in stub_hash_newfunc() 2051 const struct elf32_nios2_link_hash_entry *hh, in nios2_stub_name() argument 2059 if (hh) in nios2_stub_name() 2061 len = 8 + 1 + 1 + 1+ strlen (hh->root.root.root.string) + 1 + 8 + 1; in nios2_stub_name() 2068 hh->root.root.root.string, in nios2_stub_name() 2094 struct elf32_nios2_link_hash_entry *hh, in nios2_get_stub_entry() argument 2113 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry() 2114 && hh->hsh_cache->hh == hh in nios2_get_stub_entry() 2115 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | Makefile.am | 51 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \ 52 marshall.cc marshall.hh rpc.hh status.hh 54 marshall_c_source = marshall-c.hh 55 marshall_cxx_source = marshall-cp.hh 58 libcc1plugin_la_SOURCES = libcc1plugin.cc context.cc context.hh \ 68 libcp1plugin_la_SOURCES = libcp1plugin.cc context.cc context.hh \ 80 compiler.cc compiler.hh names.cc names.hh $(shared_source) \
|
H A D | ChangeLog | 66 * compiler.hh (compiler_driver_filename): Take const char *. 71 * rpc.hh (argument_wrapper) <get>: Replace cast operator. 84 * gdbctx.hh (do_compile): Use std::vector. 104 * gdbctx.hh (base_gdb_plugin): Change parameters. 132 * gdbctx.hh: New file. 138 * context.hh: New file. 143 (libcc1plugin_la_SOURCES): Add context.hh, context.cc. 174 * compiler.hh: New file. 176 * Makefile.am (libcc1_la_SOURCES): Add compiler.hh, compiler.cc. 193 * rpc.hh (deleter): Move template and some specializations to [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | Makefile.am | 52 shared_source = callbacks.cc callbacks.hh connection.cc connection.hh \ 53 marshall.cc marshall.hh rpc.hh status.hh 55 marshall_c_source = marshall-c.hh 56 marshall_cxx_source = marshall-cp.hh 79 names.cc names.hh $(shared_source) \
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/mdc2/ |
H A D | mdc2dgst.c | 41 memset(&(c->hh[0]), 0x25, MDC2_BLOCK); in MDC2_Init() 92 c->hh[0] = (c->hh[0] & 0x9f) | 0x20; in mdc2_body() 98 DES_set_odd_parity(&c->hh); in mdc2_body() 99 DES_set_key_unchecked(&c->hh, &k); in mdc2_body() 110 p = c->hh; in mdc2_body() 130 memcpy(&(md[MDC2_BLOCK]), (char *)c->hh, MDC2_BLOCK); in MDC2_Final()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/mdc2/ |
H A D | mdc2dgst.c | 35 memset(&(c->hh[0]), 0x25, MDC2_BLOCK); in MDC2_Init() 86 c->hh[0] = (c->hh[0] & 0x9f) | 0x20; in mdc2_body() 92 DES_set_odd_parity(&c->hh); in mdc2_body() 93 DES_set_key_unchecked(&c->hh, &k); in mdc2_body() 104 p = c->hh; in mdc2_body() 124 memcpy(&(md[MDC2_BLOCK]), (char *)c->hh, MDC2_BLOCK); in MDC2_Final()
|
/netbsd-src/external/bsd/ntp/dist/scripts/stats/ |
H A D | README.timecodes | 35 "<CR><LF>i ddd hh:mm:ss TZ=zz<CR><LF>" 41 hh:mm:ss = hours, minutes, seconds 53 "<CR><LF>iqyy ddd hh:mm:ss.fff ld" 62 hh:mm:ss.fff = hours, minutes, seconds, milliseconds of day 78 "<CR><LF><^A>ddd:hh:mm:ssq<CR>" 82 hh:mm:ss = hours, minutes, seconds 95 "<CR>hh:mm:ss.f dd/mm/yy<CR>" 99 hh:mm:ss = hours, minutes, seconds 105 hh:mm:ss.? once synch is established and then lost again for about 123 hh = WWVH propagation delay (81 = 33 ms) [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | host_port.ref | 17 >> [hh.] 18 unknown: warning: valid hostname or network address required in [hh.] 19 >> hh. 20 unknown: warning: valid hostname or network address required in hh.
|
H A D | host_port.in | 10 [hh.] 11 hh.
|
/netbsd-src/usr.bin/ftp/ |
H A D | 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);
|
/netbsd-src/sys/arch/hpcsh/hpcsh/ |
H A D | machdep.c | 619 struct hd6446x_intrhand *hh; in intc_intr() local 630 hh = &hd6446x_intrhand[ffs(cause) - 1]; in intc_intr() 631 hd6446x_intr_resume(hh->hh_ipl); in intc_intr() 632 KDASSERT(hh->hh_func != NULL); in intc_intr() 633 (*hh->hh_func)(hh->hh_arg); in intc_intr()
|
/netbsd-src/external/public-domain/tz/dist/ |
H A D | ziguard.awk | 52 # Round TIMESTAMP (a +-hh:mm:ss.dddd string) to the nearest second. 54 hh, mm, ss, seconds, dot_dddd, subseconds) 59 hh = mm = ss = timestamp 62 sub(/^[-+]?/, "", hh) 63 seconds = 3600 * hh + 60 * mm + ss
|
/netbsd-src/sys/dev/ic/ |
H A D | atw.c | 3511 struct atw_frame *hh; in atw_start() local 3640 hh = mtod(m0, struct atw_frame *); in atw_start() 3641 wh = &hh->atw_ihdr; in atw_start() 3651 memcpy(hh->atw_dst, wh->i_addr3, IEEE80211_ADDR_LEN); in atw_start() 3653 memcpy(hh->atw_dst, wh->i_addr1, IEEE80211_ADDR_LEN); in atw_start() 3655 *(uint16_t*)hh->atw_fc = *(uint16_t*)wh->i_fc; in atw_start() 3658 memset(&hh->u, 0, sizeof(hh->u)); in atw_start() 3660 hh->atw_rate = rate * 5; in atw_start() 3665 hh->atw_service = 0x00; /* XXX guess */ in atw_start() 3666 hh->atw_paylen = htole16(m0->m_pkthdr.len - in atw_start() [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/ |
H A D | quote_test.ref | 3 "gg\"hh" ii 6 gg\ hh ii
|
/netbsd-src/sys/arch/evbmips/ingenic/ |
H A D | intr.c | 247 uint32_t irql, irqh, mask, ll, hh; in ingenic_irq() local 263 hh = irqh; in ingenic_irq() 265 writereg(JZ_ICMSR1, hh); in ingenic_irq() 313 writereg(JZ_ICMCR1, hh); in ingenic_irq()
|
/netbsd-src/external/gpl3/gcc/dist/libcody/ |
H A D | ChangeLog | 46 * internal.hh (BuildNote): Delete. 117 * cody.hh: Allow user to set CODY_NETWORKING. 128 * internal.hh: Define fallback macros for __has_builtin and 177 * cody.hh: New. 185 * internal.hh: New.
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | BuiltinsAMDGPU.def | 172 TARGET_BUILTIN(__builtin_amdgcn_rcph, "hh", "nc", "16-bit-insts") 173 TARGET_BUILTIN(__builtin_amdgcn_sqrth, "hh", "nc", "16-bit-insts") 174 TARGET_BUILTIN(__builtin_amdgcn_rsqh, "hh", "nc", "16-bit-insts") 175 TARGET_BUILTIN(__builtin_amdgcn_sinh, "hh", "nc", "16-bit-insts") 176 TARGET_BUILTIN(__builtin_amdgcn_cosh, "hh", "nc", "16-bit-insts") 178 TARGET_BUILTIN(__builtin_amdgcn_frexp_manth, "hh", "nc", "16-bit-insts") 180 TARGET_BUILTIN(__builtin_amdgcn_fracth, "hh", "nc", "16-bit-insts")
|