/openthread-3.6.0/third_party/jlink/SEGGER_RTT_V640/Syscalls/ |
D | SEGGER_RTT_Syscalls_IAR.c | 101 size_t __write(int handle, const unsigned char * buffer, size_t size) { in __write() 117 size_t __write_buffered(int handle, const unsigned char * buffer, size_t size) { in __write_buffered()
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/include/test/ |
D | constant_flow.h | 75 #define TEST_CF_SECRET(ptr, size) argument 76 #define TEST_CF_PUBLIC(ptr, size) argument
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/configs/ |
D | config-wrapper-malloc-0-null.h | 27 static inline void *custom_calloc( size_t nmemb, size_t size ) in custom_calloc()
|
/openthread-3.6.0/src/core/common/ |
D | code_utils.hpp | 79 #define OT_ALIGNED_VAR_SIZE(size, align_type) (((size) + (sizeof(align_type) - 1)) / sizeof(align_t… argument 82 #define OT_DEFINE_ALIGNED_VAR(name, size, align_type) \ argument
|
/openthread-3.6.0/tests/unit/ |
D | test_heap.cpp | 65 for (size_t size = 1; size <= heap.GetCapacity(); ++size) in TestAllocateSingle() local 102 size_t size = sizeof(Node) + static_cast<size_t>(rand()) % aSizeLimit; in TestAllocateRandomly() local
|
D | test_checksum.cpp | 183 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestUdpMessageChecksum() local 251 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestIcmp6MessageChecksum() local 326 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestTcp4MessageChecksum() local 381 for (uint16_t size = kMinSize; size <= kMaxSize; size++) in TestUdp4MessageChecksum() local
|
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/ |
D | md_internal.h | 54 unsigned char size; member
|
D | entropy.h | 117 size_t size; /**< Amount received in bytes */ member
|
/openthread-3.6.0/tests/fuzz/ |
D | radio_receive_done.cpp | 60 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
|
D | ip6_send.cpp | 60 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
|
D | ncp_hdlc_received.cpp | 69 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
|
D | cli_received.cpp | 71 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput()
|
/openthread-3.6.0/third_party/tcplp/lib/ |
D | cbuf.h | 46 size_t size; member
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | pkwrite.c | 225 int mbedtls_pk_write_pubkey_der( mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_pubkey_der() 313 int mbedtls_pk_write_key_der( mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_key_der() 556 int mbedtls_pk_write_pubkey_pem( mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_pubkey_pem() 581 int mbedtls_pk_write_key_pem( mbedtls_pk_context *key, unsigned char *buf, size_t size ) in mbedtls_pk_write_key_pem()
|
D | x509write_csr.c | 137 size_t size, in x509write_csr_der_internal() 294 size_t size, in mbedtls_x509write_csr_der() 317 int mbedtls_x509write_csr_pem( mbedtls_x509write_csr *ctx, unsigned char *buf, size_t size, in mbedtls_x509write_csr_pem()
|
D | psa_crypto_its.h | 50 uint32_t size; /**< The size of the data associated with a uid **/ member
|
D | x509write_crt.c | 294 const char *t, size_t size ) in x509_write_time() 325 unsigned char *buf, size_t size, in mbedtls_x509write_crt_der() 519 unsigned char *buf, size_t size, in mbedtls_x509write_crt_pem()
|
D | memory_buffer_alloc.c | 48 size_t size; member 224 static void *buffer_alloc_calloc( size_t n, size_t size ) in buffer_alloc_calloc() 545 static void *buffer_alloc_calloc_mutexed( size_t n, size_t size ) in buffer_alloc_calloc_mutexed()
|
D | x509.c | 741 int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn ) in mbedtls_x509_dn_gets() 803 int mbedtls_x509_serial_gets( char *buf, size_t size, const mbedtls_x509_buf *serial ) in mbedtls_x509_serial_gets() 837 int mbedtls_x509_sig_alg_gets( char *buf, size_t size, const mbedtls_x509_buf *sig_oid, in mbedtls_x509_sig_alg_gets()
|
D | x509_csr.c | 331 int mbedtls_x509_csr_info( char *buf, size_t size, const char *prefix, in mbedtls_x509_csr_info()
|
/openthread-3.6.0/src/core/radio/ |
D | trel_packet.cpp | 61 uint16_t size = sizeof(Header); in GetSize() local
|
/openthread-3.6.0/src/core/net/ |
D | ip6_headers.cpp | 123 uint8_t size = static_cast<uint8_t>(aHeaderSize % ExtensionHeader::kLengthUnitSize); in InitToPadHeaderWithSize() local
|
/openthread-3.6.0/src/posix/platform/ |
D | settings.cpp | 196 …for (off_t size = lseek(sSettingsFd, 0, SEEK_END), offset = lseek(sSettingsFd, 0, SEEK_SET); offse… in otPlatSettingsInit() local 337 const off_t size = lseek(sSettingsFd, 0, SEEK_END); in PlatformSettingsGet() local 413 off_t size = lseek(sSettingsFd, 0, SEEK_END); in PlatformSettingsAdd() local 433 off_t size = lseek(sSettingsFd, 0, SEEK_END); in PlatformSettingsDelete() local
|
/openthread-3.6.0/src/core/utils/ |
D | heap.cpp | 69 uint16_t size = static_cast<uint16_t>(aCount * aSize); in CAlloc() local
|
/openthread-3.6.0/src/cli/ |
D | cli_srp_client.cpp | 229 uint16_t size; in Process() local 689 uint16_t size; in ProcessServiceAdd() local
|