Searched defs:update (Results 1 - 25 of 117) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DCRC.cpp103 void JamCRC::update(ArrayRef<uint8_t> Data) { function in class:JamCRC
H A DMD5.cpp189 void MD5::update(ArrayRef<uint8_t> Data) { function in class:MD5
227 void MD5::update(StringRef Str) { function in class:MD5
/freebsd-current/sys/dev/isci/scil/
H A Dsci_base_observer.c84 sci_base_observer_initialize( SCI_BASE_OBSERVER_T * the_observer, SCI_BASE_OBSERVER_UPDATE_T update, SCI_BASE_SUBJECT_T * the_subject ) argument
H A Dsci_base_observer.h102 SCI_BASE_OBSERVER_UPDATE_T update; member in struct:SCI_BASE_OBSERVER
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Dm_null.c22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_rand.h186 void (*update)(const br_prng_class **ctx, member in struct:br_prng_class_
/freebsd-current/sys/contrib/ck/include/
H A Dck_hp_stack.h57 struct ck_stack_entry *entry, *update; local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h57 void update(uint8_t Value) { Hash.update(Value); } function in class:llvm::DIEHash
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DBLAKE3.h46 void update(ArrayRef<uint8_t> Data) { function in class:llvm::BLAKE3
51 void update(StringRef Str) { function in class:llvm::BLAKE3
/freebsd-current/tools/tools/ath/common/
H A Ddiag.h48 void (*update)(struct statshandler *); member in struct:statshandler
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp100 void update(const Function &F, bool DetailedHash) { function in class:__anon2063::StructuralHashImpl
134 void update(const GlobalVariable &GV) { function in class:__anon2063::StructuralHashImpl
144 void update(const Module &M, bool DetailedHash) { function in class:__anon2063::StructuralHashImpl
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h37 void update(uint32_t RecordSize) { function in struct:llvm::pdb::StatCollection::Stat
45 void update(uint32_t Kind, uint32_t RecordSize) { function in struct:llvm::pdb::StatCollection
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp225 void Instruction::update() { function in class:llvm::mca::Instruction
/freebsd-current/share/mk/
H A Dmeta.autodep.mk91 .info ${_DEPENDFILE:S,${SRCTOP}/,,} update=${UPDATE_DEPENDFILE} macro
115 .info ${_DEPENDFILE:S,${SRCTOP}/,,} update=${UPDATE_DEPENDFILE} macro
/freebsd-current/contrib/bmake/mk/
H A Dmeta.autodep.mk91 .info ${_DEPENDFILE:S,${SRCTOP}/,,} update=${UPDATE_DEPENDFILE} macro
115 .info ${_DEPENDFILE:S,${SRCTOP}/,,} update=${UPDATE_DEPENDFILE} macro
/freebsd-current/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c46 struct update { struct
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h83 prof_sample_check(tsd_t *tsd, size_t usize, bool update) { argument
101 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, argument
146 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { argument
/freebsd-current/contrib/nvi/common/
H A Dline.c253 db_append(SCR *sp, int update, recno_t lno, CHAR_T *p, size_t len) argument
[all...]
/freebsd-current/sys/contrib/ck/include/spinlock/
H A Dticket.h273 unsigned int update; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h170 static void update(StorageType &Packed, IntegerType UserValue) { function in struct:llvm::bitfields_details::Impl
/freebsd-current/sys/dev/iwm/
H A Dif_iwm_sta.c145 iwm_sta_send_to_fw(struct iwm_softc *sc, struct iwm_node *in, boolean_t update) argument
/freebsd-current/sys/net80211/
H A Dieee80211_power.c482 int update; local
/freebsd-current/sys/opencrypto/
H A Dxform_enc.h89 int (*update) (void *, const void *, u_int); member in struct:enc_xform
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp132 void InterferenceCache::Entry::update(unsigned MBBNum) { function in class:InterferenceCache::Entry
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp144 void ASTImporterLookupTable::update(NamedDecl *ND, DeclContext *OldDC) { function in class:clang::ASTImporterLookupTable

Completed in 274 milliseconds

12345