HomeSort by relevance Sort by last modified time
    Searched full:indx (Results 76 - 100 of 185) sorted by null

1 2 34 5 6 7 8

  /external/dropbear/
scp.c 599 int fd = -1, haderr, indx; local
603 for (indx = 0; indx < argc; ++indx) {
604 name = argv[indx];
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c2_9pf.cpp 854 indx = codebook index (Word16)
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
906 indx = 0;
1003 Word16 indx; local
    [all...]
c2_11pf.cpp 630 Word16 indx; local
644 indx = 0;
803 indx =
805 indx,
838 return indx;
c4_17pf.cpp 688 indx
754 Word16 indx; local
770 indx = 0;
837 /* indx = add(indx, index, pOverflow); */
838 indx += index;
885 return indx;
c1035pf.h 113 Word16 indx[], /* (o) : index of 10 pulses (sign + position) */
c8_31pf.h 110 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */
  /external/libxml2/
nanoftp.c 1723 int indx = 0, base; local
    [all...]
uri.c 1945 int ret, len, indx, cur, out; local
    [all...]
  /external/libxslt/libxslt/
variables.c 1618 int indx = 0; local
1648 int indx = 0; local
    [all...]
  /cts/tools/dasm/src/java_cup/
production.java 175 public production_part rhs(int indx) throws internal_error
177 if (indx >= 0 && indx < _rhs_length)
178 return _rhs[indx];
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
MessageParserEx.java 297 builder.setArg0(parseArgument()); // GLuint indx
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageParserEx.java 297 builder.setArg0(parseArgument()); // GLuint indx
  /external/grub/stage2/
fs.h 267 #define fs_cs(fs, indx) \
268 fs_csp[(indx) >> (fs)->fs_csshift][(indx) & ~(fs)->fs_csmask]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 1856 int indx, block_x, block_y; local
    [all...]
header.cpp 598 video->MaxLongTermFrameIdx = -1; /* no long-term frame indx */
    [all...]
  /external/qemu/
a.out.h 177 host_ulong x_tagndx; /* str, un, or enum tag indx */
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 997 indx = link.indexOf('#');
998 while (indx!=-1)
1000 link2 = link.substring(0,indx);
1001 indx=link2.indexOf("#");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 272 char x_tagndx[4]; /* str, un, or enum tag indx */
ufs_fs.h 498 #define fs_cs(indx) s_csp[(indx)]
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 741 Value *Indx = Builder.getInt32(i);
742 Indx = Builder.CreateExtractElement(Mask, Indx, "shuf_idx");
743 Indx = Builder.CreateZExt(Indx, CGF.Int32Ty, "idx_zext");
748 cmpIndx = Builder.CreateICmpUGT(Indx, Builder.getInt32(3),
750 newIndx = Builder.CreateSub(Indx, Builder.getInt32(1), "shuf_idx_adj");
751 Indx = Builder.CreateSelect(cmpIndx, newIndx, Indx, "sel_shuf_idx");
753 Value *VExt = Builder.CreateExtractElement(LHS, Indx, "shuf_elt")
    [all...]
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 177 void GL2Encoder::s_glVertexAtrribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr)
181 ctx->m_state->setState(indx, size, type, normalized, stride, ptr);
  /external/chromium/chrome/browser/ui/cocoa/applescript/
scripting.sdef 252 <property name="index" code="indx" description="Returns the index with respect to its parent bookmark folder" type="number" access="r"/>
261 <property name="index" code="indx" description="Returns the index with respect to its parent bookmark folder" type="number" access="r"/>
  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 373 int indx = max(r - cell->rowSpan() + 1, 0); local
397 pos = m_rowPos[indx] + ch + (m_grid[r].rowRenderer ? spacing : 0);
407 bdesc = max(bdesc, m_rowPos[indx] + ch - (b - cell->intrinsicPaddingBefore()));
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java 976 int indx = cursor.getColumnIndexOrThrow( local
    [all...]
  /external/bzip2/
bzlib.c 687 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
694 if (indx >= cftab[mid]) nb = mid; else na = mid;
    [all...]

Completed in 1162 milliseconds

1 2 34 5 6 7 8