OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_n
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc
480
uptr
max_n
;
member in struct:__sanitizer::DlIteratePhdrData
486
if (data->current_n == data->
max_n
)
/external/opencv/cv/src/
cvhough.cpp
559
int max_val = threshold-1,
max_n
= 0;
local
587
max_n
= n;
597
a = -ttab[
max_n
*2+1];
598
b = ttab[
max_n
*2];
[
all
...]
Completed in 2978 milliseconds