Home
last modified time | relevance | path

Searched full:carry (Results 176 – 200 of 1081) sorted by relevance

12345678910>>...44

/OK3568_Linux_fs/kernel/arch/microblaze/lib/
H A Dumodsi3.S60 /* left shift logical r5 get the '1' into the carry */
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h177 #define FB_CF 0x0001 /* CARRY flag */
198 #define F_CF 0x0001 /* CARRY flag */
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A DKconfig198 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 Dregs.h179 #define FB_CF 0x0001 /* CARRY flag */
200 #define F_CF 0x0001 /* CARRY flag */
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Ddecbin.S330 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 Dbindec.S419 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 Dround.S213 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 Dratio125 (__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 Dratio125 (__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 Ddevice_pm.c955 * 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 Dnotifiers.rst13 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 Dbn_mul.h25 * to destination vector [d] and set carry c.
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DEPICS26 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 Dscript_asm.pl83 # 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 Dchecksum.h22 * 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 D0002-Use-symbolic-list-add-and-edit-icons.patch13 carry the non-symbolic ones downstream.
/OK3568_Linux_fs/kernel/arch/arc/lib/
H A Dstrcmp.S61 because of carry-propagateion from a lower significant zero byte.
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvirtext.h4 * This should carry the code for handling CPU virtualization extensions
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dmuldi3.c43 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpi-sub-ui.c48 /* If not space for W (and possible carry), increase space. */ in mpi_sub_ui()
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c204 "\n" ,"c\n" ,/* Carry Flag */ in print_flags()
208 "" ,"a " ,/* Auxiliary carry Flag */ in print_flags()
/OK3568_Linux_fs/kernel/crypto/
H A Dwp512.c1012 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 Dsysctl.sh455 # 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 DCVE-2021-3697-video-readers-jpeg-Block-int-underflow-wild-pointer.patch22 ~--- carry has occurred and this pointer is now far away from
/OK3568_Linux_fs/kernel/net/l2tp/
H A DKconfig21 tunnels. One IP tunnel may carry thousands of individual PPP

12345678910>>...44