| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/ |
| H A D | octeon-memcpy.S | 97 #define NBYTES 8 macro 132 #define FIRST(unit) ((unit)*NBYTES) 133 #define REST(unit) (FIRST(unit)+NBYTES-1) 136 #define ADDRMASK (NBYTES-1) 189 SUB len, len, 16*NBYTES 201 ADD src, src, 16*NBYTES 203 ADD dst, dst, 16*NBYTES 226 # Jump here if there are less than 16*NBYTES left. 230 sltu t0, len, 8*NBYTES 237 SUB len, len, 8*NBYTES [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/lib/ |
| H A D | memcpy.S | 162 #define NBYTES 8 macro 199 #define NBYTES 4 macro 249 #define FIRST(unit) ((unit)*NBYTES) 250 #define REST(unit) (FIRST(unit)+NBYTES-1) 253 #define ADDRMASK (NBYTES-1) 296 sltu t2, len, NBYTES 318 beqz t0, .Lcleanup_both_aligned\@ # len < 8*NBYTES 319 and rem, len, (8*NBYTES-1) # rem = len % (8*NBYTES) 329 SUB len, len, 8*NBYTES 336 ADD src, src, 8*NBYTES [all …]
|
| H A D | csum_partial.S | 46 #define NBYTES 8 macro 53 #define NBYTES 4 macro 57 #define UNIT(unit) ((unit)*NBYTES) 386 #define NBYTES 8 macro 406 #define NBYTES 4 macro 427 #define FIRST(unit) ((unit)*NBYTES) 428 #define REST(unit) (FIRST(unit)+NBYTES-1) 430 #define ADDRMASK (NBYTES-1) 453 sltu t2, len, NBYTES 467 beqz t0, .Lcleanup_both_aligned\@ # len < 8*NBYTES [all …]
|
| /OK3568_Linux_fs/kernel/lib/raid6/ |
| H A D | int.uc | 29 # define NBYTES(x) ((x) * 0x0101010101010101UL) 35 # define NBYTES(x) ((x) * 0x01010101U) 64 vv = (v << 1) & NBYTES(0xfe); 76 vv = v & NBYTES(0x80); 101 w2$$ &= NBYTES(0x1d); 131 w2$$ &= NBYTES(0x1d); 139 w2$$ &= NBYTES(0x1d);
|
| H A D | altivec.uc | 43 #define NBYTES(x) ((vector signed char) {x,x,x,x, x,x,x,x, x,x,x,x, x,x,x,x}) 61 unative_t zv = NBYTES(0); 78 unative_t x1d = NBYTES(0x1d);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | aout.h | 252 #define ASM_OUTPUT_SKIP(STREAM, NBYTES) \ argument 253 fprintf (STREAM, "\t.space\t%d\n", (int) (NBYTES))
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | lcd.h | 194 #define NBYTES(bit_code) (NBITS(bit_code) >> 3) macro
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 211 i < (lcd_line_length * panel_info.vl_row)/NBYTES(panel_info.vl_bpix); in lcd_clear()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | bfd.info | 1461 /* Attempt to read/write NBYTES on ABFD's IOSTREAM storing/fetching 1463 transfered (a read past end-of-file returns less than NBYTES), 8932 Calls PREAD_FUNC to request NBYTES of data from STREAM starting at 8934 returning the number of bytes read (which can be less than NBYTES when
|
| H A D | gccint.info | 19521 (call (mem:FM ADDR) NBYTES) 19523 Here NBYTES is an operand that represents the number of bytes of 19537 (call (mem:FM ADDR) NBYTES)) 40236 -- Macro: ASM_OUTPUT_SKIP (STREAM, NBYTES) 40238 instruction to advance the location counter by NBYTES bytes. Those 40239 bytes should be zero when loaded. NBYTES will be a C expression of
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | bfd.info | 1461 /* Attempt to read/write NBYTES on ABFD's IOSTREAM storing/fetching 1463 transfered (a read past end-of-file returns less than NBYTES), 8932 Calls PREAD_FUNC to request NBYTES of data from STREAM starting at 8934 returning the number of bytes read (which can be less than NBYTES when
|
| H A D | gccint.info | 19521 (call (mem:FM ADDR) NBYTES) 19523 Here NBYTES is an operand that represents the number of bytes of 19537 (call (mem:FM ADDR) NBYTES)) 40236 -- Macro: ASM_OUTPUT_SKIP (STREAM, NBYTES) 40238 instruction to advance the location counter by NBYTES bytes. Those 40239 bytes should be zero when loaded. NBYTES will be a C expression of
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/texinfo/texinfo/ |
| H A D | 0001-gnulib-Update.patch | 8247 + /* NBYTES is of a type suitable for holding the count of bytes in an object.
|