HomeSort by relevance Sort by last modified time
    Searched refs:et (Results 76 - 100 of 250) sorted by null

1 2 34 5 6 7 8 910

  /external/e2fsprogs/e2fsck/
badblocks.c 14 #include <et/com_err.h>
  /external/hyphenation-patterns/
Android.mk 33 et/et \
patterns.mk 32 et \
  /external/iproute2/ip/
iproute_lwtunnel.c 152 int et; local
157 et = rta_getattr_u16(encap_type);
159 fprintf(fp, " encap %s ", format_encap_type(et));
161 switch (et) {
  /external/e2fsprogs/resize/
Makefile.in 153 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
161 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
169 $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
177 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
185 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
193 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
  /external/javassist/src/main/javassist/bytecode/
ExceptionTable.java 239 ExceptionTable et = new ExceptionTable(newCp); local
245 et.add(e.startPc, e.endPc, e.handlerPc, type);
248 return et;
  /external/javassist/src/main/javassist/expr/
ExprEditor.java 93 ExceptionTable et = codeAttr.getExceptionTable(); local
94 int n = et.size();
96 Handler h = new Handler(et, i, iterator, clazz, minfo);
  /external/e2fsprogs/debugfs/
Makefile.in 171 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
174 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
187 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
198 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
208 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
218 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
228 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
238 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
248 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
258 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
    [all...]
  /external/e2fsprogs/misc/
Makefile.in 118 COMPILE_ET= _ET_DIR_OVERRIDE=$(srcdir)/../lib/et/et ../lib/et/compile_et
689 $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
706 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
720 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
729 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/et/com_err.h \
734 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/et/com_err.h \
740 $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
748 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/et/com_err.h
    [all...]
  /external/eigen/bench/btl/libs/blitz/
tiny_blitz_interface.hh 27 #include <blitz/tinyvec-et.h>
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_driver.c 502 void display_line(char *tcname, int pri, int f, float et, float *pet, int ff)
523 pc = (*pet == 0.0) ? 0.0 : 100.0 * ((et - *pet) / *pet) + 0.05;
527 (f == 0) ? "user" : "real", et, pc, (ff) ? "forked child" : " ");
531 *pet = et;
  /build/make/core/
executable_prefer_symlink.mk 10 # et al. since those variables make no sense in that context.
  /external/dng_sdk/source/
dng_exif.h 231 static real64 SnapExposureTime (real64 et);
235 /// \param et Exposure time in seconds.
239 void SetExposureTime (real64 et,
  /external/e2fsprogs/debian/
rules 50 COMERR_VERSION ?= $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
51 COMERR_SOVERSION ?= $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
389 ( cd ${stdbuilddir}/lib/et && $(MAKE) V=1 com_err.info com_err.html )
396 LIB_SUBDIRS="lib/et lib/ext2fs" libs
400 LIB_SUBDIRS="lib/et lib/ext2fs" libs
552 $(INSTALL) -p -m 0644 ${stdbuilddir}/lib/et/*.html \
559 $(INSTALL) -p -m 0644 ${topdir}/lib/et/com_err.texinfo \
563 $(INSTALL) -p -m 0644 lib/ss/ss_err.et \
564 ${stdbuilddir}/lib/ext2fs/ext2_err.et \
570 dh_installinfo -pcomerr-dev ${stdbuilddir}/lib/et/com_err.inf
    [all...]
  /external/e2fsprogs/tests/progs/
Makefile.in 74 test_rel.o: $(srcdir)/test_rel.c $(top_srcdir)/lib/et/com_err.h \
  /external/eigen/Eigen/src/SparseLU/
SparseLUImpl.h 39 void heap_relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end);
40 void relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end);
  /external/libpcap/
gencode.h 257 struct edge et; member in struct:block
394 #define JT(b) ((b)->et.succ)
  /external/python/cpython2/Demo/turtle/
tdemo_bytedesign.py 156 et = clock()
157 return "runtime: %.2f sec." % (et-at)
  /external/syslinux/com32/modules/
cptime.c 108 void print_cp_result_tick(size_t bcnt, clock_t et, TPS_T tps, int offs)
112 dr = max(bcnt, (bcnt * tps)) / max((clock_t)1, (et + offs));
114 } /* void print_cp_result_tick(size_t bcnt, clock_t et, TPS_T tps, int offs) */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 144 et := t.Etype
145 switch et {
152 et = simtype[t.Etype]
157 switch et {
const.go 253 var et EType
258 et = t.Etype
259 if et == TINTER {
272 switch et {
306 if et != n.Type.Etype {
315 if isInt[et] {
327 } else if isFloat[et] {
339 } else if isComplex[et] {
351 } else if et == TSTRING && (ct == CTINT || ct == CTRUNE) && explicit {
727 var et EType = Txx
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 144 et := t.Etype
145 switch et {
152 et = simtype[t.Etype]
157 switch et {
const.go 253 var et EType
258 et = t.Etype
259 if et == TINTER {
272 switch et {
306 if et != n.Type.Etype {
315 if isInt[et] {
327 } else if isFloat[et] {
339 } else if isComplex[et] {
351 } else if et == TSTRING && (ct == CTINT || ct == CTRUNE) && explicit {
727 var et EType = Txx
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 191 Diags.begin(), et = Diags.end() ; it != et ; ++it) {
425 et = Diags.end(); it != et; ++it) {
446 et = BatchDiags.end(); it != et; ++it) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arm.c 13727 struct neon_type_el et; local
14070 struct neon_type_el et = neon_check_type (3, rs, local
14079 struct neon_type_el et = neon_check_type (3, rs, local
14109 struct neon_type_el et = neon_check_type (2, rs, N_EQK, N_KEY | N_I_ALL); local
14116 struct neon_type_el et = neon_check_type (3, rs, local
14141 struct neon_type_el et = neon_check_type (2, rs, N_EQK, N_SU_ALL | N_KEY); local
14150 struct neon_type_el et = neon_check_type (3, rs, local
14167 struct neon_type_el et = neon_check_type (3, rs, local
14252 struct neon_type_el et = neon_check_type (2, rs, local
14332 struct neon_type_el et = neon_check_type (3, rs, N_EQK | destbits, N_EQK, local
14479 struct neon_type_el et = neon_check_type (2, rs, local
14582 struct neon_type_el et = neon_check_type (3, rs, local
14611 struct neon_type_el et = neon_check_type (3, rs, local
14641 struct neon_type_el et = neon_check_type (3, rs, local
14649 struct neon_type_el et = neon_check_type (3, rs, local
14685 struct neon_type_el et; local
14711 struct neon_type_el et = neon_check_type (2, rs, local
14723 struct neon_type_el et = neon_check_type (2, rs, local
14735 struct neon_type_el et = neon_check_type (2, rs, local
14751 struct neon_type_el et = neon_check_type (2, NS_DQ, local
14766 struct neon_type_el et = neon_check_type (2, NS_DQ, local
14778 struct neon_type_el et = neon_check_type (2, NS_DQI, local
14805 struct neon_type_el et = neon_check_type (2, NS_DQI, local
14833 struct neon_type_el et = neon_check_type (2, NS_DQ, local
14842 struct neon_type_el et = neon_check_type (2, NS_DQI, local
14868 struct neon_type_el et = neon_check_type (2, NS_QDI, local
14946 struct neon_type_el et; local
15335 struct neon_type_el et = neon_check_type (2, rs, local
15430 struct neon_type_el et = neon_check_type (3, NS_QDD, local
15438 struct neon_type_el et = neon_check_type (3, NS_QDD, local
15448 struct neon_type_el et = neon_check_type (3, NS_QDS, local
15455 struct neon_type_el et = neon_check_type (3, NS_QDD, local
15471 struct neon_type_el et = neon_check_type (3, NS_QQD, local
15479 struct neon_type_el et = neon_check_type (3, NS_QDD, local
15500 struct neon_type_el et = neon_check_type (3, NS_QDD, local
15529 struct neon_type_el et = neon_check_type (3, rs, local
15551 struct neon_type_el et = neon_check_type (2, rs, local
15570 struct neon_type_el et = neon_check_type (2, rs, local
15594 struct neon_type_el et = neon_check_type (2, rs, local
15662 struct neon_type_el et; local
15895 struct neon_type_el et = neon_check_type (2, rs, N_EQK, N_SU_ALL | N_KEY); local
15915 struct neon_type_el et = neon_check_type (2, NS_QD, local
15926 struct neon_type_el et = neon_check_type (2, rs, local
15936 struct neon_type_el et = neon_check_type (2, rs, local
15952 struct neon_type_el et = neon_check_type (2, rs, local
15961 struct neon_type_el et = neon_check_type (2, rs, N_EQK, N_SU_32 | N_KEY); local
15971 struct neon_type_el et = neon_check_type (2, rs, local
15981 struct neon_type_el et = neon_check_type (2, rs, local
15990 struct neon_type_el et = neon_check_type (2, rs, local
15999 struct neon_type_el et = neon_check_type (2, rs, local
16104 struct neon_type_el et = neon_check_type (1, NS_NULL, local
16211 struct neon_type_el et = neon_check_type (1, NS_NULL, N_8 | N_16 | N_32); local
16298 struct neon_type_el et = neon_check_type (1, NS_NULL, N_8 | N_16 | N_32); local
16477 struct neon_type_el et; local
    [all...]

Completed in 1906 milliseconds

1 2 34 5 6 7 8 910