Searched refs:LEN (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/riscv/crypto/
H A Dghash-riscv64-zvkg.S53 #define LEN a3 define
67 addi LEN, LEN, -16
68 bnez LEN, .Lnext_block
H A Daes-riscv64-zvkned.S56 #define LEN a3 define
87 srli t0, LEN, 2
134 addi LEN, LEN, -16
135 bnez LEN, 1b
142 srli LEN, LEN, 2 // Convert LEN from bytes to words
145 vsetvli t0, LEN, e32, m4, ta, ma
157 sub LEN, LE
[all...]
H A Daes-riscv64-zvkned-zvkb.S55 #define LEN a3 define
64 addi t0, LEN, 15
112 vsetvli t0, LEN, e8, m4, ta, ma
120 sub LEN, LEN, t0
125 bnez LEN, 1b
H A Daes-riscv64-zvkned-zvbb-zvkg.S56 #define LEN a3 define
98 ble LEN, t0, .Linit_single_block\@
273 andi TAIL_LEN, LEN, 15
280 sub LEN, LEN, TAIL_LEN
281 addi LEN, LEN, -16
283 srli LEN32, LEN, 2
284 // LEN and LEN32 now contain the total length of the blocks that will be
H A Dchacha-riscv64-zvkb.S52 #define LEN a3 define
141 srli LEN, LEN, 6 // Bytes to blocks
179 vsetvli VL, LEN, e32, m1, ta, ma
274 sub LEN, LEN, VL
278 bnez LEN, .Lblock_loop
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S43 | A6. Calculate LEN.
44 | LEN is the number of digits to be displayed. The
49 | If LEN is computed to be greater than 17, set OPERR in
50 | USER_FPSR. LEN is stored in d4.
54 | of decimal places needed to insure LEN integer digits
85 | A13. Check for LEN digits.
86 | If the int operation results in more than LEN digits,
87 | or less than LEN -1 digits, adjust ILOG and repeat from
89 | result is exactly 10^LEN, decrement ILOG and divide
93 | The binstr routine is used to convert the LEN digi
[all...]
H A Dbinstr.S7 | Input: 64-bit binary integer in d2:d3, desired length (LEN) in
12 | Output: LEN bcd digits representing the 64-bit integer.
19 | LEN digits are formed.
43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
49 | d0: LEN counter
79 subql #1,%d0 |for dbf d0 would have LEN+1 passes
120 swap %d7 |put LEN counter in word d7a
127 swap %d7 |put LEN counter in word d7a
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-asm.S24 #define LEN %rsi define
66 * LEN - bytes
79 mov LEN, %r8
83 mov LEN, %r8
89 mov LEN, %r8
93 mov LEN, %r8
100 mov LEN, %r8
104 mov LEN, %r8
114 mov LEN, %r8
118 mov LEN,
[all...]
H A Dcrc32-pclmul_asm.S62 #define LEN %rsi define
66 #define LEN %edx define
76 * LEN - sizeof buffer (16 bytes aligned), LEN should be grater than 63
90 sub $0x40, LEN
92 cmp $0x40, LEN
139 sub $0x40, LEN
141 cmp $0x40, LEN
169 cmp $0x10, LEN
177 sub $0x10, LEN
[all...]
H A Daesni-intel_asm.S153 #define LEN %rcx define
166 #define LEN %esi define
2323 pushl LEN
2329 movl (FRAME_OFFSET+28)(%esp), LEN # len
2331 test LEN, LEN # check length
2334 cmp $16, LEN
2336 cmp $64, LEN
2349 sub $64, LEN
2352 cmp $64, LEN
[all...]
/linux-master/arch/arm/crypto/
H A Dcrc32-ce-core.S112 LEN .req r1
120 * LEN - sizeof buffer (multiple of 16 bytes), LEN should be > 63
133 0: bic LEN, LEN, #15
140 sub LEN, LEN, #0x40
141 cmp LEN, #0x40
147 sub LEN, LEN, #
[all...]
/linux-master/lib/zlib_inflate/
H A Dinflate.h36 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon673
62 TYPE -> STORED or TABLE or LEN or CHECK
64 TABLE -> LENLENS -> CODELENS -> LEN
66 LEN -> LENEXT or LIT or TYPE
67 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
68 LIT -> LEN
H A Dinflate.c427 state->mode = LEN; /* decode codes */
577 state->mode = LEN;
579 case LEN:
696 if (state->length == 0) state->mode = LEN;
702 state->mode = LEN;
/linux-master/tools/power/cpupower/debug/i386/
H A Ddump_psb.c15 #define LEN (0x100000 - 0xc0000) macro
185 for (p = mem; p - mem < LEN; p+=16) {
192 munmap(mem, LEN);
/linux-master/security/apparmor/include/
H A Dmatch.h107 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \
109 typeof(LEN) __i; \
112 for (__i = 0; __i < LEN; __i++) { \
/linux-master/arch/s390/crypto/
H A Dchacha-s390.S45 #define LEN %r4 define
304 aghi LEN,-0x40
316 clgfi LEN,0x40
330 aghi LEN,-0x40
343 clgfi LEN,0x40
357 aghi LEN,-0x40
370 clgfi LEN,0x40
403 brct LEN,.Loop_tail_4x
411 #undef LEN
429 #define LEN define
[all...]
/linux-master/arch/sparc/net/
H A Dbpf_jit_asm_32.S94 #define bpf_slow_path_common(LEN) \
100 mov (LEN), %o3; \
130 #define bpf_negative_common(LEN) \
136 mov (LEN), %o2; \
/linux-master/tools/testing/selftests/mm/
H A Dpagemap_ioctl.c41 #define LEN(region) ((region.end - region.start)/page_size) macro
231 sum += LEN(vec[i]);
388 ksft_test_result(ret == 1 && LEN(vec[0]) == 2 &&
390 ret2 == 2 && LEN(vec2[0]) == 1 && vec2[0].start == (uintptr_t)mem &&
391 LEN(vec2[1]) == vec_size - 3 &&
421 ksft_test_result(ret == 1 && LEN(vec[0]) == mem_size/page_size,
713 ksft_test_result(written == 1 && LEN(vec[0]) == mem_size/page_size,
729 ksft_test_result(written == 1 && LEN(vec[0]) >= vec_size - 2 && LEN(vec[0]) <= vec_size,
753 ksft_test_result(written == 1 && LEN(ve
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h142 EXP_TID_SET(LEN, npages);
H A Duser_sdma.c594 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) *
605 LEN) * PAGE_SIZE;
869 tidlen = EXP_TID_GET(tidval, LEN) * PAGE_SIZE,
983 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) *
996 omfactor = EXP_TID_GET(tidval, LEN) * PAGE_SIZE >=
1086 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) *
1098 omfactor = ((EXP_TID_GET(tidval, LEN) *
/linux-master/tools/include/linux/
H A Dfilter.h70 #define BPF_ENDIAN(TYPE, DST, LEN) \
76 .imm = LEN })
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c497 val = HINIC_AEQ_CTRL_1_CLEAR(val, LEN) &
501 ctrl1 = HINIC_AEQ_CTRL_1_SET(eq->q_len, LEN) |
514 val = HINIC_CEQ_CTRL_1_CLEAR(val, LEN) &
517 ctrl1 = HINIC_CEQ_CTRL_1_SET(eq->q_len, LEN) |
H A Dhinic_hw_qp.c487 HINIC_SQ_CTRL_SET(ctrl_size, LEN);
930 sge->len = HINIC_RQ_CQE_SGE_GET(len, LEN);
950 HINIC_RQ_CTRL_SET(SIZE_8BYTES(sizeof(*ctrl)), LEN) |
/linux-master/include/linux/
H A Dfilter.h145 #define BPF_ENDIAN(TYPE, DST, LEN) \
151 .imm = LEN })
155 #define BPF_BSWAP(DST, LEN) \
161 .imm = LEN })
/linux-master/drivers/media/i2c/
H A Dtw9910.c147 #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ macro
667 val = LEN;
669 ret = tw9910_mask_set(client, OPFORM, LEN, val);

Completed in 285 milliseconds

12