| /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/finclude/ |
| H A D | omp_lib.f90 | 72 integer (omp_lock_kind), intent (out) :: svar 79 integer (omp_lock_kind), intent (out) :: svar 80 integer (omp_lock_hint_kind), intent (in) :: hint 87 integer (omp_nest_lock_kind), intent (out) :: nvar 94 integer (omp_nest_lock_kind), intent (out) :: nvar 95 integer (omp_lock_hint_kind), intent (in) :: hint 102 integer (omp_lock_kind), intent (inout) :: svar 109 integer (omp_nest_lock_kind), intent (inout) :: nvar 116 integer (omp_lock_kind), intent (inout) :: svar 123 integer (omp_nest_lock_kind), intent (inout) :: nvar [all …]
|
| /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/finclude/ |
| H A D | omp_lib.f90 | 72 integer (omp_lock_kind), intent (out) :: svar 79 integer (omp_lock_kind), intent (out) :: svar 80 integer (omp_lock_hint_kind), intent (in) :: hint 87 integer (omp_nest_lock_kind), intent (out) :: nvar 94 integer (omp_nest_lock_kind), intent (out) :: nvar 95 integer (omp_lock_hint_kind), intent (in) :: hint 102 integer (omp_lock_kind), intent (inout) :: svar 109 integer (omp_nest_lock_kind), intent (inout) :: nvar 116 integer (omp_lock_kind), intent (inout) :: svar 123 integer (omp_nest_lock_kind), intent (inout) :: nvar [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rpmsg/ |
| H A D | qcom_glink_native.c | 244 struct glink_core_rx_intent *intent; in qcom_glink_channel_release() local 254 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_channel_release() 255 if (!intent->reuse) { in qcom_glink_channel_release() 256 kfree(intent->data); in qcom_glink_channel_release() 257 kfree(intent); in qcom_glink_channel_release() 478 struct glink_core_rx_intent *intent, *tmp; in qcom_glink_rx_done_work() local 491 list_for_each_entry_safe(intent, tmp, &channel->done_intents, node) { in qcom_glink_rx_done_work() 492 list_del(&intent->node); in qcom_glink_rx_done_work() 494 iid = intent->id; in qcom_glink_rx_done_work() 495 reuse = intent->reuse; in qcom_glink_rx_done_work() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_bmap_item.c | 356 struct xfs_log_item *intent, in xfs_bmap_update_create_done() argument 359 return &xfs_trans_get_bud(tp, BUI_ITEM(intent))->bud_item; in xfs_bmap_update_create_done() 395 struct xfs_log_item *intent) in xfs_bmap_update_abort_intent() argument 397 xfs_bui_release(BUI_ITEM(intent)); in xfs_bmap_update_abort_intent() 548 struct xfs_log_item *intent, in xfs_bui_item_relog() argument 556 count = BUI_ITEM(intent)->bui_format.bui_nextents; in xfs_bui_item_relog() 557 extp = BUI_ITEM(intent)->bui_format.bui_extents; in xfs_bui_item_relog() 560 budp = xfs_trans_get_bud(tp, BUI_ITEM(intent)); in xfs_bui_item_relog()
|
| H A D | xfs_refcount_item.c | 355 struct xfs_log_item *intent, in xfs_refcount_update_create_done() argument 358 return &xfs_trans_get_cud(tp, CUI_ITEM(intent))->cud_item; in xfs_refcount_update_create_done() 394 struct xfs_log_item *intent) in xfs_refcount_update_abort_intent() argument 396 xfs_cui_release(CUI_ITEM(intent)); in xfs_refcount_update_abort_intent() 566 struct xfs_log_item *intent, in xfs_cui_item_relog() argument 574 count = CUI_ITEM(intent)->cui_format.cui_nextents; in xfs_cui_item_relog() 575 extp = CUI_ITEM(intent)->cui_format.cui_extents; in xfs_cui_item_relog() 578 cudp = xfs_trans_get_cud(tp, CUI_ITEM(intent)); in xfs_cui_item_relog()
|
| H A D | xfs_rmap_item.c | 407 struct xfs_log_item *intent, in xfs_rmap_update_create_done() argument 410 return &xfs_trans_get_rud(tp, RUI_ITEM(intent))->rud_item; in xfs_rmap_update_create_done() 437 struct xfs_log_item *intent) in xfs_rmap_update_abort_intent() argument 439 xfs_rui_release(RUI_ITEM(intent)); in xfs_rmap_update_abort_intent() 589 struct xfs_log_item *intent, in xfs_rui_item_relog() argument 597 count = RUI_ITEM(intent)->rui_format.rui_nextents; in xfs_rui_item_relog() 598 extp = RUI_ITEM(intent)->rui_format.rui_extents; in xfs_rui_item_relog() 601 rudp = xfs_trans_get_rud(tp, RUI_ITEM(intent)); in xfs_rui_item_relog()
|
| H A D | xfs_extfree_item.c | 463 struct xfs_log_item *intent, in xfs_extent_free_create_done() argument 466 return &xfs_trans_get_efd(tp, EFI_ITEM(intent), count)->efd_item; in xfs_extent_free_create_done() 492 struct xfs_log_item *intent) in xfs_extent_free_abort_intent() argument 494 xfs_efi_release(EFI_ITEM(intent)); in xfs_extent_free_abort_intent() 648 struct xfs_log_item *intent, in xfs_efi_item_relog() argument 656 count = EFI_ITEM(intent)->efi_format.efi_nextents; in xfs_efi_item_relog() 657 extp = EFI_ITEM(intent)->efi_format.efi_extents; in xfs_efi_item_relog() 660 efdp = xfs_trans_get_efd(tp, EFI_ITEM(intent), count); in xfs_efi_item_relog()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_defer.h | 50 void (*abort_intent)(struct xfs_log_item *intent); 52 struct xfs_log_item *intent, unsigned int count);
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/ |
| H A D | MainActivity.java | 85 Intent intent = new Intent(this, CameraPreviewActivity.class); in startCamera() local 86 startActivity(intent); in startCamera()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-fpga-manager | 12 The intent is to provide enough detail that if something goes 44 error or incompatible bitstream image. The intent of this
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-padaos_0.1.10.bb | 1 SUMMARY = "A rigid, lightweight, dead-simple intent parser"
|
| H A D | python3-padatious_0.4.8.bb | 1 SUMMARY = "An efficient and agile neural network intent parser. Padatious is a core component of My…
|
| /OK3568_Linux_fs/buildroot/package/tcllib/ |
| H A D | Config.in | 7 implementations of common networking protocols. The intent
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/stressapptest/ |
| H A D | stressapptest_1.0.9.bb | 4 from processor and I/O, with the intent of creating a realistic high load \
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_p2p.c | 2837 if ( pwdinfo->intent == ( pwdinfo->peer_intent >> 1 ) ) in process_p2p_group_negotation_req() 2840 if ( pwdinfo->intent == P2P_MAX_INTENT ) in process_p2p_group_negotation_req() 2857 else if ( pwdinfo->intent > ( pwdinfo->peer_intent >> 1 ) ) in process_p2p_group_negotation_req() 3083 if ( pwdinfo->intent == ( pwdinfo->peer_intent >> 1 ) ) in process_p2p_group_negotation_resp() 3086 if ( pwdinfo->intent == P2P_MAX_INTENT ) in process_p2p_group_negotation_resp() 3106 else if ( pwdinfo->intent > ( pwdinfo->peer_intent >> 1 ) ) in process_p2p_group_negotation_resp() 3274 if ( ( pwdinfo->intent ) > ( pwdinfo->peer_intent >> 1 ) ) in process_p2p_group_negotation_confirm() 3278 else if ( ( pwdinfo->intent ) < ( pwdinfo->peer_intent >> 1 ) ) in process_p2p_group_negotation_confirm() 4063 u8 intent = 0; in rtw_p2p_check_frames() local 4115 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_p2p.c | 2616 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 2618 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 2627 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_req() 2804 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2806 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 2818 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2955 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 2957 else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 3574 u8 intent = 0; in rtw_p2p_check_frames() local 3628 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_p2p.c | 2616 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 2618 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 2627 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_req() 2804 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2806 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 2818 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2955 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 2957 else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 3574 u8 intent = 0; in rtw_p2p_check_frames() local 3628 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_p2p.c | 2616 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 2618 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 2627 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_req() 2804 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2806 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 2818 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2955 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 2957 else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 3574 u8 intent = 0; in rtw_p2p_check_frames() local 3628 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_p2p.c | 2616 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 2618 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 2627 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_req() 2804 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2806 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 2818 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2955 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 2957 else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 3574 u8 intent = 0; in rtw_p2p_check_frames() local 3628 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_p2p.c | 2612 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 2614 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 2623 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_req() 2796 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2798 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 2810 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2945 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 2947 else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 3564 u8 intent = 0; in rtw_p2p_check_frames() local 3618 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_p2p.c | 2616 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 2618 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 2627 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_req() 2804 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2806 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 2818 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2955 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 2957 else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 3574 u8 intent = 0; in rtw_p2p_check_frames() local 3628 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_p2p.c | 2611 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_req() 2613 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_req() 2622 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_req() 2795 if (pwdinfo->intent == (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2797 if (pwdinfo->intent == P2P_MAX_INTENT) { in process_p2p_group_negotation_resp() 2809 } else if (pwdinfo->intent > (pwdinfo->peer_intent >> 1)) { in process_p2p_group_negotation_resp() 2944 if ((pwdinfo->intent) > (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 2946 else if ((pwdinfo->intent) < (pwdinfo->peer_intent >> 1)) in process_p2p_group_negotation_confirm() 3563 u8 intent = 0; in rtw_p2p_check_frames() local 3617 intent = *cont; in rtw_p2p_check_frames() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/ |
| H A D | README | 11 The intent IS to commit these files to U-Boot. Hopefully at some point
|
| /OK3568_Linux_fs/kernel/Documentation/security/ |
| H A D | lsm-development.rst | 6 a new LSM is accepted into the kernel when its intent (a description of
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | LICENSE.SRC | 12 intent in sharing this software is to promote the productive interchange
|