Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_debug.c186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() local
189 if (update->flip_addr) { in update_surface_trace()
194 update->flip_addr->address.type, in update_surface_trace()
195 update->flip_addr->address.grph.addr.quad_part, in update_surface_trace()
196 update->flip_addr->address.grph.meta_addr.quad_part, in update_surface_trace()
197 update->flip_addr->flip_immediate); in update_surface_trace()
200 if (update->plane_info) { in update_surface_trace()
211 update->plane_info->color_space, in update_surface_trace()
212 update->plane_info->format, in update_surface_trace()
213 update->plane_info->plane_size.surface_pitch, in update_surface_trace()
[all …]
/openbsd-src/regress/sbin/pfctl/
H A DMakefile82 PFAIL_UPDATES+=pfail${n}-update
88 pfail${n}-update:
97 pfail-update: ${PFAIL_UPDATES}
99 UPDATE_TARGETS+=pfail-update
103 PF_UPDATES+=pf${n}-update
109 pf${n}-update:
121 pf-update: ${PF_UPDATES}
125 UPDATE_TARGETS+=pf-update
145 PFLOAD_UPDATES+=pfload${n}-update
154 pfload${n}-update:
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DStructuralHash.cpp27 void update(uint64_t V) { Hash = hashing::detail::hash_16_bytes(Hash, V); } in update() function in details::StructuralHash
32 void update(const Function &F) { in update() function in details::StructuralHash
36 update(F.isVarArg()); in update()
37 update(F.arg_size()); in update()
46 update(45798); // Block header in update()
48 update(Inst.getOpcode()); in update()
59 void update(const Module &M) { in update() function in details::StructuralHash
61 update(F); in update()
71 H.update(F); in StructuralHash()
77 H.update(M); in StructuralHash()
/openbsd-src/gnu/usr.bin/texinfo/po/
H A DRules-quot5 .SUFFIXES: .insert-header .po-update-en
8 $(MAKE) en@quot.po-update
10 $(MAKE) en@boldquot.po-update
12 en@quot.po-update: en@quot.po-update-en
13 en@boldquot.po-update: en@boldquot.po-update-en
15 .insert-header.po-update-en:
16 @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dexabgp.as0.test2.ok1 neighbor 10.12.57.1 receive update announced 10.12.1.0/24 next-hop 10.12.57.3 origin igp as-path [ …
2 neighbor 10.12.57.1 receive update announced 10.12.3.0/24 next-hop 10.12.57.3 origin igp as-path [ …
3 neighbor 10.12.57.1 receive update announced 10.13.1.0/24 next-hop 10.12.57.4 origin igp as-path [ …
4 neighbor 10.12.57.1 receive update announced 10.13.2.0/24 next-hop 10.12.57.4 origin igp as-path [ …
5 neighbor 10.12.57.1 receive update announced 10.13.3.0/24 next-hop 10.12.57.4 origin igp as-path [ …
/openbsd-src/regress/usr.sbin/bgpd/config/
H A Dbgpd.conf.5.ok12 fib-update yes
17 fib-update yes
22 fib-update yes
30 fib-update no
35 rde rib Loc-RIB rtable 0 fib-update yes
/openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/
H A DCFArray.py35 self.update()
37 def update(self): member in NSArrayKVC_SynthProvider
68 self.update()
70 def update(self): member in NSArrayCF_SynthProvider
93 self.update()
95 def update(self): member in NSArrayI_SynthProvider
121 self.update()
123 def update(self): member in NSArrayM_SynthProvider
160 def update(self): member in NSArray_SynthProvider
164 self.wrapper.update()
H A DNSSet.py43 self.update()
45 def update(self): member in NSCFSet_SummaryProvider
75 self.update()
77 def update(self): member in NSSetUnknown_SummaryProvider
108 self.update()
110 def update(self): member in NSSetI_SummaryProvider
152 self.update()
154 def update(self): member in NSSetM_SummaryProvider
182 self.update()
184 def update(self): member in NSCountedSet_SummaryProvider
H A DNSDate.py75 self.update()
80 def update(self): member in NSTaggedDate_SummaryProvider
108 self.update()
110 def update(self): member in NSUntaggedDate_SummaryProvider
142 self.update()
144 def update(self): member in NSCalendarDate_SummaryProvider
174 self.update()
176 def update(self): member in NSTimeZoneClass_SummaryProvider
199 self.update()
201 def update(self): member in NSUnknownDate_SummaryProvider
H A DCFDictionary.py43 self.update()
45 def update(self): member in NSCFDictionary_SummaryProvider
83 self.update()
85 def update(self): member in NSDictionaryI_SummaryProvider
126 self.update()
128 def update(self): member in NSDictionaryM_SummaryProvider
161 self.update()
163 def update(self): member in NSDictionaryUnknown_SummaryProvider
/openbsd-src/usr.sbin/smtpd/
H A Dscheduler_ramqueue.c187 struct rq_queue *update; in scheduler_ram_insert() local
196 /* find/prepare a ramqueue update */ in scheduler_ram_insert()
197 if ((update = tree_get(&updates, msgid)) == NULL) { in scheduler_ram_insert()
198 update = xcalloc(1, sizeof *update); in scheduler_ram_insert()
199 stat_increment("scheduler.ramqueue.update", 1); in scheduler_ram_insert()
200 rq_queue_init(update); in scheduler_ram_insert()
201 tree_xset(&updates, msgid, update); in scheduler_ram_insert()
204 /* find/prepare the msgtree message in ramqueue update */ in scheduler_ram_insert()
205 if ((message = tree_get(&update in scheduler_ram_insert()
238 struct rq_queue *update; scheduler_ram_commit() local
265 struct rq_queue *update; scheduler_ram_rollback() local
418 int i, update; scheduler_ram_release() local
840 rq_queue_merge(struct rq_queue * rq,struct rq_queue * update) rq_queue_merge() argument
[all...]
/openbsd-src/regress/usr.bin/cvs/
H A DMakefile60 cvs-update-Aflag-kflag-kv \
61 cvs-update-Aflag-kflag-k-rflag-1.1 \
62 cvs-update-Aflag-rflag-1.1 \
63 cvs-update-Aflag \
72 cvs-update-with-local
290 test-cvs-update-Aflag:
291 @cd ${REGRESS_SEED}; ${CVSCMD} -Q update -A > /dev/null
294 test-cvs-update-Aflag-kflag-kv:
295 @cd ${REGRESS_SEED}; ${CVSCMD} -Q update -A -kv > /dev/null
299 test-cvs-update-Aflag-kflag-k-rflag-1.1:
[all …]
/openbsd-src/gnu/usr.bin/cvs/
H A Dcvs.spec159 - update to 1.10.7.
166 - update to 1.10.6.
175 - update to 1.10.5.
178 - update to 1.10.4.
181 - update to 1.10.3.
184 - update to 1.10.2.
190 - update to 1.10.1
196 - update to 1.10.
199 - update to 1.9.30.
206 - update to 1.9.28
/openbsd-src/sys/arch/amd64/amd64/
H A Ducode.c221 struct intel_ucode_header *update; in cpu_ucode_intel_apply() local
237 update = cpu_ucode_intel_applied; in cpu_ucode_intel_apply()
238 if (update == NULL) in cpu_ucode_intel_apply()
239 update = cpu_ucode_intel_find(cpu_ucode_data, in cpu_ucode_intel_apply()
241 if (update == NULL) { in cpu_ucode_intel_apply()
245 if (update->update_revision == old_rev) { in cpu_ucode_intel_apply()
251 data = (paddr_t)update; in cpu_ucode_intel_apply()
259 __func__, ci->ci_cpuid, old_rev, new_rev, update->date)); in cpu_ucode_intel_apply()
261 cpu_ucode_intel_applied = update; in cpu_ucode_intel_apply()
264 __func__, ci->ci_cpuid, old_rev, update->update_revision, new_rev)); in cpu_ucode_intel_apply()
/openbsd-src/gnu/llvm/lldb/examples/summaries/
H A Dsp_cp.py14 self.update()
16 def update(self): member in SharedPtr_SyntheticChildrenProvider
47 self.update()
49 def update(self): member in ValueObjectSP_SyntheticChildrenProvider
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DHashBuilder.h53 void update(ArrayRef<uint8_t> Data) { this->getHasher().update(Data); } in update() function
60 void update(StringRef Data) { in update() function
61 update( in update()
134 this->update(ArrayRef(reinterpret_cast<const uint8_t *>(Value.begin()), in add()
162 this->update(ArrayRef(reinterpret_cast<const uint8_t *>(Value.begin()), in add()
319 this->update(ArrayRef(reinterpret_cast<const uint8_t *>(&SwappedValue), in adjustForEndiannessAndAdd()
341 this->update(ArrayRef(reinterpret_cast<const uint8_t *>(First), in addRangeElementsImpl()
407 void update(ArrayRef<uint8_t> Data) { in update() function
/openbsd-src/sys/arch/i386/i386/
H A Ducode.c244 struct intel_ucode_header *update; in cpu_ucode_intel_apply() local
260 update = cpu_ucode_intel_applied; in cpu_ucode_intel_apply()
261 if (update == NULL) in cpu_ucode_intel_apply()
262 update = cpu_ucode_intel_find(cpu_ucode_data, in cpu_ucode_intel_apply()
264 if (update == NULL) { in cpu_ucode_intel_apply()
268 if (update->update_revision == old_rev) { in cpu_ucode_intel_apply()
274 data = (paddr_t)update; in cpu_ucode_intel_apply()
282 __func__, ci->ci_cpuid, old_rev, new_rev, update->date)); in cpu_ucode_intel_apply()
284 cpu_ucode_intel_applied = update; in cpu_ucode_intel_apply()
287 __func__, ci->ci_cpuid, old_rev, update->update_revision, new_rev)); in cpu_ucode_intel_apply()
/openbsd-src/lib/libcrypto/evp/
H A Dm_sha1.c100 .update = sha1_update,
146 .update = sha224_update,
185 .update = sha256_update,
227 .update = sha384_update,
266 .update = sha512_update,
305 .update = sha512_224_update,
344 .update = sha512_256_update,
H A Dm_null.c74 update(EVP_MD_CTX *ctx, const void *data, size_t count) in update() function
91 .update = update,
/openbsd-src/gnu/llvm/llvm/utils/
H A DlldbDataFormatters.py57 self.update() # initialize this provider
79 def update(self): member in SmallVectorSynthProvider
96 self.update() # initialize this provider
114 def update(self): member in ArrayRefSynthProvider
217 self.update()
237 def update(self): member in PointerIntPairSynthProvider
273 self.update()
289 def update(self): member in PointerUnionSynthProvider
/openbsd-src/gnu/llvm/libcxx/utils/ci/
H A DDockerfile24 # To update the image, rebuild it and push it to ldionne/libcxx-builder (which
36 RUN apt-get update && apt-get install -y bash curl
39 RUN apt-get update && apt-get install -y ninja-build python3 python3-sphinx python3-distutils pytho…
42 RUN apt-get update && apt-get install -y python3 python3-dev libpython3-dev uuid-dev libncurses5-de…
45 RUN apt-get update && apt-get install -y language-pack-en language-pack-fr \
62 RUN apt-get update && apt-get install -y lsb-release wget software-properties-common
78 RUN apt-get update && apt-get install -y clang-format-$(($LLVM_HEAD_VERSION - 2)) clang-format-$(($…
84 RUN apt-get update && apt-get install -y clang-tidy-$(($LLVM_HEAD_VERSION - 1)) clang-tidy-$LLVM_HE…
88 RUN apt-get update && apt-get install -y llvm-$(($LLVM_HEAD_VERSION - 1))-dev llvm-$(($LLVM_HEA…
92 RUN apt-get update && apt-get install -y llvm-16-dev libclang-16-dev
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Ddisplay.py41 def update(self, test): member in ProgressPredictor
66 def update(self, test): pass member in NopDisplay
84 self.progress_bar.update(0.0, '')
86 def update(self, test): member in Display
100 percent = self.progress_predictor.update(test)
101 self.progress_bar.update(percent, test.getFullName())
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/style/
H A Dmodule-version.t60 my $update;
62 GetOptions('update|u' => \$update) or exit 1;
63 if ($update) {
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp163 update(PB_DS_node_begin_imp(), (node_update* )this); in copy_from_ordered_range()
216 update(PB_DS_node_begin_imp(), (node_update* )this); in copy_from_ordered_range()
264 update(node_iterator /*it*/, null_node_update_pointer) in update() function in PB_DS_CLASS_C_DEC
271 update(node_iterator nd_it, Node_Update* p_update) in update() function in PB_DS_CLASS_C_DEC
276 update(nd_it.get_l_child(), p_update); in update()
277 update(nd_it.get_r_child(), p_update); in update()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp41 S.update(RecordData.take_front(sizeof(RecordPrefix))); in hashType()
47 S.update(PreData); in hashType()
69 S.update(BytesToHash); in hashType()
77 S.update(TrailingBytes); in hashType()

12345678910>>...41