Searched refs:store_int (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
| H A D | asn1_encode.c | 521 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 D | atomic_san.h | 220 #define atomic_store_int ATOMIC_SAN(store_int)
|