HomeSort by relevance Sort by last modified time
    Searched refs:NNN (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/VEX/test/
rounderr.c 37 #define NNN 1000
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/
sh-mem.c 124 // (NNN = 1, 2, 4 or 8), with varying alignments, of values with
133 #define DO(NNN, Ty, ITy, isF4) \
134 fprintf(stderr, "-- NNN: %d %s %s ------------------------\n", NNN, #Ty, #ITy); \
135 /* For all of the alignments from (0..NNN-1), eg. if NNN==4, we do */ \
137 for (h = 0; h < NNN; h++) { \
146 fprintf(stderr, "h = %d (checking %d..%d) ", h, h, (int)(n-NNN+h)); \
151 U8 tmp = build(NNN, j); \
159 VALGRIND_MAKE_MEM_DEFINED(&undefN_ITyDef, NNN); \
    [all...]
atomic_incs.c 21 #define NNN 3456987
505 for (i = 0; i < NNN; i++) {
520 for (i = 0; i < NNN; i++) {
  /external/llvm/utils/TableGen/
X86ModRMFilters.h 93 /// nnn field [bits 5-3], known elsewhere as the reg field.
106 /// of the nnn field.
146 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
150 uint8_t NNN;
156 /// \param nnn The required value of the nnn field.
157 ExtendedFilter(bool r, uint8_t nnn) :
160 NNN(nnn) {
166 (((modRM & 0x38) >> 3) == NNN))
    [all...]
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 235 #define NNN 1000000
241 for (i = 0; i < NNN; i++)
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 286 milliseconds