Home
last modified time | relevance | path

Searched refs:update_fn (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/graphics/blender/blender-2.91.0/release/scripts/presets/keyconfig/
H A Dblender.py11 def update_fn(_self, _context): function
31 update=update_fn,
55 update=update_fn,
64 update=update_fn,
72 update=update_fn,
83 update=update_fn,
93 update=update_fn,
101 update=update_fn,
117 update=update_fn,
135 update=update_fn,
[all …]
H A Dblender_27x.py11 def update_fn(_self, _context): function
32 update=update_fn,
/dports/security/aws-c-cal/aws-c-cal-0.5.12/source/unix/
H A Dopenssl_platform_init.c107 hmac_ctx_update update_fn = (hmac_ctx_update)HMAC_Update; in s_resolve_hmac_102() local
119 *(void **)(&update_fn) = dlsym(module, "HMAC_Update"); in s_resolve_hmac_102()
133 hmac_ctx_table.update_fn = update_fn; in s_resolve_hmac_102()
148 hmac_ctx_update update_fn = (hmac_ctx_update)HMAC_Update; in s_resolve_hmac_111() local
161 *(void **)(&update_fn) = dlsym(module, "HMAC_Update"); in s_resolve_hmac_111()
175 hmac_ctx_table.update_fn = update_fn; in s_resolve_hmac_111()
192 hmac_ctx_update update_fn = (hmac_ctx_update)HMAC_Update; in s_resolve_hmac_lc() local
223 hmac_ctx_table.update_fn = update_fn; in s_resolve_hmac_lc()
305 evp_md_ctx_table.update_fn = md_update_fn; in s_resolve_md_102()
340 evp_md_ctx_table.update_fn = md_update_fn; in s_resolve_md_111()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/src/runtime/
H A Dvars.c30 lispobj (*update_fn)(struct var *var); member
145 var->update_fn = NULL; in define_var()
162 var->update_fn = updatefn; in define_dynamic_var()
174 if (var->update_fn != NULL) in var_value()
175 var->obj = (*var->update_fn)(var); in var_value()
/dports/biology/py-biopython/biopython-1.79/Bio/
H A DLogisticRegression.py37 def train(xs, ys, update_fn=None, typecode=None): argument
83 if update_fn is not None:
84 update_fn(iter, llik)
H A DMaxEntropy.py265 update_fn=None, argument
326 if update_fn is not None:
327 update_fn(me)
H A DMarkovModel.py161 update_fn=None, argument
217 update_fn=update_fn,
236 update_fn=None, argument
288 if update_fn is not None:
289 update_fn(i, llik)
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/lib/Dist/Zilla/Plugin/
H A DNextRelease.pm159 my $update_fn = $self->update_filename;
160 $self->log_debug([ 'updating contents of %s on disk', $update_fn ]);
163 path($update_fn)->spew({binmode => $iolayer}, $content);
/dports/security/aws-c-cal/aws-c-cal-0.5.12/include/aws/cal/private/
H A Dopensslcrypto_common.h23 hmac_ctx_update update_fn; member
40 evp_md_ctx_digest_update update_fn; member
/dports/math/py-flax/flax-0.3.3/flax/
H A Dtraverse_util.py199 def update_fn(_): function
204 y = self.update(update_fn, inputs)
272 def update_fn(x): function
275 return self._x.update(update_fn, inputs)
/dports/www/aria2/aria2-1.36.0/src/
H A DAppleMessageDigestImpl.cc46 int (*update_fn)(ctx_t*, const void*, CC_LONG),
62 update_fn(&ctx_, bytes, l); in update()
/dports/security/tor/tor-0.4.6.8/src/lib/evloop/
H A Dworkqueue.c67 workqueue_reply_t (*update_fn)(void *, void *); member
277 workqueue_reply_t (*update_fn)(void*,void*) = in worker_thread_main() local
278 thread->in_pool->update_fn; in worker_thread_main()
282 workqueue_reply_t r = update_fn(thread->state, arg); in worker_thread_main()
463 pool->update_fn = fn; in threadpool_queue_update()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/evloop/
H A Dworkqueue.c67 workqueue_reply_t (*update_fn)(void *, void *); member
277 workqueue_reply_t (*update_fn)(void*,void*) = in worker_thread_main() local
278 thread->in_pool->update_fn; in worker_thread_main()
282 workqueue_reply_t r = update_fn(thread->state, arg); in worker_thread_main()
463 pool->update_fn = fn; in threadpool_queue_update()
/dports/devel/git-svn/git-2.34.1/
H A Dcsum-file.c48 the_hash_algo->update_fn(&f->ctx, f->buffer, offset); in hashflush()
110 the_hash_algo->update_fn(&f->ctx, buf, nr); in hashwrite()
227 the_hash_algo->update_fn(&ctx, data, data_len); in hashfile_checksum_valid()
H A Dpack-write.c343 the_hash_algo->update_fn(&old_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
345 the_hash_algo->update_fn(&new_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
360 the_hash_algo->update_fn(&new_hash_ctx, buf, n); in fixup_pack_header_footer()
369 the_hash_algo->update_fn(&old_hash_ctx, buf, n); in fixup_pack_header_footer()
/dports/devel/git-gui/git-2.34.1/
H A Dcsum-file.c48 the_hash_algo->update_fn(&f->ctx, f->buffer, offset); in hashflush()
110 the_hash_algo->update_fn(&f->ctx, buf, nr); in hashwrite()
227 the_hash_algo->update_fn(&ctx, data, data_len); in hashfile_checksum_valid()
H A Dpack-write.c343 the_hash_algo->update_fn(&old_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
345 the_hash_algo->update_fn(&new_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
360 the_hash_algo->update_fn(&new_hash_ctx, buf, n); in fixup_pack_header_footer()
369 the_hash_algo->update_fn(&old_hash_ctx, buf, n); in fixup_pack_header_footer()
/dports/devel/git-p4/git-2.34.1/
H A Dcsum-file.c48 the_hash_algo->update_fn(&f->ctx, f->buffer, offset); in hashflush()
110 the_hash_algo->update_fn(&f->ctx, buf, nr); in hashwrite()
227 the_hash_algo->update_fn(&ctx, data, data_len); in hashfile_checksum_valid()
H A Dpack-write.c343 the_hash_algo->update_fn(&old_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
345 the_hash_algo->update_fn(&new_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
360 the_hash_algo->update_fn(&new_hash_ctx, buf, n); in fixup_pack_header_footer()
369 the_hash_algo->update_fn(&old_hash_ctx, buf, n); in fixup_pack_header_footer()
/dports/devel/git/git-2.34.1/
H A Dcsum-file.c48 the_hash_algo->update_fn(&f->ctx, f->buffer, offset); in hashflush()
110 the_hash_algo->update_fn(&f->ctx, buf, nr); in hashwrite()
227 the_hash_algo->update_fn(&ctx, data, data_len); in hashfile_checksum_valid()
H A Dpack-write.c343 the_hash_algo->update_fn(&old_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
345 the_hash_algo->update_fn(&new_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
360 the_hash_algo->update_fn(&new_hash_ctx, buf, n); in fixup_pack_header_footer()
369 the_hash_algo->update_fn(&old_hash_ctx, buf, n); in fixup_pack_header_footer()
/dports/devel/git-cvs/git-2.34.1/
H A Dcsum-file.c48 the_hash_algo->update_fn(&f->ctx, f->buffer, offset); in hashflush()
110 the_hash_algo->update_fn(&f->ctx, buf, nr); in hashwrite()
227 the_hash_algo->update_fn(&ctx, data, data_len); in hashfile_checksum_valid()
H A Dpack-write.c343 the_hash_algo->update_fn(&old_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
345 the_hash_algo->update_fn(&new_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
360 the_hash_algo->update_fn(&new_hash_ctx, buf, n); in fixup_pack_header_footer()
369 the_hash_algo->update_fn(&old_hash_ctx, buf, n); in fixup_pack_header_footer()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dpack-write.c232 the_hash_algo->update_fn(&old_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
234 the_hash_algo->update_fn(&new_hash_ctx, &hdr, sizeof(hdr)); in fixup_pack_header_footer()
249 the_hash_algo->update_fn(&new_hash_ctx, buf, n); in fixup_pack_header_footer()
258 the_hash_algo->update_fn(&old_hash_ctx, buf, n); in fixup_pack_header_footer()
/dports/games/instead/instead-3.4.1/src/
H A Dgraphics.h233 typedef void (*update_fn)(int x, int y, int w, int h); typedef
234 extern void xref_update(xref_t xref, int x, int y, clear_fn clear, update_fn update);
241 extern void gfx_update_anim(img_t img, update_fn update);

12345678