/openbmc/qemu/tests/tcg/hexagon/ |
H A D | circ.c | 69 #define CIRC_LOAD_IMM(SIZE, RES, ADDR, START, LEN, INC) \ in INIT() argument 76 : "r"(START), "r"(LEN) \ in INIT() 78 #define CIRC_LOAD_IMM_b(RES, ADDR, START, LEN, INC) \ in INIT() argument 79 CIRC_LOAD_IMM(b, RES, ADDR, START, LEN, INC) in INIT() 80 #define CIRC_LOAD_IMM_ub(RES, ADDR, START, LEN, INC) \ in INIT() argument 81 CIRC_LOAD_IMM(ub, RES, ADDR, START, LEN, INC) in INIT() 82 #define CIRC_LOAD_IMM_h(RES, ADDR, START, LEN, INC) \ in INIT() argument 83 CIRC_LOAD_IMM(h, RES, ADDR, START, LEN, INC) in INIT() 84 #define CIRC_LOAD_IMM_uh(RES, ADDR, START, LEN, INC) \ in INIT() argument 85 CIRC_LOAD_IMM(uh, RES, ADDR, START, LEN, INC) in INIT() [all …]
|
H A D | load_align.c | 281 #define LOAD_pci(SZ, RES, PTR, START, LEN, INC) \ argument 288 : "r"(START), "r"(LEN) \ 290 #define LOAD_pci_b(RES, PTR, START, LEN, INC) \ argument 291 LOAD_pci(b, RES, PTR, START, LEN, INC) 292 #define LOAD_pci_h(RES, PTR, START, LEN, INC) \ argument 293 LOAD_pci(h, RES, PTR, START, LEN, INC) 295 #define TEST_pci(NAME, SZ, LEN, INC, RES1, RES2, RES3, RES4) \ argument 300 LOAD_pci_##SZ(result, ptr, buf, (LEN), (INC)); \ 302 checkp(ptr, &buf[(1 * (INC)) % (LEN)]); \ 303 LOAD_pci_##SZ(result, ptr, buf, (LEN), (INC)); \ [all …]
|
H A D | load_unpack.c | 315 #define BxW_LOAD_pci(SZ, RES, PTR, START, LEN, INC) \ argument 322 : "r"(START), "r"(LEN) \ 324 #define BxW_LOAD_pci_Z(RES, PTR, START, LEN, INC) \ argument 325 BxW_LOAD_pci(ubh, RES, PTR, START, LEN, INC) 326 #define BxW_LOAD_pci_S(RES, PTR, START, LEN, INC) \ argument 327 BxW_LOAD_pci(bh, RES, PTR, START, LEN, INC) 329 #define TEST_pci(NAME, TYPE, SIGN, LEN, INC, EXT, RES1, RES2, RES3, RES4) \ argument 335 BxW_LOAD_pci_##SIGN(result, ptr, buf, (LEN), (INC)); \ 337 checkp(ptr, &buf[(1 * (INC)) % (LEN)]); \ 338 BxW_LOAD_pci_##SIGN(result, ptr, buf, (LEN), (INC)); \ [all …]
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 123 #define fVLOG_VTCM_WORD_INCREMENT(EA, OFFSET, INC, IDX, ALIGNMENT, LEN) \ argument 127 target_ulong va_high = EA + LEN; \ 134 #define fVLOG_VTCM_HALFWORD_INCREMENT(EA, OFFSET, INC, IDX, ALIGNMENT, LEN) \ argument 138 target_ulong va_high = EA + LEN; \ 147 ALIGNMENT, LEN) \ argument 151 target_ulong va_high = EA + LEN; \ 160 #define GATHER_FUNCTION(EA, OFFSET, IDX, LEN, ELEMENT_SIZE, BANK_IDX, QVAL) \ argument 164 target_ulong va_high = EA + LEN; \ 175 #define fVLOG_VTCM_GATHER_WORD(EA, OFFSET, IDX, LEN) \ argument 177 GATHER_FUNCTION(EA, OFFSET, IDX, LEN, 4, IDX, 1); \ [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aegis128-aesni-asm.S | 24 #define LEN %esi macro 79 mov LEN, %r8d 83 mov LEN, %r8d 89 mov LEN, %r8d 93 mov LEN, %r8d 100 mov LEN, %r8d 104 mov LEN, %r8d 114 mov LEN, %r8d 118 mov LEN, %r8d 142 mov LEN, %r8d [all …]
|
H A D | crc32-pclmul_asm.S | 62 #define LEN %rsi macro 66 #define LEN %edx macro 90 sub $0x40, LEN 92 cmp $0x40, LEN 139 sub $0x40, LEN 141 cmp $0x40, LEN 169 cmp $0x10, LEN 177 sub $0x10, LEN 179 cmp $0x10, LEN
|
H A D | aesni-intel_asm.S | 153 #define LEN %rcx macro 166 #define LEN %esi macro 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 2354 cmp $16, LEN [all …]
|
/openbmc/u-boot/board/ge/common/ |
H A D | vpd_reader.c | 95 static const int LEN = 1; variable 142 if (data[ID] != HEADER_BLOCK_ID || data[LEN] != HEADER_BLOCK_LEN || in vpd_reader() 157 if (ecc[ID] != ECC_BLOCK_ID || ecc[LEN] < BLOCK_SIZE || in vpd_reader() 158 ecc[LEN] + offset > size || in vpd_reader() 159 ecc[LEN] - BLOCK_SIZE != size_bits / 8 || ecc[VER] != 1 || in vpd_reader() 168 bch_configuration.prim_poly, &data[data[LEN]], in vpd_reader() 169 offset - data[LEN], &data[offset + BLOCK_SIZE], in vpd_reader() 170 ecc[LEN] - BLOCK_SIZE); in vpd_reader() 179 size -= data[LEN]; in vpd_reader() 180 data += data[LEN]; in vpd_reader() [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A 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 …]
|
H A 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
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/pgpool2/ |
H A D | define_SIGNAL_ARGS.patch | 16 #define LONGALIGN(LEN) TYPEALIGN(ALIGNOF_LONG, (LEN)) 17 #define DOUBLEALIGN(LEN) TYPEALIGN(ALIGNOF_DOUBLE, (LEN)) 18 #define MAXALIGN(LEN) TYPEALIGN(MAXIMUM_ALIGNOF, (LEN))
|
/openbmc/linux/arch/arm/crypto/ |
H A 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
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 278 paddr_t pa_high = thread->mem_access[slot].paddr+LEN; 296 paddr_t pa_high = thread->mem_access[slot].paddr+LEN; 313 paddr_t pa_high = thread->mem_access[slot].paddr+LEN; 331 paddr_t pa_high = thread->mem_access[slot].paddr+LEN; 351 GATHER_FUNCTION(EA,OFFSET,IDX, LEN, 4, IDX, 1); 357 GATHER_FUNCTION(EA,OFFSET,IDX, LEN, 2, IDX, 1); 363 GATHER_FUNCTION(EA,OFFSET,IDX, LEN, 2, (2*IDX2+IDX_H), 1); 369 GATHER_FUNCTION(EA,OFFSET,IDX, LEN, 4, IDX, fGETQBIT(QsV,4*IDX+i0)); 375 GATHER_FUNCTION(EA,OFFSET,IDX, LEN, 2, IDX, fGETQBIT(QsV,2*IDX+i0)); 382 GATHER_FUNCTION(EA,OFFSET,IDX, LEN, 2, (2*IDX2+IDX_H), fGETQBIT(QsV,2*IDX+i0)); [all …]
|
/openbmc/linux/Documentation/input/devices/ |
H A 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 …]
|
/openbmc/linux/arch/s390/crypto/ |
H 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 403 brct LEN,.Loop_tail_4x 411 #undef LEN 429 #define LEN %r4 macro [all …]
|
/openbmc/skeleton/op-pwrctl/pgood_wait/ |
H A D | pgood_wait.c | 168 static const size_t LEN = 256; in main() local 176 char match[LEN]; in main() 228 if (strlen(matchfmt) + strnlen(argv[1], LEN) > LEN) in main()
|
/openbmc/linux/arch/sparc/net/ |
H A 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; \
|
/openbmc/linux/tools/power/cpupower/debug/i386/ |
H A D | dump_psb.c | 15 #define LEN (0x100000 - 0xc0000) macro 185 for (p = mem; p - mem < LEN; p+=16) { in main() 192 munmap(mem, LEN); in main()
|
/openbmc/linux/security/apparmor/include/ |
H A D | match.h | 110 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument 112 typeof(LEN) __i; \ 115 for (__i = 0; __i < LEN; __i++) { \
|
/openbmc/linux/lib/zlib_inflate/ |
H 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()
|
H A D | inflate.h | 36 LEN, /* i: waiting for length/lit code */ enumerator
|
/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 6 .. |LEN| replace:: ``LEN`` substdef 66 * - |LEN| 75 the frame structure (|TYPE|, |LEN|, and |SEQ| fields) is placed directly 78 the frame has ``LEN=0``), the CRC of the payload is still present and will 79 evaluate to ``0xffff``. The |LEN| field does not include any of the CRCs, it 97 A message consists of |SYN|, followed by the frame (|TYPE|, |LEN|, |SEQ| and 98 CRC) and, if specified in the frame (i.e. ``LEN > 0``), payload bytes,
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.h | 39 LEN, /* i: waiting for length/lit code */ enumerator
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.c | 594 u32 tidlen = EXP_TID_GET(req->tids[req->tididx], LEN) * in compute_data_length() 605 LEN) * PAGE_SIZE; in compute_data_length() 869 tidlen = EXP_TID_GET(tidval, LEN) * PAGE_SIZE, in check_header_template() 983 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header() 996 omfactor = EXP_TID_GET(tidval, LEN) * PAGE_SIZE >= in set_txreq_header() 1086 if ((req->tidoffset) == (EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg() 1098 omfactor = ((EXP_TID_GET(tidval, LEN) * in set_txreq_header_ahg()
|
/openbmc/linux/tools/include/linux/ |
H A D | filter.h | 70 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 76 .imm = LEN })
|