/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | XCldrStub.java | 74 Set<V> old = map.get(key); in createSetIfMissing() 75 if (old == null) { in createSetIfMissing() 76 map.put(key, old = getInstance()); in createSetIfMissing() 78 return old; in createSetIfMissing()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | formatted_string_builder_test.cpp | 247 FormattedStringBuilder old(sb); in testFields() 248 sb.append(old, status); in testFields() 255 assertEquals("Field should equal location in old", in testFields() 256 old.fieldAt(i % old.length()).bits, field.bits); in testFields()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | XCldrStub.java | 79 Set<V> old = map.get(key); in createSetIfMissing() 80 if (old == null) { in createSetIfMissing() 81 map.put(key, old = getInstance()); in createSetIfMissing() 83 return old; in createSetIfMissing()
|
/third_party/icu/icu4c/source/common/ |
H A D | uvector.cpp | 398 UObjectDeleter *old = deleter; in setDeleter() local 400 return old; in setDeleter() 404 UElementsAreEqual *old = comparer; in setComparer() local 406 return old; in setComparer()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uvector.cpp | 398 UObjectDeleter *old = deleter; in setDeleter() local 400 return old; in setDeleter() 404 UElementsAreEqual *old = comparer; in setComparer() local 406 return old; in setComparer()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_screen.c | 783 struct pipe_fence_handle *old = *ptr; in panfrost_fence_reference() local 785 if (pipe_reference(&old->reference, &fence->reference)) { in panfrost_fence_reference() 786 drmSyncobjDestroy(dev->fd, old->syncobj); in panfrost_fence_reference() 787 free(old); in panfrost_fence_reference()
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | fsutil.py | 17 def create_backup(old, backup=None): 18 if isinstance(old, str): 19 filename = old 21 filename = getattr(old, 'name', None)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uvector.cpp | 404 UObjectDeleter *old = deleter; in setDeleter() local 406 return old; in setDeleter() 410 UElementsAreEqual *old = comparer; in setComparer() local 412 return old; in setComparer()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | scan.c | 907 struct cfg80211_scan_request *old = rdev->int_scan_req; in cfg80211_scan_6ghz() local 915 if (old) in cfg80211_scan_6ghz() 916 rdev->int_scan_req->info = old->info; in cfg80211_scan_6ghz() 920 rdev->int_scan_req = old; in cfg80211_scan_6ghz() 923 kfree(old); in cfg80211_scan_6ghz() 1672 const struct cfg80211_bss_ies *old; in cfg80211_update_known_bss() local 1674 old = rcu_access_pointer(known->pub.proberesp_ies); in cfg80211_update_known_bss() 1681 if (old) in cfg80211_update_known_bss() 1682 kfree_rcu((struct cfg80211_bss_ies *)old, rcu_head); in cfg80211_update_known_bss() 1684 const struct cfg80211_bss_ies *old; in cfg80211_update_known_bss() local 2297 const struct cfg80211_bss_ies *old; cfg80211_update_notlisted_nontrans() local 2366 new_ies, old); cfg80211_update_notlisted_nontrans() local [all...] |
/kernel/linux/linux-5.10/include/linux/soc/samsung/ |
H A D | s3c-cpu-freq.h | 44 * @old: The old clock settings. 62 struct s3c_freq old; member
|
/kernel/linux/linux-5.10/include/media/i2c/ |
H A D | ir-kbd-i2c.h | 17 unsigned char old; member
|
/kernel/linux/linux-6.6/include/media/i2c/ |
H A D | ir-kbd-i2c.h | 17 unsigned char old; member
|
/third_party/musl/src/signal/ |
H A D | siginterrupt.c | 6 extern int __libc_sigaction(int sig, const struct sigaction *restrict sa, struct sigaction *restrict old);
|
/third_party/musl/src/env/ |
H A D | unsetenv.c | 9 static void dummy(char *old, char *new) {} in dummy() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 770 StoreMetaData old; 771 auto isCreated = MetaDataManager::GetInstance().LoadMeta(meta.GetKey(), old, true); 772 if (!isCreated || meta != old) { 773 Upgrade(param, old); 776 meta.bundleName.c_str(), meta.GetStoreAlias().c_str(), old.storeType, meta.storeType, 777 old.isEncrypt, meta.isEncrypt, old.area, meta.area); 798 meta.bundleName.c_str(), meta.GetStoreAlias().c_str(), old.storeType, meta.storeType, 799 old.isEncrypt, meta.isEncrypt, old [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-device-manager.c | 491 struct entry *old; in load_or_initialize_entry() local 498 if ((old = entry_read(u, name))) { in load_or_initialize_entry() 499 *entry = *old; in load_or_initialize_entry() 500 entry->description = pa_xstrdup(old->description); in load_or_initialize_entry() 501 entry->icon = pa_xstrdup(old->icon); in load_or_initialize_entry() 544 return old; in load_or_initialize_entry() 798 struct entry *entry, *old = NULL; in subscribe_callback() local 848 old = load_or_initialize_entry(u, entry, name, "sink:"); in subscribe_callback() 878 old = load_or_initialize_entry(u, entry, name, "source:"); in subscribe_callback() 899 if (old) { in subscribe_callback() [all...] |
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1217 // fields from dirtree leaf nodes. (top diffs old & new array to show changes) 1282 // measurement rather than process start. Stomping old.data is fine 1323 } plist[2], *plold, *plnew, old, new, mix; in top_common() local 1371 // Collate old and new into "mix", depends on /proc read in pid sort order in top_common() 1372 old = *plold; in top_common() 1374 mix.tb = xmalloc((old.count+new.count)*sizeof(struct procpid)); in top_common() 1377 while (old.count || new.count) { in top_common() 1378 struct procpid *otb = old.count ? *old.tb : 0, in top_common() 1381 // If we just have old fo in top_common() [all...] |
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1260 // fields from dirtree leaf nodes. (top diffs old & new array to show changes) 1425 // measurement rather than process start. Stomping old.data is fine 1466 } plist[2], *plold, *plnew, old, new, mix; in top_common() local 1514 // Collate old and new into "mix", depends on /proc read in pid sort order in top_common() 1515 old = *plold; in top_common() 1517 mix.tb = xmalloc((old.count+new.count)*sizeof(struct procpid)); in top_common() 1521 while (old.count || new.count) { in top_common() 1522 struct procpid *otb = old.count ? *old.tb : 0, in top_common() 1525 // If we just have old fo in top_common() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 1304 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_VS]; in crocus_update_compiled_vs() local 1314 if (old != shader) { in crocus_update_compiled_vs() 1543 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_TCS]; in crocus_update_compiled_tcs() local 1553 if (old != shader) { in crocus_update_compiled_tcs() 1676 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_TES]; in crocus_update_compiled_tes() local 1686 if (old != shader) { in crocus_update_compiled_tes() 1807 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_GS]; in crocus_update_compiled_gs() local 1830 if (old != shader) { in crocus_update_compiled_gs() 1951 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_FS]; in crocus_update_compiled_fs() local 1961 if (old ! in crocus_update_compiled_fs() 2103 struct crocus_compiled_shader *old = ice->shaders.clip_prog; crocus_update_compiled_clip() local 2257 struct crocus_compiled_shader *old = ice->shaders.sf_prog; crocus_update_compiled_sf() local 2360 struct crocus_compiled_shader *old = ice->shaders.ff_gs_prog; crocus_update_compiled_ff_gs() local 2521 struct brw_vue_prog_data *old = old_prog_datas[i]; crocus_update_compiled_shaders() local 2618 struct crocus_compiled_shader *old = ice->shaders.prog[CROCUS_CACHE_CS]; crocus_update_compiled_cs() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 1317 u32 old; in intel_context_update_runtime() local 1323 old = ce->runtime.last; in intel_context_update_runtime() 1325 dt = ce->runtime.last - old; in intel_context_update_runtime() 1329 old, ce->runtime.last, dt); in intel_context_update_runtime() 1382 struct intel_engine_cs *old; in execlists_schedule_in() local 1387 old = READ_ONCE(ce->inflight); in execlists_schedule_in() 1389 if (!old) { in execlists_schedule_in() 1393 } while (!try_cmpxchg(&ce->inflight, &old, ptr_inc(old))); in execlists_schedule_in() 1463 struct intel_engine_cs *cur, *old; in execlists_schedule_out() local 2638 struct i915_request * const *old = execlists->active; process_csb() local 5447 struct i915_request *old; rcu_virtual_context_destroy() local 5702 struct i915_request *old; virtual_submit_request() local [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | memcontrol.c | 2290 struct mem_cgroup *old = READ_ONCE(stock->cached); in drain_stock() local 2292 if (!old) in drain_stock() 2296 page_counter_uncharge(&old->memory, stock->nr_pages); in drain_stock() 2298 page_counter_uncharge(&old->memsw, stock->nr_pages); in drain_stock() 2302 css_put(&old->css); in drain_stock() 2309 struct obj_cgroup *old = NULL; in drain_local_stock() local 2320 old = drain_obj_stock(stock); in drain_local_stock() 2325 if (old) in drain_local_stock() 2326 obj_cgroup_put(old); in drain_local_stock() 3197 struct obj_cgroup *old in mod_objcg_state() local 3280 struct obj_cgroup *old = READ_ONCE(stock->cached_objcg); drain_obj_stock() local 3360 struct obj_cgroup *old = NULL; refill_obj_stock() local 7303 mem_cgroup_migrate(struct folio *old, struct folio *new) mem_cgroup_migrate() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | setup.c | 175 /* Allocate per cpu area to save old slb contents during MCE */ in fwnmi_init() 215 struct device_node *np, *old, *found = NULL; in pseries_setup_i8259_cascade() local 240 for (old = of_node_get(found); old != NULL ; old = np) { in pseries_setup_i8259_cascade() 241 np = of_get_parent(old); in pseries_setup_i8259_cascade() 242 of_node_put(old); in pseries_setup_i8259_cascade()
|
/kernel/linux/linux-5.10/net/rds/ |
H A D | ib_recv.c | 482 struct list_head *old, *chpfirst; in rds_ib_recv_cache_put() local 505 old = xchg(&cache->xfer, NULL); in rds_ib_recv_cache_put() 506 if (old) in rds_ib_recv_cache_put() 507 list_splice_entire_tail(old, chpfirst); in rds_ib_recv_cache_put() 508 old = cmpxchg(&cache->xfer, NULL, chpfirst); in rds_ib_recv_cache_put() 509 } while (old); in rds_ib_recv_cache_put()
|
/kernel/linux/linux-5.10/sound/mips/ |
H A D | hal2.c | 222 u32 old, new; in hal2_gain_put() local 230 old = hal2_i_read32(hal2, H2I_DAC_C2); in hal2_gain_put() 231 new = old & ~(H2I_C2_L_ATT_M | H2I_C2_R_ATT_M | H2I_C2_MUTE); in hal2_gain_put() 242 old = hal2_i_read32(hal2, H2I_ADC_C2); in hal2_gain_put() 243 new = old & ~(H2I_C2_L_GAIN_M | H2I_C2_R_GAIN_M); in hal2_gain_put() 251 return old != new; in hal2_gain_put()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4layouts.c | 60 struct nfsd4_deviceid_map *map, *old; in nfsd4_alloc_devid_map() local 75 list_for_each_entry(old, &nfsd_devid_hash[i], hash) { in nfsd4_alloc_devid_map() 76 if (old->fsid_type != fh->fh_fsid_type) in nfsd4_alloc_devid_map() 78 if (memcmp(old->fsid, fh->fh_fsid, in nfsd4_alloc_devid_map() 79 key_len(old->fsid_type))) in nfsd4_alloc_devid_map() 82 fhp->fh_export->ex_devid_map = old; in nfsd4_alloc_devid_map()
|