OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el2
(Results
1 - 5
of
5
) sorted by null
/external/e2fsprogs/lib/et/
error_message.c
274
struct et_list *
el2
= 0;
local
283
if (
el2
) /* Not the beginning of the list */
284
el2
->next = el->next;
296
el2
= el;
/libcore/luni/src/main/java/org/apache/harmony/lang/annotation/
AnnotationFactory.java
151
for (AnnotationMember
el2
: defs) {
152
if (
el2
.name.equals(el1.name)) {
197
for (AnnotationMember
el2
: other.elements) {
198
if (el1.equals(
el2
)) {
/external/opencv/cvaux/src/
cvfacedetection.cpp
52
int CV_CDECL CompareContourRect(const void* el1, const void*
el2
, void* userdata);
282
int CV_CDECL CompareContourRect(const void* el1, const void*
el2
, void* /*userdata*/)
284
return (((CvContourRect*)el1)->pCenter.y - ((CvContourRect*)
el2
)->pCenter.y);
285
}// int CV_CDECL CompareContourRect(const void* el1, const void*
el2
, void* userdata)
cvvecfacetracking.cpp
229
int CV_CDECL CompareEnergy(const void* el1, const void*
el2
, void*)
231
return ((CvTrackingRect*)el1)->iEnergy - ((CvTrackingRect*)
el2
)->iEnergy;
232
}// int CV_CDECL CompareEnergy(const void* el1, const void*
el2
, void*)
[
all
...]
/external/icu4c/common/
caniter.cpp
372
int32_t
el2
= -1;
local
374
ne2 = permutations.nextElement(
el2
);
392
ne2 = permutations.nextElement(
el2
);
Completed in 95 milliseconds