Searched refs:aNum (Results 1 – 2 of 2) sorted by relevance
13 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc() argument15 return calloc(aNum, aSize); in otPlatCAlloc()
312 void testOneway(const int32_t aNum) override in testOneway() argument314 printf("testOneway(%d): call received\n", aNum); in testOneway()