Home
last modified time | relevance | path

Searched defs:LL (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/crypto/des/
H A Ddes_locl.h145 #define D_ENCRYPT(LL,R,S) { \ argument
173 #define D_ENCRYPT(LL,R,S) { \ argument
212 #define D_ENCRYPT(LL,R,S) { \ argument
229 #define D_ENCRYPT(LL,R,S) {\ argument
258 #define D_ENCRYPT(LL,R,S) {\ argument
289 #define D_ENCRYPT(LL,R,S) {\ argument
/f-stack/freebsd/contrib/ck/include/
H A Dck_cohort.h50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P) argument
56 #define CK_COHORT_PROTOTYPE(N, GL, GU, GI, LL, LU, LI) \ argument
125 #define CK_COHORT_TRYLOCK_PROTOTYPE(N, GL, GU, GI, GTL, LL, LU, LI, LTL) \ argument
/f-stack/freebsd/crypto/rijndael/
H A Dtest00.c39 #define LL 32 macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.c239 #define LL(x) (sizeof(x)/sizeof(char) - 1) macro