OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixp
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cvaux/src/
cvclique.cpp
67
int*
fixp
; //node with minimal disconnections
198
finder->
fixp
= new int[N+1]; //node with minimal disconnections
239
delete finder->
fixp
; //node with minimal disconnections
274
int*
fixp
= finder->
fixp
; //node with minimal disconnections
325
fixp
[k] = p; //set current point as fixed
335
nod[k] = 1; //nod is aux variable, 1 means
fixp
== s
467
if( !connected[
fixp
[k]][old[s[k]]])
505
int*
fixp
= new int[N]; //node with minimal disconnections
572
fixp
[k] = p; //set current point as fixe
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
323
int*
fixp
; //node with minimal disconnections
member in struct:CvCliqueFinder
[
all
...]
/external/valgrind/main/helgrind/
libhb_core.c
861
void alloc_F_for_writing ( /*MOD*/SecMap* sm, /*OUT*/Word*
fixp
) {
874
*
fixp
= (Word)i;
[
all
...]
Completed in 2965 milliseconds