Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/asn1/
Da_sign.c135 int i, inl = 0, outl = 0, outll = 0; in ASN1_sign() local
224 int i, inl = 0, outl = 0, outll = 0; in ASN1_item_sign() local
/freebsd-9-stable/sys/powerpc/include/
Dpio.h150 #define outll(a,v) (__outll((volatile u_int64_t *)(a), v)) macro