| /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 D | profile.h | 48 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 D | ordered-hash-map.h | 58 bool existed = m_map.put (k, v); in put() local 59 if (!existed) in put() 69 return existed; in put()
|
| H A D | hash-set.h | 59 bool existed = !Traits::is_empty (*e); in add() local 60 if (!existed) in add() 63 return existed; in add()
|
| H A D | symbol-summary.h | 152 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 D | hash-map.h | 192 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 D | profile.h | 48 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 D | ordered-hash-map.h | 58 bool existed = m_map.put (k, v); in put() local 59 if (!existed) in put() 69 return existed; in put()
|
| H A D | hash-set.h | 59 bool existed = !Traits::is_empty (*e); in add() local 60 if (!existed) in add() 63 return existed; in add()
|
| H A D | symbol-summary.h | 152 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 D | hash-map.h | 192 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 D | hnae3.c | 164 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 D | ttm_object.c | 346 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 D | ttm_object.h | 249 enum ttm_ref_type ref_type, bool *existed,
|
| H A D | vmwgfx_bo.c | 693 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 D | Kconfig | 65 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 D | bpf_iter.c | 470 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 D | 0002-fix-autoreconf.patch | 4 existed to support de-ANSI-fication of code using ansi2knr. It was
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | efivarfs.rst | 10 limitation existed in version 0.99 of the EFI specification, but was
|
| H A D | locks.rst | 65 existed.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-raddb-certs-Makefile-fix-the-existed-certificate-err.patch | 4 Subject: [PATCH] raddb/certs/Makefile: fix the existed certificate error
|
| /OK3568_Linux_fs/u-boot/arch/nds32/cpu/n1213/ |
| H A D | start.S | 348 ! 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 D | English.ini | 85 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 D | CVE-2021-3695-video-readers-png-Drop-greyscale-support-to-fix-heap.patch | 22 This has existed since greyscale support was added in 2013 in commit
|
| /OK3568_Linux_fs/kernel/arch/csky/ |
| H A D | Kconfig | 230 but also used by sram on SOC bus. It follow existed linux tcm
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | nvmem.rst | 18 Before this framework existed, NVMEM drivers like eeprom were stored in
|