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

  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderList.java 66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next(); local
67 retval.append(eh.encode());
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.h 63 EventHistory *eh; member in class:WpaGui
  /external/apache-xml/src/main/java/org/apache/xpath/
Expression.java 396 ErrorListener eh = xctxt.getErrorListener(); local
399 eh.warning(new TransformerException(fmsg, xctxt.getSAXLocator()));
451 ErrorListener eh = xctxt.getErrorListener(); local
454 eh.fatalError(te);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 100 EventHistory *eh; member in class:WpaGui
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 102 EventHistory *eh; member in class:WpaGui
  /external/libvpx/vpx_scale/generic/
vpxscale.c 886 int eh; local
909 eh = (sh + 2) / 3 * 3 * vs / vr;
911 eh = (sh + 7) / 8 * 8 * vs / vr;
    [all...]
  /external/speex/libspeex/
sb_celp.c 557 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);*/
    [all...]
  /external/tcpdump/
aodv.h 183 struct aodv_ext eh; /* extension header */ member in struct:aodv_hello
  /external/bluetooth/bluez/src/
attrib-server.c 96 sdp_data_t *psm, *sh, *eh; local
128 eh = sdp_data_alloc(SDP_UINT16, &end);
129 proto[1] = sdp_list_append(proto[1], eh);
137 sdp_data_free(eh);
  /external/qemu/slirp/
slirp.c 599 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/bluetooth/bluez/test/
hciemu.c 1046 hci_event_hdr *eh; local
1060 eh = (hci_event_hdr *) ptr;
1063 if (eh->evt == EVT_CMD_COMPLETE) {
  /external/bluetooth/bluez/tools/
hciattach_ath3k.c 119 hci_event_hdr *eh; local
124 eh = (void *)event;
127 if (eh->evt == EVT_CMD_COMPLETE) {
sdptool.c 3437 sdp_data_t *psm, *sh, *eh; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 73 static void dbg_show_header(struct ext3_extent_header *eh)
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->eh_magic) != EXT3_EXT_MAGIC
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...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 926 struct ether_header *eh; local
935 eh = (struct ether_header *) pktdata;
937 if (ntoh16(eh->ether_type) == ETHER_TYPE_8021Q) {
941 evh = (struct ethervlan_header *)eh;
973 } else if (ntoh16(eh->ether_type) == ETHER_TYPE_IP) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 926 struct ether_header *eh; local
935 eh = (struct ether_header *) pktdata;
937 if (ntoh16(eh->ether_type) == ETHER_TYPE_8021Q) {
941 evh = (struct ethervlan_header *)eh;
973 } else if (ntoh16(eh->ether_type) == ETHER_TYPE_IP) {
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
function.h 266 struct rtl_eh eh;
384 have EH tables generated, as they cannot throw. A call to such a
474 struct eh_status *eh;
265 struct rtl_eh eh; local
473 struct eh_status *eh; local
  /external/qemu/slirp-android/
slirp.c 688 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);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
function.h 266 struct rtl_eh eh;
384 have EH tables generated, as they cannot throw. A call to such a
474 struct eh_status *eh;
265 struct rtl_eh eh; local
473 struct eh_status *eh; local
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
function.h 266 struct rtl_eh eh;
384 have EH tables generated, as they cannot throw. A call to such a
474 struct eh_status *eh;
265 struct rtl_eh eh; local
473 struct eh_status *eh; local
  /external/bluetooth/bluez/plugins/
hciops.c 2281 hci_event_hdr *eh; local
2756 hci_event_hdr *eh; local
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 396 milliseconds