Home
last modified time | relevance | path

Searched defs:nxp_malloc (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal.h87 #define nxp_malloc(x) malloc(((x - 1) | 7) + 1) macro
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal.h44 #define nxp_malloc(size) malloc(size_align((size))) macro