Home
last modified time | relevance | path

Searched refs:zh (Results 1 – 25 of 106) sorted by relevance

12345

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dzn_malloc.c60 struct zone_heap *zh = ctx; in slap_zn_mem_destroy() local
70 ldap_pvt_thread_mutex_lock( &zh->zh_mutex ); in slap_zn_mem_destroy()
71 for (i = 0; i < zh->zh_zoneorder - order_start + 1; i++) { in slap_zn_mem_destroy()
72 zo = LDAP_LIST_FIRST(&zh->zh_free[i]); in slap_zn_mem_destroy()
77 LDAP_LIST_INSERT_HEAD(&zh->zh_zopool, zo_tmp, zo_link); in slap_zn_mem_destroy()
80 ch_free(zh->zh_free); in slap_zn_mem_destroy()
82 for (i = 0; i < zh->zh_numzones; i++) { in slap_zn_mem_destroy()
83 for (j = 0; j < zh->zh_zoneorder - order_start + 1; j++) { in slap_zn_mem_destroy()
84 ch_free(zh->zh_maps[i][j]); in slap_zn_mem_destroy()
86 ch_free(zh->zh_maps[i]); in slap_zn_mem_destroy()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/cray/ieee/
H A Dinvert_limb.c84 mp_limb_t zh, zl; in mpn_invert_limb() local
112 sub_ddmmss (zh, zl, z << 2, 0, th, tl); in mpn_invert_limb()
114 umul_ppmm (xh, xl, d, zh); in mpn_invert_limb()
119 zh++; in mpn_invert_limb()
124 zh++; in mpn_invert_limb()
126 return zh; in mpn_invert_limb()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c313 const zil_header_t *zh = zilog->zl_header; in zil_parse() local
314 boolean_t claimed = !!zh->zh_claim_txg; in zil_parse()
315 uint64_t claim_blk_seq = claimed ? zh->zh_claim_blk_seq : UINT64_MAX; in zil_parse()
316 uint64_t claim_lr_seq = claimed ? zh->zh_claim_lr_seq : UINT64_MAX; in zil_parse()
328 if (!(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID)) in zil_parse()
343 for (blk = zh->zh_log; !BP_IS_HOLE(&blk); blk = next_blk) { in zil_parse()
383 ASSERT(!claimed || !(zh->zh_flags & ZIL_CLAIM_LR_SEQ_VALID) || in zil_parse()
543 const zil_header_t *zh = zilog->zl_header; in zil_create() local
556 ASSERT(zh->zh_claim_txg == 0); in zil_create()
557 ASSERT(zh->zh_replay_seq == 0); in zil_create()
[all …]
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb_il.c364 const zil_header_t *zh = zilog->zl_header; in dump_intent_log() local
368 if (BP_IS_HOLE(&zh->zh_log) || verbose < 1) in dump_intent_log()
373 (u_longlong_t)zh->zh_claim_txg, in dump_intent_log()
374 (u_longlong_t)zh->zh_claim_blk_seq, in dump_intent_log()
375 (u_longlong_t)zh->zh_claim_lr_seq); in dump_intent_log()
377 (u_longlong_t)zh->zh_replay_seq, (u_longlong_t)zh->zh_flags); in dump_intent_log()
385 zh->zh_claim_txg); in dump_intent_log()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom42_mulmid.c58 mp_limb_t cy, e[12], zh, zl; in mpn_toom42_mulmid() local
165 zh = e1h - e2h - cy; in mpn_toom42_mulmid()
169 zh = (zh + cy) & GMP_NUMB_MASK; in mpn_toom42_mulmid()
170 ADDC_LIMB (cy, rp[m + 1], rp[m + 1], zh); in mpn_toom42_mulmid()
171 cy -= (zh >> (GMP_NUMB_BITS - 1)); in mpn_toom42_mulmid()
/netbsd-src/lib/libm/src/
H A De_atan2f.c89 u_int32_t zh; in __ieee754_atan2f() local
90 GET_FLOAT_WORD(zh,z); in __ieee754_atan2f()
91 SET_FLOAT_WORD(z,zh ^ 0x80000000); in __ieee754_atan2f()
H A De_atan2.c114 u_int32_t zh; in __ieee754_atan2() local
115 GET_HIGH_WORD(zh,z); in __ieee754_atan2()
116 SET_HIGH_WORD(z,zh ^ 0x80000000); in __ieee754_atan2()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Datan2q.c111 uint64_t zh; in atan2q() local
112 GET_FLT128_MSW64(zh,z); in atan2q()
113 SET_FLT128_MSW64(z,zh ^ 0x8000000000000000ULL); in atan2q()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Datan2q.c111 uint64_t zh; in atan2q() local
112 GET_FLT128_MSW64(zh,z); in atan2q()
113 SET_FLT128_MSW64(z,zh ^ 0x8000000000000000ULL); in atan2q()
/netbsd-src/share/nls/
H A Dnls.alias72 #zh_CN.eucCN zh
73 #zh_TW.Big5 zh
74 #zh_TW.eucTW zh
/netbsd-src/share/locale/
H A DMakefile.locale6 sk sl sr_Cyrl sr_Latn sv tr uk zh
23 LANGUAGE_CN= zh
33 LANGUAGE_HK= zh
55 LANGUAGE_TW= zh
/netbsd-src/distrib/syspkg/sets/base/base-locale-zh/
H A DMakefile3 PKGBASE=base-locale-zh
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-ycp/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-guile/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-clisp/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-gawk/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-librep/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc/po/
H A Dzh_TW.po11 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"

12345