Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/mpi_loader/
Dfsl_mpi_loader.c25 #define MPI_ASSERT(x) \ macro
115 MPI_ASSERT(src != NULL && (((uint32_t)(uint32_t *)src & 3U) == 0U)); in MPI_WordCopy()
116 MPI_ASSERT(dest != NULL && (((uint32_t)(uint32_t *)dest & 3U) == 0U)); in MPI_WordCopy()
117 MPI_ASSERT((size & 3U) == 0U); in MPI_WordCopy()
133 MPI_ASSERT(ptr != NULL && (((uint32_t)(uint32_t *)ptr & 3U) == 0U)); in MPI_WordSet()
134 MPI_ASSERT((size & 3U) == 0U); in MPI_WordSet()
150 MPI_ASSERT(entry != NULL); in MPI_Relocate()
183 MPI_ASSERT(vect != NULL); in MPI_HandleRelocTable()
209 MPI_ASSERT(pRelocTab->marker == MPI_RELOC_MARKER); in MPI_HandleRelocTable()