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

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/
slh_hypertree.c 44 uint32_t hm = params->hm; local
48 mask = (1 << hm) - 1; /* A mod 2^h = A & ((2^h - 1))) */
87 tree_id >>= hm; local
116 uint32_t tree_height = params->hm;
slh_xmss.c 23 * (which must be < 2^(hm - height)
25 * (which must be <= hm) (hm is one of 3, 4, 8 or 9)
26 * At height=0 There are 2^hm leaf nodes,
27 * and the root node is at height = hm)
93 uint32_t h, hm = key->params->hm; local
109 for (h = 0; h < hm; ++h) {
152 uint32_t hm = key->params->hm; local
    [all...]
slh_params.h 29 uint32_t hm; /* The height (h') of each merkle tree. (h = hm * d ) */ member in struct:slh_dsa_params_st
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dlfcn_w32.c 138 HMODULE hm; local
149 hm = LoadLibraryEx(fn, 0, LOAD_WITH_ALTERED_SEARCH_PATH);
151 if (hm == NULL) {
157 return (void *) hm;
163 HMODULE hm = (HMODULE) vhm; local
165 return (DLSYM_RET_TYPE)(ULONG_PTR)GetProcAddress(hm, func_name);
171 HMODULE hm; local
179 (LPCTSTR)(ULONG_PTR)addr, &hm))
182 nsize = GetModuleFileName(hm, dli->_dli_buf, sizeof(dli->_dli_buf));
  /src/external/gpl3/gdb/dist/gdbsupport/
thread-pool.cc 88 HMODULE hm = LoadLibrary (TEXT ("kernel32.dll")); local
89 if (hm)
91 = (SetThreadDescription_ftype *) GetProcAddress (hm,
98 hm = LoadLibrary (TEXT ("KernelBase.dll"));
99 if (hm)
101 = (SetThreadDescription_ftype *) GetProcAddress (hm,
  /src/external/gpl3/gdb.old/dist/gdbsupport/
thread-pool.cc 88 HMODULE hm = LoadLibrary (TEXT ("kernel32.dll")); local
89 if (hm)
91 = (SetThreadDescription_ftype *) GetProcAddress (hm,
98 hm = LoadLibrary (TEXT ("KernelBase.dll"));
99 if (hm)
101 = (SetThreadDescription_ftype *) GetProcAddress (hm,
  /src/external/bsd/ipf/dist/tools/
ipnat.c 637 hostmap_t hm, *hmp, **maptable; local
654 if (kmemcpy((char *)&hm, (u_long)hmp, sizeof(hm))) {
659 printhostmap(&hm, hv);
660 hmp = hm.hm_next;
675 hostmap_t hm; local
687 iter.igi_data = &hm;
694 printhostmap(&hm, hm.hm_hv);
695 nsp->ns_maplist = hm.hm_next
    [all...]
ipftest.c 686 hostmap_t *hm; local
701 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next)
702 printhostmap(hm, hm->hm_hv);
  /src/sys/arch/hppa/hppa/
autoconf.c 487 struct hppa_pdcmodule nhm, *hm; local
519 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) {
520 if (nhm.hm_hpa == hm->hm_hpa) {
527 if (hm)
544 struct hppa_pdcmodule *hm; local
551 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) {
555 if (hm->hm_registered)
558 if (!(hm->hm_dp.dp_bc[0] == ca->ca_dp.dp_bc[1] &&
559 hm->hm_dp.dp_bc[1] == ca->ca_dp.dp_bc[2] &&
560 hm->hm_dp.dp_bc[2] == ca->ca_dp.dp_bc[3] &
776 struct hppa_pdcmodule *hm; local
810 struct hppa_pdcmodule hm; local
856 struct hppa_pdcmodule *hm, *nhm; local
    [all...]
  /src/external/bsd/atf/dist/tools/
test-program.cpp 569 tools::parser::headers_map hm; local
572 hm["Content-Type"] =
575 tools::parser::write_headers(hm, m_os);
  /src/external/gpl3/gdb/dist/gdb/nat/
windows-nat.c 915 HMODULE hm = NULL; local
920 hm = LoadLibrary (TEXT ("kernel32.dll"));
921 if (hm)
923 GPA (hm, DebugActiveProcessStop);
924 GPA (hm, DebugBreakProcess);
925 GPA (hm, DebugSetProcessKillOnExit);
926 GPA (hm, GetConsoleFontSize);
927 GPA (hm, DebugActiveProcessStop);
928 GPA (hm, GetCurrentConsoleFont);
930 GPA (hm, Wow64SuspendThread)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
windows-nat.c 944 HMODULE hm = NULL; local
949 hm = LoadLibrary (TEXT ("kernel32.dll"));
950 if (hm)
952 GPA (hm, DebugActiveProcessStop);
953 GPA (hm, DebugBreakProcess);
954 GPA (hm, DebugSetProcessKillOnExit);
955 GPA (hm, GetConsoleFontSize);
956 GPA (hm, DebugActiveProcessStop);
957 GPA (hm, GetCurrentConsoleFont);
959 GPA (hm, Wow64SuspendThread)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
transport.c 84 isc_hashmap_t *hm = NULL; local
87 hm = list->transports[type];
88 INSIST(hm != NULL);
92 result = isc_hashmap_add(hm, dns_name_hash(name), transport_match, name,
685 isc_hashmap_t *hm = NULL; local
690 hm = list->transports[type];
693 result = isc_hashmap_find(hm, dns_name_hash(name), transport_match,
  /src/external/mpl/bind/dist/lib/isc/
histo.c 383 isc_histomulti_t *hm = isc_mem_cget(mctx, 1, local
384 STRUCT_FLEX_SIZE(hm, hg, size));
385 *hm = (isc_histomulti_t){
390 for (uint i = 0; i < hm->size; i++) {
391 isc_histo_create(mctx, sigbits, &hm->hg[i]);
394 *hmp = hm;
402 isc_histomulti_t *hm = *hmp; local
403 isc_mem_t *mctx = hm->hg[0]->mctx;
406 for (uint i = 0; i < hm->size; i++) {
407 isc_histo_destroy(&hm->hg[i])
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 370 hostmap_t *hm; local
386 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next)
387 if (IP6_EQ(&hm->hm_osrc6, src) &&
388 IP6_EQ(&hm->hm_odst6, dst) &&
389 ((np == NULL) || (np == hm->hm_ipnat)) &&
390 ((port == 0) || (port == hm->hm_port))) {
392 hm->hm_ref++
454 hostmap_t *hm; local
732 hostmap_t *hm; local
943 hostmap_t *hm = NULL; local
    [all...]
  /src/external/bsd/ipf/dist/
ip_nat6.c 386 hostmap_t *hm; local
402 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next)
403 if (IP6_EQ(&hm->hm_osrc6, src) &&
404 IP6_EQ(&hm->hm_odst6, dst) &&
405 ((np == NULL) || (np == hm->hm_ipnat)) &&
406 ((port == 0) || (port == hm->hm_port))) {
408 hm->hm_ref++
473 hostmap_t *hm; local
754 hostmap_t *hm; local
969 hostmap_t *hm = NULL; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 844 Metric::HistMetric *hm = &hist_metric[i]; local
845 int len = hm->width;
854 sb1.appendf (fmt, len, hm->legend1);
855 sb2.appendf (fmt, len, hm->legend2);
856 sb3.appendf (fmt, len, hm->legend3);
912 Metric::HistMetric *hm = hmp + i; local
918 append_str (sb, s, hm->maxtime_width, m->get_visbits ());
930 sb->appendf (NTXT ("%-*s "), (int) hm->maxvalue_width, s);
937 append_str (sb, s, hm->maxvalue_width, m->get_visbits ());
957 if (hm->width > len && i + 1 != nmetrics
1022 Metric::HistMetric *hm = hist_metrics + i; local
1041 Metric::HistMetric *hm = hist_metrics + i; local
1063 Metric::HistMetric *hm = hms + i; local
    [all...]
Print.cc 686 Metric::HistMetric *hm = &hist_metric[i]; local
687 hm->init ();
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 844 Metric::HistMetric *hm = &hist_metric[i]; local
845 int len = hm->width;
854 sb1.appendf (fmt, len, hm->legend1);
855 sb2.appendf (fmt, len, hm->legend2);
856 sb3.appendf (fmt, len, hm->legend3);
912 Metric::HistMetric *hm = hmp + i; local
918 append_str (sb, s, hm->maxtime_width, m->get_visbits ());
930 sb->appendf (NTXT ("%-*s "), (int) hm->maxvalue_width, s);
937 append_str (sb, s, hm->maxvalue_width, m->get_visbits ());
957 if (hm->width > len && i + 1 != nmetrics
1022 Metric::HistMetric *hm = hist_metrics + i; local
1041 Metric::HistMetric *hm = hist_metrics + i; local
1063 Metric::HistMetric *hm = hms + i; local
    [all...]
Print.cc 686 Metric::HistMetric *hm = &hist_metric[i]; local
687 hm->init ();
  /src/external/gpl3/gdb/dist/gdb/
ser-mingw.c 1347 HMODULE hm = NULL; local
1350 hm = LoadLibrary ("kernel32.dll");
1351 if (hm)
1353 CancelIo = (CancelIo_ftype *) GetProcAddress (hm, "CancelIo");
1354 FreeLibrary (hm);
  /src/external/gpl3/gdb.old/dist/gdb/
ser-mingw.c 1347 HMODULE hm = NULL; local
1350 hm = LoadLibrary ("kernel32.dll");
1351 if (hm)
1353 CancelIo = (CancelIo_ftype *) GetProcAddress (hm, "CancelIo");
1354 FreeLibrary (hm);
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc 1814 process_new_tree (tree t, hash_map <code_id_hash, unsigned> *hm,
1825 unsigned *countp = hm->get (key);
1826 hm->put (key, countp ? (*countp) + 1 : 1);
1894 hash_map <code_id_hash, unsigned> hm; local
1952 process_new_tree (t, &hm, from + i, &total, data_in);
1981 process_new_tree (t, &hm, from, &total, data_in);
1990 for (hash_map<code_id_hash, unsigned>::iterator itr = hm.begin ();
1991 itr != hm.end ();
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc 1809 process_new_tree (tree t, hash_map <code_id_hash, unsigned> *hm,
1820 unsigned *countp = hm->get (key);
1821 hm->put (key, countp ? (*countp) + 1 : 1);
1889 hash_map <code_id_hash, unsigned> hm; local
1947 process_new_tree (t, &hm, from + i, &total, data_in);
1976 process_new_tree (t, &hm, from, &total, data_in);
1985 for (hash_map<code_id_hash, unsigned>::iterator itr = hm.begin ();
1986 itr != hm.end ();
  /src/external/mpl/dhcp/dist/server/
failover.c 1727 /* XXX hm. I suspect this isn't true anymore. */
5968 int hm; local
6009 hm = state->hba[(hbaix >> 3) & 0x1F] & (1 << (hbaix & 0x07));
6012 return (hm);
6014 return (!hm);
6027 int hm; local
6051 hm = state->hba[(hbaix >> 3) & 0x1F] & (1 << (hbaix & 0x07));
6054 return !hm;
6056 return hm;

Completed in 85 milliseconds

1 2