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

1 2

  /external/elfutils/0.153/backends/
sparc_init.c 40 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_name)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ExtensionHeaderList.java 66 ExtensionHeaderImpl eh = (ExtensionHeaderImpl) it.next(); local
67 retval.append(eh.encode());
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadTest.java 30 MyHandler eh = new MyHandler(); local
32 current.setUncaughtExceptionHandler(eh);
33 assertEquals(eh, current.getUncaughtExceptionHandler());
53 MyHandler eh = new MyHandler(); local
54 Thread.setDefaultUncaughtExceptionHandler(eh);
55 assertEquals(eh, Thread.getDefaultUncaughtExceptionHandler());
ForkJoinPoolTest.java 259 final Thread.UncaughtExceptionHandler eh = local
265 eh, false);
267 assertSame(eh, p.getUncaughtExceptionHandler());
    [all...]
  /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_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 96 EventHistory *eh; member in class:WpaGui
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c 275 int eh; local
383 eh = saturate(xhigh - s->band[1].s);
386 wd = (eh >= 0) ? eh : -(eh + 1);
389 ihigh = (eh < 0) ? ihn[mih] : ihp[mih];
  /external/chromium_org/third_party/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/e2fsprogs/lib/ext2fs/
extent.c 74 static void dbg_show_header(struct ext3_extent_header *eh)
77 ext2fs_le16_to_cpu(eh->eh_magic),
78 ext2fs_le16_to_cpu(eh->eh_entries),
79 ext2fs_le16_to_cpu(eh->eh_max),
80 ext2fs_le16_to_cpu(eh->eh_depth),
81 ext2fs_le32_to_cpu(eh->eh_generation));
124 #define dbg_show_header(eh) do { } while (0)
136 struct ext3_extent_header *eh = ptr; local
138 dbg_show_header(eh);
139 if (ext2fs_le16_to_cpu(eh->eh_magic) != EXT3_EXT_MAGIC
192 struct ext3_extent_header *eh; local
278 struct ext3_extent_header *eh; local
832 struct ext3_extent_header *eh, *neweh; local
1054 struct ext3_extent_header *eh; local
1462 struct ext3_extent_header *eh; local
    [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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
expr.c 810 expr_expand_equ(yasm_expr *e, yasm__exprhead *eh)
825 SLIST_FOREACH(np, eh, next) {
838 SLIST_INSERT_HEAD(eh, &ee, next);
839 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh);
840 SLIST_REMOVE_HEAD(eh, next);
843 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh);
899 yasm__exprhead eh; local
900 SLIST_INIT(&eh);
905 e = expr_expand_equ(e, &eh);
    [all...]
  /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);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 164 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
182 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; local
184 while (IPV6_EXTHDR(eh->nexthdr)) {
185 if (eh->nexthdr == IPV6_EXTHDR_NONE)
187 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
189 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
190 hlen = (eh->hdrlen + 2) << 2;
192 hlen = IPV6_EXTHDR_LEN(eh);
195 eh = (struct ipv6_exthdr *)(h + len)
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 1561 struct sctp_error_cause *eh; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 690 int eh; member in struct:event_modifier
691 int eH;
704 int eh = evsel ? evsel->attr.exclude_hv : 0; local
705 int eH = evsel ? evsel->attr.exclude_host : 0;
711 int exclude = eu | ek | eh;
719 exclude = eu = ek = eh = 1;
723 exclude = eu = ek = eh = 1;
727 exclude = eu = ek = eh = 1;
728 eh = 0;
731 exclude_GH = eG = eH = 1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
function.h 243 struct rtl_eh eh;
363 have EH tables generated, as they cannot throw. A call to such a
510 struct eh_status *eh;
242 struct rtl_eh eh; variable in typeref:struct:rtl_eh
509 struct eh_status *eh; variable in typeref:struct:eh_status
  /external/e2fsprogs/debugfs/
debugfs.c 1723 struct ext3_extent_header *eh; local
    [all...]
  /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...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1124 struct ether_header *eh; local
1133 eh = (struct ether_header *) pktdata;
1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) {
1139 evh = (struct ethervlan_header *)eh;
1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) {
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 745 Node<K,V>[] tab; Node<K,V> e, p; int n, eh; K ek; local
1510 int eh; K ek; local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 

Completed in 1817 milliseconds

1 2