Home
last modified time | relevance | path

Searched +defs:hash +defs:o (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlobject.h111 #define val_(o) ((o)->value_) argument
112 #define num_(o) (val_(o).n) argument
116 #define rttype(o) ((o)->tt_) argument
304 #define v_(o) ((o)->u.i.v__) argument
305 #define d_(o) ((o)->u.d__) argument
306 #define tt_(o) ((o)->u.i.tt__) argument
315 #define v_(o) ((o)->u.i.v__) argument
316 #define d_(o) ((o)->u.d__) argument
326 #define val_(o) v_(o) argument
328 #define num_(o) d_(o) argument
[all …]
H A Dlstate.h61 GCObject **hash; member
199 #define gch(o) (&(o)->gch) argument
202 #define rawgco2ts(o) \ argument
204 #define gco2ts(o) (&rawgco2ts(o)->tsv) argument
206 #define gco2u(o) (&rawgco2u(o)->uv) argument
207 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l)) argument
208 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c)) argument
209 #define gco2cl(o) \ argument
211 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h)) argument
212 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p)) argument
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dlobject.h70 #define val_(o) ((o)->value_) argument
71 #define valraw(o) (&val_(o)) argument
75 #define rawtt(o) ((o)->tt_) argument
82 #define ttypetag(o) withvariant(rawtt(o)) argument
85 #define ttype(o) (novariant(rawtt(o))) argument
89 #define checktag(o,t) (rawtt(o) == (t)) argument
112 #define settt_(o,t) ((o)->tt_=(t)) argument
150 #define s2v(o) (&(o)->val) argument
368 unsigned int hash; member
391 #define vslen(o) tsslen(tsvalue(o)) argument
[all …]
H A Dlstate.h151 TString **hash; member
327 #define cast_u(o) cast(union GCUnion *, (o)) argument
330 #define gco2ts(o) \ argument
332 #define gco2u(o) check_exp((o)->tt == LUA_VUSERDATA, &((cast_u(o))->u)) argument
333 #define gco2lcl(o) check_exp((o)->tt == LUA_VLCL, &((cast_u(o))->cl.l)) argument
334 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c)) argument
335 #define gco2cl(o) \ argument
337 #define gco2t(o) check_exp((o)->tt == LUA_VTABLE, &((cast_u(o))->h)) argument
338 #define gco2p(o) check_exp((o)->tt == LUA_VPROTO, &((cast_u(o))->p)) argument
339 #define gco2th(o) check_exp((o)->tt == LUA_VTHREAD, &((cast_u(o))->th)) argument
[all …]
/freebsd-13.1/usr.sbin/ppp/
H A Dpred.c64 u_short hash; member
307 Pred1InitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in Pred1InitOptsOutput()
314 Pred1SetOpts(struct bundle *bundle __unused, struct fsm_opt *o, in Pred1SetOpts()
/freebsd-13.1/crypto/openssl/apps/
H A Drehash.c85 unsigned int hash; member
124 static int add_entry(enum Type type, unsigned int hash, const char *filename, in add_entry()
195 unsigned int hash = 0; in handle_symlink() local
479 OPTION_CHOICE o; in rehash_main() local
H A Dcrl.c75 OPTION_CHOICE o; in crl_main() local
76 int hash = 0, issuer = 0, lastupdate = 0, nextupdate = 0, noout = 0; in crl_main() local
H A Dpasswd.c88 OPTION_CHOICE o; in passwd_main() local
778 char *hash = NULL; in do_passwd() local
/freebsd-13.1/usr.bin/sockstat/
H A Dsockstat.c317 int hash, vflag; in gather_sctp() local
591 int hash, retry, vflag; in gather_inet() local
749 int hash, retry; in gather_unix() local
1023 int hash, first, offset; in displaysock() local
1193 int hash, n, pos; in display() local
1325 int o, i; in main() local
/freebsd-13.1/contrib/libucl/src/
H A Ducl_hash.c39 void *hash; member
104 ucl_hash_func (const ucl_object_t *o) in ucl_hash_func()
122 ucl_hash_caseless_func (const ucl_object_t *o) in ucl_hash_caseless_func()
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl_ocsp.c293 static char * octet_string_str(ASN1_OCTET_STRING *o) in octet_string_str()
402 ASN1_OCTET_STRING *hash; in issuer_match() local
463 unsigned char hash[SHA_DIGEST_LENGTH]; in ocsp_find_signer() local
H A Dtls_openssl.c405 HCRYPTHASH hash; in cryptoapi_rsa_priv_enc() local
531 const char *hash = name + 7; in cryptoapi_find_cert() local
1795 u8 o; member
2222 u8 hash[32]; in openssl_tls_cert_event() local
2415 u8 hash[32]; in tls_verify_cb() local
/freebsd-13.1/sys/netinet6/
H A Dip6_mroute.c305 #define MF6CFIND(o, g, rt) do { \ argument
816 u_long hash; in add_m6fc() local
993 u_long hash; in del_m6fc() local
1072 u_long hash; in X_ip6_mforward() local
/freebsd-13.1/sys/netinet/
H A Dip_mroute.c380 mfc_find(struct in_addr *o, struct in_addr *g) in mfc_find()
1055 u_long hash = 0; in add_mfc() local
1287 u_long hash; in X_ip_mforward() local
2105 #define BW_METER_TIMEHASH(bw_meter, hash) \ argument
/freebsd-13.1/contrib/wpa/src/utils/
H A Dhttp_curl.c205 OTHERNAME *o) in add_alt_name_othername()
551 HashAlgAndValue *hash; in add_logo_direct() local
597 HashAlgAndValue *hash; in add_logo_indirect() local
606 static void i2r_HashAlgAndValue(HashAlgAndValue *hash, BIO *out, int indent) in i2r_HashAlgAndValue()
636 HashAlgAndValue *hash; in i2r_LogotypeDetails() local
738 HashAlgAndValue *hash; in i2r_LogotypeReference() local
/freebsd-13.1/contrib/ldns/
H A Ddnssec.c1016 unsigned char hash[LDNS_SHA1_DIGEST_LENGTH]; in ldns_nsec3_hash_name() local
1550 ldns_pkt_verify_time(const ldns_pkt *p, ldns_rr_type t, const ldns_rdf *o, in ldns_pkt_verify_time()
1614 ldns_pkt_verify(const ldns_pkt *p, ldns_rr_type t, const ldns_rdf *o, in ldns_pkt_verify()
/freebsd-13.1/sys/arm/allwinner/
H A Dif_awg.c92 #define TX_SKIP(n, o) (((n) + (o)) & (TX_DESC_COUNT - 1)) argument
412 uint32_t crc, hashreg, hashbit, *hash = arg; in awg_hash_maddr() local
426 uint32_t val, hash[2], machi, maclo; in awg_setup_rxfilter() local
/freebsd-13.1/crypto/heimdal/kcm/
H A Dprotocol.c984 #define MOVE(n,o,f) { tmp.f = n->f ; n->f = o->f; o->f = tmp.f; } in kcm_op_move_cache() argument
1299 krb5_data hash = c->nthash; in kcm_op_add_ntlm_cred() local
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c470 get_hash_value(apr_hash_t *hash, in get_hash_value()
727 cfg_option_t *o; in svn_config_create_option() local
/freebsd-13.1/stand/libsa/zfs/
H A Dzfsimpl.c649 remap_segment_t *o; in vdev_indirect_remap() local
2642 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) argument
2664 zap_leaf_lookup(zap_leaf_t *zl, uint64_t hash, const char *name, in zap_leaf_lookup()
2714 uint64_t hash; in fzap_lookup() local
/freebsd-13.1/contrib/unbound/services/
H A Dauthzone.c1807 uint32_t* serial, int* scheme, int* hashalgo, uint8_t** hash, in zonemd_fetch_parameters()
1908 uint8_t* hash = NULL; in auth_zone_zonemd_check_hash() local
2864 uint8_t hash[N3HASHBUFLEN]; in az_nsec3_hashname() local
3893 auth_master_copy(struct auth_master* o) in auth_master_copy()
7603 int hashalgo, uint8_t* hash, size_t hashlen, size_t* resultlen, in auth_zone_generate_zonemd_hash()
7630 int hashalgo, uint8_t* hash, size_t hashlen, struct regional* region, in auth_zone_generate_zonemd_check()
/freebsd-13.1/sys/dev/drm2/
H A DdrmP.h536 struct drm_hash_item hash; member
1589 #define DRM_GEM_MAPPING_IDX(o) (((o) >> 40) & DRM_GEM_MAX_IDX) argument
1591 #define DRM_GEM_MAPPING_MAPOFF(o) \ argument
/freebsd-13.1/contrib/sendmail/src/
H A Dqueue.c5636 char *o; local
7063 init_shm(qn, owner, hash) in init_shm() argument
/freebsd-13.1/sys/cam/
H A Dcam_xpt.c1233 int ret = -1, l, o; in xpt_getattr() local
4574 int run, hash; in xpt_done() local
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_main.c2024 save_caps_and_params(struct adapter *sc, struct adapter_pre_reset_state *o) in save_caps_and_params()
2055 compare_caps_and_params(struct adapter *sc, struct adapter_pre_reset_state *o) in compare_caps_and_params()
6001 uint64_t hash; member

12