HomeSort by relevance Sort by last modified time
    Searched defs:STATS (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/linker/
linker_debug.h 47 #define STATS 0
  /external/ltp/utils/ffsb-6.0-rc2/
parser.h 45 #define STATS 0x0010
116 {"stats", STATS, 5}, \
  /external/lzma/C/
Ppmd7.c 30 #define STATS(ctx) Ppmd7_GetStats(p, ctx)
307 p->MinContext->Stats = REF(p->FoundState);
361 for (s = STATS(c); s->Symbol != p->FoundState->Symbol; s++);
385 for (s = STATS(c); s->Symbol != upState.Symbol; s++);
441 CPpmd_State *s = STATS(c);
525 oldPtr = STATS(c);
528 c->Stats = STATS_REF(ptr);
542 c->Stats = REF(s);
562 CPpmd_State *s = STATS(c) + ns1;
575 CPpmd_State *stats = STATS(p->MinContext); local
    [all...]