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

  /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());
  /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/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/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/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...]
  /external/e2fsprogs/debugfs/
debugfs.c 1723 struct ext3_extent_header *eh; 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/
bcel.jar 

Completed in 246 milliseconds