OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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.
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/memcheck/tests/
atomic_incs.c
21
#define
NNN
3456987
505
for (i = 0; i <
NNN
; i++) {
520
for (i = 0; i <
NNN
; i++) {
Completed in 173 milliseconds