Home
last modified time | relevance | path

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

/system/extras/crypto-perf/
Dcrypto.cpp10 #define MAX_COUNT 1000000000ULL macro
127 while (count < MAX_COUNT) { in main()
136 MAX_COUNT * NUM_INSTS_GARBAGE); in main()
138 (float)(MAX_COUNT * NUM_INSTS_GARBAGE * USEC_PER_SEC) / in main()
142 (float)(MAX_COUNT * NUM_INSTS_GARBAGE * USEC_PER_SEC) / in main()
150 while (count < MAX_COUNT) { in main()
159 MAX_COUNT * NUM_INSTS_GARBAGE); in main()
161 (float)(MAX_COUNT * NUM_INSTS_GARBAGE * USEC_PER_SEC) / in main()
165 (float)(MAX_COUNT * NUM_INSTS_GARBAGE * USEC_PER_SEC) / in main()
/system/core/libutils/
DRefBase.cpp133 #define MAX_COUNT 0xfffff macro
141 ((c) == 0 || ((c) & (~(MAX_COUNT | INITIAL_STRONG_VALUE))) != 0)
144 #define BAD_WEAK(c) ((c) == 0 || ((c) & (~MAX_COUNT)) != 0)