Home
last modified time | relevance | path

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

/hardware/nxp/secure_element/libese-spi/p73/pal/
DphNxpEsePal.cpp276 void* phPalEse_calloc(size_t datatype, size_t size) { in phPalEse_calloc() argument
277 return calloc(datatype, size); in phPalEse_calloc()
/hardware/intel/common/libmix/mix_common/
Dmixcommon.spec13 MIX Common contains common classes, datatype, header files used by other MIX components
/hardware/nxp/secure_element/libese-spi/p73/lib/
DphNxpEse_Api.cpp1108 void* phNxpEse_calloc(size_t datatype, size_t size) { in phNxpEse_calloc() argument
1109 return phPalEse_calloc(datatype, size); in phNxpEse_calloc()