HomeSort by relevance Sort by last modified time
    Searched refs:indx (Results 201 - 225 of 292) sorted by null

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/bfd/
elfnn-ia64.c 482 unsigned long indx;
485 indx = ELFNN_R_SYM (irel->r_info) - symtab_hdr->sh_info;
486 h = elf_sym_hashes (abfd)[indx];
479 unsigned long indx; local
2181 long indx = r_symndx - symtab_hdr->sh_info; local
2351 long indx = r_symndx - symtab_hdr->sh_info; local
    [all...]
coff-alpha.c     [all...]
elf32-rl78.c 1722 unsigned long indx; local
    [all...]
elf64-mmix.c 2702 unsigned long indx; local
    [all...]
libaout.h 108 int indx;
107 int indx; member in struct:aout_link_hash_entry
elf64-ppc.c 12689 unsigned int indx; local
13974 unsigned long indx = 0; local
14429 long indx = 0; local
    [all...]
elf32-arm.c 9537 int indx = 0; local
13453 int indx; local
    [all...]
elf32-tic6x.c 2460 long indx; local
    [all...]
coffgen.c     [all...]
elf32-avr.c 2102 unsigned long indx; local
    [all...]
coff-ppc.c     [all...]
elf-bfd.h 116 long indx;
572 unsigned long indx[LOCAL_SYM_CACHE_SIZE];
115 long indx; member in struct:elf_link_hash_entry
571 unsigned long indx[LOCAL_SYM_CACHE_SIZE]; member in struct:sym_cache
    [all...]
elf32-nds32.c 5218 int indx = 0; local
6724 unsigned long indx; local
6793 unsigned long indx; local
8019 unsigned long indx; local
10819 int indx; local
10944 int indx; local
    [all...]
elf32-xtensa.c 2960 int indx; local
10368 unsigned long indx = r_symndx - symtab_hdr->sh_info; local
10400 unsigned long indx; local
10432 unsigned long indx = r_symndx - symtab_hdr->sh_info; local
    [all...]
  /external/toolchain-utils/cros_utils/
stats.py 375 indx = freq.index(maxfreq)
376 mode.append(scores[indx])
377 del freq[indx]
378 del scores[indx]
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES32.cpp 63 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
65 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
69 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
71 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [all...]
android_opengl_GLES10.cpp 65 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
71 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
73 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [all...]
android_opengl_GLES11.cpp 65 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
71 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
73 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [all...]
android_opengl_GLES11Ext.cpp 65 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
67 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
71 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
73 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [all...]
android_opengl_GLES31.cpp 63 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
65 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
69 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
71 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [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...]
  /external/libxml2/
c14n.c 2171 int indx = out - buffer; local
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 574 static bool isValidVertexAttribIndex(void *self, GLuint indx)
579 return indx < maxIndex;
587 void GL2Encoder::s_glVertexAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr)
591 VALIDATE_VERTEX_ATTRIB_INDEX(indx);
599 ctx->m_state->setVertexAttribBinding(indx, indx);
600 ctx->m_state->setVertexAttribFormat(indx, size, type, normalized, 0, false);
615 ctx->m_state->bindIndexedBuffer(0, indx, ctx->m_state->currentArrayVbo(), (uintptr_t)ptr, 0, stride, effectiveStride);
618 ctx->glVertexAttribPointerOffset(ctx, indx, size, type, normalized, stride, (uintptr_t)ptr);
    [all...]
gl2_enc.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 287 unsigned int indx = this->stub_table_index_[shndx]; local
288 gold_assert(indx < target->stub_tables().size());
289 return target->stub_tables()[indx];
4611 uint32_t indx = 0; local
    [all...]

Completed in 4617 milliseconds

1 2 3 4 5 6 7 891011>>