Home
last modified time | relevance | path

Searched refs:Q (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/openbmc/linux/include/math-emu/
H A Dquad.h80 #define FP_UNPACK_RAW_Q(X,val) _FP_UNPACK_RAW_4(Q,X,val)
81 #define FP_UNPACK_RAW_QP(X,val) _FP_UNPACK_RAW_4_P(Q,X,val)
82 #define FP_PACK_RAW_Q(val,X) _FP_PACK_RAW_4(Q,val,X)
86 _FP_PACK_RAW_4_P(Q,val,X); \
91 _FP_UNPACK_RAW_4(Q,X,val); \
92 _FP_UNPACK_CANONICAL(Q,4,X); \
97 _FP_UNPACK_RAW_4_P(Q,X,val); \
98 _FP_UNPACK_CANONICAL(Q,4,X); \
103 _FP_PACK_CANONICAL(Q,4,X); \
104 _FP_PACK_RAW_4(Q,val,X); \
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dconfig1 # Q: Would you like to enforce password aging? [Y]
3 # Q: Should Bastille disable clear-text r-protocols that use IP-based authentication? [Y]
5 # Q: Should we disallow root login on tty's 1-6? [N]
7 # Q: What umask would you like to set for users on the system? [077]
9 # Q: Do you want to set the default umask? [Y]
11 # Q: Would you like to deactivate the Apache web server? [Y]
13 # Q: Would you like to password protect single-user mode? [Y]
15 # Q: Should we restrict console access to a small group of user accounts? [N]
17 # Q: Which accounts should be able to login at console? [root]
19 # Q: Would you like to put limits on system resource usage? [N]
[all …]
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile111 Q= macro
113 Q=@ macro
165 $(Q)rm -rf sysroot/$(ARCH) sysroot/sysroot
167 $(Q)$(MAKE) -C ../../../include/nolibc ARCH=$(ARCH) OUTPUT=$(CURDIR)/sysroot/ headers_standalone
168 $(Q)mv sysroot/sysroot sysroot/$(ARCH)
185 $(Q)./libc-test > "$(CURDIR)/run.out" || :
186 $(Q)$(REPORT) $(CURDIR)/run.out
190 $(Q)./nolibc-test > "$(CURDIR)/run.out" || :
191 $(Q)$(REPORT) $(CURDIR)/run.out
195 $(Q)qemu-$(QEMU_ARCH) ./nolibc-test > "$(CURDIR)/run.out" || :
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile124 Q = macro
127 Q = @ macro
137 $(Q)$(RM) -r $(TEST_GEN_PROGS)
138 $(Q)$(RM) -r $(TEST_GEN_PROGS_EXTENDED)
139 $(Q)$(RM) -r $(TEST_GEN_FILES)
140 $(Q)$(RM) -r $(EXTRA_CLEAN)
141 $(Q)$(MAKE) -C bpf_testmod clean
142 $(Q)$(MAKE) docs-clean
189 $(Q)mkdir -p $@
193 $(Q)$(CC) $(CFLAGS) -c $(filter %.c,$^) $(LDLIBS) -o $@
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0001-RH-fixup-udev-rules-for-redhat.patch60 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(udevrulesdir)
61 $(Q)$(INSTALL_PROGRAM) -m 644 11-dm-mpath.rules $(DESTDIR)$(udevrulesdir)
62 $(Q)$(INSTALL_PROGRAM) -m 644 99-z-dm-mpath-late.rules $(DESTDIR)$(udevrulesdir)
63 - $(Q)$(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)$(udevrulesdir)/56-multipath.rules
64 + $(Q)$(INSTALL_PROGRAM) -m 644 multipath.rules $(DESTDIR)$(udevrulesdir)/62-multipath.rules
65 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(tmpfilesdir)
66 $(Q)$(INSTALL_PROGRAM) -m 644 tmpfiles.conf $(DESTDIR)$(tmpfilesdir)/multipath.conf
67 $(Q)$(INSTALL_PROGRAM) -d $(DESTDIR)$(mandir)/man8
69 $(Q)$(RM) $(DESTDIR)$(udevrulesdir)/99-z-dm-mpath-late.rules
70 $(Q)$(RM) $(DESTDIR)$(modulesloaddir)/multipath.conf
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S28 | Step 2. Set L := expo(X)-expo(Y), k := 0, Q := 0.
37 | 3.2 If R > Y, then { R := R - Y, Q := Q + 1}
39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to
50 | Q := Q + 1, Y := signY*Y }. Go to Step 6.
51 | 5.3 This is the tricky case of R = Y/2. If Q is odd,
52 | then { Q := Q + 1, signX := -signX }.
58 | Step 8. Return signQ, last 7 bits of Q, and R as required.
60 | Step 9. At this point, R = 2^(-j)*X - Q Y = Y. Thus,
61 | X = 2^(j)*(Q+1)Y. set Q := 2^(j)*(Q+1),
62 | R := 0. Return signQ, last 7 bits of Q, and R.
[all …]
/openbmc/linux/Documentation/translations/zh_CN/arch/parisc/
H A Ddebugging.rst38 3. 有趣的Q
41 某些非常关键的代码必须清除PSW中的Q位。当Q位被清除时,CPU不会更新中断处理
42 程序所读取的寄存器,以找出机器被中断的位置——所以如果你在清除Q位的指令和再
43 次设置Q位的RFI之间遇到中断,你不知道它到底发生在哪里。如果你幸运的话,IAOQ
44 会指向清除Q位的指令,如果你不幸运的话,它会指向任何地方。通常Q位的问题会
/openbmc/linux/drivers/hid/bpf/entrypoints/
H A DMakefile35 Q = macro
38 Q = @ macro
52 $(Q)rm -rf $(OUTPUT) entrypoints
56 $(Q)$(BPFTOOL) gen skeleton -L $< > $@
61 $(Q)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
68 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
71 $(Q)cp "$(VMLINUX_H)" $@
76 $(Q)mkdir -p $@
79 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) \
85 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) \
[all …]
/openbmc/linux/tools/perf/
H A DMakefile.perf164 Q =
166 Q = @
242 $(Q)$(MAKE) FIXDEP=1 -f Makefile.perf $(goals)
451 $(Q)$(SHELL) '$(drm_ioctl_tbl)' $(drm_hdr_dir) > $@
457 $(Q)$(SHELL) '$(fadvise_advice_tbl)' $(linux_uapi_dir) > $@
463 $(Q)$(SHELL) '$(fsmount_tbls)' $(linux_uapi_dir) > $@
469 $(Q)$(SHELL) '$(fspick_tbls)' $(linux_uapi_dir) > $@
475 $(Q)$(SHELL) '$(fsconfig_tbls)' $(linux_uapi_dir) > $@
482 $(Q)$(SHELL) '$(pkey_alloc_access_rights_tbl)' $(asm_generic_hdr_dir) > $@
489 $(Q)$(SHELL) '$(sndrv_ctl_ioctl_tbl)' $(sndrv_ctl_hdr_dir) > $@
[all …]
/openbmc/linux/kernel/bpf/preload/iterators/
H A DMakefile25 Q = macro
28 Q = @ macro
44 $(Q)rm -rf $(OUTPUT) iterators
48 $(Q)$(BPFTOOL) gen skeleton -L $< > $@
52 $(Q)mkdir -p $(@D)
53 $(Q)$(CLANG) -g -O2 --target=bpf -m$* $(INCLUDES) \
59 $(Q)mkdir -p $@
62 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) \
67 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOL_SRC) OUTPUT=$(BPFTOOL_OUTPUT)/ bootstrap
/openbmc/linux/tools/bpf/runqslower/
H A DMakefile30 Q = macro
32 Q = @ macro
46 $(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(BPFTOOL_OUTPUT)
47 $(Q)$(RM) $(OUTPUT)*.o $(OUTPUT)*.d
48 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
49 $(Q)$(RM) $(OUTPUT)runqslower
50 $(Q)$(RM) -r .output
78 $(Q)if [ ! -e "$(VMLINUX_BTF_PATH)" ] ; then \
85 $(Q)cp "$(VMLINUX_H)" $@
89 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(BPFOBJ_OUTPUT) \
[all …]
/openbmc/linux/tools/include/nolibc/
H A DMakefile21 Q= macro
23 Q=@ macro
69 $(Q)mkdir -p $(OUTPUT)sysroot
70 $(Q)mkdir -p $(OUTPUT)sysroot/include
71 $(Q)cp $(all_files) $(OUTPUT)sysroot/include/
72 $(Q)if [ "$(ARCH)" = "x86" ]; then \
87 $(Q)$(MAKE) -C $(srctree) headers
88 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
/openbmc/u-boot/scripts/kconfig/
H A DMakefile46 $(Q)mkdir -p include/config include/generated
50 $(Q)mkdir -p include/config include/generated
51 $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config
52 $(Q)if [ -f .config ]; then \
62 $(Q)rm -f .tmp.config
67 $(Q)$(kecho) " GEN config.pot"
68 $(Q)xgettext --default-domain=linux \
74 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot
75 $(Q)(for i in `ls $(srctree)/arch/*/Kconfig \
82 $(Q)$(kecho) " GEN linux.pot"
[all …]
/openbmc/linux/tools/testing/selftests/hid/
H A DMakefile44 Q = macro
47 Q = @ macro
57 $(Q)$(RM) -r $(TEST_GEN_PROGS)
58 $(Q)$(RM) -r $(EXTRA_CLEAN)
107 $(Q)mkdir -p $@
125 $(Q)$(MAKE) $(submake_extras) -C $(BPFTOOLDIR) \
135 $(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) OUTPUT=$(BUILD_DIR)/libbpf/ \
142 $(Q)$(MAKE) $(submake_extras) -C $(BPFDIR) \
151 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
154 $(Q)cp "$(VMLINUX_H)" $@
[all …]
/openbmc/linux/tools/bpf/bpftool/
H A DMakefile11 Q = macro
13 Q = @ macro
46 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) \
51 $(Q)install -m 644 -t $(LIBBPF_HDRS_DIR) $<
54 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) \
60 $(Q)install -m 644 -t $(LIBBPF_BOOTSTRAP_HDRS_DIR) $<
64 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null
68 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_BOOTSTRAP_OUTPUT) clean >/dev/null
210 $(Q)cp "$(VMLINUX_H)" $@
220 $(Q)$(LLVM_STRIP) -g $@
[all …]
/openbmc/linux/tools/bpf/resolve_btfids/
H A DMakefile8 Q = macro
11 Q = @ macro
55 $(Q)mkdir -p $(@)
58 $(Q)$(MAKE) -C $(SUBCMD_SRC) OUTPUT=$(SUBCMD_OUT) \
63 $(Q)$(MAKE) $(submake_extras) -C $(LIBBPF_SRC) OUTPUT=$(LIBBPF_OUT) \
79 export srctree OUTPUT HOSTCFLAGS_resolve_btfids Q HOSTCC HOSTLD HOSTAR
83 $(Q)$(MAKE) $(build)=resolve_btfids
87 $(Q)$(HOSTCC) $(BINARY_IN) $(KBUILD_HOSTLDFLAGS) -o $@ $(BPFOBJ) $(SUBCMDOBJ) $(LIBS)
101 $(Q)$(RM) -rf $(clean_objects)
108 $(Q)ctags -R . $(LIBBPF_SRC) $(SUBCMD_SRC)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rfkill/rfkill/
H A D0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch20 $(Q)$(MKDIR) $(DESTDIR)$(SBINDIR)
21 - $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) rfkill
22 + $(Q)$(INSTALL) -m 755 rfkill $(DESTDIR)$(SBINDIR)
24 $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/
25 - $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ rfkill.8.gz
26 + $(Q)$(INSTALL) -m 644 rfkill.8.gz $(DESTDIR)$(MANDIR)/man8/
29 $(Q)rm -f rfkill *.o *~ *.gz version.c *-stamp
/openbmc/linux/
H A DMakefile71 # A simple variant is to prefix commands with $(Q) - that's useful
74 # $(Q)$(MAKE) $(build)=scripts/basic
87 Q = @ macro
91 Q = macro
109 export quiet Q KBUILD_VERBOSE
234 $(Q)$(MAKE) $(no-print-directory) -C $(abs_objtree) \
359 $(Q)set -e; \
633 $(Q)$(MAKE) $(build)=scripts/basic
660 $(Q)ln -fsn $(srctree) source
662 $(Q)tes
[all...]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-sdr-pcu18be.rst16 and Q are represented as a 18 bit unsigned big endian number stored in
18 padded with 0. I value starts first and Q value starts at an offset
47 - Q'\ :sub:`0[17:10]`
48 - Q'\ :sub:`0[9:2]`
49 - Q'\ :sub:`0[1:0]; B2[5:0]=pad`
52 - Q'\ :sub:`1[17:10]`
53 - Q'\ :sub:`1[9:2]`
54 - Q'\ :sub:`1[1:0]; B2[5:0]=pad`
H A Dpixfmt-sdr-pcu20be.rst16 and Q are represented as a 20 bit unsigned big endian number stored in
18 padded with 0. I value starts first and Q value starts at an offset
47 - Q'\ :sub:`0[19:12]`
48 - Q'\ :sub:`0[11:4]`
49 - Q'\ :sub:`0[3:0]; B2[3:0]=pad`
52 - Q'\ :sub:`1[19:12]`
53 - Q'\ :sub:`1[11:4]`
54 - Q'\ :sub:`1[3:0]; B2[3:0]=pad`
/openbmc/linux/tools/build/
H A DMakefile21 Q = macro
23 Q = @ macro
26 export Q srctree CC LD
39 $(Q)find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
40 $(Q)rm -f $(OUTPUT)fixdep
43 $(Q)$(MAKE) -C feature OUTPUT=$(TMP_O) clean >/dev/null
47 $(Q)$(MAKE) $(build)=fixdep
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A DMakefile9 Q = macro
11 Q = @ macro
47 $(Q)$(RM) $(DOC_MAN8)
51 $(Q)$(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
52 $(Q)$(INSTALL) -m 644 $(DOC_MAN8) $(DESTDIR)$(man8dir)
56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
57 $(Q)$(RMDIR) $(DESTDIR)$(man8dir)
/openbmc/linux/tools/objtool/
H A DMakefile49 Q = macro
51 Q = @ macro
65 $(Q)$(CONFIG_SHELL) ./sync-check.sh
66 $(Q)$(MAKE) $(build)=objtool $(HOST_OVERRIDES) CFLAGS="$(OBJTOOL_CFLAGS)" \
75 $(Q)$(MKDIR) -p $@
78 $(Q)$(MAKE) -C $(LIBSUBCMD_DIR) O=$(LIBSUBCMD_OUTPUT) \
85 $(Q)$(RM) -r -- $(LIBSUBCMD_OUTPUT)
89 $(Q)find $(OUTPUT) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
90 $(Q)$(RM) $(OUTPUT)arch/x86/lib/inat-tables.c $(OUTPUT)fixdep
/openbmc/qemu/target/i386/
H A Dops_sse.h31 #define Q(n) MMX_Q(n) macro
39 #define Q(n) ZMM_Q(n) macro
60 if (c->Q(0) > 15) { in glue()
62 d->Q(i) = 0; in glue()
75 if (c->Q(0) > 15) { in glue()
77 d->Q(i) = 0; in glue()
90 if (c->Q(0) > 15) { in glue()
103 if (c->Q(0) > 31) { in glue()
105 d->Q(i) = 0; in glue()
118 if (c->Q(0) > 31) { in glue()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0008-libtool-do-not-use-jlibtool.patch48 $(Q)$(ECHO) CC $<
49 $(Q)$(strip ${COMPILE.c} -o $@ -c -MD ${CPPFLAGS} ${CFLAGS} ${SRC_CFLAGS} ${INCDIRS} \
51 + ${Q}mv $(dir $@)/.libs/$(notdir $*.d) ${BUILD_DIR}/objs/$*.d
56 $(Q)cppcheck --enable=style -q ${CHECKFLAGS} $(filter -isystem%,${SRC_CFLAGS}) \
59 + ${Q}mv $(dir $@)/.libs/$(notdir $*.d) ${BUILD_DIR}/objs/$*.d
74 $(Q)$${PROGRAM_INSTALL} -c -m 755 $${BUILD_DIR}/bin/${1} $${${1}_INSTALLDIR}/
75 $(Q)$${${1}_POSTINSTALL}
83 $(Q)$${PROGRAM_INSTALL} -c -m 755 $${BUILD_DIR}/lib/${1} $${${1}_INSTALLDIR}/
84 $(Q)$${${1}_POSTINSTALL}
92 - $(Q)$${PROGRAM_INSTALL} -c -m 755 $${LOCAL_FLAGS_MIN} $${BUILD_DIR}/lib/${1} $${${1}_INSTALLDIR}/
[all …]

12345678910>>...18