| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| CRC.cpp | 103 void JamCRC::update(ArrayRef<uint8_t> Data) { function in class:JamCRC
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| m_null.c | 22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 39 update,
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| m_null.c | 22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 39 update,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/ |
| m_blake2b.c | 31 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 47 update,
|
| m_blake2s.c | 31 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 47 update,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| m_md2.c | 28 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 44 update,
|
| m_md4.c | 27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 43 update,
|
| m_md5.c | 27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 43 update,
|
| m_mdc2.c | 27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 43 update,
|
| m_null.c | 22 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 38 update,
|
| m_ripemd.c | 27 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 43 update,
|
| m_wp.c | 26 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 42 update,
|
| m_md5_sha1.c | 34 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 69 /* At this point hash contains all handshake messages, update 73 if (update(ctx, ms, mslen) <= 0) 96 if (update(ctx, ms, mslen) <= 0) 129 update,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sm3/ |
| m_sm3.c | 23 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) function 39 update,
|
| /src/external/bsd/elftosb/dist/common/ |
| crc.cpp | 236 void CRC32::update(const uint8_t * s, unsigned n) function in class:CRC32
|
| RijndaelCBCMAC.cpp | 32 void RijndaelCBCMAC::update(const uint8_t * data, unsigned length) function in class:RijndaelCBCMAC
|
| /src/usr.sbin/rtadvd/ |
| timer.h | 42 void (*update)(void *, struct timespec *); /* update function */ member in struct:rtadvd_timer
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DIEHash.h | 57 void update(uint8_t Value) { Hash.update(Value); } function in class:llvm::DIEHash
|
| /src/external/apache2/llvm/dist/llvm/lib/IR/ |
| StructuralHash.cpp | 28 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } function in class:__anon4418::details::StructuralHash 33 void update(const Function &F) { function in class:__anon4418::details::StructuralHash 37 update(F.isVarArg()); 38 update(F.arg_size()); 47 update(45798); // Block header 49 update(Inst.getOpcode()); 60 void update(const Module &M) { function in class:__anon4418::details::StructuralHash 62 update(F); 74 H.update(F); 80 H.update(M) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| display.py | 41 def update(self, test): member in class:ProgressPredictor 66 def update(self, test): pass member in class:NopDisplay 84 self.progress_bar.update(0.0, '') 86 def update(self, test): member in class:Display 100 percent = self.progress_predictor.update(test) 101 self.progress_bar.update(percent, test.getFullName())
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_drawable.c | 123 struct drm_update_draw *update = (struct drm_update_draw *)data; local 126 info = drm_get_drawable_info(dev, update->handle); 130 switch (update->type) { 133 if (update->num != info->num_rects) { 139 if (update->num == 0) { 145 update->num, DRM_MEM_DRAWABLE, M_NOWAIT); 150 info->num_rects = update->num; 153 ret = copyin((void *)(intptr_t)update->data, info->rects,
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| lldbDataFormatters.py | 40 self.update() # initialize this provider 62 def update(self): member in class:SmallVectorSynthProvider 79 self.update() # initialize this provider 97 def update(self): member in class:ArrayRefSynthProvider
|
| /src/external/bsd/zstd/dist/contrib/pzstd/ |
| Logging.h | 50 void update(int level, const char *fmt, Args... args) { function in class:pzstd::Logger
|
| /src/external/mit/libuv/dist/docs/code/tty-gravity/ |
| main.c | 14 void update(uv_timer_t *req) { function 46 uv_timer_start(&tick, update, 200, 200);
|
| /src/external/mpl/bind/dist/bin/tests/system/rollover_multisigner/ |
| tests_rollover_multisigner.py | 16 import dns.update namespace 158 # Update zone with ZSK from another provider for zone. 171 update_msg = dns.update.UpdateMessage(zone) 185 update_msg = dns.update.UpdateMessage(zone)
|