| /OK3568_Linux_fs/kernel/arch/microblaze/lib/ |
| H A D | umodsi3.S | 60 /* left shift logical r5 get the '1' into the carry */
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/ |
| H A D | regs.h | 177 #define FB_CF 0x0001 /* CARRY flag */ 198 #define F_CF 0x0001 /* CARRY flag */
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | Kconfig | 198 which can carry any Ethernet frame (and hence even non-IP packets), 199 the slip transport can only carry IP packets.
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | regs.h | 179 #define FB_CF 0x0001 /* CARRY flag */ 200 #define F_CF 0x0001 /* CARRY flag */
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | decbin.S | 330 asrl #1,%d0 |shift lsb into carry 378 asrl #1,%d0 |shift lsb into carry 462 asrl #1,%d0 |shift next bit into carry
|
| H A D | bindec.S | 419 lsrb #1,%d3 |get lsb in carry 420 bccs not_rp |if carry clear, it is RM 428 lsrl #1,%d0 |shift next bit into carry 649 lsrl #1,%d0 |shift next bit into carry 700 lsrl #1,%d0 |shift next bit into carry
|
| H A D | round.S | 213 bccs xcc_clr |test for carry out 214 addql #1,LOCAL_HI(%a0) |propagate carry 233 addql #1,LOCAL_HI(%a0) |propagate carry
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | ratio | 125 (__lo1 + __lo2 < __lo1)); // carry 136 (__lo1 < __lo2)); // carry 153 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | ratio | 125 (__lo1 + __lo2 < __lo1)); // carry 136 (__lo1 < __lo2)); // carry 153 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | device_pm.c | 955 * Carry out the generic runtime suspend procedure for @dev and use ACPI to put 969 * Use ACPI to put the given device into the full-power state and carry out the 1064 * Carry out the generic late suspend procedure for @dev and use ACPI to put 1124 * Use ACPI to put the given device into the full-power state and carry out the 1193 * Carry out the generic late poweroff procedure for @dev and use ACPI to put
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/pm/ |
| H A D | notifiers.rst | 13 There are some operations that subsystems or drivers may want to carry out
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | bn_mul.h | 25 * to destination vector [d] and set carry c.
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | EPICS | 26 c. Modified copies and works based on the Software must carry prominent notices stating that you ch…
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | script_asm.pl | 83 # carry. 562 if ($rest =~ /^WITH\s+CARRY\s*(.*)/i) { 569 WITH CARRY option is incompatible with the $op operator. 683 } elsif ($arg =~ /CARRY/i) { 689 more strings from the list ACK, ATN, CARRY, TARGET.
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | checksum.h | 22 * The 2 swords comprising the 32bit sum are added, any carry to 16th bit
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivetgui/ |
| H A D | 0002-Use-symbolic-list-add-and-edit-icons.patch | 13 carry the non-symbolic ones downstream.
|
| /OK3568_Linux_fs/kernel/arch/arc/lib/ |
| H A D | strcmp.S | 61 because of carry-propagateion from a lower significant zero byte.
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | virtext.h | 4 * This should carry the code for handling CPU virtualization extensions
|
| /OK3568_Linux_fs/kernel/arch/m68k/lib/ |
| H A D | muldi3.c | 43 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | mpi-sub-ui.c | 48 /* If not space for W (and possible carry), increase space. */ in mpi_sub_ui()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/x86/ |
| H A D | test_syscall_vdso.c | 204 "\n" ,"c\n" ,/* Carry Flag */ in print_flags() 208 "" ,"a " ,/* Auxiliary carry Flag */ in print_flags()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | wp512.c | 1012 u32 b, carry; in wp512_update() local 1019 for (i = 31, carry = 0; i >= 0 && (carry != 0 || value != 0ULL); i--) { in wp512_update() 1020 carry += bitLength[i] + ((u32)value & 0xff); in wp512_update() 1021 bitLength[i] = (u8)carry; in wp512_update() 1022 carry >>= 8; in wp512_update()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/sysctl/ |
| H A D | sysctl.sh | 455 # Do not reset_vals, carry on the values from the last test. 472 # Do not reset_vals, carry on the values from the last test. 490 # Do not reset_vals, carry on the values from the last test.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2021-3697-video-readers-jpeg-Block-int-underflow-wild-pointer.patch | 22 ~--- carry has occurred and this pointer is now far away from
|
| /OK3568_Linux_fs/kernel/net/l2tp/ |
| H A D | Kconfig | 21 tunnels. One IP tunnel may carry thousands of individual PPP
|