HomeSort by: relevance | last modified time | path
    Searched defs:find (Results 1 - 25 of 197) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s find related functions.
46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
find_fn_imps.hpp 38 * Contains implementations of gp_ht_map_'s find related functions.
46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
55 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
57 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
find_fn_imps.hpp 46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
57 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/sbin/gpt/
remove.c 79 struct gpt_find find; local
81 memset(&find, 0, sizeof(find));
82 find.msg = "removed";
86 if (gpt_add_find(gpt, &find, ch) == -1)
92 return gpt_change_ent(gpt, &find, change, NULL);
type.c 81 struct gpt_find find; local
83 memset(&find, 0, sizeof(find));
85 find.msg = "type changed";
103 if (gpt == NULL || gpt_add_find(gpt, &find, ch) == -1)
114 return gpt_change_ent(gpt, &find, change, &newtype);
label.c 127 struct gpt_find find; local
130 memset(&find, 0, sizeof(find));
131 find.msg = "label changed";
150 if (gpt_add_find(gpt, &find, ch) == -1)
161 return gpt_change_ent(gpt, &find, change, name);
uuid.c 103 struct gpt_find find; local
110 memset(&find, 0, sizeof(find));
111 find.msg = "UUID changed";
129 if (gpt_add_find(gpt, &find, ch) == -1)
140 rc = gpt_change_ent(gpt, &find, change_ent, &ctx);
144 if (find.all)
145 return gpt_change_hdr(gpt, &find, change_hdr, &ctx);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 122 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
150 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
find_fn_imps.hpp 122 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
150 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
CodeExpansions.h 38 const_iterator find(StringRef Variable) const { function in class:llvm::CodeExpansions
39 return Expansions.find(Variable);
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-compat.el 154 (defun po-find-charset (filename)
160 ;; Try the first 4096 bytes. In case we cannot find the charset value
186 (defun po-find-file-coding-system-guts (operation filename)
194 (charset (or (po-find-charset filename) "ascii"))
215 (defun po-find-file-coding-system-guts (operation filename)
223 (let* ((charset (or (po-find-charset filename)
234 (defun po-find-file-coding-system (arg-list)
238 (po-find-file-coding-system-guts (car arg-list) (car (cdr arg-list)))))
241 (defun po-find-file-coding-system (operation filename)
245 (po-find-file-coding-system-guts operation filename))
    [all...]
  /src/external/gpl3/gcc/dist/libcc1/
compiler.cc 65 cc1_plugin::compiler::find (const char *, std::string &) const function in class:cc1_plugin::compiler
71 cc1_plugin::compiler_triplet_regexp::find (const char *base, function in class:cc1_plugin::compiler_triplet_regexp
97 return concat ("Could not find a compiler matching \"",
109 cc1_plugin::compiler_driver_filename::find (const char *, function in class:cc1_plugin::compiler_driver_filename
  /src/external/gpl3/gcc.old/dist/libcc1/
compiler.cc 65 cc1_plugin::compiler::find (const char *, std::string &) const function in class:cc1_plugin::compiler
71 cc1_plugin::compiler_triplet_regexp::find (const char *base, function in class:cc1_plugin::compiler_triplet_regexp
97 return concat ("Could not find a compiler matching \"",
109 cc1_plugin::compiler_driver_filename::find (const char *, function in class:cc1_plugin::compiler_driver_filename
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
abbrev-table-cache.h 33 /* Find an abbrev table coming from the abbrev section SECTION at
36 const abbrev_table *find (dwarf2_section_info *section, function in class:abbrev_table_cache
41 if (auto iter = m_tables.find (key);
51 To avoid this, call the 'find' method first, to see if the table
parent-map.h 93 const cooked_index_entry *find (addr_type search) const function in class:parent_map
95 return static_cast<const cooked_index_entry *> (m_map.find (search));
132 const cooked_index_entry *find (parent_map::addr_type search) const function in class:parent_map_map
137 = static_cast<const cooked_index_entry *> (iter->find (search));
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
abbrev-cache.h 32 /* Find an abbrev table coming from the abbrev section SECTION at
35 abbrev_table *find (struct dwarf2_section_info *section, sect_offset offset) function in class:abbrev_cache
46 To avoid this, call the 'find' method first, to see if the table
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_drawable.c 61 struct bsd_drm_drawable_info find, *result; local
63 find.handle = handle;
64 result = RB_FIND(drawable_tree, &dev->drw_head, &find);
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ContinuousRangeMap.h 93 iterator find(Int K) { function in class:clang::ContinuousRangeMap
102 const_iterator find(Int K) const { function in class:clang::ContinuousRangeMap
103 return const_cast<ContinuousRangeMap*>(this)->find(K);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
BlotMapVector.h 79 iterator find(const KeyT &Key) { function in class:llvm::BlotMapVector
80 typename MapTy::iterator It = Map.find(Key);
86 const_iterator find(const KeyT &Key) const { function in class:llvm::BlotMapVector
87 typename MapTy::const_iterator It = Map.find(Key);
97 typename MapTy::iterator It = Map.find(Key);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
70 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
find_fn_imps.hpp 46 find(key_const_reference r_key) function in class:PB_DS_CLASS_C_DEC
70 find(key_const_reference r_key) const function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gdb/dist/gdb/
addrmap.h 49 const void *find (CORE_ADDR addr) const function in struct:addrmap
52 void *find (CORE_ADDR addr) function in struct:addrmap
74 /* Worker for find, implemented by sub-classes. */

Completed in 50 milliseconds

1 2 3 4 5 6 7 8