Home
last modified time | relevance | path

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

12345

/minix3/external/mit/xorg/lib/libxcb/files/
H A Dcomposite.c89 uint8_t update /**< */) in xcb_composite_redirect_window_checked()
118 uint8_t update /**< */) in xcb_composite_redirect_window()
147 uint8_t update /**< */) in xcb_composite_redirect_subwindows_checked()
176 uint8_t update /**< */) in xcb_composite_redirect_subwindows()
205 uint8_t update /**< */) in xcb_composite_unredirect_window_checked()
234 uint8_t update /**< */) in xcb_composite_unredirect_window()
263 uint8_t update /**< */) in xcb_composite_unredirect_subwindows_checked()
292 uint8_t update /**< */) in xcb_composite_unredirect_subwindows()
H A Dcomposite.h78 uint8_t update; /**< */ member
93 uint8_t update; /**< */ member
108 uint8_t update; /**< */ member
123 uint8_t update; /**< */ member
/minix3/external/bsd/llvm/dist/llvm/utils/
H A DlldbDataFormatters.py47 def update(self): member in SmallVectorSynthProvider
82 def update(self): member in ArrayRefSynthProvider
/minix3/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dm_sha.c77 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_ripemd.c78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_dss.c76 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_ecdsa.c126 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_null.c70 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_mdc2.c79 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_wp.c19 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_md4.c79 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_md5.c78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_md2.c77 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
H A Dm_dss1.c78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
/minix3/usr.sbin/rtadvd/
H A Dtimer.h41 void (*update)(void *, struct timespec *); /* update function */ member
/minix3/external/bsd/llvm/dist/clang/test/OpenMP/
H A Datomic_messages.cpp152 T update() { in update() function
169 int update() { in update() function
/minix3/external/bsd/tmux/dist/
H A Dcmd-attach-session.c53 const char *update; in cmd_attach_session() local
H A Dcmd-new-session.c57 const char *newname, *target, *update, *errstr, *template; in cmd_new_session_exec() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DMD5.cpp187 void MD5::update(ArrayRef<uint8_t> Data) { in update() function in llvm::MD5
225 void MD5::update(StringRef Str) { in update() function in llvm::MD5
/minix3/crypto/external/bsd/openssl/dist/tools/
H A DMakefile47 update: depend target
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/
H A Dmain.py35 def update(self, test): member in TestingProgressDisplay
H A DProgressBar.py182 def update(self, percent, message): member in SimpleProgressBar
246 def update(self, percent, message): member in ProgressBar
H A Drun.py98 def update(self, test_index, test): member in ThreadResultsConsumer
118 def update(self, test_index, test): member in MultiprocessResultsConsumer
/minix3/crypto/external/bsd/openssl/dist/crypto/jpake/
H A DMakefile35 update: depend target
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update() function

12345