OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tindex
(Results
1 - 7
of
7
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
values.c
122
int
tindex
, cindex;
local
124
tindex
= perf_read_values__findnew_thread(values, pid, tid);
127
values->value[
tindex
][cindex] = value;
/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
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-hangul.cc
257
unsigned int
tindex
= 0;
local
262
tindex
= t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
271
hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount +
tindex
;
312
unsigned int
tindex
= nindex % TCount;
local
314
if (!
tindex
&&
335
(!
tindex
&&
341
TBase +
tindex
};
344
(!
tindex
|| font->has_glyph (decomposed[2])))
346
unsigned int s_len =
tindex
? 3 : 2;
359
if (has_glyph && !
tindex
)
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc
248
unsigned int
tindex
= 0;
local
253
tindex
= t - TBase; /* Only used if isCombiningT (t); otherwise invalid. */
262
hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount +
tindex
;
303
unsigned int
tindex
= nindex % TCount;
local
305
if (!
tindex
&&
326
(!
tindex
&&
332
TBase +
tindex
};
335
(!
tindex
|| font->has_glyph (decomposed[2])))
337
unsigned int s_len =
tindex
? 3 : 2;
350
if (has_glyph && !
tindex
)
[
all
...]
/bionic/libc/upstream-dlmalloc/
malloc.c
3318
bindex_t
tindex
= t->index;
local
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
2649
bindex_t
tindex
= t->index;
local
[
all
...]
Completed in 6184 milliseconds