Home
last modified time | relevance | path

Searched full:carry (Results 101 – 125 of 1081) sorted by relevance

12345678910>>...44

/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c118 /* keep around the carry bit, if any */ in krb5_nfold()
123 /* if there's a carry bit left over, add it back in */ in krb5_nfold()
130 /* keep around the carry bit, if any */ in krb5_nfold()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios.c341 /* Pass success or error back to our caller via the CARRY flag */ in interrupt_handler()
343 flags &= ~1; /* no error: clear carry */ in interrupt_handler()
346 flags |= 1; /* error: set carry */ in interrupt_handler()
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dclkt_dpll.c144 int r = 0, carry = 0; in _dpll_test_mult() local
148 carry = 1; in _dpll_test_mult()
149 *m = (*m / DPLL_SCALE_FACTOR) + carry; in _dpll_test_mult()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h11 #define X86_EFLAGS_CF_BIT 0 /* Carry Flag */
17 #define X86_EFLAGS_AF_BIT 4 /* Auxiliary carry Flag */
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dparam.h5 #define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */
H A Dpstate.h47 #define TSTATE_XCARRY _AC(0x0000001000000000,UL) /* %xcc Carry. */
52 #define TSTATE_ICARRY _AC(0x0000000100000000,UL) /* %icc Carry. */
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dchecksum.h45 /* if there is a carry from adding the two 16-bit halves, in csum_fold()
46 it will carry from the lower half into the upper half, in csum_fold()
H A Dsfp-machine.h214 * (i.e. carry out) is not stored anywhere, and is lost.
236 * and LOW_DIFFERENCE. Overflow (i.e. carry out) is not stored anywhere,
294 if (__r1 >= (d)) /* i.e. we didn't get carry when adding to __r1 */\
/OK3568_Linux_fs/kernel/mm/
H A Dframe_vector.c210 * frame_vector_destroy() - free memory allocated to carry frame vector
213 * Free structure allocated by frame_vector_create() to carry frames.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/marvell/
H A Darmada-8kp.txt4 Boards using a SoC of the Marvell Armada 8KP families must carry
/OK3568_Linux_fs/kernel/net/mptcp/
H A DKconfig11 uses the TCP protocol, and TCP options carry header information for
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Druntime.c470 /* Carry out an asynchronous or a synchronous idle notification. */ in rpm_idle()
532 * rpm_suspend - Carry out runtime suspend of given device.
543 * the callback was running then carry it out, otherwise send an idle
648 /* Carry out an asynchronous or a synchronous suspend. */ in rpm_suspend()
737 * rpm_resume - Carry out runtime resume of given device.
845 /* Carry out an asynchronous or a synchronous resume. */ in rpm_resume()
1043 * return immediately if it is larger than zero. Then carry out an idle
1077 * return immediately if it is larger than zero. Then carry out a suspend,
1111 * carry out a resume, either synchronous or asynchronous.
/OK3568_Linux_fs/kernel/block/partitions/
H A DKconfig167 This is mainly used to carry data from a UnixWare box to your
234 above. This is mainly used to carry data from a SPARC under SunOS to
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-rs5c348.c77 /* Transfer 5 bytes before writing SEC. This gives 31us for carry. */ in rs5c348_rtc_set_time()
123 /* Transfer 5 byte befores reading SEC. This gives 31us for carry. */ in rs5c348_rtc_read_time()
/OK3568_Linux_fs/kernel/drivers/media/rc/keymaps/
H A Drc-cec.c104 * carry an additional additional argument. Most likely changes to RC
139 * carry an additional additional argument. Most likely changes to RC
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCERN-OHL-1.230 b) cause the modified Documentation to carry prominent notices stating that the Licensee has modifi…
31 c) cause the modified Documentation to carry a new Documentation Location notice if the original Do…
H A DBSD-3-Clause-Modification19 carry prominent notices stating that you changed the files and
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dp54usb.c501 u8 carry = 0; in p54u_upload_firmware_3887() local
535 if (carry) { in p54u_upload_firmware_3887()
536 *tmp++ = carry; in p54u_upload_firmware_3887()
537 carry = 0; in p54u_upload_firmware_3887()
544 carry = '^'; in p54u_upload_firmware_3887()
548 carry = ']'; in p54u_upload_firmware_3887()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpih-div.c263 if (r < d1) { /* Carry in the addition? */ in mpihelp_divrem()
283 if (r >= d1) /* If not carry, test Q again. */ in mpihelp_divrem()
343 if (r < dX) /* I.e. "carry in previous addition?" */ in mpihelp_divrem()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_enctropy.c212 RK_U32 carry = leadByte >> 8; in h265e_cabac_writeOut() local
213 RK_U32 byteTowrite = cabac_ctx->m_bufferedByte + carry; in h265e_cabac_writeOut()
216 byteTowrite = (0xff + carry) & 0xff; in h265e_cabac_writeOut()
/OK3568_Linux_fs/buildroot/package/mdadm/
H A D0002-mdadm.h-include-sysmacros.h-unconditionally.patch7 All supported libc implementations carry sys/sysmacros.h, including
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/
H A DD30V_002dRegs.html144 <dd><p>Same as flag 7 (carry/borrow flag)
147 <dd><p>Same as flag 7 (carry/borrow flag)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/
H A DD30V_002dRegs.html144 <dd><p>Same as flag 7 (carry/borrow flag)
147 <dd><p>Same as flag 7 (carry/borrow flag)
/OK3568_Linux_fs/kernel/Documentation/arm/samsung-s3c24xx/
H A Doverview.rst46 machines that carry the device. For example S3C2410 is contained
219 Newer kernels carry GPIOLIB, and support is being moved towards
/OK3568_Linux_fs/buildroot/package/zeromq/
H A DConfig.in13 sockets that carry whole messages across various transports

12345678910>>...44