Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 69) sorted by relevance

123

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dcommon.h79 #define MBEDTLS_GET_UINT32_BE( data , offset ) \ argument
98 #define MBEDTLS_PUT_UINT32_BE( n, data, offset ) \ argument
117 #define MBEDTLS_GET_UINT32_LE( data, offset ) \ argument
136 #define MBEDTLS_PUT_UINT32_LE( n, data, offset ) \ argument
155 #define MBEDTLS_GET_UINT16_LE( data, offset ) \ argument
172 #define MBEDTLS_PUT_UINT16_LE( n, data, offset ) \ argument
189 #define MBEDTLS_GET_UINT16_BE( data, offset ) \ argument
206 #define MBEDTLS_PUT_UINT16_BE( n, data, offset ) \ argument
223 #define MBEDTLS_GET_UINT64_BE( data, offset ) \ argument
246 #define MBEDTLS_PUT_UINT64_BE( n, data, offset ) \ argument
[all …]
Dchacha20.c165 size_t offset = i * 4U; in chacha20_block() local
245 size_t offset = 0U; in mbedtls_chacha20_update() local
Dconstant_time.c383 size_t offset ) in mbedtls_ct_mem_move_to_left()
426 size_t offset, in mbedtls_ct_memcpy_offset()
473 size_t offset; in mbedtls_ct_hmac() local
Dpoly1305.c103 size_t offset = 0U; in poly1305_process() local
309 size_t offset = 0U; in mbedtls_poly1305_update() local
/openthread-3.4.0/tests/unit/
Dtest_message.cpp77 for (uint16_t offset = 0; offset < kMaxSize; offset++) in TestMessage() local
268 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local
289 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local
381 uint16_t offset = message->GetLength(); in TestAppender() local
Dtest_tlv.cpp47 uint16_t offset; in TestTlv() local
Dtest_frame_builder.cpp48 uint16_t offset; in TestFrameBuilder() local
/openthread-3.4.0/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c106 long filesize, offset; in main() local
109 __int64 filesize, offset; in main() local
111 off_t filesize, offset; in main() local
/openthread-3.4.0/src/core/utils/
Dflash.cpp101 for (uint32_t offset = mSwapUsed; offset < mSwapSize; offset += sizeof(temp)) in SanitizeFreeSpace() local
122 uint32_t offset; in Get() local
264 for (uint32_t offset = kSwapMarkerSize; offset < mSwapUsed; offset += record.GetSize()) in Delete() local
Dheap.cpp166 …for (const uint16_t offset = block.GetLeftNext(); left->GetNext() != offset; left = &BlockNext(*le… in Free() local
181 …for (const uint16_t offset = BlockOffset(right); prev->GetNext() != offset; prev = &BlockNext(*pre… in Free() local
/openthread-3.4.0/examples/platforms/simulation/
Dflash.c59 const char *offset = getenv("PORT_OFFSET"); in otPlatFlashInit() local
146 for (uint32_t offset = 0; offset < aSize; offset++) in otPlatFlashWrite() local
Dlogging.c105 int offset; in otPlatLog() local
/openthread-3.4.0/src/core/thread/
Dlink_metrics.cpp129 uint16_t offset = aOffset; in HandleReport() local
307 uint16_t offset; in HandleManagementResponse() local
427 uint16_t offset; in AppendReport() local
519 uint16_t offset; in HandleManagementRequest() local
591 uint16_t offset; in HandleLinkProbe() local
652 for (uint16_t offset = aStartOffset; offset < aEndOffset; offset++) in ReadTypeIdsFromMessage() local
Denergy_scan_server.cpp190 uint16_t offset; in SendReport() local
Dnetwork_diagnostic.cpp252 uint16_t offset; in AppendRequestedTlvs() local
456 uint16_t offset = 0; in HandleTmf() local
643 uint16_t offset = (aIterator == 0) ? aMessage.GetOffset() : aIterator; in GetNextDiagTlv() local
/openthread-3.4.0/src/core/common/
Dtlvs.cpp162 uint16_t offset = aMessage.GetOffset(); in FindIn() local
236 uint16_t offset; in FindStringTlv() local
248 uint16_t offset; in FindUintTlv() local
265 uint16_t offset; in FindTlv() local
/openthread-3.4.0/third_party/tcplp/lib/
Dlbuf.h43 size_t offset; member
Dcbuf.c155 …ruct cbufhead* chdr, void* data, size_t data_offset, size_t numbytes, size_t offset, cbuf_copier_t… in cbuf_read_offset()
286 size_t cbuf_reass_write(struct cbufhead* chdr, size_t offset, const void* data, size_t data_offset,… in cbuf_reass_write()
339 size_t cbuf_reass_count_set(struct cbufhead* chdr, size_t offset, uint8_t* bitmap, size_t limit) { in cbuf_reass_count_set()
353 int cbuf_reass_within_offset(struct cbufhead* chdr, size_t offset, size_t index) { in cbuf_reass_within_offset()
Dlbuf.c88 int lbuf_getrange(struct lbufhead* buffer, size_t offset, size_t numbytes, in lbuf_getrange()
/openthread-3.4.0/src/core/net/
Ddns_client.cpp162 uint16_t offset = kNameOffsetInQuery; in GetName() local
174 uint16_t offset; in CheckForHostNameAlias() local
212 uint16_t offset; in FindHostAddress() local
233 uint16_t offset; in FindARecord() local
278 uint16_t offset; in ReadServiceInfo() local
337 uint16_t offset; in ReadTxtRecord() local
386 uint16_t offset = aMessage.GetOffset(); in PopulateFrom() local
463 uint16_t offset; in GetServiceInstance() local
517 uint16_t offset; in FindPtrRecord() local
575 uint16_t offset = kNameOffsetInQuery; in GetServiceName() local
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dhavege.h45 uint32_t PT1, PT2, offset[2]; member
/openthread-3.4.0/third_party/tcplp/bsdtcp/
Dtcp_reass.c57 size_t offset; in tcp_reass() local
/openthread-3.4.0/src/posix/platform/
Dsettings.cpp87 const char *offset = getenv("PORT_OFFSET"); in getSettingsFileName() local
196 …for (off_t size = lseek(sSettingsFd, 0, SEEK_END), offset = lseek(sSettingsFd, 0, SEEK_SET); offse… in otPlatSettingsInit() local
338 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsGet() local
434 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsDelete() local
Dbacktrace.cpp79 unsigned int offset = 0; in demangleSymbol() local
/openthread-3.4.0/src/core/meshcop/
Ddataset_manager_ftd.cpp77 uint16_t offset = aMessage.GetOffset(); in HandleSet() local
425 uint16_t offset = aMessage.GetOffset(); in ApplyActiveDataset() local

123