HomeSort by relevance Sort by last modified time
    Searched refs:tindex (Results 1 - 17 of 17) sorted by null

  /external/clang/test/Sema/
usual-float.c 6 void foo(int dir, int n, int tindex) {
10 float ang = (float) tindex * (-dir*2.0f*PI/n);
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollArrayWrapper.java 90 PollArrayWrapper target, int tindex) {
91 target.putDescriptor(tindex, source.getDescriptor(sindex));
92 target.putEventOps(tindex, source.getEventOps(sindex));
93 target.putReventOps(tindex, source.getReventOps(sindex));
  /toolchain/binutils/binutils-2.25/binutils/
wrstabs.c 398 long tindex, bfd_boolean definition, unsigned int size)
404 s->index = tindex;
422 stab_push_defined_type (struct stab_write_handle *info, long tindex,
427 sprintf (buf, "%ld", tindex);
428 return stab_push_string (info, buf, tindex, FALSE, size);
591 long tindex;
594 tindex = info->type_index;
597 sprintf (buf, "%ld=%ld", tindex, tindex);
599 return stab_push_string (info, buf, tindex, FALSE, 0)
589 long tindex; local
612 long tindex; local
649 long tindex; local
702 long tindex; local
734 long tindex; local
751 long tindex; local
786 long tindex = 0; local
850 long tindex; local
1022 long tindex; local
1074 long tindex; local
1312 long tindex; local
1415 long tindex; local
1868 long tindex; local
1884 long tindex; local
2051 long tindex; local
    [all...]
coffgrok.c 48 static struct coff_symbol **tindex; variable in typeref:struct:coff_symbol
194 r->symbol = tindex[idx];
377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
568 tindex[i] = s;
739 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount));
stabs.c 3298 int tindex; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 252 unsigned int tindex = 0; local
257 tindex = t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
266 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
308 unsigned int tindex = nindex % TCount; local
310 if (!tindex &&
331 (!tindex &&
337 TBase + tindex};
340 (!tindex || font->has_glyph (decomposed[2])))
342 unsigned int s_len = tindex ? 3 : 2;
355 if (has_glyph && !tindex)
    [all...]
  /external/v8/src/compiler/
loop-analysis.cc 162 int tindex = to->id() * width_; local
164 uint32_t marks = backward_[tindex + i] & forward_[findex + i];
165 uint32_t prev = forward_[tindex + i];
167 forward_[tindex + i] = next;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreenodestream.c 67 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
207 stream->tnstream->istream->index = tindex;
349 stream->tnstream->istream->index = tindex;
715 tindex (pANTLR3_INT_STREAM is) function
antlr3tokenstream.c 74 static ANTLR3_MARKER tindex (pANTLR3_INT_STREAM is);
315 stream->tstream->istream->index = tindex;
882 tindex (pANTLR3_INT_STREAM is) function
  /toolchain/binutils/binutils-2.25/bfd/
xsym.c 1129 bfd_sym_type_table_entry tindex; local
1140 if (bfd_sym_fetch_type_table_entry (abfd, &tindex, sym_index - 100) < 0)
1142 if (bfd_sym_fetch_type_information_table_entry (abfd, entry, tindex) < 0)
    [all...]
elf32-tic6x.c     [all...]
elf32-arm.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-gen.c 2709 int tindex = 0; local
    [all...]
  /external/dlmalloc/
malloc.c 3318 bindex_t tindex = t->index; local
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 3169 milliseconds