Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 62 of 62) sorted by relevance

/linux-4.1.27/scripts/rt-tester/
Drt-tester.py140 line = line.strip()
159 cmd = parts[0].strip().lower()
160 opc = parts[1].strip().lower()
161 tid = parts[2].strip()
162 dat = parts[3].strip()
177 status = fsta.readline().strip()
181 s = s.strip()
184 val = s[2:].strip()
/linux-4.1.27/arch/powerpc/boot/
DzImage.lds.S55 .kernel:vmlinux.strip :
58 *(.kernel:vmlinux.strip)
D.gitignore13 kernel-vmlinux.strip.c
14 kernel-vmlinux.strip.gz
DzImage.coff.lds.S27 *(.kernel:vmlinux.strip)
Dwrapper150 ext=strip
153 ksection=.kernel:vmlinux.strip
/linux-4.1.27/tools/perf/util/
Dsetup.py30 ext_sources = [f.strip() for f in file('util/python-ext-sources')
31 if len(f.strip()) > 0 and f[0] != '#']
/linux-4.1.27/arch/mips/boot/
DMakefile22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c84 u64 strip, struct MR_DRV_RAID_MAP_ALL *map);
507 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument
521 if (strip > span_set->data_strip_end) in get_row_from_strip()
524 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip()
541 "data width 0x%llx span offset 0x%x\n", strip, in get_row_from_strip()
547 "row is 0x%llx\n", strip, in get_row_from_strip()
584 u64 strip; in get_strip_from_row() local
603 strip = mega_div64_32 in get_strip_from_row()
607 strip *= span_set->span_row_data_width; in get_strip_from_row()
608 strip += span_set->data_strip_start; in get_strip_from_row()
[all …]
Dmegaraid_sas.h1578 u64 strip; member
/linux-4.1.27/scripts/
DKbuild.include78 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \
129 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri…
227 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
230 arg-check = $(if $(strip $(cmd_$@)),,1)
247 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
253 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check) ), \
263 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check) ), \
290 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \
304 echo-why = $(call escsq, $(strip $(why)))
DMakefile.lib50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
69 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) …
70 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))…
178 $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s)))))))
DMakefile.clean68 ifneq ($(strip $(__clean-files)),)
71 ifneq ($(strip $(__clean-dirs)),)
Dheaderdep.pl30 my @headers = grep { strip($_) } @ARGV;
61 sub strip { subroutine
Dcheckkconfigsymbols.py160 return stdout.strip('\n')
241 line = line.strip('\n')
259 line = line.strip('\n')
DMakefile.build82 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),)
86 ifneq ($(strip $(obj-y) $(obj-m) $(obj-) $(subdir-m) $(lib-target)),)
331 cmd_link_o_target = $(if $(strip $(obj-y)),\
Ddecodecode58 ${CROSS_COMPILE}strip $1.o
Danalyze_suspend.py135 v = open('/proc/version', 'r').read().strip()
139 v = os.popen(self.adb+' shell cat /proc/version').read().strip()
159 outD = open(self.rtcpath+'/date', 'r').read().strip()
160 outT = open(self.rtcpath+'/time', 'r').read().strip()
978 out = os.popen(sysvals.adb+' shell ls '+tp+f).read().strip()
2775 ' shell dumpsys power | grep mScreenOn').read().strip()
2802 ' shell pwd 2>/dev/null').read().strip()
2955 sysvals.powerfile).read().strip()
3105 out = os.popen(sysvals.adb+' get-state').read().strip()
3116 out = os.popen(sysvals.adb+' shell id').read().strip()
[all …]
DMakefile.host50 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
/linux-4.1.27/tools/power/acpi/
DMakefile59 STRIP = $(CROSS)strip
77 ifeq ($(strip $(V)),false)
87 ifeq ($(strip $(DEBUG)),true)
/linux-4.1.27/arch/sparc/boot/
DMakefile34 $(call if_changed,strip)
66 $(call if_changed,strip)
/linux-4.1.27/tools/build/
DBuild.include31 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
61 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \
69 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
DMakefile.build63 cmd_ld_multi = $(if $(strip $(obj-y)),\
/linux-4.1.27/tools/build/feature/
DMakefile103 strip-libs = $(filter-out -l%,$(1))
106 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
/linux-4.1.27/arch/xtensa/boot/
DMakefile34 OBJCOPYFLAGS = --strip-all -R .comment -R .note.gnu.build-id -O binary
/linux-4.1.27/arch/microblaze/boot/
DMakefile34 $(call if_changed,strip)
/linux-4.1.27/arch/tile/
DMakefile20 ifneq ($(strip $(filter vmlinux modules all,$(goals))),)
/linux-4.1.27/tools/perf/
DMakefile.perf122 STRIP = strip
157 strip-libs = $(filter-out -l%,$(1))
268 strip: $(PROGRAMS) $(OUTPUT)perf
549 .PHONY: all install clean config-clean strip install-gtk
/linux-4.1.27/scripts/tracing/
Ddraw_functrace.py103 line = line.strip()
/linux-4.1.27/scripts/kconfig/
Dconf.c57 static void strip(char *str) in strip() function
199 strip(line); in conf_sym()
315 strip(line); in conf_choice()
/linux-4.1.27/arch/mn10300/
DMakefile18 CCDIR := $(strip $(patsubst %/specs,%,$(CCSPECS)))
/linux-4.1.27/tools/power/cpupower/
DMakefile97 STRIP = $(CROSS)strip
/linux-4.1.27/Documentation/zh_CN/
Demail-clients.txt158 - "no-strip-whitespace-before-send"选项也是需要的。
Dmagic-number.txt79 STRIP_MAGIC 0x5303 strip drivers/net/strip.c
/linux-4.1.27/arch/mips/boot/compressed/
DMakefile87 $(call cmd,strip)
/linux-4.1.27/arch/um/
DMakefile92 KERNEL_DEFINES = $(strip -Derrno=kernel_errno -Dsigprocmask=kernel_sigprocmask \
/linux-4.1.27/arch/alpha/boot/
DMakefile73 $(call if_changed,strip)
/linux-4.1.27/arch/ia64/
DMakefile23 OBJCOPYFLAGS := --strip-all
/linux-4.1.27/arch/cris/boot/compressed/
Dhead_v10.S63 and.d 0x7fffffff, $r5 ; strip any non-cache bit
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt152 the default option --strip-debug will be used. Otherwise,
153 INSTALL_MOD_STRIP value will be used as the options to the strip command.
Dmakefiles.txt1380 default option --strip-debug will be used. Otherwise, the
1381 INSTALL_MOD_STRIP value will be used as the option(s) to the strip
/linux-4.1.27/Documentation/filesystems/
Disofs.txt35 hide Completely strip hidden files from the file system.
/linux-4.1.27/tools/perf/config/
DMakefile403 strip-libs = $(filter-out -l%,$(1))
409 PERL_EMBED_LDFLAGS = $(call strip-libs,$(PERL_EMBED_LDOPTS))
454 PYTHON_EMBED_LDFLAGS := $(call strip-libs,$(PYTHON_EMBED_LDOPTS))
/linux-4.1.27/Documentation/
Dmagic-number.txt79 STRIP_MAGIC 0x5303 strip drivers/net/strip.c
Demail-clients.txt194 - the "no-strip-whitespace-before-send" option is needed
Dapplying-patches.txt44 source directory and then strip the first element of the path from filenames
DCodingStyle235 optionally strip the trailing whitespace for you; however, if applying a series
/linux-4.1.27/arch/m68k/fpsp040/
Dbindec.S187 andiw #0x7fff,%d0 |strip sign of normalized exp
203 andiw #0x7fff,%d0 |strip sign of normalized exp
250 subw #0x3fff,%d0 |strip off bias
Dbugfix.S194 andiw #0xE000,%d0 |strip all but opclass
352 andiw #0xFC00,%d0 |strip all but opclass and size
Dscale.S54 andil #0x7fff,%d1 |strip sign
Dget_op.S637 andiw #0x7fff,%d1 |strip sign
Dsrem_mod.S23 | Step 1. Save and strip signs of X and Y: signX := sign(X),
Dres_func.S100 andil #0x7f,%d0 |strip to only command word
681 andiw #0x3b,%d0 |strip to command bits
/linux-4.1.27/scripts/package/
Dbuilddeb161 $OBJCOPY --strip-debug $tmpdir/$module
/linux-4.1.27/
DMakefile359 STRIP = $(CROSS_COMPILE)strip
839 mod_strip_cmd = $(STRIP) --strip-debug
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dfpsp.S1441 andi.w &0x7fff,%d0 # strip sign
2312 andi.w &0x7fff,%d0 # strip sign
2329 andi.w &0x7fff,%d0 # strip sign
9585 andi.l &0x00007fff,%d1 # strip sign from dst exp
11640 andi.l &0x7fff,%d1 # strip sign
12282 andi.l &0x7fff,%d1 # strip sign
13062 andi.l &0x7fff,%d1 # strip sign
13566 andi.l &0x7fff,%d1 # strip sign
13623 andi.l &0x7fff,%d1 # strip sign
14011 andi.l &0x7fff,%d1 # strip sign
[all …]
Dpfpsp.S1440 andi.w &0x7fff,%d0 # strip sign
2311 andi.w &0x7fff,%d0 # strip sign
2328 andi.w &0x7fff,%d0 # strip sign
Dfplsp.S5034 and.l &0x7FFFFFFF,%d1 # strip sign
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-4.1.27/Documentation/sound/alsa/
Dcompress_offload.txt167 decoder to strip the silence. This needs to be set before the data in the track
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped965 /* strip trailing " from filename */
/linux-4.1.27/net/netfilter/
DKconfig935 This option adds a "TCPOPTSTRIP" target, which allows you to strip
/linux-4.1.27/Documentation/filesystems/cifs/
DCHANGES882 to error logging (strip redundant newlines, change debug macros to ensure newline
/linux-4.1.27/init/
DKconfig1885 debuginfo strip done by some packagers (such as rpmbuild) and