| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_keys.c | 118 /* 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 D | bios.c | 341 /* 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 D | clkt_dpll.c | 144 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 D | processor-flags.h | 11 #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 D | param.h | 5 #define EXEC_PAGESIZE 8192 /* Thanks for sun4's we carry baggage... */
|
| H A D | pstate.h | 47 #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 D | checksum.h | 45 /* 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 D | sfp-machine.h | 214 * (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 D | frame_vector.c | 210 * 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 D | armada-8kp.txt | 4 Boards using a SoC of the Marvell Armada 8KP families must carry
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | Kconfig | 11 uses the TCP protocol, and TCP options carry header information for
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | runtime.c | 470 /* 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 D | Kconfig | 167 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 D | rtc-rs5c348.c | 77 /* 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 D | rc-cec.c | 104 * 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 D | CERN-OHL-1.2 | 30 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 D | BSD-3-Clause-Modification | 19 carry prominent notices stating that you changed the files and
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/ |
| H A D | p54usb.c | 501 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 D | mpih-div.c | 263 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 D | h265e_enctropy.c | 212 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 D | 0002-mdadm.h-include-sysmacros.h-unconditionally.patch | 7 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 D | D30V_002dRegs.html | 144 <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 D | D30V_002dRegs.html | 144 <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 D | overview.rst | 46 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 D | Config.in | 13 sockets that carry whole messages across various transports
|