HomeSort by relevance Sort by last modified time
    Searched defs:ch_type (Results 1 - 9 of 9) sorted by null

  /external/elfutils/libelf/
libelf.h 46 Elf32_Word ch_type; /* Compression format. */ member in struct:__anon21942
53 Elf64_Word ch_type; /* Compression format. */ member in struct:__anon21943
59 /* Legal values for ch_type (compression algorithm). */
elf.h 493 Elf32_Word ch_type; /* Compression format. */ member in struct:__anon21897
500 Elf64_Word ch_type; /* Compression format. */ member in struct:__anon21898
506 /* Legal values for ch_type (compression algorithm). */
    [all...]
  /external/python/cpython3/Modules/
parsermodule.c 665 int ch_type = TYPE(ch); local
669 if (_PyParser_Grammar.g_ll.ll_label[a_label].lb_type == ch_type) {
671 if (ISNONTERMINAL(ch_type) && !validate_node(ch))
689 next_type, ch_type);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 559 enum nl80211_channel_type ch_type = nla_get_u32(type); local
561 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type);
562 switch (ch_type) {
    [all...]
  /bionic/libc/include/
elf.h 63 Elf32_Word ch_type; member in struct:__anon243
68 Elf64_Word ch_type; member in struct:__anon244
  /external/llvm/include/llvm/Support/
ELF.h 1325 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr
1332 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
ELF.h 1352 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr
1359 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h 1328 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr
1335 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr
    [all...]
  /external/kmod/port-gnu/
elf.h 381 Elf32_Word ch_type; /* Compression format. */ member in struct:__anon26375
388 Elf64_Word ch_type; /* Compression format. */ member in struct:__anon26376
394 /* Legal values for ch_type (compression algorithm). */
    [all...]

Completed in 535 milliseconds