| /OK3568_Linux_fs/buildroot/package/patchelf/ |
| H A D | 0007-fix-adjusting-startPage.patch | 36 - debug("shifting new PT_LOAD segment by %d bytes to work around a Linux kernel bug\n", … 39 + debug("shifting new PT_LOAD segment by %d bytes to work around a Linux kernel bug\n", star…
|
| H A D | 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch | 134 …debug("shifting new PT_LOAD segment by %d bytes to work around a Linux kernel bug\n", startOffset …
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | div64.S | 29 cntlzw r0,r5 # we are shifting the dividend right 30 li r10,-1 # to make it < 2^32, and shifting
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | stm32_fmc2_nand.c | 371 u32 i, shifting = 1; in stm32_fmc2_ham_correct() local 387 bit_position += shifting; in stm32_fmc2_ham_correct() 393 shifting <<= 1; in stm32_fmc2_ham_correct() 398 shifting = 1; in stm32_fmc2_ham_correct() 402 byte_addr += shifting; in stm32_fmc2_ham_correct() 408 shifting <<= 1; in stm32_fmc2_ham_correct()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | div64.S | 29 cntlzw r0,r5 # we are shifting the dividend right 30 li r10,-1 # to make it < 2^32, and shifting
|
| /OK3568_Linux_fs/kernel/Documentation/staging/ |
| H A D | crc32.rst | 54 at bit 31 of the remainder *before* shifting it. 56 But also notice how the next_input_bit() bits we're shifting into 60 the end, so we have to add 32 extra cycles shifting in zeros at the 121 Here, rather than just shifting one bit of the remainder to decide
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aesni-intel_avx-x86_64.S | 914 vpslld $31, \GH, \T2 # packed right shifting << 31 915 vpslld $30, \GH, \T3 # packed right shifting shift << 30 916 vpslld $25, \GH, \T4 # packed right shifting shift << 25 928 vpsrld $1,\GH, \T2 # packed left shifting >> 1 929 vpsrld $2,\GH, \T3 # packed left shifting >> 2 930 vpsrld $7,\GH, \T4 # packed left shifting >> 7 1549 vpslld $31, \T7, \T2 # packed right shifting << 31 1550 vpslld $30, \T7, \T3 # packed right shifting shift << 30 1551 vpslld $25, \T7, \T4 # packed right shifting shift << 25 1574 vpsrld $1, \T7, \T2 # packed left shifting >> 1 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | packing.rst | 21 required fields by shifting the appropriate number of bits. But this would 25 Many drivers take the bit-shifting approach and then attempt to reduce the
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | lib1funcs.S | 65 @ division loop. Continue shifting until the divisor is 152 @ division loop. Continue shifting until the divisor is
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | Kconfig | 20 shifting.
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | stm32_fmc2_nand.c | 517 u32 i, shifting = 1; in stm32_fmc2_nfc_ham_correct() local 533 bit_position += shifting; in stm32_fmc2_nfc_ham_correct() 539 shifting <<= 1; in stm32_fmc2_nfc_ham_correct() 544 shifting = 1; in stm32_fmc2_nfc_ham_correct() 548 byte_addr += shifting; in stm32_fmc2_nfc_ham_correct() 554 shifting <<= 1; in stm32_fmc2_nfc_ham_correct()
|
| /OK3568_Linux_fs/kernel/arch/c6x/lib/ |
| H A D | divremu.S | 12 ;; gives us both a shift count for aligning (shifting) the divisor
|
| H A D | divu.S | 29 ;; gives us both a shift count for aligning (shifting) the divisor
|
| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | lib1funcs.S | 53 @ division loop. Continue shifting until the divisor is 140 @ division loop. Continue shifting until the divisor is
|
| /OK3568_Linux_fs/kernel/arch/xtensa/lib/ |
| H A D | memcopy.S | 125 _bany a3, a8, .Lsrcunaligned # then use shifting copy 399 _bany a3, a8, .Lbacksrcunaligned # then use shifting copy
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | deferred_io.rst | 39 say diagonally shifting RGB, this may then be a mechanism for you to allow
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | perf_asm.S | 118 ; shifting is done, from or to, remote diagnose registers. 1368 ; shifting is done, from or to, the remote diagnose registers.
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | round.S | 272 | is done by shifting the mantissa left while decrementing the 329 subl %d0,%d5 |make op a denorm by shifting bits 334 | ;while shifting
|
| H A D | x_unfl.S | 10 | shifting the mantissa right while incrementing the exponent until
|
| H A D | scale.S | 176 lsrl #1,%d1 |while shifting the
|
| H A D | decbin.S | 468 bnes e_loop |not zero, continue shifting
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | deque | 1924 { // insert by shifting things backward 1947 { // insert by shifting things forward 1980 { // insert by shifting things backward 2004 { // insert by shifting things forward 2040 { // insert by shifting things backward 2066 { // insert by shifting things forward 2101 { // insert by shifting things backward 2124 { // insert by shifting things forward 2189 { // insert by shifting things backward 2218 { // insert by shifting things forward
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | deque | 1924 { // insert by shifting things backward 1947 { // insert by shifting things forward 1980 { // insert by shifting things backward 2004 { // insert by shifting things forward 2040 { // insert by shifting things backward 2066 { // insert by shifting things forward 2101 { // insert by shifting things backward 2124 { // insert by shifting things forward 2189 { // insert by shifting things backward 2218 { // insert by shifting things forward
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh3/ |
| H A D | entry.S | 329 shll k0 ! Check MD bit (bit30) by shifting it into...
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | tlbex.S | 239 ; multiply in step (3) above avoided by shifting lesser in step (1)
|