Home
last modified time | relevance | path

Searched full:carries (Results 1 – 25 of 181) sorted by relevance

12345678

/linux/arch/microblaze/lib/
H A Dashldi3.c21 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
24 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
H A Dlshrdi3.c21 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
24 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
H A Dashrdi3.c23 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
26 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/linux/lib/
H A Dlshrdi3.c24 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() local
27 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
H A Dashldi3.c24 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3() local
27 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
H A Dashrdi3.c26 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() local
29 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/linux/Documentation/devicetree/bindings/sound/
H A Dcs53l30.txt32 * carries 2-channel data in the same time.
33 * 2) TDM mode on one single data pin -- SDOUT1 carries
/linux/Documentation/networking/
H A Dxfrm_sync.rst91 This TLV carries the running/current counter for byte lifetime since
96 This TLV carries the running/current counter for replay sequence since
101 This TLV carries the threshold being used by the kernel to trigger events
/linux/Documentation/ABI/testing/
H A Ddev-kmsg14 carries the syslog priority and facility. The single decimal
110 The flags field carries '-' by default. A 'c' indicates a
/linux/Documentation/admin-guide/mm/
H A Dkho.rst87 flattened device tree blob that carries its current KHO
108 the state tree that carries metadata about the previous
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h95 /* header of first vf->pf tlv carries the offset used to calculate response
103 /* header of pf->vf tlvs, carries the status of handling the request */
174 /* acquire response tlv - carries the allocated resources */
/linux/drivers/net/
H A DLICENSE.SRC2 carries the following copyright and license.
/linux/drivers/dma/ioat/
H A Dprep.c222 /* last xor descriptor carries the unmap parameters and fence bit */ in __ioat_prep_xor_lock()
229 /* completion descriptor carries interrupt bit */ in __ioat_prep_xor_lock()
432 /* last pq descriptor carries the unmap parameters and fence bit */ in __ioat_prep_pq_lock()
445 /* completion descriptor carries interrupt bit */ in __ioat_prep_pq_lock()
546 /* last pq descriptor carries the unmap parameters and fence bit */ in __ioat_prep_pq16_lock()
/linux/include/linux/
H A Dhidden.h10 * which carries absolute addresses which need to be fixed up when the
/linux/tools/perf/trace/beauty/
H A Dmount_flags.c29 * Therefore, if this magic number is present, it carries no in syscall_arg__mask_val_mount_flags()
/linux/tools/lib/bpf/
H A Dzip.h18 /* Carries information on name, compression method, and data corresponding to a
/linux/Documentation/devicetree/bindings/clock/
H A Dapple,nco.yaml17 It carries a number of independent channels and is typically used for
/linux/Documentation/gpu/rfc/
H A Di915_vm_bind.h132 * Note that @fence carries its own flags.
191 * Note that @fence carries its own flags.
/linux/drivers/hwtracing/stm/
H A DKconfig35 also carries additional metadata for time correlation, better
/linux/Documentation/userspace-api/netlink/
H A Dintro.rst176 As previously mentioned :c:member:`nlmsghdr.nlmsg_type` carries
184 - ``NLMSG_ERROR`` - carries the return code of an operation;
209 and second of the request. ``NLMSG_ERROR`` carries the information about
369 ``NLMSGERR_ATTR_MSG`` carries a message in English describing
/linux/net/lapb/
H A Dlapb_subr.c152 * I frame - carries NR/NS/PF in lapb_decode()
186 * I frame - carries NR/NS/PF in lapb_decode()
/linux/net/ax25/
H A Dax25_subr.c107 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()
122 frametype = AX25_I; /* I frame - carries NR/NS/PF */ in ax25_decode()
/linux/Documentation/hid/
H A Dhidreport-parsing.rst19 Start with the first number, 0x05: it carries 2 bits for the
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst60 If set, then the tuned programme carries traffic announcements.
/linux/arch/powerpc/lib/
H A Dstrlen_32.S29 * byte to a true match due to carries. For little-endian this is

12345678