/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 99 if (it != g_totalSessions.end()) { in TotalSessionsInsert() 113 CHECK_AND_RETURN_RET(it == g_totalSessions.end(), it->second); in TotalSessionsGet() 432 repeatStreamList_.erase(std::remove(repeatStreamList_.begin(), repeatStreamList_.end(), repeatStream), in RemoveHstreamRepeatForListener() 433 repeatStreamList_.end()); in RemoveHstreamRepeatForListener() 672 fwkStreamIds.size(), Container2String(fwkStreamIds.begin(), fwkStreamIds.end()).c_str(), in UnlinkInputAndOutputs() 673 Container2String(hdiStreamIds.begin(), hdiStreamIds.end()).c_str()); in UnlinkInputAndOutputs() 787 MEDIA_INFO_LOG("HCameraService::CreateLivePhotoStreamRepeat end"); in CreateMovingPhotoStreamRepeat() 933 MEDIA_INFO_LOG("HCaptureSession::CommitConfig end"); in CommitConfig() 1428 fwkStreamIds.size(), Container2String(fwkStreamIds.begin(), fwkStreamIds.end()).c_str(), in ReleaseStreams() 1429 Container2String(hdiStreamIds.begin(), hdiStreamIds.end()) in ReleaseStreams() [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 321 cloudTables_.insert(tables.begin(), tables.end()); in SetDistributedTables() 323 std::for_each(tables.begin(), tables.end(), [this](const auto &table) { cloudTables_.erase(table); }); in SetDistributedTables() 426 for (auto it = list.begin(); it != list.end(); it++) { in SubscribeLocal() 442 for (auto it = list.begin(); it != list.end(); it++) { in SubscribeLocalShared() 506 if (obs == localObservers_.end()) { in UnSubscribeLocal() 511 for (auto it = list.begin(); it != list.end(); it++) { in UnSubscribeLocal() 528 if (obs == localObservers_.end()) { in UnSubscribeLocalAll() 540 if (obs == localSharedObservers_.end()) { in UnSubscribeLocalShared() 551 for (auto it = list.begin(); it != list.end(); it++) { in UnSubscribeLocalShared() 572 if (obs == localSharedObservers_.end()) { in UnSubscribeLocalSharedAll() [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.c | 142 void *data = (void *) i + 8, *end = bset_bkey_last(i); in btree_csum_set() local 144 crc = bch_crc64_update(crc, data, end - data); in btree_csum_set() 219 bkey_cmp(&b->key, &b->keys.set[0].end) < 0) in bch_btree_node_read_done() 910 /* btree_free() doesn't free memory; it sticks the node on the end of in mca_alloc() 1308 bkey_cmp(&b->key, &t->end) < 0, in btree_gc_mark_node() 2607 struct bkey *end; member 2618 if (bkey_cmp(k, refill->end) > 0) { in refill_keybuf_fn() 2623 if (!KEY_SIZE(k)) /* end key */ in refill_keybuf_fn() 2656 struct bkey *end, keybuf_pred_fn *pred) in bch_refill_keybuf() 2666 refill.end in bch_refill_keybuf() 2655 bch_refill_keybuf(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_refill_keybuf() argument 2708 bch_keybuf_check_overlapping(struct keybuf *buf, struct bkey *start, struct bkey *end) bch_keybuf_check_overlapping() argument 2755 bch_keybuf_next_rescan(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_keybuf_next_rescan() argument [all...] |
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | namespace_devs.c | 474 * Assumes resources are ordered. Starting from the end try to 549 valid->end = ALIGN_DOWN(valid->end + 1, align) - 1; in space_valid() 551 if (valid->start >= valid->end) in space_valid() 581 if (valid->start == exist->end + 1 in space_valid() 582 || valid->end == exist->start - 1) in space_valid() 587 valid->end = valid->start - 1; in space_valid() 610 valid.end = mapping_end; in scan_allocate() 624 if (res->end < nd_mapping->start) in scan_allocate() 630 valid.end in scan_allocate() 758 resource_size_t end = res->start + resource_size(res); merge_dpa() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 1696 unsigned long start, unsigned long end); 1701 unsigned long end, unsigned long floor, unsigned long ceiling); 1719 void truncate_pagecache_range(struct inode *inode, loff_t offset, loff_t end); 1899 unsigned long end, pgprot_t newprot, 1903 unsigned long end, unsigned long newflags); 2398 * Free reserved pages within range [PAGE_ALIGN(start), end & PAGE_MASK) 2403 extern unsigned long free_reserved_area(void *start, void *end, 2417 extern void reserve_bootmem_region(phys_addr_t start, phys_addr_t end); 2571 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert, 2574 unsigned long end, pgoff_ in vma_adjust() 2573 vma_adjust(struct vm_area_struct *vma, unsigned long start, unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert) vma_adjust() argument 2767 range_in_vma(struct vm_area_struct *vma, unsigned long start, unsigned long end) range_in_vma() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 1078 return queue >= 0 ? readb(&q->host2sp_bufq_info[thread][queue].end) : in imgu_css_queue_pos() 1079 readb(&q->host2sp_evtq_info.end); in imgu_css_queue_pos() 1091 u8 size, start, end, end2; in imgu_css_queue_data() local 1096 end = readb(&q->host2sp_bufq_info[thread][queue].end); in imgu_css_queue_data() 1100 end = readb(&q->host2sp_evtq_info.end); in imgu_css_queue_data() 1106 end2 = (end + 1) % size; in imgu_css_queue_data() 1111 writel(data, &q->host2sp_bufq[thread][queue][end]); in imgu_css_queue_data() 1112 writeb(end2, &q->host2sp_bufq_info[thread][queue].end); in imgu_css_queue_data() 1129 u8 size, start, end, start2; imgu_css_dequeue_data() local [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 1065 return queue >= 0 ? readb(&q->host2sp_bufq_info[thread][queue].end) : in imgu_css_queue_pos() 1066 readb(&q->host2sp_evtq_info.end); in imgu_css_queue_pos() 1078 u8 size, start, end, end2; in imgu_css_queue_data() local 1083 end = readb(&q->host2sp_bufq_info[thread][queue].end); in imgu_css_queue_data() 1087 end = readb(&q->host2sp_evtq_info.end); in imgu_css_queue_data() 1093 end2 = (end + 1) % size; in imgu_css_queue_data() 1098 writel(data, &q->host2sp_bufq[thread][queue][end]); in imgu_css_queue_data() 1099 writeb(end2, &q->host2sp_bufq_info[thread][queue].end); in imgu_css_queue_data() 1116 u8 size, start, end, start2; imgu_css_dequeue_data() local [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.c | 142 void *data = (void *) i + 8, *end = bset_bkey_last(i); in btree_csum_set() local 144 crc = crc64_be(crc, data, end - data); in btree_csum_set() 219 bkey_cmp(&b->key, &b->keys.set[0].end) < 0) in bch_btree_node_read_done() 931 /* btree_free() doesn't free memory; it sticks the node on the end of in mca_alloc() 1329 bkey_cmp(&b->key, &t->end) < 0, in btree_gc_mark_node() 2628 struct bkey *end; member 2639 if (bkey_cmp(k, refill->end) > 0) { in refill_keybuf_fn() 2644 if (!KEY_SIZE(k)) /* end key */ in refill_keybuf_fn() 2677 struct bkey *end, keybuf_pred_fn *pred) in bch_refill_keybuf() 2687 refill.end in bch_refill_keybuf() 2676 bch_refill_keybuf(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_refill_keybuf() argument 2729 bch_keybuf_check_overlapping(struct keybuf *buf, struct bkey *start, struct bkey *end) bch_keybuf_check_overlapping() argument 2776 bch_keybuf_next_rescan(struct cache_set *c, struct keybuf *buf, struct bkey *end, keybuf_pred_fn *pred) bch_keybuf_next_rescan() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.c | 966 u8 *buf, *pos, *end, type, sublen; in radius_server_hs20_missing_sim_pps() local 978 end = buf + len; in radius_server_hs20_missing_sim_pps() 988 if (pos + sublen > end) in radius_server_hs20_missing_sim_pps() 1468 u8 *buf, *pos, *end, type, sublen, *timestamp = NULL; in radius_server_hs20_t_c_check() local 1479 end = buf + len; in radius_server_hs20_t_c_check() 1489 if (pos + sublen > end) in radius_server_hs20_t_c_check() 2243 char *end; in radius_server_read_clients() local 2245 mask = strtol(pos, &end, 10); in radius_server_read_clients() 2246 if ((pos == end) || in radius_server_read_clients() 2251 pos = end; in radius_server_read_clients() 2571 char *end, *pos; radius_server_get_mib() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 799 u8 *buf, *pos, *end, type, sublen; in radius_server_hs20_missing_sim_pps() local 811 end = buf + len; in radius_server_hs20_missing_sim_pps() 821 if (pos + sublen > end) in radius_server_hs20_missing_sim_pps() 1301 u8 *buf, *pos, *end, type, sublen, *timestamp = NULL; in radius_server_hs20_t_c_check() local 1312 end = buf + len; in radius_server_hs20_t_c_check() 1322 if (pos + sublen > end) in radius_server_hs20_t_c_check() 2076 char *end; in radius_server_read_clients() local 2078 mask = strtol(pos, &end, 10); in radius_server_read_clients() 2079 if ((pos == end) || in radius_server_read_clients() 2084 pos = end; in radius_server_read_clients() 2374 char *end, *pos; radius_server_get_mib() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 122 if (iter != sessionAbilityMap_.end()) { in GenerateAbilityRecord() 498 TAG_LOGD(AAFwkTag::ABILITYMGR, "ForegroundLifecycle: end."); in DispatchForeground() 548 TAG_LOGD(AAFwkTag::ABILITYMGR, "end."); in DispatchBackground() 648 for (auto iter = sessionAbilityMap_.begin(); iter != sessionAbilityMap_.end(); iter++) { in GetAbilityRecordByToken() 691 for (auto iter = sessionAbilityMap_.begin(); iter != sessionAbilityMap_.end(); iter++) { in IsContainsAbilityInner() 705 for (auto iter = sessionAbilityMap_.begin(); iter != sessionAbilityMap_.end(); iter++) { in EraseAbilityRecord() 715 for (auto iter = specifiedAbilityMap_.begin(); iter != specifiedAbilityMap_.end(); iter++) { in EraseSpecifiedAbilityRecord() 811 if (iter != sessionAbilityMap_.end()) { in GetUIAbilityRecordBySessionInfo() 995 if (search == tmpAbilityMap_.end()) { in CallUIAbilityBySCB() 1002 if (sessionSearch != sessionAbilityMap_.end()) { in CallUIAbilityBySCB() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 597 ; the following line has not been executed at the end of this macro: 708 jz .end 720 .end: 847 ; the following line has not been executed at the end of this macro: 956 jz .end 968 .end: 1179 jz .end 1195 .end: 1496 jz .end 1512 .end [all...] |
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 1152 goto end; in SSL_CTX_use_certificate_blob() 1157 goto end; in SSL_CTX_use_certificate_blob() 1161 end: in SSL_CTX_use_certificate_blob() 1184 goto end; in SSL_CTX_use_PrivateKey_blob() 1188 goto end; in SSL_CTX_use_PrivateKey_blob() 1192 end: in SSL_CTX_use_PrivateKey_blob() 1219 goto end; in SSL_CTX_use_certificate_chain_blob() 1233 goto end; in SSL_CTX_use_certificate_chain_blob() 1243 goto end; in SSL_CTX_use_certificate_chain_blob() 1255 end in SSL_CTX_use_certificate_chain_blob() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 848 std::set<VkDescriptorType> descTypes(begin(typesVec), end(typesVec)); in needsAliasing() 861 return std::any_of(begin(needsAliasingFlags), end(needsAliasingFlags), [] (bool f) { return f; }); in needsAliasingUpTo() 868 return (std::find(begin(typesVec), end(typesVec), descriptorType) != end(typesVec)); in hasDescriptorType() 902 const auto kEndForbidden = end(kForbiddenMutableTypes); in SingleBinding() 915 DE_ASSERT(std::none_of(begin(mutableTypesVec), end(mutableTypesVec), in SingleBinding() 987 DE_ASSERT(std::find(begin(kForbiddenMutableTypes), end(kForbiddenMutableTypes), type) == end(kForbiddenMutableTypes)); 1257 std::transform(begin(bindings), end(bindings), std::back_inserter(bindingSizes), 1260 const auto maxElement = std::max_element(begin(bindingSizes), end(bindingSize [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 167 UnsortedClasses.end()); in get() 192 std::uninitialized_copy(Classes.begin(), Classes.end(), in get() 246 Stack.insert(Stack.end(), T1->classes_begin(), T1->classes_end()); 355 std::uninitialized_copy(Range.begin(), Range.end(), 586 std::uninitialized_copy(Range.begin(), Range.end(), 879 Args.insert(Args.end(), LHS->begin(), LHS->end()); 880 Args.insert(Args.end(), RHS->begin(), RHS->end()); 937 Args.insert(Args.end(), LHS [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.c | 3920 char *pos, *end; in ieee802_1x_kay_get_status() local 3928 end = buf + buflen; in ieee802_1x_kay_get_status() 3930 res = os_snprintf(pos, end - pos, in ieee802_1x_kay_get_status() 3955 res = os_snprintf(pos, end - pos, in ieee802_1x_kay_get_status() 3958 return end - pos; in ieee802_1x_kay_get_status() 3961 res = os_snprintf(pos, end - pos, in ieee802_1x_kay_get_status() 3964 return end - pos; in ieee802_1x_kay_get_status() 3972 res = os_snprintf(pos2, end - pos2, "participant_idx=%d\nckn=", in ieee802_1x_kay_get_status() 3975 return end - pos; in ieee802_1x_kay_get_status() 3979 pos2 += wpa_snprintf_hex(pos2, end in ieee802_1x_kay_get_status() 4033 mka_mib_peer(struct dl_list *peers, Boolean live, char *buf, char *end) mka_mib_peer() argument 4062 char *pos, *end; ieee802_1x_kay_get_mib() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.c | 3956 char *pos, *end; in ieee802_1x_kay_get_status() local 3964 end = buf + buflen; in ieee802_1x_kay_get_status() 3966 res = os_snprintf(pos, end - pos, in ieee802_1x_kay_get_status() 3991 res = os_snprintf(pos, end - pos, in ieee802_1x_kay_get_status() 3994 return end - pos; in ieee802_1x_kay_get_status() 3997 res = os_snprintf(pos, end - pos, in ieee802_1x_kay_get_status() 4000 return end - pos; in ieee802_1x_kay_get_status() 4008 res = os_snprintf(pos2, end - pos2, "participant_idx=%d\nckn=", in ieee802_1x_kay_get_status() 4011 return end - pos; in ieee802_1x_kay_get_status() 4015 pos2 += wpa_snprintf_hex(pos2, end in ieee802_1x_kay_get_status() 4069 mka_mib_peer(struct dl_list *peers, bool live, char *buf, char *end) mka_mib_peer() argument 4098 char *pos, *end; ieee802_1x_kay_get_mib() local [all...] |
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mballoc.c | 179 * it's consumed from the beginning to the end. 208 * killing performance on high-end SMP hardware. let's try to relax it using 3541 loff_t size, start_off, end; in ext4_mb_normalize_request() local 3648 end = start + size; in ext4_mb_normalize_request() 3670 if (pa->pa_lstart >= end || pa_end <= start) { in ext4_mb_normalize_request() 3674 BUG_ON(pa->pa_lstart <= start && pa_end >= end); in ext4_mb_normalize_request() 3676 /* adjust start or end to be adjacent to this pa */ in ext4_mb_normalize_request() 3681 BUG_ON(pa->pa_lstart > end); in ext4_mb_normalize_request() 3682 end = pa->pa_lstart; in ext4_mb_normalize_request() 3687 size = end in ext4_mb_normalize_request() 3811 ext4_fsblk_t end; ext4_mb_use_inode_pa() local 4315 unsigned int end; ext4_mb_release_inode_pa() local 6063 uint64_t start, end, minlen, trimmed = 0; ext4_trim_fs() local 6149 ext4_mballoc_query_range( struct super_block *sb, ext4_group_t group, ext4_grpblk_t start, ext4_grpblk_t end, ext4_mballoc_query_range_fn formatter, void *priv) ext4_mballoc_query_range() argument [all...] |
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 502 * (Re)queue cap at the end of the delayed cap release list. 841 * Move a cap to the end of the LRU (oldest caps at list head, newest 2024 * the exclusive cap. So that MDS does not end up in ceph_check_caps() 2427 int ceph_fsync(struct file *file, loff_t start, loff_t end, int datasync) in ceph_fsync() argument 2437 ret = file_write_and_wait_range(file, start, end); in ceph_fsync() 4176 static int parse_fscrypt_fields(void **p, void *end, in parse_fscrypt_fields() argument 4181 ceph_decode_32_safe(p, end, extra->fscrypt_auth_len, bad); in parse_fscrypt_fields() 4183 ceph_decode_need(p, end, extra->fscrypt_auth_len, bad); in parse_fscrypt_fields() 4188 ceph_decode_copy_safe(p, end, extra->fscrypt_auth, in parse_fscrypt_fields() 4192 ceph_decode_32_safe(p, end, le in parse_fscrypt_fields() 4203 parse_fscrypt_fields(void **p, void *end, struct cap_extra_info *extra) parse_fscrypt_fields() argument 4243 void *p, *end; ceph_handle_caps() local [all...] |
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 388 // latter calls bool operator==(const Lhs& lhs, const Rhs& rhs) in the end 881 // Are we at the end of either s1 or s2? in CaseInsensitiveStringEquals() 1114 *os << "doesn't end with "; in DescribeNegationTo() 2340 // Implements a matcher that checks the begin()..end() distance of an STL-style 2366 *os << "distance between begin() and end() "; 2370 *os << "distance between begin() and end() "; 2377 using std::end; 2378 DistanceType distance = std::distance(begin(container), end(container)); 2382 *listener << "whose distance between begin() and end() " << distance 2405 // begin(), and end() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 153 /* Construct a half-open interval, excluding the end register */ 154 static PhysRegInterval from_until(PhysReg first, PhysReg end) { return {first, end - first}; } in from_until() 165 PhysRegIterator end() const { return {PhysReg{lo_ + size}}; } in end() function 277 assert(subdword_regs.find(i) != subdword_regs.end()); in test() 433 while (line_begin_it != regs.end()) { in print_regs() 435 std::min<int>(max_regs_per_line, std::distance(line_begin_it, regs.end())); in print_regs() 456 std::count_if(regs.begin(), regs.end(), [&](auto reg) { return !reg_file[reg]; }); in print_regs() 780 while (it != parallelcopies.end()) { in update_renames() 900 std::min(bounds.end(), st in get_reg_simple() [all...] |
/applications/standard/calendardata/calendarmanager/native/include/ |
H A D | event_filter.h | 37 std::shared_ptr<EventFilter> FilterByTime(int64_t start, int64_t end);
|
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/ |
H A D | negative_rule.h | 30 void ReplaceSpecifiedPos(icu::UnicodeString& chs, int start, int end);
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
H A D | get_kernel_info.cpp | 41 if (it != infos.end()) { in GetKernel()
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | SceneDataMapDbAdapter.cpp | 21 for (std::map<int32_t, std::string>::iterator it = pidBundleMap.begin(); it != pidBundleMap.end();) { in ClearMapByBundleName()
|