HomeSort by relevance Sort by last modified time
    Searched defs:NNN (Results 1 - 3 of 3) 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/llvm/utils/TableGen/
X86ModRMFilters.h 93 /// nnn field [bits 5-3], known elsewhere as the reg field.
104 /// byte. If c0_ff is false, the required value of the nnn
145 /// mod field [bits 7-6] and the value of the nnn field [bits 5-3].
149 uint8_t NNN;
155 /// @nnn - The required value of the nnn field.
156 ExtendedFilter(bool r, uint8_t nnn) :
159 NNN(nnn) {
165 (((modRM & 0x38) >> 3) == NNN))
    [all...]
  /external/valgrind/main/memcheck/tests/
atomic_incs.c 21 #define NNN 3456987
409 for (i = 0; i < NNN; i++) {
424 for (i = 0; i < NNN; i++) {

Completed in 840 milliseconds