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

  /external/elfutils/libelf/
libelf.h 46 Elf32_Word ch_type; /* Compression format. */ member in struct:__anon10839
53 Elf64_Word ch_type; /* Compression format. */ member in struct:__anon10840
59 /* Legal values for ch_type (compression algorithm). */
elf.h 382 Elf32_Word ch_type; /* Compression format. */ member in struct:__anon10794
389 Elf64_Word ch_type; /* Compression format. */ member in struct:__anon10795
395 /* Legal values for ch_type (compression algorithm). */
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 479 enum nl80211_channel_type ch_type = nla_get_u32(type); local
481 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type);
482 switch (ch_type) {
    [all...]

Completed in 181 milliseconds