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

  /external/openfst/src/include/fst/
reverse.h 53 StateId istart = ifst.Start(); local
64 if (is == istart)
  /external/qemu/audio/
rate_template.h 34 struct st_sample *istart, *iend; local
45 istart = ibuf;
105 *isamp = ibuf - istart;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 44 StateId istart = ifst.Start(); local
55 if (is == istart)
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 244 Index istart = rowIndexPtr()[fsupc]; // Pointer index to the subscript of the current column local
245 Index nsupr = rowIndexPtr()[fsupc+1] - istart; // Number of rows in the current supernode
281 Index iptr = istart + nsupc;
  /external/valgrind/main/VEX/switchback/
switchback.c 206 Addr istart = start & ~(isize - 1); local
251 [iline] "+r" (istart)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 50 /*@null@*/ /*@owned@*/ yasm_intnum *istart, *ivstart; member in struct:bin_section_data
266 bsd->istart = yasm_expr_get_intnum(&bsd->start, 0);
267 if (!bsd->istart) {
273 bsd->istart = yasm_intnum_copy(bsd->istart);
275 bsd->istart = NULL;
355 if (group->bsd->istart) {
356 yasm_intnum_set(group->bsd->istart, start);
358 bin_objfmt_align(group->bsd->istart, group->bsd->align);
359 if (yasm_intnum_compare(start, group->bsd->istart) != 0)
    [all...]
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 696 int fsupc, istart, nsupr; local
723 istart = L_SUB_START(fsupc);
724 nsupr = L_SUB_START(fsupc+1) - istart;
746 Urow[lastu++] = L_SUB(istart+i);
752 Lrow[lastl++] = L_SUB(istart + upper - 1);
758 Lrow[lastl++] = L_SUB(istart+i);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 1270 Int i, j, k, l, istart, jstart; local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 566 milliseconds