Searched refs:NNN (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/VEX/test/
H A Drounderr.c37 #define NNN 1000 macro
71 const size_t nacc2 = NNN+1;
72 double numacc2[NNN+1] ;
76 for (i = 1 ; i < NNN; i += 2)
79 for (i = 1 ; i < NNN; i += 2)
/external/valgrind/main/memcheck/tests/
H A Dsh-mem.c125 // (NNN = 1, 2, 4 or 8), with varying alignments, of values with
134 #define DO(NNN, Ty, ITy, isF4) \
135 fprintf(stderr, "-- NNN: %d %s %s ------------------------\n", \
136 NNN, #Ty, #ITy); \
137 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
139 for (h = 0; h < NNN; h++) { \
148 fprintf(stderr, "h = %d (checking %d..%d) ", h, h, (int)(n-NNN+h)); \
153 U8 tmp = build(NNN, j); \
161 (void)VALGRIND_MAKE_MEM_DEFINED(&undefN_ITyDef, NNN); \
[all...]
H A Datomic_incs.c21 #define NNN 3456987 macro
708 for (i = 0; i < NNN; i++) {
723 for (i = 0; i < NNN; i++) {
/external/llvm/utils/TableGen/
H A DX86ModRMFilters.h92 uint8_t NNN; member in class:llvm::X86Disassembler::ExtendedFilter
102 NNN(nnn) {
108 (((modRM & 0x38) >> 3) == NNN));
/external/valgrind/main/helgrind/tests/
H A Dannotate_hbefore.c302 #define NNN 1000000
308 for (i = 0; i < NNN; i++)

Completed in 153 milliseconds