Home
last modified time | relevance | path

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

/Zephyr-latest/modules/openthread/platform/
Dmemory.c13 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument
15 return calloc(aNum, aSize); in otPlatCAlloc()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp312 void testOneway(const int32_t aNum) override in testOneway() argument
314 printf("testOneway(%d): call received\n", aNum); in testOneway()