Searched defs:bitmap (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/third_party/tcplp/lib/ |
D | cbuf.c | 180 static void cbuf_swap(struct cbufhead* chdr, uint8_t* bitmap, size_t start_1, size_t start_2, size_… in cbuf_swap() 196 void cbuf_contiguify(struct cbufhead* chdr, uint8_t* bitmap) { in cbuf_contiguify() 286 …ize_t offset, const void* data, size_t data_offset, size_t numbytes, uint8_t* bitmap, size_t* firs… in cbuf_reass_write() 319 size_t cbuf_reass_merge(struct cbufhead* chdr, size_t numbytes, uint8_t* bitmap) { in cbuf_reass_merge() 339 size_t cbuf_reass_count_set(struct cbufhead* chdr, size_t offset, uint8_t* bitmap, size_t limit) { in cbuf_reass_count_set()
|
/openthread-latest/third_party/tcplp/lib/test/ |
D | test_all.c | 110 uint8_t bitmap[8]; in test_cbuf() local 177 uint8_t bitmap[4]; in test_cbuf_2() local
|
/openthread-latest/src/core/utils/ |
D | jam_detector.cpp | 230 uint64_t bitmap = mHistoryBitmap; in UpdateJamState() local
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 328 NsecRecord::TypeBitMap &bitmap = mData.mNsecBitmap; in ParseFrom() local
|
/openthread-latest/src/core/net/ |
D | mdns.cpp | 1417 NsecRecord::TypeBitMap bitmap; in AppendNsecRecordTo() local
|