Home
last modified time | relevance | path

Searched defs:b (Results 1 – 20 of 20) sorted by relevance

/platform/include/
A Dregion.h14 #define REGION(a, b, c) a##b##c argument
15 #define REGION_NAME(a, b, c) REGION(a, b, c) argument
16 #define REGION_DECLARE(a, b, c) extern uint32_t REGION_NAME(a, b, c) argument
17 #define REGION_DECLARE_T(a, b, c, t) extern t REGION_NAME(a, b, c) argument
/platform/ext/target/stm/common/hal/accelerator/
A Decp_curves_alt.c55 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
61 #define BYTES_TO_T_UINT_2( a, b ) \ argument
64 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
70 #define BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
80 #define BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
83 #define BYTES_TO_T_UINT_2( a, b ) \ argument
607 const mbedtls_mpi_uint *b, size_t blen, in ecp_group_load()
1067 #define INIT( b ) \ argument
A Daes_alt.c447 #define GET_UINT64_LE(n,b,i) \ argument
461 #define PUT_UINT64_LE(n,b,i) \ argument
485 uint64_t a, b, ra, rb; in mbedtls_gf128mul_x_ble() local
A Dgcm_alt.c57 #define GET_UINT32_BE(n,b,i) \ argument
67 #define PUT_UINT32_BE(n,b,i) \ argument
A Dccm_alt.c62 #define GET_UINT32_BE(n,b,i) \ argument
A Drsa_alt.c89 #define GET_UINT32_BE(n,b,i) \ argument
595 static inline int mbedtls_safer_memcmp( const void *a, const void *b, size_t n ) in mbedtls_safer_memcmp()
/platform/ext/target/arm/drivers/cc3xx/psa_driver_api/include/
A Dcc3xx_misc.h33 #define CEIL_ALLOC_SZ(a,b) (((a) + (b) - 1) / (b)) argument
/platform/ext/target/arm/corstone1000/partition/
A Defi.h26 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/platform/ext/target/arm/drivers/dma/dma350/
A Ddma350_drv.h78 } b; /*!< Structure used for bit access */ member
91 } b; /*!< Structure used for bit access */ member
A Ddma350_ch_drv.h303 } b; /*!< Structure used for bit access */ member
/platform/ext/target/arm/rse/common/scripts/modules/
A Dotp_config.py125 def set_value_from_bytes(self, b): argument
/platform/ext/target/cypress/psoc64/libs/core-lib/include/
A Dcy_utils.h375 #define CY_SYSLIB_DIV_ROUND(a, b) (((a) + ((b) / 2U)) / (b)) argument
386 #define CY_SYSLIB_DIV_ROUNDUP(a, b) ((((a) - 1U) / (b)) + 1U) argument
/platform/ext/target/arm/drivers/cc3xx/low_level_driver/src/
A Dcc3xx_entropy.c36 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
A Dcc3xx_drbg_hash.c19 #define CEIL(a, b) ((a) + (b) - 1)/(b) argument
/platform/ext/target/stm/common/stm32wbaxx/hal/Src/
A Dstm32wbaxx_hal_pcd.c80 #define PCD_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
81 #define PCD_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
A Dusbd.h206 #define USBD_Maximum(a,b) ((a)>(b) ? (a) : (b)) argument
218 #define USBD_Minimum(a,b) ((a)<(b) ? (a) : (b)) argument
/platform/ext/target/nuvoton/common/bsp/StdDriver/inc/
A Dusbd.h206 #define USBD_Maximum(a,b) ((a)>(b) ? (a) : (b)) argument
218 #define USBD_Minimum(a,b) ((a)<(b) ? (a) : (b)) argument
/platform/ext/target/nordic_nrf/common/core/cmsis_drivers/
A DDriver_USART.c176 #define MIN(a,b) (((a) <= (b)) ? (a) : (b)); argument
/platform/ext/target/stm/common/secure_element/stsafea/se_psa/
A Dse_psa.c375 static void byte2char(uint8_t b, uint8_t *c) in byte2char()
/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
A Djquery.js44 (function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function… function
51 (function(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|… function
69 (function(b,d){if(b.cleanData){var c=b.cleanData;b.cleanData=function(f){for(var g=0,h;(h=f[g])!=nu… class

Completed in 154 milliseconds