Home
last modified time | relevance | path

Searched full:rightmost (Results 1 – 25 of 34) sorted by relevance

12

/linux/lib/crc/s390/
H A Dcrc32le-vx.c100 * The CRC value is loaded into the rightmost word of the in crc32_le_vgfm_generic()
105 fpu_vlvgf(0, crc, 3); /* Load CRC into rightmost word */ in crc32_le_vgfm_generic()
166 * to move R4 into the rightmost doubleword and set the leftmost in crc32_le_vgfm_generic()
173 * Compute GF(2) product of V1 and V0. The rightmost doubleword in crc32_le_vgfm_generic()
175 * multiplied by 0x1 and is then XORed with rightmost product. in crc32_le_vgfm_generic()
181 * Now do the final 32-bit fold by multiplying the rightmost word in crc32_le_vgfm_generic()
186 * vector unpack instruction to load the rightmost half of the in crc32_le_vgfm_generic()
187 * doubleword into the rightmost doubleword element of V1; the other in crc32_le_vgfm_generic()
190 * rightmost doubleword and the leftmost doubleword is zero to ignore in crc32_le_vgfm_generic()
195 fpu_vupllf(1, 1); /* Split rightmost doubleword */ in crc32_le_vgfm_generic()
H A Dcrc32be-vx.c48 * The rightmost doubleword can be 0 to prevent contribution to the result or
129 * VGFMG instruction, multiply the rightmost 64-bit with x^32 (1<<32) to in crc32_be_vgfm_16()
137 * single VGFMG, the rightmost doubleword is multiplied with 0x1. The in crc32_be_vgfm_16()
158 * of the vector register. The rightmost doubleword is multiplied in crc32_be_vgfm_16()
169 * The final result is in the rightmost word of V2. in crc32_be_vgfm_16()
/linux/rust/syn/
H A Dfixup.rs136 // let _ = 1 + return 1; // no parens if rightmost subexpression
301 /// rightmost subexpression of the current expression.
303 /// The rightmost subexpression is any subexpression that has a different
307 /// rightmost subexpression.
309 /// Not every expression has a rightmost subexpression. For example neither
/linux/drivers/hwmon/
H A Ddrivetemp.c34 * temperature (hexadecimal) in its rightmost two digits.
38 * temperature (hexadecimal) in its rightmost two digits.
42 * temperature (hexadecimal) in its rightmost two digits.
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-intro.rst32 pixels. Following the rightmost pixel of the row there may be zero or
/linux/include/sound/
H A Dopl3.h24 * For example setting the rightmost bit (0x01) changes the
163 * AM or FM). The 4 OP connection mode is defined by the rightmost
/linux/fs/jfs/
H A Djfs_types.h49 * The rightmost 8 bits of len_addr are the most signficant bits of
H A Djfs_btree.h33 #define BT_RIGHTMOST 0x10 /* rightmost page */
/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst76 rightmost/bottommost block is the remainder. The dewarping map only saves
/linux/arch/powerpc/xmon/
H A Dppc-dis.c45 /* top & -top gives the rightmost 1 bit, so this in operand_value_powerpc()
/linux/fs/
H A Dmount.h16 struct rb_node *mnt_last_node; /* last (rightmost) mount in the rbtree */
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst550 | waiting. Given that, how is it possible that the rightmost drive to |
626 the rightmost leaf ``rcu_node`` structure, and the grace-period kernel
627 thread might not yet have reached the rightmost leaf. In this case, the
/linux/tools/include/linux/
H A Drbtree.h112 * We do not cache the rightmost node based on footprint
/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c239 * and rightmost in the LSB and can just then "cast" the u32 "data" in lpc_debug_read()
/linux/ipc/
H A Dmqueue.c194 bool rightmost = true; in msg_insert() local
205 rightmost = false; in msg_insert()
220 if (rightmost) in msg_insert()
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst337 The rightmost mask is for CPU 0-32.
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c70 * Do a binary range search to find the rightmost duplicate of a given in __orc_find()
/linux/Documentation/crypto/
H A Ddescore-readme.rst326 the rightmost two bits are usually cleared so the lower byte can be used
/linux/arch/parisc/include/asm/
H A Dassembly.h46 /* Privilege level field in the rightmost two bits of the IA queues */
/linux/Documentation/doc-guide/
H A Dsphinx.rst367 * auto span rightmost cell of a table row over the missing cells on the right
/linux/sound/soc/codecs/
H A Dnau8821.c1040 /* Reset the interruption status from rightmost bit if the in nau8821_irq_status_clear()
1239 /* Clear the rightmost interrupt */ in nau8821_interrupt()
/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst308 Task B at the leftmost and rightmost leaf ``rcu_node`` structures,
/linux/net/netfilter/
H A Dnft_set_pipapo.c1968 * and rightmost bucket indices for the lowest and highest rule indices,
1981 * between leftmost and rightmost bucket indices for each group, would be 24.
/linux/drivers/gpu/drm/vc4/
H A Dvc4_regs.h1084 /* Note: the LSB is the rightmost character shown. Only valid for
/linux/Documentation/filesystems/
H A Doverlayfs.rst362 rightmost one and going left. In the above example lower1 will be the

12