Home
last modified time | relevance | path

Searched refs:NBYTES (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Docteon-memcpy.S97 #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 Dmemcpy.S162 #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 Dcsum_partial.S46 #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 Dint.uc29 # 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 Daltivec.uc43 #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 Daout.h252 #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 Dlcd.h194 #define NBYTES(bit_code) (NBITS(bit_code) >> 3) macro
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c211 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 Dbfd.info1461 /* 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 Dgccint.info19521 (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 Dbfd.info1461 /* 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 Dgccint.info19521 (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 D0001-gnulib-Update.patch8247 + /* NBYTES is of a type suitable for holding the count of bytes in an object.