Home
last modified time | relevance | path

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

123456

/freebsd-14-stable/contrib/bsnmp/snmp_mibII/
HDmibII_ipaddr.c46 struct update { struct
70 create(struct update *upd) in create() argument
/freebsd-14-stable/sys/dev/isci/scil/
HDsci_base_observer.c75 SCI_BASE_OBSERVER_UPDATE_T update in sci_base_observer_construct()
86 SCI_BASE_OBSERVER_UPDATE_T update, in sci_base_observer_initialize()
HDsci_base_observer.h102 SCI_BASE_OBSERVER_UPDATE_T update; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDStructuralHash.cpp100 void update(const Function &F, bool DetailedHash) { in update() function in __anoncac873110111::StructuralHashImpl
134 void update(const GlobalVariable &GV) { in update() function in __anoncac873110111::StructuralHashImpl
144 void update(const Module &M, bool DetailedHash) { in update() function in __anoncac873110111::StructuralHashImpl
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDBLAKE3.h46 void update(ArrayRef<uint8_t> Data) { in update() function
51 void update(StringRef Str) { in update() function
HDHashBuilder.h53 void update(ArrayRef<uint8_t> Data) { this->getHasher().update(Data); } in update() function
60 void update(StringRef Data) { in update() function
389 void update(ArrayRef<uint8_t> Data) { in update() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.h37 void update(uint32_t RecordSize) { in update() function
45 void update(uint32_t Kind, uint32_t RecordSize) { in update() function
/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDprof_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-14-stable/tests/sys/fs/fusefs/
HDmount.cc114 TEST_P(UpdateOk, update) in TEST_P() argument
154 TEST_P(UpdateErr, update) in TEST_P() argument
/freebsd-14-stable/sys/contrib/ck/include/
HDck_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
HDck_hp_stack.h57 struct ck_stack_entry *entry, *update; in ck_hp_stack_pop_mpmc() local
HDck_stack.h197 struct ck_stack original, update; in ck_stack_pop_mpmc() local
231 struct ck_stack original, update; in ck_stack_trypop_mpmc() local
/freebsd-14-stable/crypto/openssl/crypto/evp/
HDm_null.c22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
HDlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIEHash.h57 void update(uint8_t Value) { Hash.update(Value); } in update() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDCRC.cpp103 void JamCRC::update(ArrayRef<uint8_t> Data) { in update() function in JamCRC
HDMD5.cpp189 void MD5::update(ArrayRef<uint8_t> Data) { in update() function in MD5
227 void MD5::update(StringRef Str) { in update() function in MD5
HDSHA1.cpp208 void SHA1::update(ArrayRef<uint8_t> Data) { in update() function in SHA1
236 void SHA1::update(StringRef Str) { in update() function in SHA1
HDSHA256.cpp187 void SHA256::update(ArrayRef<uint8_t> Data) { in update() function in llvm::SHA256
215 void SHA256::update(StringRef Str) { in update() function in llvm::SHA256
/freebsd-14-stable/contrib/llvm-project/lldb/source/Host/netbsd/
HDHostInfoNetBSD.cpp32 uint32_t major, minor, update; in GetOSVersion() local
/freebsd-14-stable/tools/tools/ath/common/
HDdiag.h48 void (*update)(struct statshandler *); member
/freebsd-14-stable/crypto/libecc/scripts/
HDsha3.py99 def update(self, message): member in Sha3_ctx
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSpillPlacement.cpp151 bool update(const Node nodes[], BlockFrequency Threshold) { in update() function
325 bool SpillPlacement::update(unsigned n) { in update() function in SpillPlacement
/freebsd-14-stable/contrib/bearssl/inc/
HDbearssl_rand.h186 void (*update)(const br_prng_class **ctx, member
/freebsd-14-stable/contrib/wpa/hs20/client/
HDspp_client.c148 xml_node_t *update) in process_update_node()
293 static int update_pps(struct hs20_osu_client *ctx, xml_node_t *update, in update_pps()
604 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local

123456