Home
last modified time | relevance | path

Searched refs:L (Results 1 – 7 of 7) sorted by relevance

/lib/crypto/
Ddes.c516 #define IP(L, R, T) \ argument
518 T = L; \
519 L ^= R; \
520 L &= 0xf0f0f0f0; \
521 R ^= L; \
522 L ^= T; \
524 T = L; \
525 L ^= R; \
526 L &= 0xffff0000; \
527 R ^= L; \
[all …]
/lib/
Dlocking-selftest.c212 #define L(x) raw_spin_lock(&lock_##x) macro
214 #define LU(x) L(x); U(x)
375 L(Y1); in rlock_ABBA1()
379 L(Y1); in rlock_ABBA1()
407 L(Y1); in rlock_ABBA2()
411 L(Y1); in rlock_ABBA2()
440 L(Y1); in rlock_ABBA3()
444 L(Y1); in rlock_ABBA3()
1013 L(B); \
1038 L(B); \
[all …]
Dlocking-selftest-spin.h3 #define LOCK L
Dsort.c149 #define _CMP_WRAPPER ((cmp_r_func_t)0L)
/lib/zlib_deflate/
Ddeftree.c301 s->compressed_len = 0L; in zlib_tr_init()
316 s->bits_sent = 0L; in zlib_tr_init()
338 s->opt_len = s->static_len = 0L; in init_block()
910 if (eof && s->compressed_len == 0L) { /* force stored file */
912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
Ddeflate.c433 zlib_tr_stored_block(s, (char*)0, 0L, 0); in zlib_deflate()
535 s->block_start = 0L; in lm_init()
828 zlib_tr_flush_block(s, (s->block_start >= 0L ? \
881 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
/lib/zlib_inflate/
Dinflate.c376 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
391 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()