/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ids.c | 279 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved() local 284 if (updates && (*id)->flushed_updates && in amdgpu_vmid_grab_reserved() 285 updates->context == (*id)->flushed_updates->context && in amdgpu_vmid_grab_reserved() 286 !dma_fence_is_later(updates, (*id)->flushed_updates)) in amdgpu_vmid_grab_reserved() 287 updates = NULL; in amdgpu_vmid_grab_reserved() 291 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved() 318 if (updates) { in amdgpu_vmid_grab_reserved() 320 (*id)->flushed_updates = dma_fence_get(updates); in amdgpu_vmid_grab_reserved() 349 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used() local 372 if (updates in amdgpu_vmid_grab_used() 435 struct dma_fence *updates = sync->last_vm_update; amdgpu_vmid_grab() local [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 88 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread 99 for (int i = 0; i < updates.length; ++i) { in run() 105 HelloService.register(updates[i][0], new ULocale(updates[i][1])); in run()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 85 String[][] updates = { field in ICUServiceTestSample.HelloUpdateThread 96 for (int i = 0; i < updates.length; ++i) { in run() 102 HelloService.register(updates[i][0], new ULocale(updates[i][1])); in run()
|
/third_party/ffmpeg/libavformat/ |
H A D | oggparsevorbis.c | 76 int updates = ff_vorbis_comment(as, &st->metadata, buf, size, 1); in ff_vorbis_stream_comment() local 78 if (updates > 0) { in ff_vorbis_stream_comment() 82 return updates; in ff_vorbis_stream_comment() 92 int *updates, int parse_picture) in vorbis_parse_single_comment() 136 (*updates)++; in vorbis_parse_single_comment() 154 int updates = 0; in ff_vorbis_comment() local 177 ret = vorbis_parse_single_comment(as, m, p, s, &updates, parse_picture); in ff_vorbis_comment() 193 return updates; in ff_vorbis_comment() 90 vorbis_parse_single_comment(AVFormatContext *as, AVDictionary **m, const uint8_t *buf, uint32_t size, int *updates, int parse_picture) vorbis_parse_single_comment() argument
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 470 # updates to do. 471 def batch_update(service, spreadsheet_id, updates): 473 'requests': updates, 483 updates = [{'addSheet': {'properties': {'title': sheet_name,}}} for sheet_name in sheet_names] 484 batch_update(service, spreadsheet_id, updates) 529 updates = [] 537 updates.append({ 558 if updates: 560 batch_update(service, spreadsheet_id, updates)
|
/kernel/linux/linux-6.6/tools/perf/pmu-events/ |
H A D | metric.py | 583 updates: Dict[Tuple[str, str], Expression] = dict() 596 if (inner_pmu, inner_name) in updates: 597 inner_expression = updates[(inner_pmu, inner_name)] 601 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]): 603 updates[(outer_pmu, outer_name)] = updated 604 return updates
|
H A D | jevents.py | 416 updates = metric.RewriteMetricsInTermsOfOthers(metrics) 417 if updates: 419 if event.metric_name in updates: 421 # f'to\n"{updates[event.metric_name]}"') 422 event.metric_expr = updates[event.metric_name]
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ids.c | 284 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_reserved() local 290 (*id)->flushed_updates < updates || in amdgpu_vmid_grab_reserved() 344 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_used() local 365 if ((*id)->flushed_updates < updates) in amdgpu_vmid_grab_used()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer_upload.c | 508 assert(sbuf->dma.updates == NULL); in svga_buffer_upload_gb_command() 535 sbuf->dma.updates = whole_update_cmd; in svga_buffer_upload_gb_command() 543 memcpy(whole_update_cmd, sbuf->dma.updates, sizeof(*whole_update_cmd)); in svga_buffer_upload_gb_command() 680 struct svga_3d_update_gb_image *update = sbuf->dma.updates; in svga_buffer_upload_flush() 745 sbuf->dma.updates = NULL; in svga_buffer_upload_flush()
|
H A D | svga_resource_buffer.h | 202 struct svga_3d_update_gb_image *updates; member
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | cttimer.c | 60 * system-timer-based updates 174 * also updates the each stream position, returns the number of streams 183 int updates = 0; in ct_xfitimer_reprogram() local 208 updates++; in ct_xfitimer_reprogram() 225 return updates; in ct_xfitimer_reprogram()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | cttimer.c | 60 * system-timer-based updates 174 * also updates the each stream position, returns the number of streams 183 int updates = 0; in ct_xfitimer_reprogram() local 208 updates++; in ct_xfitimer_reprogram() 225 return updates; in ct_xfitimer_reprogram()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | logger_interface.h | 50 const struct dc_surface_update *updates,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/ |
H A D | logger_interface.h | 50 const struct dc_surface_update *updates,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_debug.c | 179 const struct dc_surface_update *updates, in update_surface_trace() 186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() 177 update_surface_trace( struct dc *dc, const struct dc_surface_update *updates, int surface_count) update_surface_trace() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_debug.c | 179 const struct dc_surface_update *updates, in update_surface_trace() 186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace() 177 update_surface_trace( struct dc *dc, const struct dc_surface_update *updates, int surface_count) update_surface_trace() argument
|
/third_party/curl/scripts/ |
H A D | cd2cd | 28 This script updates a curldown file to current/better curldown.
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_apply_reg_state.tex | 21 The \Func{unw\_apply\_reg\_state}() routine updates the register values
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 401 } updates[] = { in qtnf_update_mgmt_frame_registrations() local 425 for (i = 0; i < ARRAY_SIZE(updates); i++) { in qtnf_update_mgmt_frame_registrations() 426 u16 mask = updates[i].mask; in qtnf_update_mgmt_frame_registrations() 427 u16 qlink_frame_type = updates[i].qlink_type; in qtnf_update_mgmt_frame_registrations()
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 402 } updates[] = { in qtnf_update_mgmt_frame_registrations() local 426 for (i = 0; i < ARRAY_SIZE(updates); i++) { in qtnf_update_mgmt_frame_registrations() 427 u16 mask = updates[i].mask; in qtnf_update_mgmt_frame_registrations() 428 u16 qlink_frame_type = updates[i].qlink_type; in qtnf_update_mgmt_frame_registrations()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | genIndexFilters.bat | 25 # This perl script updates the filters in the transliterator index file.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_stream.h | 404 struct dc_surface_update *updates,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_stream.h | 354 * Setup stream attributes if no stream updates are provided 500 struct dc_surface_update *updates,
|
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 180 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/bare-metal
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 148 For updates, visit C<http://www.plover.com/~mjd/perl/Template/>.
|