HomeSort by relevance Sort by last modified time
    Searched full:indx (Results 226 - 250 of 327) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
elf32-cr16.c 1847 unsigned long indx; local
2881 unsigned long indx; local
    [all...]
elf32-cris.c 1501 long indx; local
    [all...]
elf64-ia64-vms.c 479 unsigned long indx; local
482 indx = ELF64_R_SYM (irel->r_info) - symtab_hdr->sh_info;
483 h = elf_sym_hashes (abfd)[indx];
1945 long indx = r_symndx - symtab_hdr->sh_info; local
2092 long indx = r_symndx - symtab_hdr->sh_info; local
    [all...]
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...]
elf32-arm.c 9537 int indx = 0; local
13453 int indx; local
    [all...]
elf32-tic6x.c 2460 long indx; local
    [all...]
coff-alpha.c     [all...]
elf32-m32c.c 1246 unsigned long indx; local
    [all...]
elf32-rl78.c 1722 unsigned long indx; local
    [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...]
elf64-ppc.c 12689 unsigned int indx; local
13974 unsigned long indx = 0; local
14429 long indx = 0; local
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 235 void GL2Encoder::s_glVertexAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr)
239 ctx->m_state->setState(indx, size, type, normalized, stride, ptr);
    [all...]
  /system/bt/btif/co/
bta_av_co.c 57 #define BTA_AV_CO_AUDIO_INDX_TO_HNDL(indx) (((indx) + 1) | BTA_AV_CHNL_AUDIO)
    [all...]
  /external/libhevc/decoder/
ihevcd_parse_slice_header.c 307 * but the first one to be parsed, set the current slice indx to 1
    [all...]
  /external/libxml2/
uri.c 1883 int ret, len, indx, cur, out; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 299 [ 'indx'(<Odml index data>) ]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 598 video->MaxLongTermFrameIdx = -1; /* no long-term frame indx */
    [all...]
  /frameworks/base/core/jni/
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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 499 form = 'indx'
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 659 'index' : 'indx', # keyform designating indexed access
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 499 form = 'indx'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>