Searched refs:strip (Results 76 - 94 of 94) sorted by relevance

1234

/linux-master/scripts/
H A DMakefile.lib54 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s))))
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S194 andiw #0xE000,%d0 |strip all but opclass
352 andiw #0xFC00,%d0 |strip all but opclass and size
H A Dget_op.S331 andib #0xf0,%d0 |strip to only dtag:fpte15
637 andiw #0x7fff,%d1 |strip sign
H A Dsrem_mod.S23 | Step 1. Save and strip signs of X and Y: signX := sign(X),
H A Dres_func.S100 andil #0x7f,%d0 |strip to only command word
374 andil #0x7f,%d0 |strip to only command word
681 andiw #0x3b,%d0 |strip to command bits
/linux-master/tools/perf/
H A DMakefile.perf205 STRIP = strip
316 strip-libs = $(filter-out -l%,$(1))
695 strip: $(PROGRAMS) $(OUTPUT)perf
1235 .PHONY: all install clean config-clean strip install-gtk
H A Dbuiltin-inject.c113 bool strip; member in struct:perf_inject
2043 if (inject->strip)
2251 OPT_BOOLEAN(0, "strip", &inject.strip,
2252 "strip non-synthesized events (use with --itrace)"),
2285 if (inject.strip && !inject.itrace_synth_opts.set) {
2286 pr_err("--strip option requires --itrace option\n");
2310 if (strcmp(inject.output.path, "-") && !inject.strip &&
H A DMakefile.config281 strip-libs = $(filter-out -l%,$(1))
296 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
836 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
/linux-master/tools/perf/pmu-events/
H A Dmetric.py547 py = orig.strip()
/linux-master/tools/net/ynl/lib/
H A Dnlspec.py428 first = stream.readline().strip()
/linux-master/fs/
H A Dopen.c1209 u64 strip = __FMODE_NONOTIFY | O_CLOEXEC; local
1221 flags &= ~strip;
/linux-master/tools/mm/
H A Dthpmaps442 pids.add(int(line.strip()))
/linux-master/
H A DMakefile494 STRIP = $(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)
503 STRIP = $(CROSS_COMPILE)strip
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile267 STRIP := $(CHOST)-strip
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py207 if len(command.strip()) == 0:
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1441 andi.w &0x7fff,%d0 # strip sign
1471 andi.w &0x7fff,%d0 # strip sign
1518 andi.w &0x7fff,%d0 # strip sign
2312 andi.w &0x7fff,%d0 # strip sign
2329 andi.w &0x7fff,%d0 # strip sign
5140 and.l &0x7FFFFFFF,%d1 # strip sign
9585 andi.l &0x00007fff,%d1 # strip sign from dst exp
9716 # Step 1. Save and strip signs of X and Y: signX := sign(X), #
10421 andi.b &0xf,%d0 # strip hi rnd mode bit
11640 andi.l &0x7fff,%d1 # strip sig
[all...]
H A Dpfpsp.S1440 andi.w &0x7fff,%d0 # strip sign
1470 andi.w &0x7fff,%d0 # strip sign
1517 andi.w &0x7fff,%d0 # strip sign
2311 andi.w &0x7fff,%d0 # strip sign
2328 andi.w &0x7fff,%d0 # strip sign
6521 and.w &0x7fff, %d1 # strip off sgn
6610 andi.w &0x7fff, %d0 # strip off sign
7346 andi.w &0x7fff,%d0 # strip sign
7584 andi.w &0x7fff,%d0 # strip sign
8071 andi.l &0x7fff,%d1 # strip sig
[all...]
H A Dfplsp.S5034 and.l &0x7FFFFFFF,%d1 # strip sign
9226 andi.l &0x00007fff,%d1 # strip sign from dst exp
9357 # Step 1. Save and strip signs of X and Y: signX := sign(X), #
9774 andi.w &0x7fff, %d0 # strip off sign
10918 and.w &0x7fff, %d1 # strip off sgn
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas.h2144 u64 strip; member in struct:megasas_evt_detail::__anon1813::__anon1821

Completed in 377 milliseconds

1234