/minix3/external/mit/xorg/lib/libxcb/files/ |
H A D | composite.c | 89 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 D | composite.h | 78 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 D | lldbDataFormatters.py | 47 def update(self): member in SmallVectorSynthProvider 82 def update(self): member in ArrayRefSynthProvider
|
/minix3/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | m_sha.c | 77 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_ripemd.c | 78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_dss.c | 76 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_ecdsa.c | 126 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_null.c | 70 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_mdc2.c | 79 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_wp.c | 19 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_md4.c | 79 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_md5.c | 78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_md2.c | 77 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
H A D | m_dss1.c | 78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
|
/minix3/usr.sbin/rtadvd/ |
H A D | timer.h | 41 void (*update)(void *, struct timespec *); /* update function */ member
|
/minix3/external/bsd/llvm/dist/clang/test/OpenMP/ |
H A D | atomic_messages.cpp | 152 T update() { in update() function 169 int update() { in update() function
|
/minix3/external/bsd/tmux/dist/ |
H A D | cmd-attach-session.c | 53 const char *update; in cmd_attach_session() local
|
H A D | cmd-new-session.c | 57 const char *newname, *target, *update, *errstr, *template; in cmd_new_session_exec() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | MD5.cpp | 187 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 D | Makefile | 47 update: depend target
|
/minix3/external/bsd/llvm/dist/llvm/utils/lit/lit/ |
H A D | main.py | 35 def update(self, test): member in TestingProgressDisplay
|
H A D | ProgressBar.py | 182 def update(self, percent, message): member in SimpleProgressBar 246 def update(self, percent, message): member in ProgressBar
|
H A D | run.py | 98 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 D | Makefile | 35 update: depend target
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | constexpr-turing.cpp | 30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update() function
|