Home
last modified time | relevance | path

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

12345

/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ipaddr.c46 struct update { struct
70 create(struct update *upd) in create() argument
/freebsd/sys/dev/isci/scil/
H A Dsci_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()
H A Dsci_base_observer.h102 SCI_BASE_OBSERVER_UPDATE_T update; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp100 void update(const Function &F, bool DetailedHash) { in update() function in __anon517656ff0111::StructuralHashImpl
134 void update(const GlobalVariable &GV) { in update() function in __anon517656ff0111::StructuralHashImpl
144 void update(const Module &M, bool DetailedHash) { in update() function in __anon517656ff0111::StructuralHashImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBLAKE3.h46 void update(ArrayRef<uint8_t> Data) { in update() function
51 void update(StringRef Str) { in update() function
H A DHashBuilder.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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h37 void update(uint32_t RecordSize) { in update() function
45 void update(uint32_t Kind, uint32_t RecordSize) { in update() function
/freebsd/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/tests/sys/fs/fusefs/
H A Dmount.cc114 TEST_P(UpdateOk, update) in TEST_P() argument
154 TEST_P(UpdateErr, update) in TEST_P() argument
/freebsd/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
H A Dck_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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h57 void update(uint8_t Value) { Hash.update(Value); } in update() function
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
H A Dm_null.c22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
/freebsd/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.cpp189 void MD5::update(ArrayRef<uint8_t> Data) { in update() function in MD5
227 void MD5::update(StringRef Str) { in update() function in MD5
H A DSHA1.cpp208 void SHA1::update(ArrayRef<uint8_t> Data) { in update() function in SHA1
236 void SHA1::update(StringRef Str) { in update() function in SHA1
H A DSHA256.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/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostInfoNetBSD.cpp32 uint32_t major, minor, update; in GetOSVersion() local
/freebsd/tools/tools/ath/common/
H A Ddiag.h48 void (*update)(struct statshandler *); member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp151 bool update(const Node nodes[], BlockFrequency Threshold) { in update() function
325 bool SpillPlacement::update(unsigned n) { in update() function in SpillPlacement
/freebsd/contrib/bearssl/inc/
H A Dbearssl_rand.h186 void (*update)(const br_prng_class **ctx, member
/freebsd/contrib/wpa/hs20/client/
H A Dspp_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()
605 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; in process_spp_post_dev_data_response() local
/freebsd/sys/powerpc/fpu/
H A Dfpu_emu.c306 int store, update; in fpu_execute() local

12345