Searched refs:one (Results 51 - 75 of 166) sorted by relevance

1234567

/linux-master/tools/perf/util/
H A Dexpr.c375 int expr__find_ids(const char *expr, const char *one, argument
380 if (one)
381 expr__del_id(ctx, one);
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-common.h24 #warning please define a log prefix for your file, using a default one
144 * one. We have it in flexcop-i2c.c, because it is going via the actual
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S119 .byte 0 ! = 0, old one (LILO, Loadlin,
/linux-master/arch/m68k/lib/
H A Dudivsi3.S30 /* Use this one for any 680x0; assumes no floating point hardware.
144 L1: addl d0,d0 | shift reg pair (p,a) one bit left
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c102 static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two) argument
104 /* Item one is entirely before item two. */
105 if (one->start + one->size <= two->start)
107 /* Item one is entirely after item two. */
108 if (one->start >= two->start + two->size)
332 * in header.S, and the memory diagram is based on the one found in misc.c.
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S44 # inside the enclave for TCS #1 and one page into the enclave for
/linux-master/block/partitions/
H A Dacorn.c57 __le32 one; member in struct:riscix_part
92 if (rr->part[part].one &&
174 * next partition relative to the start of this one - I'm assuming
217 /* RISCiX - we don't know how to find the next one. */
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-gen.c28 const unsigned one = 0x38; local
38 wss_insert(wss + bit, (wss_data & (1 << i)) ? one : zero, 6);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c165 static unsigned int one(unsigned long n, function
270 one,
317 /* Test at least one continuation before accepting oom */
368 /* Test at least one continuation before accepting oom */
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c20 const int zero = 0, one = 1, two = 2, far = 1500; local
122 CHECK_FAIL(bpf_map_lookup_elem(data_map_fd, &one, &val));
/linux-master/scripts/
H A Dleaking_addresses.pl99 --squash-by-path Show one result per unique path.
100 --squash-by-filename Show one result per unique filename.
/linux-master/tools/testing/selftests/net/
H A Dcsum.c376 int fd, one = 1; local
382 if (setsockopt(fd, SOL_PACKET, PACKET_VNET_HDR, &one, sizeof(one)))
548 int fd, one = 1; local
559 if (setsockopt(fd, SOL_PACKET, PACKET_AUXDATA, &one, sizeof(one)))
H A Dreuseport_bpf.c192 const int fd = socket(p.send_family, p.protocol, 0), one = 1; local
197 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)))
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c30 /* When calculating LUT values the first region and at least one subsequent
145 * is exactly 2x the one at the same index in the previous region. In other words
164 /* one-time setup of X points */
336 /* one-time pre-compute PQ values - only for sdr_white_level 80 */
364 /* one-time pre-compute dePQ values - only for max pixel value 125 FP16 */
441 const struct fixed31_32 one = dc_fixpt_from_int(1); local
446 if (dc_fixpt_le(one, args->arg))
447 return one;
450 scratch_1 = dc_fixpt_add(one, args->a3);
463 scratch_1 = dc_fixpt_add(one, arg
494 const struct fixed31_32 one = dc_fixpt_from_int(1); local
1704 const struct fixed31_32 one = dc_fixpt_from_int(1); local
[all...]
/linux-master/arch/arm/boot/dts/allwinner/
H A DMakefile60 sun5i-a13-licheepi-one.dtb \
81 sun5i-a13-licheepi-one.dtb \
190 DTC_FLAGS_sun8i-h3-orangepi-one := -@
238 sun8i-h3-orangepi-one.dtb \
301 sun8i-h3-orangepi-one.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/allwinner/
H A DMakefile60 sun5i-a13-licheepi-one.dtb \
81 sun5i-a13-licheepi-one.dtb \
190 DTC_FLAGS_sun8i-h3-orangepi-one := -@
238 sun8i-h3-orangepi-one.dtb \
301 sun8i-h3-orangepi-one.dtb \
/linux-master/tools/net/ynl/lib/
H A Dynl.c666 int one = 1; local
685 &one, sizeof(one))) {
690 &one, sizeof(one))) {
/linux-master/drivers/watchdog/
H A Dpcwd.c301 int one, ten, hund, minor; local
306 one = send_isa_command(CMD_ISA_VERSION_INTEGER);
311 one, ten, hund, minor);
800 * The ISA cards have a heartbeat bit in one of the registers, which
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S12 | exception is one that must be reported then there will be a
93 | fix is to check for E1, and the existence of one of snan, ovfl,
297 | A 'real' F-line exception is one that the FPSP isn't supposed to
H A Dslog2.S23 | The first one is measured when the function is invoked
25 | in cache), and the second one is measured when the
/linux-master/arch/alpha/lib/
H A Dev6-memset.S65 xor $16,$6,$1 # E : will complete write be within one quadword?
100 * one partial quad to write.
125 * We know we've got at least 16 quads, minimum of one trip
152 * we know that we'll be taking a minimum of one trip through
248 xor $16,$6,$1 # E : will complete write be within one quadword?
278 * one partial quad to write.
303 * We know we've got at least 16 quads, minimum of one trip
330 * we know that we'll be taking a minimum of one trip through
432 xor $16,$6,$1 # E : will complete write be within one quadword?
466 * one partia
[all...]
/linux-master/arch/arc/lib/
H A Dstrchr-700.S42 b .Lfound_char ; Likewise this one.
/linux-master/arch/arm64/boot/dts/allwinner/
H A DMakefile37 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-one-plus.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/allwinner/
H A DMakefile37 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-one-plus.dtb
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c338 int one; member in struct:array_bounds_flex_array
344 int one; member in struct:array_bounds

Completed in 228 milliseconds

1234567