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

1 2 3 4 5 6 7 8 91011>>

  /src/usr.sbin/dumplfs/
misc.c 53 get(int fd, off_t off, void *p, size_t len) function
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
parallel_settings.cc 35 _Settings::get() throw() function in class:__gnu_parallel::_Settings
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
parallel_settings.cc 35 _Settings::get() throw() function in class:__gnu_parallel::_Settings
  /src/libexec/makekey/
makekey.c 49 static void get(char *, int);
58 get(key, sizeof(key) - 1);
59 get(salt, sizeof(salt) - 1);
67 get(char *bp, int len) function
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfileCollector.cpp 42 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} function in class:__anon5385::PluginChain
54 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { function in class:__anon5385::PluginChain
57 Base::get(K, Candidates);
76 ValueProfileCollector::get(InstrProfValueKind Kind) const { function in class:ValueProfileCollector
78 PImpl->get(Kind, Result);
  /src/external/bsd/atf/dist/atf-c++/detail/
env.cpp 48 impl::get(const std::string& name) function in class:impl
  /src/external/bsd/atf/dist/tools/
env.cpp 49 impl::get(const std::string& name) function in class:impl
59 "Cannot get environment variable '" + name +
  /src/external/bsd/wpa/dist/src/utils/
ext_password_i.h 18 struct wpabuf * (*get)(void *ctx, const char *name); member in struct:ext_password_backend
  /src/external/gpl3/gcc/dist/gcc/
symtab-clones.h 39 static clone_info *get (cgraph_node *node);
53 clone_info::get (cgraph_node *node) function in class:clone_info
57 return symtab->m_clones->get (node);
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-clones.h 39 static clone_info *get (cgraph_node *node);
53 clone_info::get (cgraph_node *node) function in class:clone_info
57 return symtab->m_clones->get (node);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
clb069.h 9 __u32 get; member in struct:nvif_clb069_v0
  /src/crypto/external/apache2/openssl/dist/include/internal/
core.h 31 /* Get a temporary store */
37 /* Get an already existing method from a store */
38 void *(*get)(void *store, const OSSL_PROVIDER **prov, void *data); member in struct:ossl_method_construct_method_st
  /src/crypto/external/bsd/openssl/dist/include/internal/
core.h 31 /* Get a temporary store */
37 /* Get an already existing method from a store */
38 void *(*get)(void *store, const OSSL_PROVIDER **prov, void *data); member in struct:ossl_method_construct_method_st
  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileSystemStatCache.cpp 24 /// FileSystemStatCache::get - Get the 'stat' information for the specified
34 FileSystemStatCache::get(StringRef Path, llvm::vfs::Status &Status, function in class:FileSystemStatCache
60 // open succeeds, use fstat to get the stat info.
67 // Otherwise, the open succeeded. Do an fstat to get the information
106 auto err = get(Path, Status, isFile, F, nullptr, FS);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IteratedDominanceFrontier.h 31 ChildrenTy get(const NodeRef &N);
66 ChildrenGetterTy<BasicBlock, IsPostDom>::get(const NodeRef &N) { function in class:llvm::IDFCalculatorDetail::ChildrenGetterTy
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SaveAndRestore.h 27 T get() { return OldValue; } function in struct:llvm::SaveAndRestore
  /src/external/bsd/atf/dist/atf-c/detail/
env_test.c 54 ATF_TC(get); variable
55 ATF_TC_HEAD(get, tc)
59 ATF_TC_BODY(get, tc)
111 ATF_TP_ADD_TC(tp, get);
  /src/external/bsd/atf/dist/atf-c++/
config.cpp 71 atf::config::get(const std::string& varname) function in class:atf::config
  /src/external/gpl3/binutils/dist/gprofng/src/
IndexMap2D.h 43 Value_t get (Key1_t key1, Key2_t key2);
44 Value_t get (Key1_t key1, Key2_t key2,
85 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2) function in class:IndexMap2D
97 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2, function in class:IndexMap2D
102 return get (key1, key2);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
IndexMap2D.h 43 Value_t get (Key1_t key1, Key2_t key2);
44 Value_t get (Key1_t key1, Key2_t key2,
85 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2) function in class:IndexMap2D
97 IndexMap2D<Key1_t, Key2_t, Value_t>::get (Key1_t key1, Key2_t key2, function in class:IndexMap2D
102 return get (key1, key2);
  /src/external/gpl3/gcc/dist/libcc1/
connection.cc 59 cc1_plugin::connection::get (void *buf, int len) function in class:cc1_plugin::connection
132 = m_callbacks.find_callback (method_name.get ());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
allocated_ptr.h 85 /// Get the address that the owned pointer refers to.
86 value_type* get() { return std::__to_address(_M_ptr); } function in struct:__allocated_ptr
  /src/external/gpl3/gcc.old/dist/libcc1/
connection.cc 59 cc1_plugin::connection::get (void *buf, int len) function in class:cc1_plugin::connection
132 = m_callbacks.find_callback (method_name.get ());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
allocated_ptr.h 85 /// Get the address that the owned pointer refers to.
86 value_type* get() { return std::__to_address(_M_ptr); } function in struct:__allocated_ptr
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus-nested.cc 20 int get ();
42 A::get () function in class:A
57 return a.get ();

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>