Home
last modified time | relevance | path

Searched refs:existed (Results 1 – 25 of 92) sorted by relevance

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dprofile.h48 bool existed; in edge_gcov_count() local
49 gcov_type &c = edge_gcov_counts->get_or_insert (e, &existed); in edge_gcov_count()
50 if (!existed) in edge_gcov_count()
H A Dordered-hash-map.h58 bool existed = m_map.put (k, v); in put() local
59 if (!existed) in put()
69 return existed; in put()
H A Dhash-set.h59 bool existed = !Traits::is_empty (*e); in add() local
60 if (!existed) in add()
63 return existed; in add()
H A Dsymbol-summary.h152 bool existed; in class() local
153 T **v = &m_map.get_or_insert (node->get_uid (), &existed); in class()
154 if (!existed) in class()
644 bool existed;
645 T **v = &m_map.get_or_insert (edge->get_uid (), &existed);
646 if (!existed)
H A Dhash-map.h192 Value &get_or_insert (const Key &k, bool *existed = NULL) in class()
203 if (existed != NULL) in class()
204 *existed = !ins; in class()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dprofile.h48 bool existed; in edge_gcov_count() local
49 gcov_type &c = edge_gcov_counts->get_or_insert (e, &existed); in edge_gcov_count()
50 if (!existed) in edge_gcov_count()
H A Dordered-hash-map.h58 bool existed = m_map.put (k, v); in put() local
59 if (!existed) in put()
69 return existed; in put()
H A Dhash-set.h59 bool existed = !Traits::is_empty (*e); in add() local
60 if (!existed) in add()
63 return existed; in add()
H A Dsymbol-summary.h152 bool existed; in class() local
153 T **v = &m_map.get_or_insert (node->get_uid (), &existed); in class()
154 if (!existed) in class()
644 bool existed;
645 T **v = &m_map.get_or_insert (edge->get_uid (), &existed);
646 if (!existed)
H A Dhash-map.h192 Value &get_or_insert (const Key &k, bool *existed = NULL) in class()
203 if (existed != NULL) in class()
204 *existed = !ins; in class()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.c164 bool existed = false; in hnae3_unregister_client() local
173 existed = true; in hnae3_unregister_client()
178 if (!existed) { in hnae3_unregister_client()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c346 enum ttm_ref_type ref_type, bool *existed, in ttm_ref_object_add() argument
362 if (existed != NULL) in ttm_ref_object_add()
363 *existed = true; in ttm_ref_object_add()
404 if (existed != NULL) in ttm_ref_object_add()
405 *existed = false; in ttm_ref_object_add()
H A Dttm_object.h249 enum ttm_ref_type ref_type, bool *existed,
H A Dvmwgfx_bo.c693 bool existed; in vmw_user_bo_synccpu_grab() local
722 TTM_REF_SYNCCPU_WRITE, &existed, false); in vmw_user_bo_synccpu_grab()
723 if (ret != 0 || existed) in vmw_user_bo_synccpu_grab()
/OK3568_Linux_fs/kernel/arch/arm/mach-mmp/
H A DKconfig65 MMP2-based board can't be co-existed with PXA168-based &
76 MMP2-based board can't be co-existed with PXA168-based &
87 MMP2-based board can't be co-existed with PXA168-based &
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_iter.c470 bool existed = false; in bpf_iter_link_attach() local
497 existed = true; in bpf_iter_link_attach()
502 if (!existed) in bpf_iter_link_attach()
/OK3568_Linux_fs/buildroot/package/dc3dd/
H A D0002-fix-autoreconf.patch4 existed to support de-ANSI-fication of code using ansi2knr. It was
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Defivarfs.rst10 limitation existed in version 0.99 of the EFI specification, but was
H A Dlocks.rst65 existed.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0001-raddb-certs-Makefile-fix-the-existed-certificate-err.patch4 Subject: [PATCH] raddb/certs/Makefile: fix the existed certificate error
/OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/
H A Dstart.S348 ! if $p0=0, then no I CAC existed
383 ! if $p0=0, then no D CAC existed
/OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/
H A DEnglish.ini85 ERROR_CHECK_DOWNLOAD_ITEM=%s is not existed,stop running!
146 ERROR_UNPACK_TOOL=Unpacking tool is not existed!
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2021-3695-video-readers-png-Drop-greyscale-support-to-fix-heap.patch22 This has existed since greyscale support was added in 2013 in commit
/OK3568_Linux_fs/kernel/arch/csky/
H A DKconfig230 but also used by sram on SOC bus. It follow existed linux tcm
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dnvmem.rst18 Before this framework existed, NVMEM drivers like eeprom were stored in

1234