/Linux-v4.19/arch/x86/crypto/ |
D | aegis128-aesni-asm.S | 26 #define LEN %rsi macro 81 mov LEN, %r8 85 mov LEN, %r8 91 mov LEN, %r8 95 mov LEN, %r8 102 mov LEN, %r8 106 mov LEN, %r8 116 mov LEN, %r8 120 mov LEN, %r8 144 mov LEN, %r8 [all …]
|
D | crc32-pclmul_asm.S | 85 #define LEN %rsi macro 89 #define LEN %edx macro 113 sub $0x40, LEN 115 cmp $0x40, LEN 162 sub $0x40, LEN 164 cmp $0x40, LEN 192 cmp $0x10, LEN 200 sub $0x10, LEN 202 cmp $0x10, LEN
|
D | aegis256-aesni-asm.S | 28 #define LEN %rsi macro 65 mov LEN, %r8 69 mov LEN, %r8 75 mov LEN, %r8 79 mov LEN, %r8 86 mov LEN, %r8 90 mov LEN, %r8 100 mov LEN, %r8 104 mov LEN, %r8 128 mov LEN, %r8 [all …]
|
D | aegis128l-aesni-asm.S | 31 #define LEN %rsi macro 73 mov LEN, %r8 77 mov LEN, %r8 83 mov LEN, %r8 87 mov LEN, %r8 94 mov LEN, %r8 98 mov LEN, %r8 108 mov LEN, %r8 112 mov LEN, %r8 120 mov LEN, %r8 [all …]
|
D | aesni-intel_asm.S | 162 #define LEN %rcx macro 175 #define LEN %esi macro 2342 pushl LEN 2348 movl (FRAME_OFFSET+28)(%esp), LEN # len 2350 test LEN, LEN # check length 2353 cmp $16, LEN 2355 cmp $64, LEN 2368 sub $64, LEN 2371 cmp $64, LEN 2373 cmp $16, LEN [all …]
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | bindec.S | 43 | 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 digit [all …]
|
D | binstr.S | 7 | 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-v4.19/arch/arm64/crypto/ |
D | crc32-ce-core.S | 104 LEN .req x20 130 mov LEN, x1 134 bic LEN, LEN, #15 139 sub LEN, LEN, #0x40 140 cmp LEN, #0x40 146 sub LEN, LEN, #0x40 172 cmp LEN, #0x40 204 cbz LEN, fold_64 207 subs LEN, LEN, #0x10
|
/Linux-v4.19/arch/arm/crypto/ |
D | crc32-ce-core.S | 112 LEN .req r1 133 0: bic LEN, LEN, #15 140 sub LEN, LEN, #0x40 141 cmp LEN, #0x40 147 sub LEN, LEN, #0x40 173 cmp LEN, #0x40 195 teq LEN, #0 199 subs LEN, LEN, #0x10
|
/Linux-v4.19/Documentation/input/devices/ |
D | iforce-protocol.rst | 40 2B OP LEN DATA CS 51 The 2B, LEN and CS fields have disappeared, probably because USB handles 63 LEN= Varies from device to device 80 LEN= Varies 95 LEN= 0e 145 LEN= 08 158 LEN= 03 168 LEN= 07 181 LEN= 0a 201 LEN= 03 [all …]
|
/Linux-v4.19/tools/power/cpupower/debug/i386/ |
D | dump_psb.c | 17 #define LEN (0x100000 - 0xc0000) macro 187 for (p = mem; p - mem < LEN; p+=16) { in main() 194 munmap(mem, LEN); in main()
|
/Linux-v4.19/arch/sparc/net/ |
D | bpf_jit_asm_32.S | 94 #define bpf_slow_path_common(LEN) \ argument 100 mov (LEN), %o3; \ 130 #define bpf_negative_common(LEN) \ argument 136 mov (LEN), %o2; \
|
/Linux-v4.19/security/apparmor/include/ |
D | match.h | 109 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument 111 typeof(LEN) __i; \ 114 for (__i = 0; __i < LEN; __i++) { \
|
/Linux-v4.19/lib/zlib_inflate/ |
D | inflate.c | 409 state->mode = LEN; /* decode codes */ in zlib_inflate() 556 state->mode = LEN; in zlib_inflate() 557 case LEN: in zlib_inflate() 670 if (state->length == 0) state->mode = LEN; in zlib_inflate() 676 state->mode = LEN; in zlib_inflate()
|
D | inflate.h | 34 LEN, /* i: waiting for length/lit code */ enumerator
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.h | 43 #define LEN(a, b) ((a) > (b) ? (a) - (b) + 1 : (b) - (a) + 1) macro
|
/Linux-v4.19/tools/include/linux/ |
D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 76 .imm = LEN })
|
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_eqs.c | 492 val = HINIC_AEQ_CTRL_1_CLEAR(val, LEN) & in set_ctrl1() 496 ctrl1 = HINIC_AEQ_CTRL_1_SET(eq->q_len, LEN) | in set_ctrl1() 511 val = HINIC_CEQ_CTRL_1_CLEAR(val, LEN) & in set_ctrl1() 514 ctrl1 = HINIC_CEQ_CTRL_1_SET(eq->q_len, LEN) | in set_ctrl1()
|
D | hinic_hw_qp.c | 495 HINIC_SQ_CTRL_SET(ctrl_size, LEN); in sq_prepare_ctrl() 866 sge->len = HINIC_RQ_CQE_SGE_GET(len, LEN); in hinic_rq_get_sge() 886 HINIC_RQ_CTRL_SET(SIZE_8BYTES(sizeof(*ctrl)), LEN) | in hinic_rq_prepare_wqe()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 640 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length() 651 LEN) * PAGE_SIZE; in compute_data_length() 1094 tidlen = EXP_TID_GET(tidval, LEN) * PAGE_SIZE, in check_header_template() 1207 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header() 1220 omfactor = EXP_TID_GET(tidval, LEN) * PAGE_SIZE >= in set_txreq_header() 1310 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg() 1322 omfactor = ((EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg()
|
D | user_exp_rcv.c | 732 EXP_TID_SET(LEN, npages); in program_rcvarray() 926 EXP_TID_SET(LEN, node->npages); in tid_rb_invalidate()
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | tw9910.c | 148 #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ macro 618 val = LEN; in tw9910_set_frame() 620 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame()
|
/Linux-v4.19/drivers/media/i2c/ |
D | tw9910.c | 147 #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ macro 666 val = LEN; in tw9910_set_frame() 668 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame()
|
/Linux-v4.19/include/linux/ |
D | filter.h | 120 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 126 .imm = LEN })
|
/Linux-v4.19/arch/sh/lib/ |
D | checksum.S | 209 ! r6: int LEN
|