Searched refs:L (Results 1 – 7 of 7) sorted by relevance
/lib/crypto/ |
D | des.c | 516 #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/ |
D | locking-selftest.c | 223 #define L(x) spin_lock(&lock_##x) macro 225 #define LU(x) L(x); U(x) 386 L(Y1); in rlock_ABBA1() 390 L(Y1); in rlock_ABBA1() 437 L(Y1); in rlock_chaincache_ABBA1() 441 L(Y1); in rlock_chaincache_ABBA1() 446 L(Y1); in rlock_chaincache_ABBA1() 461 L(Y1); in rlock_ABBA2() 465 L(Y1); in rlock_ABBA2() 494 L(Y1); in rlock_ABBA3() [all …]
|
D | locking-selftest-spin.h | 3 #define LOCK L
|
D | sort.c | 145 #define _CMP_WRAPPER ((cmp_r_func_t)0L)
|
/lib/zlib_deflate/ |
D | deftree.c | 247 s->compressed_len = 0L; in zlib_tr_init() 262 s->bits_sent = 0L; in zlib_tr_init() 284 s->opt_len = s->static_len = 0L; in init_block() 856 if (eof && s->compressed_len == 0L) { /* force stored file */ 858 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
|
D | deflate.c | 436 zlib_tr_stored_block(s, (char*)0, 0L, 0); in zlib_deflate() 539 s->block_start = 0L; in lm_init() 832 zlib_tr_flush_block(s, (s->block_start >= 0L ? \ 885 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
|
/lib/zlib_inflate/ |
D | inflate.c | 390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate() 405 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
|