/linux-4.1.27/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-4.1.27/arch/x86/crypto/ |
D | crc32-pclmul_asm.S | 84 #define LEN %rsi macro 88 #define LEN %edx macro 112 sub $0x40, LEN 120 cmp $0x40, LEN 167 sub $0x40, LEN 169 cmp $0x40, LEN 197 cmp $0x10, LEN 205 sub $0x10, LEN 207 cmp $0x10, LEN
|
D | aesni-intel_asm.S | 132 #define LEN %rcx macro 145 #define LEN %esi macro 2296 pushl LEN 2302 movl 28(%esp), LEN 2304 test LEN, LEN # check length 2307 cmp $16, LEN 2309 cmp $64, LEN 2322 sub $64, LEN 2325 cmp $64, LEN 2327 cmp $16, LEN [all …]
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 20 2B OP LEN DATA CS 25 The 2B, LEN and CS fields have disappeared, probably because USB handles frames and 34 LEN= Varies from device to device 47 LEN= Varies 58 LEN= 0e 99 LEN= 08 108 LEN= 03 114 LEN= 07 123 LEN= 0a 139 LEN= 03 [all …]
|
/linux-4.1.27/security/apparmor/include/ |
D | match.h | 104 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TYPE, NTOHX) \ argument 106 typeof(LEN) __i; \ 109 for (__i = 0; __i < LEN; __i++) { \
|
/linux-4.1.27/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-4.1.27/arch/sparc/net/ |
D | bpf_jit_asm.S | 100 #define bpf_slow_path_common(LEN) \ argument 106 mov (LEN), %o3; \ 136 #define bpf_negative_common(LEN) \ argument 142 mov (LEN), %o2; \
|
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit.S | 75 #define bpf_slow_path_common(LEN) \ argument 80 mov $LEN,%ecx; /* len */ \
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 293 if (w > LEN(start_x, end_x) || h > LEN(end_y, start_y)) in scan_r2l_t2b() 367 if (w > LEN(end_x, start_x) || h > LEN(end_y, start_y)) in scan_l2r_t2b() 373 if (w > LEN(end_x, start_x)) in scan_l2r_t2b() 444 if (num_slots > tcm->width * LEN(field->p0.y, field->p1.y)) in scan_r2l_b2t_one_dim()
|
D | tcm-sita.h | 45 #define LEN(a, b) ((a) > (b) ? (a) - (b) + 1 : (b) - (a) + 1) macro
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inflate.h | 34 LEN, /* i: waiting for length/lit code */ enumerator
|
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()
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | tw9910.c | 148 #define LEN 0x40 /* 0 : 8-bit YCrCb 4:2:2 output format */ macro 592 val = LEN; in tw9910_set_frame() 594 ret = tw9910_mask_set(client, OPFORM, LEN, val); in tw9910_set_frame()
|
/linux-4.1.27/include/linux/ |
D | filter.h | 86 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 92 .imm = LEN })
|
/linux-4.1.27/arch/sh/lib/ |
D | checksum.S | 209 ! r6: int LEN
|
/linux-4.1.27/fs/jfs/ |
D | jfs_xtree.c | 55 #define XT_PUTENTRY(XAD, FLAG, OFF, LEN, ADDR)\ argument 59 XADlength((XAD), (LEN));\
|
/linux-4.1.27/Documentation/ |
D | DMA-API-HOWTO.txt | 876 1) Use DEFINE_DMA_UNMAP_{ADDR,LEN} in state saving structures. 917 It really should be self-explanatory. We treat the ADDR and LEN
|