Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 122) sorted by relevance

12345

/freebsd-13.1/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c46 struct update { struct
70 create(struct update *upd) in create() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp28 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update() function in __anonab81b96b0111::details::StructuralHash
33 void update(const Function &F) { in update() function in __anonab81b96b0111::details::StructuralHash
60 void update(const Module &M) { in update() function in __anonab81b96b0111::details::StructuralHash
/freebsd-13.1/sys/dev/isci/scil/
H A Dsci_base_observer.c77 SCI_BASE_OBSERVER_UPDATE_T update in sci_base_observer_construct()
88 SCI_BASE_OBSERVER_UPDATE_T update, in sci_base_observer_initialize()
H A Dsci_base_observer.h104 SCI_BASE_OBSERVER_UPDATE_T update; member
/freebsd-13.1/tests/sys/fs/fusefs/
H A Dmount.cc68 TEST_P(UpdateOk, update) in TEST_P() argument
108 TEST_P(UpdateErr, update) in TEST_P() argument
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h46 void update(uint32_t RecordSize) { in update() function
54 void update(uint32_t Kind, uint32_t RecordSize) { in update() function
/freebsd-13.1/share/examples/diskless/
H A Dclone_root105 update() { function
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h83 prof_sample_check(tsd_t *tsd, size_t usize, bool update) { in prof_sample_check()
101 prof_sample_accum_update(tsd_t *tsd, size_t usize, bool update, in prof_sample_accum_update()
146 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) { in prof_alloc_prep()
/freebsd-13.1/sys/contrib/ck/include/
H A Dck_fifo.h249 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_enqueue() local
306 struct ck_fifo_mpmc_pointer tail, next, update; in ck_fifo_mpmc_tryenqueue() local
359 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_dequeue() local
414 struct ck_fifo_mpmc_pointer head, tail, next, update; in ck_fifo_mpmc_trydequeue() local
H A Dck_hp_stack.h57 struct ck_stack_entry *entry, *update; in ck_hp_stack_pop_mpmc() local
/freebsd-13.1/crypto/openssl/crypto/evp/
H A Dm_md5.c27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_md4.c27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_mdc2.c27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_ripemd.c27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_md2.c28 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_null.c22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_wp.c26 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
/freebsd-13.1/crypto/openssl/crypto/sm3/
H A Dm_sm3.c23 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
/freebsd-13.1/crypto/openssl/crypto/blake2/
H A Dm_blake2b.c31 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_blake2s.c31 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h57 void update(uint8_t Value) { Hash.update(Value); } in update() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCRC.cpp103 void JamCRC::update(ArrayRef<uint8_t> Data) { in update() function in JamCRC
H A DMD5.cpp190 void MD5::update(ArrayRef<uint8_t> Data) { in update() function in MD5
228 void MD5::update(StringRef Str) { in update() function in MD5
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp31 uint32_t major, minor, update; in GetOSVersion() local
/freebsd-13.1/tools/tools/ath/common/
H A Ddiag.h50 void (*update)(struct statshandler *); member

12345