Home
last modified time | relevance | path

Searched full:carry (Results 201 – 225 of 1081) sorted by relevance

12345678910>>...44

/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocks.rst21 been totally removed, so that we don't need to carry this baggage
/OK3568_Linux_fs/kernel/arch/mips/math-emu/
H A Dsp_add.c141 if (xm >> (SP_FBITS + 1 + 3)) { /* carry out */ in ieee754sp_add()
H A Dsp_sub.c143 if (xm >> (SP_FBITS + 1 + 3)) { /* carry out */ in ieee754sp_sub()
H A Ddp_add.c141 if (xm >> (DP_FBITS + 1 + 3)) { /* carry out */ in ieee754dp_add()
H A Ddp_sub.c145 if (xm >> (DP_FBITS + 1 + 3)) { /* carry out */ in ieee754dp_sub()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple-walk.h33 /* Additional data that the callback functions may want to carry
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dpciif.h97 /*IN/OUT: return aer_op result or carry error_detected state as input*/
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/licenses/
H A DFraunhofer_FDK_AAC_Codec_Library_for_Android54 Your modified versions of the FDK AAC Codec must carry prominent notices stating
/OK3568_Linux_fs/kernel/net/ceph/
H A Dauth_none.c69 * the generic auth code decode the global_id, and we carry no actual
/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/
H A Dgimple-walk.h33 /* Additional data that the callback functions may want to carry
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dstrlen.S82 * For big-endian, carry propagation (if the final byte in the
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_ktrace_defs_jm.h30 * Original version (implicit, header did not carry version information).
/OK3568_Linux_fs/kernel/arch/arc/lib/
H A Dstrchr-700.S72 hence there is no problem with carry effects. */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dum_timetravel.h59 * this usually doesn't carry any data in the 'time' field
H A Dvirtio_balloon.h54 * need to carry that name for legacy support.
/OK3568_Linux_fs/kernel/block/
H A Dblk-cgroup-rwstat.h24 * recursive. Used to carry stats of dead children.
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dcsumpartial.S71 .Ldone: adc r0, sum, #0 @ collect up the last carry
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dstrcmp.S65 * because of carry-propagateion from a lower significant zero byte.
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A DREADME32 U-Boot has to carry out minimal configration before standard code is run.
/OK3568_Linux_fs/kernel/arch/mips/crypto/
H A Dpoly1305-mips.pl904 addu $h0,$h0,$at # carry
910 addu $h1,$h1,$h0 # carry
916 addu $h2,$h2,$h1 # carry
924 addu $h3,$h3,$h2 # carry
970 addu $h3,$h3,$h2 # carry
/OK3568_Linux_fs/kernel/lib/
H A Dbitmap.c206 * This is implemented in the obvious way, with a shift and carry
214 unsigned long keep = 0, carry; in bitmap_cut() local
227 carry = dst[i + 1] & 1UL; in bitmap_cut()
229 carry = 0; in bitmap_cut()
231 dst[i] = (dst[i] >> 1) | (carry << (BITS_PER_LONG - 1)); in bitmap_cut()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/crypto/
H A Dsha1-armv4-large.S295 cmn sp,#0 @ [+3], clear carry to denote 20_39
377 teq r14,sp @ preserve carry
474 cmp sp,#0 @ set carry to denote 60_79
/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A Ddsa.rst524 of. A switchdev object is used to carry the VID and bridge flags.
543 the given port. A switchdev object is used to carry the VID and FDB info.
566 the given port. A switchdev object is used to carry the VID and MDB info.
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dsfp-util_64.h89 if (__r1 >= (d)) /* i.e. we didn't get carry when adding to __r1 */ \
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DNGPL23 a) cause the modified files to carry prominent notices stating that you changed the files and the d…

12345678910>>...44