Home
last modified time | relevance | path

Searched defs:outll (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/asn1/
H A Da_sign.c34 size_t inll = 0, outll = 0; in ASN1_sign() local
154 size_t inl = 0, outl = 0, outll = 0; in ASN1_item_sign_ctx() local
/freebsd/sys/powerpc/include/
H A Dpio.h158 #define outll(a,v) (__outll((volatile u_int64_t *)(a), v)) macro