OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcnt
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
arc-dis.h
76
unsigned char
tcnt
;
member in struct:arcDisState
arc-dis.c
166
#define add_target(x) (state->targets[state->
tcnt
++] = (x))
564
state->
tcnt
= 0;
/external/toybox/toys/pending/
bootchartd.c
165
long
tcnt
= 60 * 1000 * 1000 / TT.smpl_period_usec;
local
167
if (
tcnt
<= 0)
tcnt
= 1;
175
while (--
tcnt
&& !toys.signal) {
196
if (
tcnt
> 2 * 1000 * 1000 / TT.smpl_period_usec)
197
tcnt
= 2 * 1000 * 1000 / TT.smpl_period_usec;
/ndk/sources/host-tools/make-3.81/
main.c
3014
unsigned int
tcnt
= 1;
local
[
all
...]
Completed in 97 milliseconds