Searched refs:search (Results 326 – 350 of 802) sorted by relevance
1...<<11121314151617181920>>...33
78 - if libdir_candidates=$(${CC:-cc} -print-search-dirs | \81 - # From the output of -print-search-dirs, select valid pkgconfig dirs.
131 * Binary search down and then binary search up
4 …search(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 AnonymousClasscadf2a3e15c01
110 match = line_regex.search(line)
18 …d algorithms. However, I do not have the resources to carry out a patent search. Therefore I canno…
6 Don't search for libraries and headers in /usr/local.
58 m = prog.search(line)
55 firmware search path containing the firmware image used when
135 match = line_regex.search(line)
141 if re.search(r'\.dtb', src) and fdt_dir == '/':
43 if self.re_arch.search(value):401 m = re_var.search(args)
22 at http://infocenter.arm.com, search for "TCM Status Register"27 There is further a TCM region register (search for "TCM Region
90 Before submitting an issue, please search through the96 Before submitting a request for a new feature, please search through the
4125 char *search; member4149 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, ¬); in unregister_ftrace_function_probe_func()5014 if (func_g.search) { in unregister_ftrace_function_probe_func()6292 &func_g.search, ¬); in ftrace_graph_set_hash()[all …]
513 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):
314 u32 *ddr3_tip_get_buf_ptr(u32 dev_num, enum hws_search_dir search, in ddr3_tip_get_buf_ptr() argument321 [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() argument726 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()
275 - if the subregion is a leaf (RAM or MMIO), the search terminates, returning279 - if the subregion is an alias, the search is continued at the alias target281 - if a recursive search within a container or alias subregion does not284 backing the search terminates, returning the container itself. Otherwise287 - if none of the subregions match the address then the search terminates
182 bool search; member295 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()
313 entry does not exist. For this to be helpful, the search function must320 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 search491 to hold the per-entry lock while returning from the search function?493 If the search function drops the per-entry lock before returning,
54 The EFI stub will search for a display mode that matches the specified
337 m = re.search('==> ([0-9a-fA-F]{8})$', output)
15 parents) of these devices. It does a breadth first search of the dependency
21 # The directory where to search for Cargo.lock files
137 self.assertTrue(re.search(expected_text, content),
4 Subject: [PATCH] Don't search /usr and so on for libraries by default to