OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nIter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ssse3.c
196
int
nIter
= atoi( pArgv[ 1 ] );
199
for ( i = 0; i <
nIter
; i++ )
/external/chromium_org/third_party/sqlite/src/test/
threadtest3.c
901
int
nIter
= 0; /* Iterations so far */
929
nIter
++;
934
return sqlite3_mprintf("%d iterations",
nIter
);
[
all
...]
Completed in 248 milliseconds