Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 5144) sorted by relevance

12345678910>>...206

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack_tuple.h26 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
45 __be16 all; member
87 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip()
88 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip()
97 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6()
98 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6()
128 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal()
136 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal()
152 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal()
163 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c99 unsigned int all; member
112 unsigned int all; member
131 unsigned int all; member
148 unsigned int all; member
191 unsigned int all; member
339 unsigned int all; member
573 point_now[i].all &= (FLAG_COOR_EX | FLAG_KEY | FLAG_ABLE); in PointCoor()
575 point_now[i].all &= (FLAG_COOR | FLAG_KEY | FLAG_ABLE); in PointCoor()
604 if(point_now[i].all == 0) in PointRepeat()
614 if(point_now[j].all == 0) in PointRepeat()
[all …]
/OK3568_Linux_fs/buildroot/package/ffmpeg/
H A DConfig.in95 default "all"
98 or "all" to build all of them.
105 default "all"
108 or "all" to build all of them.
115 default "all"
118 or "all" to build all of them.
125 default "all"
128 or "all" to build all of them.
135 default "all"
138 or "all" to build all of them.
[all …]
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm_pm121.c880 int all = 1; in pm121_new_control() local
885 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control()
886 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control()
887 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control()
888 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control()
890 if (all) in pm121_new_control()
910 int all = 1; in pm121_new_sensor() local
915 all = pm121_register_sensor(sr, "cpu-temp", in pm121_new_sensor()
916 &sensor_cpu_temp) && all; in pm121_new_sensor()
917 all = pm121_register_sensor(sr, "cpu-current", in pm121_new_sensor()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bluez5/bluez5/
H A Drun-ptest6 all=0
13 all=$((all + 1))
21 all=$((all + 1))
27 echo "All $all tests passed"
29 echo "$failed of $all tests failed"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/nettle/
H A Drun-ptest6 all=0
18 all=$((all + 1))
26 all=$((all + 1))
32 echo "All $all tests passed"
34 echo "$failed of $all tests failed"
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/
H A Drun-ptest8 all=0
14 all=$((all + 1))
22 all=$((all + 1))
28 echo "All $all tests passed"
30 echo "$failed of $all tests failed"
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h34 return a1->all[0] == a2->all[0] && in nf_inet_addr_cmp()
35 a1->all[1] == a2->all[1] && in nf_inet_addr_cmp()
36 a1->all[2] == a2->all[2] && in nf_inet_addr_cmp()
37 a1->all[3] == a2->all[3]; in nf_inet_addr_cmp()
53 result->all[0] = a1->all[0] & mask->all[0]; in nf_inet_addr_mask()
54 result->all[1] = a1->all[1] & mask->all[1]; in nf_inet_addr_mask()
55 result->all[2] = a1->all[2] & mask->all[2]; in nf_inet_addr_mask()
56 result->all[3] = a1->all[3] & mask->all[3]; in nf_inet_addr_mask()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst45 convention at all.
77 0x02 all linux/fd.h
78 0x03 all linux/hdreg.h
80 0x06 all linux/lp.h
81 0x09 all linux/raid/md_u.h
85 0x12 all linux/fs.h
87 0x1b all InfiniBand Subsystem
89 0x20 all drivers/cdrom/cm206.h
90 0x22 all scsi/sg.h
104 '8' all SNP8023 advanced NIC card
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs))
45 all-headers := $(src-headers) $(gen-headers)
48 old-subdirs := $(wildcard $(all-subdirs))
50 unwanted := $(filter-out $(all-headers), $(old-headers))
54 wanted-dirs := $(sort $(dir $(all-headers)))
71 __headers: $(all-headers)
77 existing-headers := $(filter $(old-headers), $(all-headers))
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs))
45 all-headers := $(src-headers) $(gen-headers)
48 old-subdirs := $(wildcard $(all-subdirs))
50 unwanted := $(filter-out $(all-headers), $(old-headers))
54 wanted-dirs := $(sort $(dir $(all-headers)))
71 __headers: $(all-headers)
77 existing-headers := $(filter $(old-headers), $(all-headers))
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.headersinst27 all-subdirs := $(sort $(src-subdirs) $(gen-subdirs))
42 all-subdirs := $(addprefix $(dst)/, $(all-subdirs))
45 all-headers := $(src-headers) $(gen-headers)
48 old-subdirs := $(wildcard $(all-subdirs))
50 unwanted := $(filter-out $(all-headers), $(old-headers))
54 wanted-dirs := $(sort $(dir $(all-headers)))
71 __headers: $(all-headers)
77 existing-headers := $(filter $(old-headers), $(all-headers))
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst11 'type' is a (all), c (char), or b (block). 'all' means it applies
12 to all types and all major and minor numbers. Major and minor are
13 either an integer or * for all. Access is a composition of r
16 The root device cgroup starts with rwm to 'all'. A child device
62 a cgroup's devices.deny file, all its children will have that entry removed
63 from their whitelist and all the locally set whitelist entries will be
85 A all "b 8:* rwm", "c 116:* rw"
86 B "c 1:3 rwm", "b 3:* rwm" all the rest
98 A "c 1:3 rwm", "c 1:5 r" all the rest
99 B "c 1:3 rwm", "c 1:5 r" all the rest
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/tcltk/tcl/
H A Dfix_non_native_build_issue.patch11 - $(SHELL_ENV) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS)
12 + $(SHELL_ENV) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl $(TESTFLAGS)
17 @echo "set args $(TOP_DIR)/tests/all.tcl $(TESTFLAGS) -singleproc 1" >> gdb.run
30 ….;package require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .…
31 ….;package require tcltest;tcltest::temporaryDirectory /tmp;source ../tests/all.tcl;exec chmod +w .…
48 - $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 …
49 + $(SHELL_ENV) $(VALGRIND) $(VALGRINDARGS) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 -c…
60 - $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ./${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TES…
61 + $(SHELL_ENV) ${TRACE} $(TRACE_OPTS) ${TCLTEST_EXE} $(TOP_DIR)/tests/all.tcl -singleproc 1 $(TESTF…
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dudpgro.sh42 local -r all="$@"
43 local -r tx_args=${all%rx*}
44 local -r rx_args=${all#*rx}
70 local -r all="$@"
71 local -r tx_args=${all%rx*}
72 local -r rx_args=${all#*rx}
108 local -r all="$@"
109 local -r tx_args=${all%rx*}
110 local -r rx_args=${all#*rx}
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dbuilddelete.py30 for t in b.target_set.all():
32 for t in b.task_build.all():
34 for p in b.package_set.all():
36 for lv in b.layer_version_build.all():
38 for v in b.variable_build.all():
40 for l in b.logmessage_set.all():
/OK3568_Linux_fs/buildroot/package/libopenh264/
H A D0001-Add-USE_STACK_PROTECTOR-option.patch6 -fstack-protector-all is not supported on all linux toolchains so add an
42 -CFLAGS += -DANDROID_NDK -fpic --sysroot=$(SYSROOT) -MMD -MP -fstack-protector-all
45 +CFLAGS +=-fstack-protector-all
58 -CFLAGS += -fPIC -fstack-protector-all
61 +CFLAGS += -fstack-protector-all
74 -CFLAGS += -Wall -fPIC -MMD -MP -fstack-protector-all
77 +CFLAGS += -fstack-protector-all
90 -CFLAGS += -Wall -fno-strict-aliasing -fPIC -MMD -MP -fstack-protector-all
93 +CFLAGS += -fstack-protector-all
/OK3568_Linux_fs/buildroot/support/libtool/
H A Dbuildroot-libtool-v2.4.patch30 -all-static | -static | -static-libtool-libs)
32 - -all-static)
33 + # Make -static behave like -all-static
34 + -all-static | -static)
55 - -all-static)
56 + # Make -static behave like -all-static
57 + -all-static | -static)
68 # We used to do the same as -all-static on platforms that
80 # Replace all uninstalled libtool libraries with the installed ones
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_main.c125 ADBG_Suite_Definition_t all = { in main() local
127 .cases = TAILQ_HEAD_INITIALIZER(all.cases), in main()
225 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_regression); in main()
227 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_benchmark); in main()
230 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_gp); in main()
234 ret = Do_ADBG_AppendToSuite(&all, &ADBG_Suite_pkcs11); in main()
245 ret = Do_ADBG_RunSuite(&all, argc - last_gen_option, argv + last_gen_option); in main()
248 free((void *)all.SuiteID_p); in main()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drefcount-vs-atomic.rst41 A strong (full) memory ordering guarantees that all prior loads and
42 stores (all po-earlier instructions) on the same CPU are completed
44 It also guarantees that all po-earlier stores on the same CPU
45 and all propagated stores from other CPUs must propagate to all
49 A RELEASE memory ordering guarantees that all prior loads and
50 stores (all po-earlier instructions) on the same CPU are completed
51 before the operation. It also guarantees that all po-earlier
52 stores on the same CPU and all propagated stores from other CPUs
53 must propagate to all other CPUs before the release operation
57 An ACQUIRE memory ordering guarantees that all post loads and
[all …]
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0018-clang-Use-python3-in-python-scripts.patch12 .../find-all-symbols/tool/run-find-all-symbols.py | 2 +-
21 …include-fixer/find-all-symbols/tool/run-find-all-symbols.py b/clang-tools-extra/clang-include-fixe…
23 --- a/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
24 +++ b/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
29 #=- run-find-all-symbols.py - Parallel find-all-symbols runner -*- python -*-=#
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.headersinst57 all-files := $(header-files) $(genhdr-files)
58 output-files := $(addprefix $(installdir)/, $(all-files))
61 missing := $(filter-out $(all-files),$(mandatory-y))
69 unwanted := $(filter-out $(all-files),$(oldheaders))
76 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\
77 file$(if $(word 2, $(all-files)),s))
86 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files)
89 cmd_check = for f in $(all-files); do \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.headersinst57 all-files := $(header-files) $(genhdr-files)
58 output-files := $(addprefix $(installdir)/, $(all-files))
61 missing := $(filter-out $(all-files),$(mandatory-y))
69 unwanted := $(filter-out $(all-files),$(oldheaders))
76 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\
77 file$(if $(word 2, $(all-files)),s))
86 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files)
89 cmd_check = for f in $(all-files); do \
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCECILL-1.127 This Agreement may apply to any or all software for which the holder of the economic rights decides…
33 Agreement: means this Licensing Agreement, and any or all of its subsequent versions.
41 Source Code: means all the Software's instructions and program lines to which access is required so…
51 Licensor: means the Holder, or any or all other individual or legal entity, that distributes the So…
53 … mean any or all modifications, corrections, translations, adaptations and/or new functionalities …
57 Dynamic Module: means any or all module, created by the Contributor, that is independent of the Sof…
59 Static Module: means any or all module, created by the Contributor and connected to the Software by…
72 …(i) loading the Software by any or all means, notably, by downloading from a remote server, or by …
89 …that accepts such, the following rights as regards the Software for any or all use, and for the te…
96 …1. permanent or temporary reproduction of all or part of the Software by any or all means and in a…
[all …]
/OK3568_Linux_fs/buildroot/package/gcc/arc-2020.09-release/
H A D0100-uclibc-conf.patch18 make all-gdb all-dejagnu all-ld || exit 1
22 + make all-gdb all-dejagnu all-ld || exit 1

12345678910>>...206