Searched refs:LEN (Results 1 – 5 of 5) sorted by relevance
/lib/crc/arm/ |
A D | crc32-core.S | 112 LEN .req r1 134 0: bic LEN, LEN, #15 141 sub LEN, LEN, #0x40 142 cmp LEN, #0x40 148 sub LEN, LEN, #0x40 174 cmp LEN, #0x40 196 teq LEN, #0 200 subs LEN, LEN, #0x10
|
/lib/crc/x86/ |
A D | crc-pclmul-template.S | 247 .set LEN, %rdx define 256 .set LEN, %ecx define 300 cmp $VL, LEN 319 cmp $4*VL-1, LEN 342 add $-4*VL, LEN // Shorter than 'sub 4*VL' when VL=32 346 cmp $4*VL-1, LEN // Shorter than 'cmp 4*VL' when VL=32 355 add $-4*VL, LEN 356 cmp $4*VL-1, LEN 410 neg LEN // Needed for indexing shuf_table 438 vpblendvb %xmm3, -16(BUF,LEN), %xmm1, %xmm1
|
/lib/crypto/s390/ |
A D | chacha-s390.S | 45 #define LEN %r4 macro 304 aghi LEN,-0x40 316 clgfi LEN,0x40 330 aghi LEN,-0x40 343 clgfi LEN,0x40 357 aghi LEN,-0x40 370 clgfi LEN,0x40 411 #undef LEN 476 clgfi LEN,256 729 clgfi LEN,0x40 [all …]
|
/lib/zlib_inflate/ |
A D | inflate.h | 36 LEN, /* i: waiting for length/lit code */ enumerator
|
A D | inflate.c | 427 state->mode = LEN; /* decode codes */ in zlib_inflate() 577 state->mode = LEN; in zlib_inflate() 579 case LEN: in zlib_inflate() 696 if (state->length == 0) state->mode = LEN; in zlib_inflate() 702 state->mode = LEN; in zlib_inflate()
|
Completed in 9 milliseconds