Home
last modified time | relevance | path

Searched defs:chdr (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/openthread/third_party/tcplp/lib/
H A Dcbuf.c74 void cbuf_init(struct cbufhead* chdr, uint8_t* buf, size_t len) { in cbuf_init()
81 size_t cbuf_used_space(struct cbufhead* chdr) { in cbuf_used_space()
85 size_t cbuf_free_space(struct cbufhead* chdr) { in cbuf_free_space()
89 size_t cbuf_size(struct cbufhead* chdr) { in cbuf_size()
93 bool cbuf_empty(struct cbufhead* chdr) { in cbuf_empty()
97 static inline size_t cbuf_get_w_index(const struct cbufhead* chdr) { in cbuf_get_w_index()
106 size_t cbuf_write(struct cbufhead* chdr, const void* data, size_t data_offset, size_t data_len, cbu… in cbuf_write()
127 void cbuf_read_unsafe(struct cbufhead* chdr, void* data, size_t data_offset, size_t numbytes, int p… in cbuf_read_unsafe()
146 size_t cbuf_read(struct cbufhead* chdr, void* data, size_t data_offset, size_t numbytes, int pop, c… in cbuf_read()
155 size_t cbuf_read_offset(struct cbufhead* chdr, void* data, size_t data_offset, size_t numbytes, siz… in cbuf_read_offset()
[all …]
/aosp_15_r20/external/openthread/third_party/tcplp/lib/test/
H A Dtest_all.c78 void cbuf_test(const char* test_name, struct cbufhead* chdr, const char* contents) { in cbuf_test()
104 void cbuf_write_string(struct cbufhead* chdr, const char* string) { in cbuf_write_string()
111 struct cbufhead chdr; in test_cbuf() local
178 struct cbufhead chdr; in test_cbuf_2() local
/aosp_15_r20/external/elfutils/libelf/
H A Dgelf_getchdr.c52 Elf32_Chdr *chdr = elf32_getchdr (scn); in gelf_getchdr() local
61 Elf64_Chdr *chdr = elf64_getchdr (scn); in gelf_getchdr() local
H A Delf_compress.c457 GElf_Chdr chdr; in __libelf_decompress_elf() local
639 Elf32_Chdr chdr; in elf_compress() local
653 Elf64_Chdr chdr; in elf_compress() local
/aosp_15_r20/external/libpcap/
H A Dpcap-util.c122 pcap_can_socketcan_hdr *chdr; in swap_linux_sll_header() local
156 pcap_can_socketcan_hdr *chdr; in swap_linux_sll2_header() local
/aosp_15_r20/external/elfutils/tests/
H A Dsystem-elf-libelf-test.c32 Elf32_Chdr *chdr = elf32_getchdr (NULL); in main() local
H A Delfgetchdr.c81 GElf_Chdr chdr; in main() local
/aosp_15_r20/external/tcpdump/
H A Dprint-sl.c207 const u_char *chdr, const struct ip *ip, in compressed_sl_print()
/aosp_15_r20/external/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c839 char chdr[LWS_HTTP_CHUNK_HDR_SIZE]; in lws_cgi_write_split_stdout_headers() local
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc466 typename ElfClass::Chdr chdr; in LoadDwarf() local
610 typename ElfClass::Chdr chdr; in LoadDwarfCFI() local
/aosp_15_r20/system/unwinding/libunwindstack/
H A DElfInterface.cpp139 ChdrType* chdr = reinterpret_cast<ChdrType*>(compressed_data); in CreateMemoryFromCompressedSection() local
/aosp_15_r20/external/elfutils/src/
H A Delfcompress.c301 GElf_Chdr chdr; in get_section_chtype() local
H A Delflint.c4025 GElf_Chdr chdr; in check_sections() local
H A Dreadelf.c1382 GElf_Chdr chdr; in print_shdr() local