Home
last modified time | relevance | path

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

123

/openthread-latest/third_party/mbedtls/repo/library/
Dalignment.h412 #define MBEDTLS_GET_UINT32_BE(data, offset) \ argument
427 #define MBEDTLS_PUT_UINT32_BE(n, data, offset) \ argument
448 #define MBEDTLS_GET_UINT32_LE(data, offset) \ argument
464 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ argument
485 #define MBEDTLS_GET_UINT16_LE(data, offset) \ argument
500 #define MBEDTLS_PUT_UINT16_LE(n, data, offset) \ argument
521 #define MBEDTLS_GET_UINT16_BE(data, offset) \ argument
536 #define MBEDTLS_PUT_UINT16_BE(n, data, offset) \ argument
557 #define MBEDTLS_GET_UINT24_BE(data, offset) \ argument
573 #define MBEDTLS_PUT_UINT24_BE(n, data, offset) \ argument
[all …]
Dchacha20.c135 size_t offset = i * 4U; in chacha20_block() local
206 size_t offset = 0U; in mbedtls_chacha20_update() local
Dconstant_time.c151 void mbedtls_ct_memmove_left(void *start, size_t total, size_t offset) in mbedtls_ct_memmove_left()
217 size_t offset, in mbedtls_ct_memcpy_offset()
Dpoly1305.c73 size_t offset = 0U; in poly1305_process() local
274 size_t offset = 0U; in mbedtls_poly1305_update() local
Dgcm.c471 size_t use_len, offset; in mbedtls_gcm_update_ad() local
536 size_t offset, size_t use_len, in gcm_mask()
572 size_t offset; in mbedtls_gcm_update() local
/openthread-latest/tests/unit/
Dtest_message.cpp104 for (uint16_t offset = 0; offset < kMaxSize; offset++) in TestMessage() local
295 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local
316 for (uint16_t offset = 0; offset < kMaxSize; offset += kOffsetStep) in TestMessage() local
408 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-latest/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c83 long filesize, offset; in main() local
86 __int64 filesize, offset; in main() local
88 off_t filesize, offset; in main() local
/openthread-latest/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-latest/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-latest/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-latest/src/core/net/
Ddns_client.cpp157 uint16_t offset = kNameOffsetInQuery; in GetName() local
172 uint16_t offset; in CheckForHostNameAlias() local
215 uint16_t offset; in FindHostAddress() local
236 uint16_t offset; in FindARecord() local
281 uint16_t offset; in ReadServiceInfo() local
340 uint16_t offset; in ReadTxtRecord() local
389 uint16_t offset = aMessage.GetOffset(); in PopulateFrom() local
466 uint16_t offset; in GetServiceInstance() local
520 uint16_t offset; in FindPtrRecord() local
578 uint16_t offset = kNameOffsetInQuery; in GetServiceName() local
[all …]
Ddnssd_server.cpp309 uint16_t offset = sizeof(Header); in ParseQuestions() local
381 uint16_t offset; in AddQuestionsFrom() local
433 uint16_t offset; in ParseQueryName() local
1040 uint16_t offset = sizeof(Header); in ReadQueryName() local
1047 uint16_t offset = sizeof(Header); in QueryNameMatches() local
1054 uint16_t offset = aInfo.mOffsets.mInstanceName; in ReadQueryInstanceName() local
1067 uint16_t offset = aInfo.mOffsets.mInstanceName; in ReadQueryInstanceName() local
1077 uint16_t offset = aInfo.mOffsets.mInstanceName; in QueryInstanceNameMatches() local
1084 uint16_t offset = aInfo.mOffsets.mHostName; in ReadQueryHostName() local
1091 uint16_t offset = aInfo.mOffsets.mHostName; in QueryHostNameMatches() local
[all …]
Ddhcp6_client.cpp418 uint16_t offset = aMessage.GetOffset(); in ProcessReply() local
450 uint32_t offset = aOffset; in FindOption() local
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_reass.c57 size_t offset; in tcp_reass() local
/openthread-latest/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
339 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsGet() local
435 off_t offset = lseek(sSettingsFd, 0, SEEK_SET); in PlatformSettingsDelete() local
Dvirtual_time.cpp58 char *offset; in virtualTimeInit() local
Dbacktrace.cpp79 unsigned int offset = 0; in demangleSymbol() local
/openthread-latest/src/core/thread/
Denergy_scan_server.cpp187 uint16_t offset; in SendReport() local
/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp184 uint16_t offset; in SendCommand() local
210 uint16_t offset; in SendCommand() local

123