Home
last modified time | relevance | path

Searched defs:z (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h57 #define HEXDUMP(x, y, z) \ argument
87 #define HEXDUMP(x, y, z) \ argument
184 #define DBG_HEXDUMP(level, x, y, z) \ argument
204 #define DBG_HEXDUMP(level, x, y, z) \ argument
210 #define HEXDUMP(x, y, z) \ argument
Dmlan_api.h104 #define DBG_HEXDUMP(level, x, y, z) \ argument
117 #define HEXDUMP(x, y, z) \ argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash_k4/
Dfsl_flash_utilities.h55 #define BYTE2WORD_1_1_2(x, y, z) (B1P4(x) | B1P3(y) | B2P1(z)) argument
56 #define BYTE2WORD_1_2_1(x, y, z) (B1P4(x) | B2P2(y) | B1P1(z)) argument
57 #define BYTE2WORD_2_1_1(x, y, z) (B2P3(x) | B1P2(y) | B1P1(z)) argument
58 #define BYTE2WORD_1_1_1_1(x, y, z, w) (B1P4(x) | B1P3(y) | B1P2(z) | B1P1(w)) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/flash/
Dfsl_ftfx_utilities.h63 #define BYTE2WORD_1_1_2(x, y, z) (B1P4(x) | B1P3(y) | B2P1(z)) argument
64 #define BYTE2WORD_1_2_1(x, y, z) (B1P4(x) | B2P2(y) | B1P1(z)) argument
65 #define BYTE2WORD_2_1_1(x, y, z) (B2P3(x) | B1P2(y) | B1P1(z)) argument
66 #define BYTE2WORD_1_1_1_1(x, y, z, w) (B1P4(x) | B1P3(y) | B1P2(z) | B1P1(w)) argument
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c1796 static void shiftrightSysram(uint32_t *z, uint32_t *x, uint32_t c) in shiftrightSysram()
1835 static void shiftright(uint32_t *z, uint32_t *x, uint32_t c) in shiftright()
1873 static void shiftleft(uint32_t *z, uint32_t *x, uint32_t c) in shiftleft()
2354 #define GET_LUT(x, y, z, index) \ in Jac_scalar_multiplication() argument
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_QR_algorithm.c139 float x, z; in QR_step_Wilkinson() local
457 float x, z; in unsym_QR_step_Wilkinson() local
Dwls_processing.c79 int numerator, denominator, y, z; in myAsin() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c85 float32_t * z = tempBuffer+(n-1); /* n-long scratch buffer for z elements */ in arm_spline_init_f32() local
/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/port/kw45_k4w1/
Dsss_crypto.h121 …uint32_t z[2U * ECP256_COORDINATE_WLEN]; /*!< The shared secret is the X coordinate of the DH Ke… member