/external/openthread/src/include/common/ |
D | arg_macros.hpp | 79 #define _OT_GET_SECOND_ARG(aNum, ...) _OT_GET_SECOND_APPEND_NUM_ARGS(aNum, __VA_ARGS__) argument 80 #define _OT_GET_SECOND_APPEND_NUM_ARGS(aNum, ...) _OT_GET_SECOND_WITH_##aNum(__VA_ARGS__) argument 85 #define _OT_GET_REST_ARGS(aNum, ...) _OT_GET_REST_APPEND_NUM_ARGS(aNum, __VA_ARGS__) argument 86 #define _OT_GET_REST_APPEND_NUM_ARGS(aNum, ...) _OT_GET_REST_WITH_##aNum(__VA_ARGS__) argument
|
/external/openthread/src/posix/platform/ |
D | memory.cpp | 38 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|
/external/python/cpython3/Modules/ |
D | _scproxy.c | 64 CFNumberRef aNum = NULL; in get_proxy_settings() local 138 CFNumberRef aNum; in set_proxy() local
|
/external/openthread/examples/apps/ncp/ |
D | main.c | 64 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|
/external/openthread/examples/apps/cli/ |
D | main.c | 58 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|
/external/openthread/src/core/api/ |
D | coap_api.cpp | 108 otError otCoapMessageAppendBlock2Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock… in otCoapMessageAppendBlock2Option() 113 otError otCoapMessageAppendBlock1Option(otMessage *aMessage, uint32_t aNum, bool aMore, otCoapBlock… in otCoapMessageAppendBlock1Option()
|
/external/openthread/tests/nexus/platform/ |
D | nexus_misc.cpp | 74 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
|
/external/openthread/src/core/coap/ |
D | coap_message.cpp | 288 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()
|
/external/openthread/tests/unit/ |
D | test_srp_server.cpp | 113 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
|
D | test_dns_client.cpp | 117 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
|
D | test_srp_adv_proxy.cpp | 437 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
|
D | test_dnssd_discovery_proxy.cpp | 118 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
|
D | test_platform.cpp | 108 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|
D | test_routing_manager.cpp | 370 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
|
D | test_mdns.cpp | 1539 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
|
/external/openthread/tests/gtest/ |
D | fake_platform.cpp | 499 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
|