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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/bfd/
elf-m10200.c 652 unsigned long indx;
656 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
657 h = elf_sym_hashes (abfd)[indx];
651 unsigned long indx; local
    [all...]
elf32-crx.c 1050 unsigned long indx; local
1054 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
1055 h = elf_sym_hashes (abfd)[indx];
    [all...]
elf32-ip2k.c 298 unsigned long indx; local
301 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
302 h = elf_sym_hashes (abfd)[indx];
    [all...]
elf32-m68hc11.c 829 unsigned long indx;
833 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
834 h = elf_sym_hashes (abfd)[indx];
827 unsigned long indx; local
    [all...]
elf32-sh.c 653 unsigned long indx;
656 indx = ELF32_R_SYM (irelfn->r_info) - symtab_hdr->sh_info;
657 h = elf_sym_hashes (abfd)[indx];
650 unsigned long indx; local
5209 int dr_type, indx; local
5417 int indx; local
    [all...]
elfxx-mips.c 3231 int indx = 0; local
3325 int indx; local
6352 long indx; local
13245 unsigned long indx; local
13495 unsigned long indx; local
    [all...]
elf32-s390.c 2977 int dr_type, indx; local
3120 int indx; local
    [all...]
elf64-s390.c 2947 int dr_type, indx; local
3090 int indx; local
    [all...]
elf32-cris.c 1501 long indx; local
    [all...]
linker.c 960 unsigned int indx; local
    [all...]
elf32-cr16.c 1847 unsigned long indx; local
2881 unsigned long indx; local
    [all...]
elf32-h8300.c 804 unsigned long indx;
808 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
809 h = elf_sym_hashes (abfd)[indx];
803 unsigned long indx; local
    [all...]
elf32-m32c.c 1246 unsigned long indx; local
    [all...]
coff-rs6000.c 484 int indx, int numaux, void * in1)
502 if (indx == 0)
517 if (indx + 1 == numaux)
594 int indx ATTRIBUTE_UNUSED,
621 if (indx + 1 == numaux)
3565 bfd_size_type indx; local
    [all...]
elf32-metag.c 1783 int indx; local
    [all...]
elf64-alpha.c 3590 unsigned long indx; local
3928 unsigned 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...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 64 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
66 glVertexAttribPointer(indx, size, type, normalized, stride, pointer);
70 static void glVertexAttribIPointerBounds(GLuint indx, GLint size, GLenum type,
72 glVertexAttribIPointer(indx, size, type, stride, pointer);
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 549 int indx; local
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengles2.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengles2.h     [all...]
  /system/bt/btif/co/
bta_av_co.cc 51 #define BTA_AV_CO_AUDIO_INDX_TO_HNDL(indx) (((indx) + 1) | BTA_AV_CHNL_AUDIO)
    [all...]

Completed in 2084 milliseconds

1 2 3 4 5 6 78 91011>>