Home
last modified time | relevance | path

Searched refs:pick (Results 1 – 25 of 180) sorted by relevance

12345678

/OK3568_Linux_fs/u-boot/net/
H A Dlink_local.c67 static struct in_addr pick(void) in pick() function
118 ip = pick(); in link_local_start()
201 ip = pick(); in link_local_timeout()
305 ip = pick(); in link_local_receive_arp()
329 ip = pick(); in link_local_receive_arp()
339 ip = pick(); in link_local_receive_arp()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/
H A Dtkprivate.diff9 # String to pass to linker to pick up the Tk library from its
14 # String to pass to linker to pick up the Tk library from its
27 # String to pass to linker to pick up the Tk stub library from its
32 # String to pass to linker to pick up the Tk stub library from its
/OK3568_Linux_fs/u-boot/cmd/ddr_tool/stressapptest/
H A Dstressapptest.c646 u32 pick; in page_rand_pick() local
648 pick = rand() % sat->page_num; in page_rand_pick()
649 pick = pick / sat->cpu_num * sat->cpu_num + cpu_id; in page_rand_pick()
650 if (pick >= sat->page_num) in page_rand_pick()
651 pick = cpu_id; in page_rand_pick()
653 while (page_list[pick].valid != valid) { in page_rand_pick()
654 pick += sat->cpu_num; in page_rand_pick()
655 if (pick >= sat->page_num) in page_rand_pick()
656 pick = cpu_id; in page_rand_pick()
659 return pick; in page_rand_pick()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.c2099 bool findNewline, changenewline=FALSE, pick=FALSE; in pick_config_vars() local
2136 if (column==0 && !pick) { // start to pick in pick_config_vars()
2137 pick = TRUE; in pick_config_vars()
2141 if (pick && column==0) { // stop to pick in pick_config_vars()
2142 pick = FALSE; in pick_config_vars()
2147 if (pick) { in pick_config_vars()
2246 dhd_conf_read_wme_ac_value(wme_param_t *wme, char *pick, int ac_val) in dhd_conf_read_wme_ac_value() argument
2250 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
2256 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
2262 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.c3200 bool findNewline, changenewline=FALSE, pick=FALSE; in pick_config_vars() local
3237 if (column==0 && !pick) { // start to pick in pick_config_vars()
3238 pick = TRUE; in pick_config_vars()
3242 if (pick && column==0) { // stop to pick in pick_config_vars()
3243 pick = FALSE; in pick_config_vars()
3248 if (pick) { in pick_config_vars()
3347 dhd_conf_read_wme_ac_value(wme_param_t *wme, char *pick, int ac_val) in dhd_conf_read_wme_ac_value() argument
3351 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
3357 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
3363 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.c3082 bool findNewline, changenewline=FALSE, pick=FALSE; in pick_config_vars() local
3119 if (column==0 && !pick) { // start to pick in pick_config_vars()
3120 pick = TRUE; in pick_config_vars()
3124 if (pick && column==0) { // stop to pick in pick_config_vars()
3125 pick = FALSE; in pick_config_vars()
3130 if (pick) { in pick_config_vars()
3229 dhd_conf_read_wme_ac_value(wme_param_t *wme, char *pick, int ac_val) in dhd_conf_read_wme_ac_value() argument
3233 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
3239 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
3245 pick_tmp = pick; in dhd_conf_read_wme_ac_value()
[all …]
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dstable-kernel-rules.rst131 git cherry-pick a1f84a3
132 git cherry-pick 1b9508f
133 git cherry-pick fd21073
134 git cherry-pick <this commit>
148 git cherry-pick <this commit>
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dstable-kernel-rules.rst114 git cherry-pick a1f84a3
115 git cherry-pick 1b9508f
116 git cherry-pick fd21073
117 git cherry-pick <this commit>
130 git cherry-pick <this commit>
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0005-sanitizer-Fix-asan-against-glibc-2.34-PR100114.patch15 Here is a cherry-pick from upstream to fix this.
20 * sanitizer_common/sanitizer_posix_libcdep.cc: Cherry-pick
/OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/
H A Dlinuxized-acpica.rst239 1. Cherry-pick an ACPICA commit
242 you want to cherry pick must be committed into the local repository.
244 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit
252 cherry pick. It can be omitted if the commit is "HEAD".
254 2. Cherry-pick recent ACPICA commits
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dfix-gettid-exception-declaration.patch16 // No definition needed for Android because we'll just pick up bionic's copy.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dmodule-base.bbclass13 # we didn't pick the name.
/OK3568_Linux_fs/buildroot/package/python3/
H A D0008-Serial-ioctl-workaround.patch29 /* HP-UX requires that this be included to pick up MDCD, MCTS, MDSR,
/OK3568_Linux_fs/yocto/meta-clang/.github/
H A DPULL_REQUEST_TEMPLATE.md9 - When submitting a review, please pick:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-bug-fix-on-separated-CR-and-LF.patch34 c = *p++; /* pick up a character */
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch9 in order for the 'test' utility to pick up the absolute path.
/OK3568_Linux_fs/kernel/fs/autofs/
H A DKconfig6 This name exists for people to just automatically pick up the
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/
H A DCVE-2021-45444_1.patch9 https://salsa.debian.org/debian/zsh/-/raw/debian/5.8-6+deb11u1/debian/patches/cherry-pick-CVE-2021-…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt47 - "efuse-address" - Contains efuse base address used to pick up ABB info.
56 from efuse-address to pick up ABB characteristics. Set to 0 if
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/iksemel/iksemel/
H A Davoid-obsolete-gnutls-apis.patch13 completely and use the recommended approach of letting gnutls pick a
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xwayland/
H A Dxwayland_22.1.8.bb32 # Xorg requires a SHA1 implementation, pick one
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A Dintel-pt.c174 int pos, pick = -1; in intel_pt_pick_bit() local
178 if (pos <= target || pick < 0) in intel_pt_pick_bit()
179 pick = pos; in intel_pt_pick_bit()
185 return pick; in intel_pt_pick_bit()
/OK3568_Linux_fs/kernel/Documentation/maintainer/
H A Drebasing-and-merging.rst71 - If you must reparent a repository, do not pick some random kernel commit
75 series must move to a new base, pick a stable point (such as one of
210 the development cycle in order to pick up changes and fixes done elsewhere
211 in the tree. As always, such a merge should pick a well-known release
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-vaapi_1.20.5.bb32 # and BSP layers to pick either glx, egl, or no GL. By default,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/
H A D0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch7 This is needed so that rpm can pick up target-specific configuration

12345678