/aosp_15_r20/external/openthread/third_party/tcplp/lib/ |
H A D | cbuf.c | 74 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 D | test_all.c | 78 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 D | gelf_getchdr.c | 52 Elf32_Chdr *chdr = elf32_getchdr (scn); in gelf_getchdr() local 61 Elf64_Chdr *chdr = elf64_getchdr (scn); in gelf_getchdr() local
|
H A D | elf_compress.c | 457 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 D | pcap-util.c | 122 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 D | system-elf-libelf-test.c | 32 Elf32_Chdr *chdr = elf32_getchdr (NULL); in main() local
|
H A D | elfgetchdr.c | 81 GElf_Chdr chdr; in main() local
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-sl.c | 207 const u_char *chdr, const struct ip *ip, in compressed_sl_print()
|
/aosp_15_r20/external/libwebsockets/lib/roles/cgi/ |
H A D | cgi-server.c | 839 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 D | dump_symbols.cc | 466 typename ElfClass::Chdr chdr; in LoadDwarf() local 610 typename ElfClass::Chdr chdr; in LoadDwarfCFI() local
|
/aosp_15_r20/system/unwinding/libunwindstack/ |
H A D | ElfInterface.cpp | 139 ChdrType* chdr = reinterpret_cast<ChdrType*>(compressed_data); in CreateMemoryFromCompressedSection() local
|
/aosp_15_r20/external/elfutils/src/ |
H A D | elfcompress.c | 301 GElf_Chdr chdr; in get_section_chtype() local
|
H A D | elflint.c | 4025 GElf_Chdr chdr; in check_sections() local
|
H A D | readelf.c | 1382 GElf_Chdr chdr; in print_shdr() local
|