Home
last modified time | relevance | path

Searched defs:round (Results 1 – 13 of 13) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
Dkapi_symc.c300 …32 kapi_symc_chk_sm1_param(hi_cipher_alg alg, hi_cipher_work_mode mode, hi_u32 width, hi_u32 round) in kapi_symc_chk_sm1_param()
342 …_s32 kapi_symc_width_check(hi_cipher_alg alg, hi_cipher_work_mode mode, hi_u32 width, hi_u32 round) in kapi_symc_width_check()
/device/soc/hisilicon/ws63v100/sdk/open_source/7-zip-lzma-sdk/lzma_22.00/C/
DPpmd.h29 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dtgmath.h258 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/riscv32-linux-musl/sys-include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/riscv32-linux-musl/sys-include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_win/sysroot/usr/include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp/sysroot/usr/include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/riscv32-linux-musl/sys-include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/sysroot/usr/include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl_fp_win/sysroot/usr/include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/ws63v100/sdk/tools/bin/compiler/riscv/cc_riscv32_musl_100/cc_riscv32_musl/riscv32-linux-musl/sys-include/
Dtgmath.h259 #define round(x) __tg_real(round, (x)) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/crypto/
Dcryp_symc.c295 static hi_s32 cryp_symc_sm1_setround(hi_void *ctx, hi_u32 round) in cryp_symc_sm1_setround()