Searched defs:update (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSHA1.cpp208 void SHA1::update(ArrayRef<uint8_t> Data) { function in class:SHA1
236 void SHA1::update(StringRef Str) { function in class:SHA1
H A DSHA256.cpp187 void SHA256::update(ArrayRef<uint8_t> Data) { function in class:llvm::SHA256
215 void SHA256::update(StringRef Str) { function in class:llvm::SHA256
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DHashBuilder.h53 void update(ArrayRef<uint8_t> Data) { this->getHasher().update(Data); } function in class:llvm::HashBuilderBase
60 void update(StringRef Data) { function in class:llvm::HashBuilderBase
389 void update(ArrayRef<uint8_t> Data) { function in class:llvm::hashbuilder_detail::HashCodeHasher
[all...]
/freebsd-current/sys/contrib/ck/include/
H A Dck_stack.h197 struct ck_stack original, update; local
231 struct ck_stack original, update; local
[all...]
H A Dck_fifo.h249 struct ck_fifo_mpmc_pointer tail, next, update; local
306 struct ck_fifo_mpmc_pointer tail, next, update; local
359 struct ck_fifo_mpmc_pointer head, tail, next, update; local
414 struct ck_fifo_mpmc_pointer head, tail, next, update; local
[all...]
/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_client_ocsp.c126 os_time_t update; local
/freebsd-current/sys/contrib/xen/io/
H A Dfbif.h74 struct xenfb_update update; member in union:xenfb_out_event
/freebsd-current/contrib/sendmail/editmap/
H A Deditmap.c81 bool update = false; local
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInOrderIssueStage.cpp30 void StallInfo::update(const InstRef &Inst, unsigned Cycles, StallKind SK) { function in class:llvm::mca::StallInfo
/freebsd-current/sys/security/mac_veriexec/
H A Dmac_veriexec.h122 mac_veriexec_fpop_update_t update; member in struct:mac_veriexec_fpops
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb_sdio.c156 bool mt7663_usb_sdio_tx_status_data(struct mt76_dev *mdev, u8 *update) argument
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mmio.c126 u8 update = 1; local
H A Dsdio.c495 u8 update = 1; local
H A Dmt76x02_txrx.c123 bool mt76x02_tx_status_data(struct mt76_dev *mdev, u8 *update) argument
/freebsd-current/crypto/openssl/crypto/evp/
H A Dm_sigver.c21 static int update(EVP_MD_CTX *ctx, const void *data, size_t datalen) function
/freebsd-current/contrib/blocklist/bin/
H A Dblacklistd.c293 update(void) function
/freebsd-current/sys/dev/bhnd/cores/chipc/
H A Dchipc_gpio.c601 chipc_gpio_commit_update(struct chipc_gpio_softc *sc, struct chipc_gpio_update *update) argument
627 chipc_gpio_pin_update(struct chipc_gpio_softc *sc, struct chipc_gpio_update *update, uint32_t pin_num, uint32_t flags) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp106 bool update(int O, int M) { function in class:__anon2390::MOVEMState
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp151 bool update(const Node nodes[], BlockFrequency Threshold) { function in struct:SpillPlacement::Node
325 bool SpillPlacement::update(unsigned n) { function in class:SpillPlacement
/freebsd-current/usr.sbin/pw/
H A Dpw_group.c48 grp_set_passwd(struct group *grp, bool update, int fd, bool precrypted) argument
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dcommon.h260 lzma_ret (*update)(void *coder, const lzma_allocator *allocator, member in struct:lzma_next_coder_s
/freebsd-current/crypto/heimdal/kdc/
H A Dannounce.c360 struct entry *update = *e; local
[all...]
/freebsd-current/contrib/wpa/hs20/client/
H A Dspp_client.c293 static int update_pps(struct hs20_osu_client *ctx, xml_node_t *update, argument
147 process_update_node(struct hs20_osu_client *ctx, xml_node_t *pps, xml_node_t *update) argument
605 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; local
[all...]
/freebsd-current/sys/contrib/ck/src/
H A Dck_ht.c635 struct ck_ht_map *map, *update; local
658 struct ck_ht_map *map, *update; local
[all...]
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_hash.h285 void (*update)(const br_hash_class **ctx, const void *data, size_t len); member in struct:br_hash_class_

Completed in 333 milliseconds

12345