Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 10 of 10) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mpi.data10 Base test mpi_read_write_string #1
13 Base test mpi_read_write_string #1 (Leading 0)
16 Base test mpi_read_write_string #2
19 Base test mpi_read_write_string #3 (Read zero decimal)
22 Base test mpi_read_write_string #3 (Read zero hex)
25 Base test mpi_read_write_string #3 (Read minus zero decimal)
28 Base test mpi_read_write_string #3 (Read minus zero hex)
31 Base test mpi_read_write_string #3 (Negative decimal)
34 Base test mpi_read_write_string #3 (Negative decimal, leading 0)
37 Base test mpi_read_write_string #3 (Negative hex -> decimal)
[all …]
Dtest_suite_ecp.function467 /* Base point case */
/openthread-3.4.0/src/core/radio/
Dtrel_packet.hpp259 using Base = MutableData<kWithUint16Length>; typedef in ot::Trel::Packet
269 void Init(uint8_t *aBuffer, uint16_t aLength) { Base::Init(aBuffer, aLength); } in Init()
292 uint8_t *GetBuffer(void) { return Base::GetBytes(); } in GetBuffer()
300 const uint8_t *GetBuffer(void) const { return Base::GetBytes(); } in GetBuffer()
308 uint16_t GetLength(void) const { return Base::GetLength(); } in GetLength()
325 Header &GetHeader(void) { return *reinterpret_cast<Header *>(Base::GetBytes()); } in GetHeader()
333 …const Header &GetHeader(void) const { return *reinterpret_cast<const Header *>(Base::GetBytes()); } in GetHeader()
341 uint8_t *GetPayload(void) { return Base::GetBytes() + GetHeader().GetLength(); } in GetPayload()
349 const uint8_t *GetPayload(void) const { return Base::GetBytes() + GetHeader().GetLength(); } in GetPayload()
/openthread-3.4.0/src/core/common/
Ddata.hpp276 using Base = Data<kDataLengthType>; typedef in ot::MutableData
277 using Base::mBuffer;
278 using Base::mLength;
285 using LengthType = typename Base::LengthType;
294 void Init(void *aBuffer, LengthType aLength) { Base::Init(aBuffer, aLength); } in Init()
306 void InitFormRange(uint8_t *aStart, uint8_t *aEnd) { Base::InitFormRange(aStart, aEnd); } in InitFormRange()
328 uint8_t *GetBytes(void) { return AsNonConst(Base::GetBytes()); } in GetBytes()
336 const uint8_t *GetBytes(void) const { return Base::GetBytes(); } in GetBytes()
/openthread-3.4.0/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() argument
156 while (Number >= Base) { in _PrintUnsigned()
157 Number = (Number / Base); in _PrintUnsigned()
193 …if (Div < Base) { // Is our divider big enough to extract the highest digit from value? => … in _PrintUnsigned()
197 Digit *= Base; in _PrintUnsigned()
209 Digit /= Base; in _PrintUnsigned()
232 static void _PrintInt(SEGGER_RTT_PRINTF_DESC * pBufferDesc, int v, unsigned Base, unsigned NumDigit… in _PrintInt() argument
242 while (Number >= (int)Base) { in _PrintInt()
243 Number = (Number / (int)Base); in _PrintInt()
298 _PrintUnsigned(pBufferDesc, (unsigned)v, Base, NumDigits, FieldWidth, FormatFlags); in _PrintInt()
/openthread-3.4.0/third_party/mbedtls/repo/
DSUPPORT.md8 - the [Mbed TLS knowledge Base](https://tls.mbed.org/kb);
DCONTRIBUTING.md66 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi…
85 1. If a [Knowledge Base (KB)](https://tls.mbed.org/kb) article should be added, write this as a com…
DREADME.md80 …remove for specific platforms. You can also check [the Mbed TLS Knowledge Base](https://tls.mbed.o…
82 …ell, please let us know what, so we can add it to the [Mbed TLS Knowledge Base](https://tls.mbed.o…
194 …s and platforms. Before starting a port, you may find the following Knowledge Base articles useful:
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_cxx_compile_stdcxx.m4186 struct Base
191 struct Derived : public Base
/openthread-3.4.0/
DSTYLE_GUIDE.md90 - Passing Base Scalars