Home
last modified time | relevance | path

Searched refs:store_int (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c521 store_int(intmax_t intval, size_t size, void *val) in store_int() function
587 return store_int(-1, counted->lensize, countptr); in store_count()
591 return store_int(count, counted->lensize, countptr); in store_count()
1207 return store_int(intval, a->size, val); in decode_atype()
1214 return store_int(intval, a->size, val); in decode_atype()
/freebsd/sys/sys/
H A Datomic_san.h220 #define atomic_store_int ATOMIC_SAN(store_int)