Home
last modified time | relevance | path

Searched full:basic (Results 1 – 25 of 3457) sorted by relevance

12345678910>>...139

/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dbasic.json4 "name": "Add basic filter with cmp ematch u8/link layer and default action",
7 "basic"
15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
17 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
18 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
26 "name": "Add basic filter with cmp ematch u8/link layer with trans flag and default action",
29 "basic"
37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: handle 1 protocol ip prio 1 basic match 'cm…
39 "verifyCmd": "$TC filter get dev $DEV1 parent ffff: handle 1 prio 1 protocol ip basic",
40 …"matchPattern": "^filter parent ffff: protocol ip pref 1 basic.*handle 0x1 flowid 1:1.*cmp\\(u8 at…
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test_ini.c547 FTS_TEST_DBG("basic thr:%s not found", name[i]); in get_basic_threshold()
549 FTS_TEST_DBG("basic thr:%s=%d", name[i], val[i]); in get_basic_threshold()
680 /* get standard basic threshold */ in get_test_threshold_incell()
681 ret = get_basic_threshold(bthr_name_incell, length, (int *)&thr->basic); in get_test_threshold_incell()
683 FTS_TEST_SAVE_ERR("get basic thr fail\n"); in get_test_threshold_incell()
687 /* basic special set by ic */ in get_test_threshold_incell()
691 FTS_TEST_SAVE_ERR("special basic thr init fail\n"); in get_test_threshold_incell()
697 fts_init_buffer(thr->rawdata_max, thr->basic.rawdata_max, node_num); in get_test_threshold_incell()
698 fts_init_buffer(thr->rawdata_min, thr->basic.rawdata_min, node_num); in get_test_threshold_incell()
700 fts_init_buffer(thr->rawdata2_max, thr->basic.rawdata2_max, node_num); in get_test_threshold_incell()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch4 Subject: [PATCH] src/basic/missing.h: check for missing strndupa
23 src/basic/cgroup-util.c | 1 +
24 src/basic/env-util.c | 1 +
25 src/basic/log.c | 1 +
26 src/basic/missing_stdlib.h | 12 ++++++++++++
27 src/basic/mkdir.c | 1 +
28 src/basic/mountpoint-util.c | 1 +
29 src/basic/parse-util.c | 1 +
30 src/basic/path-lookup.c | 1 +
31 src/basic/percent-util.c | 1 +
[all …]
H A D0001-pass-correct-parameters-to-getdents64.patch7 ../git/src/basic/recurse-dir.c:57:40: error: incompatible pointer types passing 'uint8_t *' (aka 'u…
11 ../git/src/basic/stat-util.c:102:28: error: incompatible pointer types passing 'union (unnamed unio…
19 src/basic/recurse-dir.c | 2 +-
20 src/basic/stat-util.c | 2 +-
23 diff --git a/src/basic/recurse-dir.c b/src/basic/recurse-dir.c
25 --- a/src/basic/recurse-dir.c
26 +++ b/src/basic/recurse-dir.c
36 diff --git a/src/basic/stat-util.c b/src/basic/stat-util.c
38 --- a/src/basic/stat-util.c
39 +++ b/src/basic/stat-util.c
H A D0003-missing_type.h-add-comparison_fn_t.patch18 src/basic/missing_type.h | 4 ++++
19 src/basic/sort-util.h | 1 +
23 diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h
25 --- a/src/basic/missing_type.h
26 +++ b/src/basic/missing_type.h
35 diff --git a/src/basic/sort-util.h b/src/basic/sort-util.h
37 --- a/src/basic/sort-util.h
38 +++ b/src/basic/sort-util.h
H A D0004-add-fallback-parse_printf_format-implementation.patch16 src/basic/meson.build | 5 +
17 src/basic/parse-printf-format.c | 273 +++++++++++++++++++++++
18 src/basic/parse-printf-format.h | 57 +++++
19 src/basic/stdio-util.h | 2 +-
22 create mode 100644 src/basic/parse-printf-format.c
23 create mode 100644 src/basic/parse-printf-format.h
37 diff --git a/src/basic/meson.build b/src/basic/meson.build
39 --- a/src/basic/meson.build
40 +++ b/src/basic/meson.build
53 diff --git a/src/basic/parse-printf-format.c b/src/basic/parse-printf-format.c
[all …]
H A D0010-Use-uintmax_t-for-handling-rlim_t.patch25 src/basic/format-util.h | 8 +-------
26 src/basic/rlimit-util.c | 12 ++++++------
30 diff --git a/src/basic/format-util.h b/src/basic/format-util.h
32 --- a/src/basic/format-util.h
33 +++ b/src/basic/format-util.h
49 diff --git a/src/basic/rlimit-util.c b/src/basic/rlimit-util.c
51 --- a/src/basic/rlimit-util.c
52 +++ b/src/basic/rlimit-util.c
H A D0022-do-not-disable-buffer-in-writing-files.patch23 src/basic/cgroup-util.c | 12 ++++++------
24 src/basic/namespace-util.c | 4 ++--
25 src/basic/procfs-util.c | 4 ++--
26 src/basic/sysctl-util.c | 2 +-
27 src/basic/util.c | 2 +-
46 diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c
48 --- a/src/basic/cgroup-util.c
49 +++ b/src/basic/cgroup-util.c
104 diff --git a/src/basic/namespace-util.c b/src/basic/namespace-util.c
106 --- a/src/basic/namespace-util.c
[all …]
H A D0018-avoid-redefinition-of-prctl_mm_map-structure.patch14 src/basic/missing_prctl.h | 2 ++
17 diff --git a/src/basic/missing_prctl.h b/src/basic/missing_prctl.h
19 --- a/src/basic/missing_prctl.h
20 +++ b/src/basic/missing_prctl.h
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0001-pass-correct-parameters-to-getdents64.patch7 ../git/src/basic/recurse-dir.c:57:40: error: incompatible pointer types passing 'uint8_t *' (aka 'u…
11 ../git/src/basic/stat-util.c:102:28: error: incompatible pointer types passing 'union (unnamed unio…
18 src/basic/recurse-dir.c | 2 +-
19 src/basic/stat-util.c | 2 +-
22 diff --git a/src/basic/recurse-dir.c b/src/basic/recurse-dir.c
24 --- a/src/basic/recurse-dir.c
25 +++ b/src/basic/recurse-dir.c
35 diff --git a/src/basic/stat-util.c b/src/basic/stat-util.c
37 --- a/src/basic/stat-util.c
38 +++ b/src/basic/stat-util.c
H A D0005-src-basic-missing.h-check-for-missing-strndupa.patch4 Subject: [PATCH] src/basic/missing.h: check for missing strndupa
24 src/basic/cgroup-util.c | 1 +
25 src/basic/env-util.c | 1 +
26 src/basic/log.c | 1 +
27 src/basic/missing_stdlib.h | 12 ++++++++++++
28 src/basic/mkdir.c | 1 +
29 src/basic/mountpoint-util.c | 1 +
30 src/basic/parse-util.c | 1 +
31 src/basic/path-lookup.c | 1 +
32 src/basic/percent-util.c | 1 +
[all …]
H A D0017-missing_type.h-add-__compar_d_fn_t-definition.patch7 src/basic/util.h:71:18: error: unknown type name '__compar_d_fn_t'; did you mean '__compar_fn_t'?
14 src/basic/missing_type.h | 1 +
17 diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h
19 --- a/src/basic/missing_type.h
20 +++ b/src/basic/missing_type.h
H A D0018-avoid-redefinition-of-prctl_mm_map-structure.patch14 src/basic/missing_prctl.h | 2 ++
17 diff --git a/src/basic/missing_prctl.h b/src/basic/missing_prctl.h
19 --- a/src/basic/missing_prctl.h
20 +++ b/src/basic/missing_prctl.h
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ds390-cpumsf.c239 /* Display s390 CPU measurement facility basic-sampling data entry
246 struct hws_basic_entry *basic = basicp; in s390_cpumsf_basic_show() local
264 basic = &local; in s390_cpumsf_basic_show()
266 if (basic->def != 1) { in s390_cpumsf_basic_show()
267 pr_err("Invalid AUX trace basic entry [%#08zx]\n", pos); in s390_cpumsf_basic_show()
270 color_fprintf(stdout, color, " [%#08zx] Basic Def:%04x Inst:%#04x" in s390_cpumsf_basic_show()
273 pos, basic->def, basic->U, in s390_cpumsf_basic_show()
274 basic->T ? 'T' : ' ', in s390_cpumsf_basic_show()
275 basic->W ? 'W' : ' ', in s390_cpumsf_basic_show()
276 basic->P ? 'P' : ' ', in s390_cpumsf_basic_show()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbasic-block.h91 /* A basic block is a sequence of instructions with only one entry and
95 There may be COND_EXEC instructions in the basic block. The
100 basic block because the program counter will always be at the same
104 Basic blocks need not start with a label nor end with a jump insn.
105 For example, a previous basic block may just "conditionally fall"
106 into the succeeding basic block, and the last basic block need not
109 A basic block beginning with two labels cannot have notes between
113 basic block even though these insns can follow or precede insns in
114 basic blocks. */
116 /* Basic block information indexed by block number. */
[all …]
H A Dcfghooks.h39 /* The number of basic blocks where sum(freq) of the block's predecessors
42 /* Likewise for a basic block's successors. */
44 /* The number of basic blocks where sum(count) of the block's predecessors
47 /* Likewise for a basic block's successors. */
82 /* Basic CFG manipulation. */
84 /* Return new basic block. */
87 /* Redirect edge E to the given basic block B and update underlying program
94 newly created forwarder basic block is returned. The edge must
102 /* Remove statements corresponding to a given basic block. */
105 /* Creates a new basic block just after basic block B by splitting
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbasic-block.h91 /* A basic block is a sequence of instructions with only one entry and
95 There may be COND_EXEC instructions in the basic block. The
100 basic block because the program counter will always be at the same
104 Basic blocks need not start with a label nor end with a jump insn.
105 For example, a previous basic block may just "conditionally fall"
106 into the succeeding basic block, and the last basic block need not
109 A basic block beginning with two labels cannot have notes between
113 basic block even though these insns can follow or precede insns in
114 basic blocks. */
116 /* Basic block information indexed by block number. */
[all …]
H A Dcfghooks.h39 /* The number of basic blocks where sum(freq) of the block's predecessors
42 /* Likewise for a basic block's successors. */
44 /* The number of basic blocks where sum(count) of the block's predecessors
47 /* Likewise for a basic block's successors. */
82 /* Basic CFG manipulation. */
84 /* Return new basic block. */
87 /* Redirect edge E to the given basic block B and update underlying program
94 newly created forwarder basic block is returned. The edge must
102 /* Remove statements corresponding to a given basic block. */
105 /* Creates a new basic block just after basic block B by splitting
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmwifi_radiotap.c596 rtl->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_legacy()
597 rtl->basic.tsft_h = 0; in wl_radiotap_rx_legacy()
598 rtl->basic.flags = flags; in wl_radiotap_rx_legacy()
599 rtl->basic.rate = (uint8)rxsts->datarate; in wl_radiotap_rx_legacy()
600 rtl->basic.channel_freq = (uint16)HTOL16(channel_frequency); in wl_radiotap_rx_legacy()
601 rtl->basic.channel_flags = HTOL16(channel_flags); in wl_radiotap_rx_legacy()
602 rtl->basic.signal = (int8)rxsts->signal; in wl_radiotap_rx_legacy()
603 rtl->basic.noise = (int8)rxsts->noise; in wl_radiotap_rx_legacy()
604 rtl->basic.antenna = (int8)rxsts->antenna; in wl_radiotap_rx_legacy()
629 rtht->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_ht()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwifi_radiotap.c596 rtl->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_legacy()
597 rtl->basic.tsft_h = 0; in wl_radiotap_rx_legacy()
598 rtl->basic.flags = flags; in wl_radiotap_rx_legacy()
599 rtl->basic.rate = (uint8)rxsts->datarate; in wl_radiotap_rx_legacy()
600 rtl->basic.channel_freq = (uint16)HTOL16(channel_frequency); in wl_radiotap_rx_legacy()
601 rtl->basic.channel_flags = HTOL16(channel_flags); in wl_radiotap_rx_legacy()
602 rtl->basic.signal = (int8)rxsts->signal; in wl_radiotap_rx_legacy()
603 rtl->basic.noise = (int8)rxsts->noise; in wl_radiotap_rx_legacy()
604 rtl->basic.antenna = (int8)rxsts->antenna; in wl_radiotap_rx_legacy()
629 rtht->basic.tsft_l = HTOL32(rxsts->mactime); in wl_radiotap_rx_ht()
[all …]
/OK3568_Linux_fs/buildroot/package/systemd/
H A D0002-basic-Allow-unknown-filesystems.patch4 Subject: [PATCH] basic: Allow unknown filesystems
10 src/basic/meson.build | 2 +-
13 diff --git a/src/basic/meson.build b/src/basic/meson.build
15 --- a/src/basic/meson.build
16 +++ b/src/basic/meson.build
H A D0001-missing-syscall-define-MOVE_MOUNT_T_EMPTY_PATH-if-mi.patch13 src/basic/missing_syscall.h | 4 ++++
16 diff --git a/src/basic/missing_syscall.h b/src/basic/missing_syscall.h
18 --- a/src/basic/missing_syscall.h
19 +++ b/src/basic/missing_syscall.h
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/systemd/systemd/
H A D0001-basic-Allow-unknown-filesystems.patch4 Subject: [PATCH] basic: Allow unknown filesystems
10 src/basic/meson.build | 2 +-
13 diff --git a/src/basic/meson.build b/src/basic/meson.build
15 --- a/src/basic/meson.build
16 +++ b/src/basic/meson.build
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/
H A Dclose-RequireValidShell-check.patch10 sample-configurations/basic.conf | 1 +
13 diff --git a/sample-configurations/basic.conf b/sample-configurations/basic.conf
15 --- a/sample-configurations/basic.conf
16 +++ b/sample-configurations/basic.conf
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/
H A Dmain.sh10 FUNC=basic # do basic tests by default
24 [-t <basic: Basic cpufreq testing
79 …t) # --func_type (Function to perform: basic, suspend, hibernate, modtest, sptest1/2/3/4 (default:…
113 "basic")

12345678910>>...139