| /src/sys/arch/arm/ti/ |
| ti_edma.c | 60 enum edma_type ch_type; member in struct:edma_channel 147 ch->ch_type = EDMA_TYPE_DMA;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| compress.c | 55 .{* Compression header ch_type values. *} 166 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 176 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 187 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 217 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 225 enum compression_type *ch_type ATTRIBUTE_UNUSED, 238 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 576 enum compression_type ch_type = ch_none; local 958 enum compression_type ch_type; local 993 enum compression_type ch_type; local [all...] |
| elf.c | 1087 enum compression_type ch_type = ch_none; local 1093 &ch_type); 1113 if (new_ch_type != ch_type)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| compress.c | 53 .{* Compression header ch_type values. *} 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 213 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 220 enum compression_type *ch_type, 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 557 enum compression_type ch_type = ch_none; local 937 enum compression_type ch_type; local 972 enum compression_type ch_type; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| compress.c | 53 .{* Compression header ch_type values. *} 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 213 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 220 enum compression_type *ch_type, 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 574 enum compression_type ch_type = ch_none; local 953 enum compression_type ch_type; local 988 enum compression_type ch_type; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| compress.c | 53 .{* Compression header ch_type values. *} 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 213 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 220 enum compression_type *ch_type, 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 557 enum compression_type ch_type = ch_none; local 937 enum compression_type ch_type; local 972 enum compression_type ch_type; local [all...] |
| /src/sys/ufs/chfs/ |
| chfs_inode.h | 61 #define CHTTOVT(ch_type) (enum vtype)(ch_type) 99 enum chtype ch_type; /* chfs file type */ member in struct:chfs_inode
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| f-valprint.c | 479 struct type *ch_type = type->target_type (); 482 printstr (stream, ch_type, valaddr, 483 type->length () / ch_type->length (), NULL, 0, 478 struct type *ch_type = type->target_type (); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| f-valprint.c | 479 struct type *ch_type = type->target_type (); 482 printstr (stream, ch_type, valaddr, 483 type->length () / ch_type->length (), NULL, 0, 478 struct type *ch_type = type->target_type (); local
|
| /src/sys/arch/arm/sunxi/ |
| sun4i_dma.c | 105 uint8_t ch_type; member in struct:sun4idma_channel 282 if (ch->ch_type == DMA_TYPE_NORMAL) 295 if (ch->ch_type == DMA_TYPE_NORMAL) { 398 ch->ch_type = type;
|
| /src/sys/dev/hyperv/ |
| vmbusvar.h | 104 struct hyperv_guid ch_type; member in struct:vmbus_channel
|
| /src/external/gpl3/binutils/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon10466 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon10467
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/gpl3/binutils.old/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon11930 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon11931
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/gpl3/gdb.old/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon21318 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon21319
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/gpl3/gdb/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon906 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon907
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_event.c | 1222 enum nl80211_channel_type ch_type = nla_get_u32(type); local 1224 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); 1225 switch (ch_type) {
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| ELF.h | 1637 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr 1644 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr 1664 // Legal values for ch_type field of compressed section header.
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| elf.c | 327 b_elf_word ch_type; /* Compresstion algorithm */ member in struct:__anon14146 336 b_elf_word ch_type; /* Compression algorithm */ member in struct:__anon14147 5109 switch (chdr.ch_type)
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| elf.c | 321 b_elf_word ch_type; /* Compresstion algorithm */ member in struct:__anon16561 330 b_elf_word ch_type; /* Compression algorithm */ member in struct:__anon16562 2620 if (chdr->ch_type != ELFCOMPRESS_ZLIB)
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| elf.c | 327 b_elf_word ch_type; /* Compresstion algorithm */ member in struct:__anon18860 336 b_elf_word ch_type; /* Compression algorithm */ member in struct:__anon18861 5109 switch (chdr.ch_type)
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| elf.c | 327 b_elf_word ch_type; /* Compresstion algorithm */ member in struct:__anon21601 336 b_elf_word ch_type; /* Compression algorithm */ member in struct:__anon21602 5109 switch (chdr.ch_type)
|