Home
last modified time | relevance | path

Searched refs:CNTCHUNKSIZE (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_mprf.c25 #define CNTCHUNKSIZE 128 macro
27 #define CNTCHUNKSIZE 256 macro
29 #define CNTCHUNKSIZE 1024 macro
49 CNT counts[CNTCHUNKSIZE]; /* The array of count information. */
69 CNT_packed counts[CNTCHUNKSIZE]; /* The array of count information. */
306 if (!__cntTail__ || __cntTail__->numUsed == CNTCHUNKSIZE) { in __ghs_indmcount()