Home
last modified time | relevance | path

Searched refs:search (Results 326 – 350 of 802) sorted by relevance

1...<<11121314151617181920>>...33

/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.2.1/
H A Dgpg-error_pkconf.patch78 - if libdir_candidates=$(${CC:-cc} -print-search-dirs | \
81 - # From the output of -print-search-dirs, select valid pkgconfig dirs.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dfix-lmbench-memory-check-failure.patch131 * Binary search down and then binary search up
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.dataTables-1.13.8.min.js4search(t,n,a,o),i.draw()},this.fnGetData=function(t,e){var n,a=this.api(!0);return t!==H?(n=t.node… property in AnonymousClasscadf2a3e11201
/openbmc/u-boot/Documentation/sphinx/
H A Dkerneldoc.py110 match = line_regex.search(line)
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dbzip2-1.0.518 …d algorithms. However, I do not have the resources to carry out a patent search. Therefore I canno…
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch6 Don't search for libraries and headers in /usr/local.
/openbmc/openbmc/poky/scripts/contrib/
H A Dbbvars.py58 m = prog.search(line)
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dmtk,scp.yaml55 firmware search path containing the firmware image used when
/openbmc/linux/Documentation/sphinx/
H A Dkerneldoc.py135 match = line_regex.search(line)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-partition.py141 if re.search(r'\.dtb', src) and fdt_dir == '/':
/openbmc/u-boot/tools/buildman/
H A Dtoolchain.py43 if self.re_arch.search(value):
401 m = re_var.search(args)
/openbmc/linux/Documentation/arch/arm/
H A Dtcm.rst22 at http://infocenter.arm.com, search for "TCM Status Register"
27 There is further a TCM region register (search for "TCM Region
/openbmc/webui-vue/
H A DCONTRIBUTING.md90 Before submitting an issue, please search through the
96 Before submitting a request for a new feature, please search through the
/openbmc/linux/kernel/trace/
H A Dftrace.c4125 char *search; member
4149 if (strcmp(str, g->search) == 0) in ftrace_match()
4157 if (strstr(str, g->search)) in ftrace_match()
4167 if (glob_match(g->search, str)) in ftrace_match()
4305 &mod_g.search, &exclude_mod); in match_records()
4306 mod_g.len = strlen(mod_g.search); in match_records()
4959 func_g.search = NULL; in unregister_ftrace_function_probe_func()
4964 &func_g.search, &not); in unregister_ftrace_function_probe_func()
5014 if (func_g.search) { in unregister_ftrace_function_probe_func()
6292 &func_g.search, &not); in ftrace_graph_set_hash()
[all …]
/openbmc/u-boot/tools/
H A Dmoveconfig.py513 if p.search(lines[i - 1]):
520 if p.search(lines[j]):
588 if pattern.search(line):
742 if pat.search(line):
771 if found and re.search(r'^\s+CONFIG', line):
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_engine.c314 u32 *ddr3_tip_get_buf_ptr(u32 dev_num, enum hws_search_dir search, in ddr3_tip_get_buf_ptr() argument
321 [MAX_INTERFACE_NUM * MAX_BUS_NUM * BUS_WIDTH_IN_BITS * search + in ddr3_tip_get_buf_ptr()
695 enum hws_search_dir search, in ddr3_tip_read_training_result() argument
726 result_type, direction, search, pup_num, in ddr3_tip_read_training_result()
776 ddr3_tip_get_buf_ptr(dev_num, search, result_type, in ddr3_tip_read_training_result()
/openbmc/qemu/docs/devel/
H A Dmemory.rst275 - if the subregion is a leaf (RAM or MMIO), the search terminates, returning
279 - if the subregion is an alias, the search is continued at the alias target
281 - if a recursive search within a container or alias subregion does not
284 backing the search terminates, returning the container itself. Otherwise
287 - if none of the subregions match the address then the search terminates
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c182 bool search; member
295 if (cmd->search) in sja1105pqrs_common_l2_lookup_cmd_packing()
1288 cmd.search = true; in sja1105_dynamic_config_read()
1291 cmd.search = false; in sja1105_dynamic_config_read()
1296 if (cmd.search) in sja1105_dynamic_config_read()
/openbmc/linux/Documentation/RCU/
H A DlistRCU.rst313 entry does not exist. For this to be helpful, the search function must
320 to hold the per-entry lock while returning from the search function?
484 in conjunction with a per-entry spinlock in order to allow the search
491 to hold the per-entry lock while returning from the search function?
493 If the search function drops the per-entry lock before returning,
/openbmc/linux/Documentation/fb/
H A Defifb.rst54 The EFI stub will search for a display mode that matches the specified
/openbmc/u-boot/test/py/
H A Du_boot_utils.py337 m = re.search('==> ([0-9a-fA-F]{8})$', output)
/openbmc/linux/scripts/
H A Ddev-needs.sh15 parents) of these devices. It does a breadth first search of the dependency
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo-update-recipe-crates.bbclass21 # The directory where to search for Cargo.lock files
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_builds_page.py137 self.assertTrue(re.search(expected_text, content),
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/
H A D0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch4 Subject: [PATCH] Don't search /usr and so on for libraries by default to

1...<<11121314151617181920>>...33