Searched refs:same (Results 101 - 107 of 107) sorted by relevance

12345

/linux-master/arch/x86/crypto/
H A Dsha256-avx2-asm.S101 SRND = CTX # SRND is same register as CTX
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S2611 # OVFL : same as OPERR
2612 # UNFL : same as OPERR
2613 # DZ : same as OPERR
2614 # INEX2 : same as OPERR
10231 # with the sign of this result being the same as that #
10265 # with the sign of this result being the same as that #
10640 # cosine register and return a ZERO in fp0 w/ the same sign
13221 # For denorms, force the j-bit to a one and do the same as for #
13224 # For zeroes/infs/NANs, return the same while setting the FPSR #
13327 # For denorms, force the j-bit to a one and do the same a
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S20 | file, README, in this same directory.
829 | the signs are the same, we call round with the sticky bit set
/linux-master/tools/testing/ktest/
H A Dktest.pl408 (can not be same as BUILD_DIR)
867 $extra = "In the same override section!\n";
3911 # But make sure the settings are the same. If a min config
3913 # it is not the same as what we have. Just move it into
/linux-master/include/linux/
H A Dfs.h234 * The two anonymous unions wrap structures with the same member.
241 * They always contain the same value. In other words FS_ALLOW_IDMAP
242 * pass down the same value on idmapped mounts as they would on regular
987 * the same cacheline. f_{lock,mode} are very frequently used together
988 * and so share the same cacheline as well. The read-mostly
1270 * q: why are s_id and s_sysfs_name not the same? both are human
2133 struct file_dedupe_range *same);
2147 * same holder aren't allowed. It is however allowed to hold a single
2149 * the same time. This is relied upon by some filesystems during online
2326 * the same inod
[all...]
/linux-master/lib/
H A Dtest_bpf.c731 * for the case when the source and destination are the same.
868 * the same for both operands.
1404 u64 dst, src, res, same; local
1426 __bpf_alu_result(&same, src, src, op);
1430 same = (u32)same;
1436 u64 val = rd == rs ? same : res;
12728 * source and destination register are the same.
12731 "ALU64_LSH_X: all shift values with the same register",
12739 "ALU64_RSH_X: all shift values with the same registe
[all...]
/linux-master/scripts/
H A Dcheckpatch.pl131 Is the same as --fix, but overwrites the input
3162 # Check Co-developed-by: immediately followed by Signed-off-by: with same name and email
4087 # (declarations must have the same indentation and not be at the start of line)
4182 # and is indented the same # of tabs
4287 # statements should be at the same indent.
4305 "switch and case should be at the same indent\n$hereline$err");
4903 # function brace can't be on same line, except for #defines of do while,
4904 # or if closed on same line
4925 # open braces for enum, union and struct go on the same line.
4929 "open brace '{' following $1 go on the same lin
[all...]

Completed in 212 milliseconds

12345