Searched refs:small (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/lib/test_fortify/
H A Dread_overflow-memchr.c3 memchr(small, 0x7A, sizeof(small) + 1)
H A Dread_overflow-memchr_inv.c3 memchr_inv(small, 0x7A, sizeof(small) + 1)
H A Dread_overflow-memcmp.c3 memcmp(small, large, sizeof(small) + 1)
H A Dread_overflow-memscan.c3 memscan(small, 0x7A, sizeof(small) + 1)
H A Dread_overflow2-memcmp.c3 memcmp(large, small, sizeof(small) + 1)
H A Dwrite_overflow-strncpy-src.c3 strncpy(small, large_src, sizeof(small) + 1)
H A Dwrite_overflow-strcpy-lit.c3 strcpy(small, LITERAL_LARGE)
H A Dwrite_overflow-strcpy.c3 strcpy(small, large_src)
H A Dtest_fortify.h22 char small[__BUF_SMALL]; variable
31 memset(small, 0xA5, sizeof(small));
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_func10.c32 const struct Small small = {.x = skb->len }; local
34 return foo((struct Big *)&small) ? 1 : 0;
/linux-master/net/dccp/ccids/lib/
H A Dtfrc_equation.c62 granularity for the practically more relevant case of small values of p (up to
590 /* return largest index i such that fval <= lookup[i][small] */
591 static inline u32 tfrc_binsearch(u32 fval, u8 small) argument
597 if (fval <= tfrc_calc_x_lookup[try][small])
/linux-master/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh23 small=""
42 rm -f "$large" "$small"
60 small=$(mktemp)
66 dd if=/dev/zero of=$small bs=4096 count=20 >/dev/null 2>&1
244 do_transfer $small $large $time
254 do_transfer $large $small $time
/linux-master/arch/arm/mach-lpc32xx/
H A Dsuspend.S51 @ This guarantees a small windows where DRAM isn't busy
/linux-master/arch/x86/include/asm/
H A Dpage_64.h86 alternative_io("movq %[small],%0","movq %[large],%0",
89 [small] "i" ((1ul << 47)-PAGE_SIZE),
/linux-master/arch/x86/um/vdso/
H A DMakefile41 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S50 subq $18, 32, $1 # .. .. E. .. : Is this going to be a small copy?
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
131 subq $4, 32, $2 # .. .. .. E : do not unroll for small stuff
194 * For small copies (or the tail of a larger copy), do a very simple byte loop.
196 * to quadword stuff for a small amount of data.
H A Dev6-memchr.S53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
/linux-master/lib/
H A Dsg_pool.c19 #error SG_CHUNK_SIZE is too small (must be 32 or greater)
/linux-master/arch/x86/purgatory/
H A DMakefile36 PURGATORY_CFLAGS := -mcmodel=small -ffreestanding -fno-zero-initialized-in-bss -g0
/linux-master/arch/powerpc/lib/
H A Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/linux-master/fs/
H A Dinternal.h189 long do_ftruncate(struct file *file, loff_t length, int small);
190 long do_sys_ftruncate(unsigned int fd, loff_t length, int small);
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S193 ! Check for small copies, and if so do a simple byte at a time copy.
195 ! Deciding on an exact value of 'small' is not easy, as the point at which
208 bf/s 6f ! 108 BR (not small)
239 ! Size is not small, so its worthwhile looking for optimisations.
279 ! small
/linux-master/arch/powerpc/boot/
H A Ddiv64.S33 andc r11,r6,r10 # ever be too large, only too small)
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c24 #error Instruction buffer size too small
/linux-master/arch/x86/entry/vdso/
H A DMakefile54 CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \

Completed in 316 milliseconds

123