Searched refs:ivalue (Results 1 - 9 of 9) sorted by relevance

/external/libvorbis/vq/
H A Dbookutil.h30 extern int get_next_ivalue(FILE *in,long *ivalue);
H A Dbookutil.c159 int get_next_ivalue(FILE *in,long *ivalue){ argument
162 *ivalue=value;
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.cpp249 // Spec: Step 1 - the default option index is determined using iname and ivalue
288 // Spec: If the default option index is empty and the 'ivalue' attribute is specified,
290 String ivalue = this->ivalue(); local
291 if (m_defaultOptionIndices.isEmpty() && !ivalue.isEmpty())
292 m_defaultOptionIndices = parseIndexValueString(ivalue);
550 String WMLSelectElement::ivalue() const function in class:WMLSelectElement
H A DWMLSelectElement.h111 String ivalue() const;
/external/opencv/cv/src/
H A Dcvutils.cpp344 const int* ivalue = (const int*)value; local
345 int v0 = ivalue[0];
356 if( ivalue[j] != ivalue[0] )
377 idst[j] = ivalue[j];
396 idst[j+k] = ivalue[k];
398 idst[j+k] = ivalue[k];
/external/opencv/cxcore/src/
H A Dcxarray.cpp1859 int ivalue = cvRound(value); local
1863 *(uchar*)data = CV_CAST_8U(ivalue);
1866 *(char*)data = CV_CAST_8S(ivalue);
1869 *(ushort*)data = CV_CAST_16U(ivalue);
1872 *(short*)data = CV_CAST_16S(ivalue);
1875 *(int*)data = CV_CAST_32S(ivalue);
H A Dcxpersistence.cpp706 int ivalue = cvRound(value); local
707 if( ivalue == value )
708 sprintf( buf, "%d.", ivalue );
746 int ivalue = cvRound(value); local
747 if( ivalue == value )
748 sprintf( buf, "%d.", ivalue );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 576 milliseconds