Home
last modified time | relevance | path

Searched refs:update (Results 376 - 400 of 2564) sorted by relevance

1...<<11121314151617181920>>...103

/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dsha512_s390.c69 .update = s390_sha_update,
107 .update = s390_sha_update,
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dsha2-ce-glue.c138 .update = sha256_ce_update,
155 .update = sha256_ce_update,
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dsha512_s390.c69 .update = s390_sha_update,
107 .update = s390_sha_update,
/kernel/linux/linux-6.6/arch/sparc/crypto/
H A Dsha256_glue.c131 .update = sha256_sparc64_update,
149 .update = sha256_sparc64_update,
H A Dsha512_glue.c119 .update = sha512_sparc64_update,
134 .update = sha512_sparc64_update,
/kernel/linux/linux-5.10/security/keys/
H A Duser_defined.c28 .update = user_update,
48 .update = user_update,
98 * update a user defined key
/kernel/linux/linux-5.10/include/sound/
H A Demux_synth.h39 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 Dbtree-type.h51 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 Dbtree-type.h51 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 Demux_synth.h39 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 Dwndw.h78 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 Duser_defined.c28 .update = user_update,
48 .update = user_update,
98 * update a user defined key
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dlife_stage.py42 self._data.update(self._get_data())
47 data.update({"type": self._event_type})
/third_party/ffmpeg/tests/
H A Dfate.sh37 update()( function
107 test -d "$src" && update || checkout || die "Error fetching source"
/third_party/fsverity-utils/lib/
H A Dhash_algs.c78 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 Drunkdump.sh36 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 Dfile.js53 const observedHash = hash.update(data).digest('hex');
138 digest.update(chunk);
/third_party/rust/crates/codespan/codespan/src/
H A Dfile.rs74 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 Dmakelocalealias.py141 data.update(parse_glibc_supported(args.glibc_supported))
142 data.update(parse(args.locale_alias))
/third_party/python/Lib/multiprocessing/
H A Dresource_tracker.py46 _CLEANUP_FUNCS.update({
49 _CLEANUP_FUNCS.update({
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstruction.cpp36 // 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 Dtree_enc.c492 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 Dfile_util.py67 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 Dgenericsimd.rs91 prestate.update(haystack.len());
198 prestate.update(found); in matched()
/third_party/skia/gm/
H A Danimatedimageblurs.cpp74 fNodes[i].update(nanos, fLastTime);
108 void update(double nanos, SkScalar lastTime) { in update() function in AnimatedImageBlurs::Node

Completed in 11 milliseconds

1...<<11121314151617181920>>...103