| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_v2_ahash.c | 218 bool is_final = flag & RK_FLAG_FINAL; in rk_ahash_dma_start() local 222 ctx->calc_cnt, alg_ctx->count, is_final); in rk_ahash_dma_start() 224 if (alg_ctx->count % RK_DMA_ALIGNMENT && !is_final) { in rk_ahash_dma_start() 248 lli_tail->dma_ctrl = is_final ? LLI_DMA_CTRL_LAST : LLI_DMA_CTRL_PAUSE; in rk_ahash_dma_start() 264 if (is_final && alg_ctx->left_bytes == 0) in rk_ahash_dma_start()
|
| H A D | rk_crypto_v3_ahash.c | 292 bool is_final = flag & RK_FLAG_FINAL; in rk_ahash_dma_start() local 296 ctx->calc_cnt, alg_ctx->count, is_final); in rk_ahash_dma_start() 298 if (alg_ctx->count % RK_DMA_ALIGNMENT && !is_final) { in rk_ahash_dma_start() 325 lli_tail->dma_ctrl = is_final ? LLI_DMA_CTRL_LAST : LLI_DMA_CTRL_PAUSE; in rk_ahash_dma_start() 340 if (is_final && alg_ctx->left_bytes == 0) in rk_ahash_dma_start()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/ |
| H A D | gunz_test.c | 289 int is_final, is_eof; in decompress_file() local 395 is_final = is_eof = 0; in decompress_file() 537 if (is_final) in decompress_file() 815 is_final = 1; in decompress_file() 895 is_final = 1; in decompress_file() 936 if (is_final) { in decompress_file()
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | vfio_ccw_drv.c | 88 bool is_final; in vfio_ccw_sch_io_todo() local 94 is_final = !(scsw_actl(&irb->scsw) & in vfio_ccw_sch_io_todo() 98 if (is_final && private->state == VFIO_CCW_STATE_CP_PENDING) { in vfio_ccw_sch_io_todo()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/ |
| H A D | tuple.hpp | 75 using is_final = std::is_final< T >; typedef 78 using is_final = std::integral_constant< bool, __is_final( T ) >; typedef 87 template< std::size_t I, typename T, bool = std::is_empty< T >::value && !is_final< T >::value >
|
| /OK3568_Linux_fs/kernel/drivers/crypto/bcm/ |
| H A D | cipher.h | 327 unsigned int is_final; /* is this the final for the hash op? */ member
|
| H A D | cipher.c | 738 if (!rctx->is_final) { in handle_ahash_req() 788 if ((rctx->total_sent == rctx->total_todo) && rctx->is_final) in handle_ahash_req() 807 __func__, rctx->is_final, local_nbuf); in handle_ahash_req() 1016 if (rctx->is_final && (rctx->total_sent == rctx->total_todo)) in handle_ahash_resp() 1931 if ((rctx->is_final == 1) && (rctx->total_todo == 0) && in ahash_enqueue() 1935 rctx->is_final ? "" : "non-", alg_name); in ahash_enqueue() 1972 rctx->is_final = 0; in __ahash_init() 2142 rctx->is_final = 1; in __ahash_final() 2181 rctx->is_final = 1; in __ahash_finup()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | intrinsics.hpp | 234 # if __has_feature(is_final)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | type_traits | 127 constexpr bool is_final_v = is_final<_Tp>::value;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | type_traits | 127 constexpr bool is_final_v = is_final<_Tp>::value;
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_main.h | 551 u8 is_final; member
|
| H A D | be_main.c | 1454 pasync_handle->is_final = 0; in beiscsi_hdl_put_handle() 1579 pasync_handle->is_final = final; in beiscsi_hdl_get_handle() 1622 if (!plast_handle->is_final) { in beiscsi_hdl_fwd_pdu()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | type_traits | 103 template <class T> struct is_final; // C++14 299 = is_final<T>::value; // C++17 1386 // is_final 1398 is_final : public integral_constant<bool, __is_final(_Tp)> {}; 1404 = is_final<_Tp>::value;
|
| H A D | __config | 433 #if __has_feature(is_final)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | type_traits | 103 template <class T> struct is_final; // C++14 299 = is_final<T>::value; // C++17 1386 // is_final 1398 is_final : public integral_constant<bool, __is_final(_Tp)> {}; 1404 = is_final<_Tp>::value;
|
| H A D | __config | 433 #if __has_feature(is_final)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | type_traits | 727 /// is_final 729 struct is_final 3098 inline constexpr bool is_final_v = is_final<_Tp>::value;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | type_traits | 727 /// is_final 729 struct is_final 3098 inline constexpr bool is_final_v = is_final<_Tp>::value;
|