HomeSort by relevance Sort by last modified time
    Searched refs:indx (Results 126 - 150 of 270) sorted by null

1 2 3 4 56 7 8 91011

  /toolchain/binutils/binutils-2.25/bfd/
pdp11.c 1624 bfd_size_type indx; local
2907 bfd_size_type indx; local
    [all...]
elfxx-sparc.c 3488 long indx; local
3627 int dr_type, indx; local
    [all...]
aoutx.h 1866 bfd_size_type indx; local
3567 bfd_size_type indx; local
    [all...]
elf32-ppc.c 6851 unsigned long indx; local
8086 unsigned long indx; local
8472 long indx = 0; local
    [all...]
peXXigen.c 295 int indx ATTRIBUTE_UNUSED,
370 int indx ATTRIBUTE_UNUSED,
4067 unsigned int indx; local
    [all...]
elf32-vax.c 1622 long indx; local
    [all...]
elf32-hppa.c 4015 int indx = 0; local
4105 int indx; local
    [all...]
elf32-m68k.c 347 unsigned int indx = ELF32_R_TYPE (dst->r_info); local
349 if (indx >= (unsigned int) R_68K_max)
352 abfd, (int) indx);
353 indx = R_68K_NONE;
355 cache_ptr->howto = &howto_table[indx];
4048 long indx; local
4659 unsigned long indx; local
    [all...]
elf32-tilepro.c 3282 long indx; local
3442 int indx = 0; local
    [all...]
elfxx-tilegx.c 3691 long indx; local
3848 int indx = 0; local
    [all...]
elf32-nios2.c 3242 int indx; local
4707 int indx; local
    [all...]
elf32-msp430.c 1845 unsigned long indx; local
2012 unsigned long indx; local
    [all...]
coff64-rs6000.c 347 int indx, int numaux, void *in1)
371 if (indx + 1 == numaux)
434 int indx ATTRIBUTE_UNUSED,
462 if (indx + 1 == numaux)
526 bfd_size_type indx; local
533 indx = _bfd_stringtab_add (strtab, name, hash, FALSE);
535 if (indx == (bfd_size_type) -1)
539 sym->_n._n_n._n_offset = STRING_SIZE_SIZE + indx;
    [all...]
libcoff.h 265 long indx; member in struct:coff_link_hash_entry
422 long indx; member in struct:coff_debug_merge_type
    [all...]
elfnn-aarch64.c 5209 int indx; local
5286 int indx; local
5347 int indx = h && h->dynindx != -1 ? h->dynindx : 0; local
7033 int indx; local
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 165 const FLAC__StreamMetadata_CueSheet_Index *indx = track->indices + j; local
167 if(!FLAC__bitwriter_write_raw_uint64(bw, indx->offset, FLAC__STREAM_METADATA_CUESHEET_INDEX_OFFSET_LEN))
169 if(!FLAC__bitwriter_write_raw_uint32(bw, indx->number, FLAC__STREAM_METADATA_CUESHEET_INDEX_NUMBER_LEN))
lpc.c 1336 unsigned order, indx, best_index; \/* 'index' the index into lpc_error; index==order-1 since lpc_error[0] is for order==1, lpc_error[1] is for order==2, etc *\/ local
    [all...]
  /external/libxml2/
nanoftp.c 1733 int indx = 0, base; local
    [all...]
parserInternals.c 302 size_t indx; local
316 indx = in->cur - in->base;
317 if (xmlBufUse(in->buf->buffer) > (unsigned int) indx + INPUT_CHUNK) {
340 indx = in->cur - in->base;
342 in->cur = &content[indx];
361 size_t indx; local
400 indx = in->cur - in->base;
402 in->cur = &content[indx];
    [all...]
uri.c 1884 int ret, len, indx, cur, out; local
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.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...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.h 99 FNDEF(void, glVertexAttribPointer, (GLuint indx, GLint size, GLenum type,
  /toolchain/binutils/binutils-2.25/include/coff/
xcoff.h 296 long indx; member in struct:xcoff_link_hash_entry
  /external/skia/include/gpu/gl/
GrGLFunctions.h 176 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib1fProc)(GrGLuint indx, const GrGLfloat value);
177 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib2fvProc)(GrGLuint indx, const GrGLfloat* values);
178 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib3fvProc)(GrGLuint indx, const GrGLfloat* values);
179 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttrib4fvProc)(GrGLuint indx, const GrGLfloat* values);
181 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribIPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLsizei stride, const GrGLvoid* ptr);
182 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLVertexAttribPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc     [all...]

Completed in 955 milliseconds

1 2 3 4 56 7 8 91011