Searched refs:four (Results 1 - 23 of 23) sorted by relevance

/linux-master/net/rxrpc/
H A Dsysctl.c14 static const unsigned int four = 4; variable
100 .extra1 = (void *)&four,
128 .extra2 = (void *)&four,
/linux-master/lib/
H A Dstackinit_kunit.c93 zero.four = 0; \
110 .four = 0, \
116 .four = arg->four, \
122 var.four = 0
259 unsigned long four; member in struct:test_packed
268 unsigned long four; member in struct:test_small_hole
277 u8 four __aligned(64);
284 char four; member in struct:test_trailing_hole
293 unsigned long four; member in struct:test_user
[all...]
H A Dmemcpy_kunit.c26 u32 four[4]; member in struct:some_bytes::__anon485::__anon486
290 memset_startat(&dest, 0x79, four);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h239 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; local
259 start_pop = bpf_map_lookup_elem(&sock_bytes, &four);
269 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; local
294 start_pop = bpf_map_lookup_elem(&sock_bytes, &four);
354 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; local
373 start_pop = bpf_map_lookup_elem(&sock_bytes, &four);
/linux-master/arch/alpha/lib/
H A Dclear_user.S46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words
/linux-master/tools/bpf/
H A DMakefile37 FEATURE_TESTS = libbfd disassembler-four-args disassembler-init-styled
56 ifeq ($(feature-disassembler-four-args), 1)
/linux-master/arch/x86/crypto/
H A Dchacha-avx2-x86_64.S45 # matrix twice across four AVX registers. It performs matrix operations
46 # on four words in each matrix in parallel, but requires shuffling to
236 # This function encrypts four ChaCha blocks by loading the state
237 # matrix four times across eight AVX registers. It performs matrix
238 # operations on four words in two matrices in parallel, sequentially
239 # to the operations on the four words of the other two matrices. The
543 # scratch registers, we save the first four registers on the stack. The
882 # xor/write first four blocks
H A Dchacha-avx512vl-x86_64.S35 # matrix twice across four AVX registers. It performs matrix operations
36 # on four words in each matrix in parallel, but requires shuffling to
199 # This function encrypts four ChaCha blocks by loading the state
200 # matrix four times across eight AVX registers. It performs matrix
201 # operations on four words in two matrices in parallel, sequentially
202 # to the operations on the four words of the other two matrices. The
705 # xor/write first four blocks
H A Dchacha-ssse3-x86_64.S27 * function performs matrix operations on four words in parallel, but requires
230 # This function encrypts four consecutive ChaCha blocks by loading the
231 # the state matrix in SSE registers four times. As we need some scratch
232 # registers, we save the first four registers on the stack. The
H A Dsha256-ssse3-asm.S149 ## compute s0 four at a time and s1 two at a time
H A Dsha256-avx-asm.S155 ## compute s0 four at a time and s1 two at a time
/linux-master/tools/bpf/bpftool/
H A DMakefile103 FEATURE_TESTS += disassembler-four-args
168 ifeq ($(feature-disassembler-four-args), 1)
/linux-master/tools/build/
H A DMakefile.feature74 disassembler-four-args \
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S46 | ;four word frame
/linux-master/arch/arm/lib/
H A Dlib1funcs.S64 @ four bits, since this is the amount of unwinding in the main
151 @ four bits, since this is the amount of unwinding in the main
/linux-master/tools/build/feature/
H A DMakefile21 test-disassembler-four-args.bin \
255 $(OUTPUT)test-disassembler-four-args.bin:
/linux-master/scripts/dtc/
H A Ddtx_diff47 If DTx contains the binary blob magic value in the first four bytes,
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S450 ! We could do this with the four scratch registers, but if src
635 ! We could do this with the four scratch registers, but if src
/linux-master/arch/sparc/lib/
H A DM7memcpy.S417 andcc %o0, 32, %o3 ! four long words to move?
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S291 # In the general case, four quotient words would be created by
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl598 @ and so is sum of four. Sum of 2^m n-m-bit numbers and n-bit
/linux-master/tools/perf/
H A DMakefile.config310 FEATURE_CHECK_LDFLAGS-disassembler-four-args = -lbfd -lopcodes -ldl
339 # As we may retry some feature detection here, see the disassembler-four-args case, for instance
937 FEATURE_CHECK_LDFLAGS-disassembler-four-args += -liberty -ldl
942 FEATURE_CHECK_LDFLAGS-disassembler-four-args += -liberty -lz -ldl
946 $(call feature_check,disassembler-four-args)
1042 ifeq ($(feature-disassembler-four-args), 1)
1338 # tests, see the block about libbfd, disassembler-four-args, for instance.
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl1429 my ($two,$three,$four)=($outhead,$outperm,$outmask);

Completed in 378 milliseconds