| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| CRC.cpp | 103 void JamCRC::update(ArrayRef<uint8_t> Data) { function in class:JamCRC
|
| /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:__anon2107::details::StructuralHash 33 void update(const Function &F) { function in class:__anon2107::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:__anon2107::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/lib/libc/hash/ |
| hmac.c | 54 void (*update)(void *, const uint8_t *, unsigned int); member in struct:hmac 133 (*h->update)(c, k, (unsigned int)klen); 151 (*h->update)(c, ipad, (unsigned int)h->blocksize); 152 (*h->update)(c, text, (unsigned int)tlen); 156 (*h->update)(c, opad, (unsigned int)h->blocksize); 157 (*h->update)(c, digest, (unsigned int)h->digsize);
|
| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| tabwindow.h | 113 void update(void) { function in class:TabWindow
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| amdgpu_dc_debug.c | 191 const struct dc_surface_update *update = &updates[i]; local 193 SURFACE_TRACE("Update %d\n", i); 194 if (update->flip_addr) { 199 update->flip_addr->address.type, 200 update->flip_addr->address.grph.addr.quad_part, 201 update->flip_addr->address.grph.meta_addr.quad_part, 202 update->flip_addr->flip_immediate); 205 if (update->plane_info) { 216 update->plane_info->color_space, 217 update->plane_info->format [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| core.h | 22 void (*update)(struct nv50_core *, u32 *interlock, bool ntfy); member in struct:nv50_core_func
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SATest.py | 75 def update(parser, args): function 291 # update subcommand 293 "update", 294 help="Update static analyzer reference results based on the previous " 298 upd_parser.set_defaults(func=update)
|
| /src/external/apache2/llvm/dist/llvm/lib/MCA/ |
| Instruction.cpp | 37 // write does a partial register update. 56 // Update the number of cycles left based on the WriteDescriptor info. 74 // update the list of users. We can just notify the user with 108 // Update the total number of cycles. 213 void Instruction::update() { function in class:llvm::mca::Instruction 231 update();
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| DumpOutputStyle.h | 46 void update(uint32_t RecordSize) { function in struct:llvm::pdb::StatCollection::Stat 54 void update(uint32_t Kind, uint32_t RecordSize) { function in struct:llvm::pdb::StatCollection 55 Totals.update(RecordSize); 58 Iter.first->second.update(RecordSize);
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| patch_tester.sh | 229 update () { function 245 report "failed to update svn sources with" 254 report "failed to update svn sources with" 263 report "failed to update svn sources with" 513 update && bootntest_patched && bootntest_pristine && compare_passes
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| constructors_destructor_fn_imps.hpp | 147 update(PB_DS_node_begin_imp(), (node_update*)this); 195 update(PB_DS_node_begin_imp(), (node_update* )this); 243 update(node_iterator, null_node_update_pointer) function in class:PB_DS_CLASS_C_DEC 250 update(node_iterator nd_it, Node_Update* p_update) function in class:PB_DS_CLASS_C_DEC 255 update(nd_it.get_l_child(), p_update); 256 update(nd_it.get_r_child(), p_update);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_encoder.h | 73 void (*update)(struct nouveau_encoder *, u8 head, member in struct:nouveau_encoder
|
| /src/usr.bin/systat/ |
| icmp.c | 57 enum update { enum 63 static enum update update = UPDATE_TIME; variable in typeref:enum:update 183 if (update == UPDATE_TIME) 192 update = UPDATE_BOOT; 199 if (update != UPDATE_RUN) { 201 update = UPDATE_RUN; 209 if (update != UPDATE_TIME) { 211 update = UPDATE_TIME; 219 if (update == UPDATE_RUN [all...] |
| ip.c | 60 enum update { enum 66 static enum update update = UPDATE_TIME; variable in typeref:enum:update 231 if (update == UPDATE_TIME) 240 update = UPDATE_BOOT; 247 if (update != UPDATE_RUN) { 249 update = UPDATE_RUN; 257 if (update != UPDATE_TIME) { 259 update = UPDATE_TIME; 267 if (update == UPDATE_RUN [all...] |
| ip6.c | 53 enum update { enum 59 static enum update update = UPDATE_TIME; variable in typeref:enum:update 197 if (update == UPDATE_TIME) 206 update = UPDATE_BOOT; 213 if (update != UPDATE_RUN) { 215 update = UPDATE_RUN; 223 if (update != UPDATE_TIME) { 225 update = UPDATE_TIME; 233 if (update == UPDATE_RUN [all...] |
| tcp.c | 56 enum update { enum 62 static enum update update = UPDATE_TIME; variable in typeref:enum:update 226 if (update == UPDATE_TIME) 235 update = UPDATE_BOOT; 242 if (update != UPDATE_RUN) { 244 update = UPDATE_RUN; 252 if (update != UPDATE_TIME) { 254 update = UPDATE_TIME; 262 if (update == UPDATE_RUN [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| InterferenceCache.cpp | 88 /// revalidate - LIU contents have changed, update tags. 131 void InterferenceCache::Entry::update(unsigned MBBNum) { function in class:InterferenceCache::Entry
|