Home
last modified time | relevance | path

Searched defs:aNum (Results 1 – 16 of 16) sorted by relevance

/external/openthread/src/include/common/
Darg_macros.hpp79 #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/
Dmemory.cpp38 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
/external/python/cpython3/Modules/
D_scproxy.c64 CFNumberRef aNum = NULL; in get_proxy_settings() local
138 CFNumberRef aNum; in set_proxy() local
/external/openthread/examples/apps/ncp/
Dmain.c64 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
/external/openthread/examples/apps/cli/
Dmain.c58 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
/external/openthread/src/core/api/
Dcoap_api.cpp108 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/
Dnexus_misc.cpp74 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
/external/openthread/src/core/coap/
Dcoap_message.cpp288 Error Message::AppendBlockOption(Message::BlockType aType, uint32_t aNum, bool aMore, otCoapBlockSz… in AppendBlockOption()
/external/openthread/tests/unit/
Dtest_srp_server.cpp113 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
Dtest_dns_client.cpp117 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
Dtest_srp_adv_proxy.cpp437 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
Dtest_dnssd_discovery_proxy.cpp118 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
Dtest_platform.cpp108 OT_TOOL_WEAK void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()
Dtest_routing_manager.cpp370 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
Dtest_mdns.cpp1539 void *otPlatCAlloc(size_t aNum, size_t aSize) in otPlatCAlloc()
/external/openthread/tests/gtest/
Dfake_platform.cpp499 void *otPlatCAlloc(size_t aNum, size_t aSize) { return calloc(aNum, aSize); } in otPlatCAlloc()