Home
last modified time | relevance | path

Searched refs:t0 (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py2915 t0 = self._tokens[0]
2917 if t0 is _T_CONFIG or t0 is _T_MENUCONFIG:
2932 node.is_menuconfig = (t0 is _T_MENUCONFIG)
2955 elif t0 is None:
2959 elif t0 in _SOURCE_TOKENS:
2962 if t0 in _REL_SOURCE_TOKENS:
2976 if not filenames and t0 in _OBL_SOURCE_TOKENS:
2992 elif t0 is end_token:
3002 elif t0 is _T_IF:
3013 elif t0 is _T_MENU:
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c1975 uint32_t *Z1Z1, *Z2Z2, *U1, *S1, *J, *H, *V, *t0, *t1; in Jac_addition() local
1985 t0 = &CASPER_MEM[((2U * (N_wordlen + 4U)) + (9U * (N_wordlen + 4U))) + 7U * (N_wordlen + 4U)]; in Jac_addition()
2009 multiply_casper(t0, Z2, Z2Z2); in Jac_addition()
2010 multiply_casper(S1, Y1, t0); in Jac_addition()
2011 multiply_casper(t0, Z1, Z1Z1); in Jac_addition()
2012 multiply_casper(J, Y2, t0); /* if (S1 == J) then Y's are the same */ in Jac_addition()
2030 mul2_casper(t0, H); in Jac_addition()
2031 square_casper(t1, t0); in Jac_addition()
2032 sub_casper(t0, J, S1); in Jac_addition()
2035 mul2_casper(U1, t0); in Jac_addition()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_ccid.h404 usb_device_ccid_set_parameters_t0_command_t t0; /*!< Set ICC parameter structure for T0 */ member
822 usb_device_ccid_parameters_T0_response_t t0; /*!< Response ICC parameter structure for T0 */ member