Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 55) sorted by relevance

123

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_buzzz.h36 #define BUZZZ_LOG(ID, N, ARG...) do { /* noop */ } while (0) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_buzzz.h35 #define BUZZZ_LOG(ID, N, ARG...) do { } while (0) argument
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_buzzz.h41 #define BUZZZ_LOG(ID, N, ARG...) \ argument
/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/internal/compatibility/
Decp_curves_alt.c4902 static int ecp_mod_p192(mbedtls_mpi *N) in ecp_mod_p192()
5039 void mbedtls_ecp_fix_negative(mbedtls_mpi *N, signed char c, size_t bits) in mbedtls_ecp_fix_negative()
5072 static int ecp_mod_p224(mbedtls_mpi *N) in ecp_mod_p224()
5110 static int ecp_mod_p256(mbedtls_mpi *N) in ecp_mod_p256()
5194 static int ecp_mod_p384(mbedtls_mpi *N) in ecp_mod_p384()
5321 static int ecp_mod_p521(mbedtls_mpi *N) in ecp_mod_p521()
5370 static int ecp_mod_p255(mbedtls_mpi *N) in ecp_mod_p255()
5427 static int ecp_mod_p448(mbedtls_mpi *N) in ecp_mod_p448()
5488mbedtls_mpi *N, mbedtls_mpi_uint *Rp, size_t p_limbs, size_t adjust, size_t shift, mbedtls_mpi_uin… in ecp_mod_koblitz()
5561 static int ecp_mod_p192k1(mbedtls_mpi *N) in ecp_mod_p192k1()
[all …]
Decp_alt.c988 static int ecp_modp(mbedtls_mpi *N, const mbedtls_ecp_group *grp) in ecp_modp()
1033 #define MOD_MUL(N) \ argument
1053 #define MOD_SUB(N) \ argument
1078 #define MOD_ADD(N) \ argument
2851const mbedtls_mpi *N, mbedtls_mpi *d, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) in mbedtls_ecp_gen_privkey_sw()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/
Dfast.cpp117 const s32 K = 8, N = 16 + K + 1; in cornerScore() local
225 const s32 K = 8, N = 16 + K + 1; in FAST() local
/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/
Decp_alt.h33 mbedtls_mpi N; /*!< The order of \p G. */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Decp_alt.h89 mbedtls_mpi N; /*!< The order of \p G. */ member
Drsa.h105 mbedtls_mpi N; /*!< The public modulus. */ member
Decp.h182 mbedtls_mpi N; /*!< The order of \p G. */ member
/device/soc/telink/b91/b91_ble_sdk/common/
Dmacro_trick.h28 #define COUNT_ARGS_IMPL2(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17… argument
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw/
Dacamera_math.h105 #define ACAMERA_MODULO( N, D ) ( ( N ) - ( ( ( N ) / ( D ) ) * ( D ) ) ) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw/
Dacamera_math.h104 #define ACAMERA_MODULO( N, D ) ( ( N ) - ( ( ( N ) / ( D ) ) * ( D ) ) ) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw/
Dacamera_math.h104 #define ACAMERA_MODULO( N, D ) ( ( N ) - ( ( ( N ) / ( D ) ) * ( D ) ) ) argument
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/iq/src/fw/
Dacamera_math.h104 #define ACAMERA_MODULO( N, D ) ( ( N ) - ( ( ( N ) / ( D ) ) * ( D ) ) ) argument
/device/soc/esp/esp32/components/bootloader_support/src/secure_boot_v2/
Dsecure_boot_signatures_app.c238 const mbedtls_mpi N = { .s = 1, in esp_secure_boot_verify_rsa_signature_block() local
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c61 #define DEC(N) CONCAT(DEC_, N) argument
66 #define SOME_OR_0(N) GET_SECOND_ARG(CONCAT(SOME_CHECK_, N)) argument
74 #define REPEAT_SOME(N, stuff) DEFER(CONCAT(REPEAT_NAME_, SOME_OR_0(DEC(N))))()(DEC(N), stuff) stuff argument
75 #define REPEAT(N, stuff) EVAL(REPEAT_SOME(N, stuff)) argument
80 #define REPEATM_SOME(N, macro) macro(N) \ argument
82 #define REPEATM(N, macro) EVAL(REPEATM_SOME(N, macro)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dpdu.h132 #define COAP_RESPONSE_CODE(N) (((N)/100 << 5) | (N)%100) argument
179 #define COAP_SIGNALING_CODE(N) (((N)/100 << 5) | (N)%100) argument
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/cmsis/inc/
Dcore_cm0.h207 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
258 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
Dcore_cm1.h207 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
258 uint32_t N:1; /*!< bit: 31 Negative condition code flag */ member
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_common.h138 #define ARG_N(a,b,c,d,N,...) N argument
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/common/
Dusb_util.h189 #define PP_ARG_N( \ argument
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_common.h162 #define ARG_N(a, b, c, d, N, ...) N argument
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_common.h162 #define ARG_N(a, b, c, d, N, ...) N argument
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/
Ddls.h75 int N; // number of input points variable

123