Searched refs:L (Results 1 – 5 of 5) sorted by relevance
/lib/ |
D | locking-selftest-spin.h | 2 #define LOCK L
|
D | locking-selftest.c | 172 #define L(x) spin_lock(&lock_##x) macro 174 #define LU(x) L(x); U(x) 841 L(B); \ 866 L(B); \ 880 L(B); \
|
/lib/zlib_deflate/ |
D | deftree.c | 301 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()) {
|
D | deflate.c | 502 zlib_tr_stored_block(s, (char*)0, 0L, 0); in zlib_deflate() 662 s->block_start = 0L; in lm_init() 955 zlib_tr_flush_block(s, (s->block_start >= 0L ? \ 1008 Assert(s->block_start >= 0L, "block gone"); in deflate_stored()
|
/lib/zlib_inflate/ |
D | inflate.c | 391 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() 779 id = zlib_adler32(0L, NULL, 0);
|