Home
last modified time | relevance | path

Searched defs:hh (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/libucl/uthash/
H A Duthash.h95 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
142 #define HASH_MAKE_TABLE(hh,head) \ argument
161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
164 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
174 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
216 #define HASH_DELETE(hh,head,delptr) \ argument
279 #define HASH_FSCK(hh,head) \ argument
331 #define HASH_FSCK(hh,head) argument
338 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) \ argument
345 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
[all …]
/freebsd/contrib/elftoolchain/common/
H A Duthash.h96 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
142 #define HASH_MAKE_TABLE(hh,head) \ argument
161 #define HASH_ADD(hh,head,fieldname,keylen_in,add) \ argument
164 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
206 #define HASH_DELETE(hh,head,delptr) \ argument
263 #define HASH_FSCK(hh,head) \ argument
315 #define HASH_FSCK(hh,head) argument
322 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) \ argument
329 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
582 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,out) \ argument
[all …]
/freebsd/contrib/bsddialog/examples_library/
H A Dtimebox.c18 unsigned int hh, mm, ss; in main() local
/freebsd/crypto/openssl/include/openssl/
H A Dmdc2.h37 DES_cblock h, hh; member
/freebsd/sys/geom/
H A Dgeom_subr.c125 struct g_hh00 *hh; in g_load_class() local
251 struct g_hh00 *hh; in g_modevent() local
305 struct g_hh00 *hh; in g_retaste_event() local
348 struct g_hh00 *hh; in g_retaste() local
677 struct g_hh00 *hh; in g_resize_provider_event() local
743 struct g_hh00 *hh; in g_resize_provider() local
/freebsd/usr.bin/calendar/
H A Dcalendar.c152 long utcoffset, hh, mm, ss; in main() local
H A Dsunpos.c193 #define DEBUG1(y, m, d, hh, mm, pdec, dec) \ argument
196 #define DEBUG2(y, m, d, hh, mm, pdec, dec, pang, ang) \ argument
H A Dparsedata.c1030 int hh, mm, ss, i; in floattotime() local
1049 int i, m, d, hh, mm, ss; in floattoday() local
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c44 struct sdp_hh *hh; in _dump_packet() local
H A Dsdp_cma.c274 struct sdp_hh hh; in sdp_cma_handler() local
/freebsd/contrib/bsddialog/lib/
H A Dtimebox.c96 int cols, unsigned int *hh, unsigned int *mm, unsigned int *ss) in bsddialog_timebox() argument
/freebsd/contrib/ntp/include/
H A Dntp_types.h185 int16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member
188 uint16_t hh; uint16_t hl; uint16_t lh; uint16_t ll; member
/freebsd/contrib/ntp/sntp/
H A Dutilities.c144 int hh, mm, lto, isdst; in tv_to_str() local
/freebsd/contrib/bearssl/tools/
H A Dclient.c217 print_hashes(unsigned hh, unsigned hh2) in print_hashes()
234 choose_hash(unsigned hh) in choose_hash()
/freebsd/contrib/tnftp/src/
H A Dprogressbar.c317 int remaining, hh, i; local
/freebsd/contrib/tzcode/
H A Dzdump.c977 int ss = tm->tm_sec, mm = tm->tm_min, hh = tm->tm_hour; in format_local_time() local
1005 long hh; in format_utc_offset() local
[all...]
H A Dzic.c1815 zic_t hh; in gethms() local
[all...]
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c247 unsigned int hh, mm, ss; timebox_builder() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
H A Dpoly1305_sse2.c43 uint32_t hh[10]; member
/freebsd/contrib/libucl/src/
H A Ducl_internal.h187 UT_hash_handle hh; member
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c452 static inline u8 sdp_get_ip_ver(const struct sdp_hh *hh) in sdp_get_ip_ver()
457 static inline void sdp_set_ip_ver(struct sdp_hh *hh, u8 ip_ver) in sdp_set_ip_ver()
/freebsd/sbin/pfctl/
H A Dparse.y1583 struct node_host *h = NULL, *hh; variable
/freebsd/contrib/sqlite3/
H A Dshell.c23069 enum HelpHave hh = HH_More; in showHelp() local