Searched defs:eh (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/backends/
H A Dsparc_init.c40 sparc_init (elf, machine, eh, ehlen)
43 Ebl *eh; variable
52 eh->name = "SPARC v9";
54 eh->name = "SPARC v8+";
56 eh->name = "SPARC";
57 sparc_init_reloc (eh); variable
58 HOOK (eh, reloc_simple_type);
59 HOOK (eh, machine_flag_check);
60 HOOK (eh, check_special_section);
61 HOOK (eh, symbol_type_nam
[all...]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.h96 EventHistory *eh; member in class:WpaGui
/external/speex/libspeex/
H A Dsb_celp.c557 spx_word16_t eh=0; local
599 eh = compute_rms16(exc, st->subframeSize);
607 g=PDIV32(MULT16_16(filter_ratio,eh),EXTEND32(ADD16(1,el)));
638 st->innov_rms_save[sub] = eh;
640 st->exc_rms[sub] = eh;
647 gc = PDIV32_16(MULT16_16(filter_ratio,1+eh),1+el);
652 /*printf ("%f %f %f %f\n", el, eh, filter_ratio, gc);*/
/external/tcpdump/
H A Daodv.h183 struct aodv_ext eh; /* extension header */ member in struct:aodv_hello
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpxscale.c814 int eh; local
837 eh = (sh + 2) / 3 * 3 * vs / vr;
839 eh = (sh + 7) / 8 * 8 * vs / vr;
847 for (i = 0; i < eh; i++)
850 for (i = dh; i < eh; i++)
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c73 static void dbg_show_header(struct ext3_extent_header *eh) argument
76 ext2fs_le16_to_cpu(eh->eh_magic),
77 ext2fs_le16_to_cpu(eh->eh_entries),
78 ext2fs_le16_to_cpu(eh->eh_max),
79 ext2fs_le16_to_cpu(eh->eh_depth),
80 ext2fs_le32_to_cpu(eh->eh_generation));
123 #define dbg_show_header(eh) do { } while (0)
135 struct ext3_extent_header *eh = ptr; local
137 dbg_show_header(eh);
138 if (ext2fs_le16_to_cpu(eh
193 struct ext3_extent_header *eh; local
284 struct ext3_extent_header *eh; local
830 struct ext3_extent_header *eh, *neweh; local
1051 struct ext3_extent_header *eh; local
1453 struct ext3_extent_header *eh; local
1588 struct ext3_extent_header *eh; local
[all...]
/external/linux-tools-perf/util/
H A Dparse-events.c738 int eu = 0, ek = 0, eh = 0, precise = 0; local
752 exclude = eu = ek = eh = 1;
756 exclude = eu = ek = eh = 1;
760 exclude = eu = ek = eh = 1;
761 eh = 0;
776 attr->exclude_hv = eh;
/external/qemu/slirp/
H A Dslirp.c599 struct ethhdr *eh = (struct ethhdr *)pkt; local
620 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
690 struct ethhdr *eh = (struct ethhdr *)buf; local
727 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN);
728 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1);
730 eh->h_source[5] = CTL_ALIAS;
731 eh->h_proto = htons(ETH_P_IP);
/external/qemu/slirp-android/
H A Dslirp.c688 struct ethhdr *eh = (struct ethhdr *)pkt; local
713 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
783 struct ethhdr *eh = (struct ethhdr *)buf; local
820 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN);
821 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1);
823 eh->h_source[5] = CTL_ALIAS;
824 eh->h_proto = htons(ETH_P_IP);

Completed in 194 milliseconds