/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | sha512_s390.c | 69 .update = s390_sha_update, 107 .update = s390_sha_update,
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sha2-ce-glue.c | 138 .update = sha256_ce_update, 155 .update = sha256_ce_update,
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | sha512_s390.c | 69 .update = s390_sha_update, 107 .update = s390_sha_update,
|
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | sha256_glue.c | 131 .update = sha256_sparc64_update, 149 .update = sha256_sparc64_update,
|
H A D | sha512_glue.c | 119 .update = sha512_sparc64_update, 134 .update = sha512_sparc64_update,
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | user_defined.c | 28 .update = user_update, 48 .update = user_update, 98 * update a user defined key
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emux_synth.h | 39 void (*update)(struct snd_emux_voice *vp, int update); member 192 * update flags (can be combined)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | btree-type.h | 51 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in update() function 94 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in update() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | btree-type.h | 51 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in update() function 94 static inline int BTREE_FN(update)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in update() function
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emux_synth.h | 39 void (*update)(struct snd_emux_voice *vp, int update); member 192 * update flags (can be combined)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndw.h | 78 int (*update)(struct nv50_wndw *, u32 *interlock); member 96 int (*update)(struct nv50_wndw *, u32 *interlock); member
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | user_defined.c | 28 .update = user_update, 48 .update = user_update, 98 * update a user defined key
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | life_stage.py | 42 self._data.update(self._get_data()) 47 data.update({"type": self._event_type})
|
/third_party/ffmpeg/tests/ |
H A D | fate.sh | 37 update()( function 107 test -d "$src" && update || checkout || die "Error fetching source"
|
/third_party/fsverity-utils/lib/ |
H A D | hash_algs.c | 78 ctx->base.update = openssl_digest_update; in openssl_digest_ctx_create() 125 ctx->update(ctx, data, size); in libfsverity_hash_update() 133 /* ->init(), ->update(), and ->final() all in one step */
|
/third_party/ltp/testcases/kdump/ |
H A D | runkdump.sh | 36 elif [ -x "/sbin/update-rc.d" ]; then 37 /sbin/update-rc.d "${cron}" defaults 52 elif [ -x "/sbin/update-rc.d" ]; then 53 /sbin/update-rc.d kdump defaults
|
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/ |
H A D | file.js | 53 const observedHash = hash.update(data).digest('hex'); 138 digest.update(chunk);
|
/third_party/rust/crates/codespan/codespan/src/ |
H A D | file.rs | 74 pub fn update(&mut self, file_id: FileId, source: Source) { in update() functions 75 self.get_mut(file_id).update(source.into()) in update() 290 fn update(&mut self, source: Source) { in update() functions
|
/third_party/python/Tools/i18n/ |
H A D | makelocalealias.py | 141 data.update(parse_glibc_supported(args.glibc_supported)) 142 data.update(parse(args.locale_alias))
|
/third_party/python/Lib/multiprocessing/ |
H A D | resource_tracker.py | 46 _CLEANUP_FUNCS.update({ 49 _CLEANUP_FUNCS.update({
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
H A D | Instruction.cpp | 36 // write does a partial register update. in writeStartEvent() 73 // update the list of users. We can just notify the user with in addUser() 220 void Instruction::update() { in update() function in llvm::mca::Instruction 238 update(); in cycleEvent()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | tree_enc.c | 492 const int update = (p0 != VP8CoeffsProba0[t][b][c][p]); in VP8WriteProbas() local 493 if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) { in VP8WriteProbas()
|
/third_party/python/Lib/distutils/ |
H A D | file_util.py | 67 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, 75 last-access times are copied as well. If 'update' is true, 'src' will 98 # (not update) and (src newer than dst). 113 if update and not newer(src, dst):
|
/third_party/rust/crates/memchr/src/memmem/prefilter/ |
H A D | genericsimd.rs | 91 prestate.update(haystack.len()); 198 prestate.update(found); in matched()
|
/third_party/skia/gm/ |
H A D | animatedimageblurs.cpp | 74 fNodes[i].update(nanos, fLastTime); 108 void update(double nanos, SkScalar lastTime) { in update() function in AnimatedImageBlurs::Node
|