Searched refs:update (Results 1 - 25 of 407) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991229-2.c3 void update (double* r) function
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DStructuralHash.cpp27 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } function in class:details::StructuralHash
32 void update(const Function &F) { function in class:details::StructuralHash
36 update(F.isVarArg());
37 update(F.arg_size());
46 update(45798); // Block header
48 update(Inst.getOpcode());
59 void update(const Module &M) { function in class:details::StructuralHash
61 update(F);
71 H.update(F);
77 H.update(
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_debug.c186 const struct dc_surface_update *update = &updates[i]; local
189 if (update->flip_addr) {
194 update->flip_addr->address.type,
195 update->flip_addr->address.grph.addr.quad_part,
196 update->flip_addr->address.grph.meta_addr.quad_part,
197 update->flip_addr->flip_immediate);
200 if (update->plane_info) {
211 update->plane_info->color_space,
212 update->plane_info->format,
213 update
[all...]
/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.as0.conf3 fib-update no
H A Dbgpd.med.conf3 fib-update no
H A Dbgpd.attr.conf3 fib-update no
H A Dbgpd.md5.rdomain1.conf3 fib-update no
H A Dbgpd.md5.rdomain2.conf3 fib-update no
H A Dbgpd.ovs.rdomain1.conf3 fib-update no
H A Dbgpd.ovs.rdomain2.conf3 fib-update no
H A Dbgpd.network_statement.rdomain1.conf3 fib-update no
H A Dbgpd.maxprefix.rdomain1.conf3 fib-update no
H A Dbgpd.maxprefix.rdomain2.conf3 fib-update no
H A Dbgpd.maxprefixout.rdomain1.conf3 fib-update no
H A Dbgpd.maxprefixout.rdomain2.conf3 fib-update no
H A Dbgpd.pftable.rdomain1.conf3 fib-update no
H A Dbgpd.pftable.rdomain2_1.conf3 fib-update no
H A Dbgpd.pftable.rdomain2_2.conf3 fib-update no
/openbsd-current/lib/libcrypto/evp/
H A Dm_null.c74 update(EVP_MD_CTX *ctx, const void *data, size_t count) function
91 .update = update,
H A Dm_md5.c83 update(EVP_MD_CTX *ctx, const void *data, size_t count) function
100 .update = update,
H A Dm_ripemd.c83 update(EVP_MD_CTX *ctx, const void *data, size_t count) function
100 .update = update,
H A Dm_wp.c23 update(EVP_MD_CTX *ctx, const void *data, size_t count) function
40 .update = update,
H A Dm_md4.c83 update(EVP_MD_CTX *ctx, const void *data, size_t count) function
100 .update = update,
/openbsd-current/etc/examples/
H A Dripd.conf3 fib-update yes
/openbsd-current/share/man/man1/
H A DMakefile16 register-plist.1 update-patches.1 update-plist.1

Completed in 374 milliseconds

1234567891011>>