Searched refs:Base (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum.misc.data | 4 Base test mpi_read_write_string #1 7 Base test mpi_read_write_string #1 (Leading 0) 10 Base test mpi_read_write_string #2 13 Base test mpi_read_write_string #3 (Read zero decimal) 16 Base test mpi_read_write_string #3 (Read zero hex) 19 Base test mpi_read_write_string #3 (Read minus zero decimal) 22 Base test mpi_read_write_string #3 (Read minus zero hex) 25 Base test mpi_read_write_string #3 (Negative decimal) 28 Base test mpi_read_write_string #3 (Negative decimal, leading 0) 31 Base test mpi_read_write_string #3 (Negative hex -> decimal) [all …]
|
D | test_suite_ecp.function | 203 /* Base point case */
|
/openthread-latest/src/core/radio/ |
D | trel_packet.hpp | 259 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-latest/src/core/common/ |
D | data.hpp | 276 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-latest/third_party/jlink/SEGGER_RTT_V640/RTT/ |
D | SEGGER_RTT_printf.c | 142 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-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_psa_wrappers.py | 45 class PSAWrapperGenerator(c_wrapper_generator.Base): 89 _FUNCTION_GUARDS = c_wrapper_generator.Base._FUNCTION_GUARDS.copy() \
|
/openthread-latest/third_party/mbedtls/repo/ |
D | SUPPORT.md | 9 - the [Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/);
|
D | CONTRIBUTING.md | 62 [A Knowledge Base article describing how to add additional tests is available on the Mbed TLS websi… 81 1. If a [Knowledge Base (KB)](https://mbed-tls.readthedocs.io/en/latest/kb/) article should be adde…
|
D | README.md | 113 …remove for specific platforms. You can also check [the Mbed TLS Knowledge Base](https://mbed-tls.r… 115 …ell, please let us know what, so we can add it to the [Mbed TLS Knowledge Base](https://mbed-tls.r… 258 …s and platforms. Before starting a port, you may find the following Knowledge Base articles useful:
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | c_wrapper_generator.py | 35 class Base: class 353 class Logging(Base):
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 90 - Passing Base Scalars
|