Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/
DSEGGER_RTT_printf.c142 static void _PrintUnsigned(SEGGER_RTT_PRINTF_DESC * pBufferDesc, unsigned v, unsigned Base, unsigne… in _PrintUnsigned()
232 static void _PrintInt(SEGGER_RTT_PRINTF_DESC * pBufferDesc, int v, unsigned Base, unsigned NumDigit… in _PrintInt()
/openthread-latest/src/core/common/
Ddata.hpp259 using Base = Data<kDataLengthType>; typedef in ot::MutableData
/openthread-latest/src/core/radio/
Dtrel_packet.hpp236 using Base = MutableData<kWithUint16Length>; typedef in ot::Trel::Packet
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dc_wrapper_generator.py35 class Base: class