Searched defs:tmpval (Results 1 - 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libjasper/
H A Djp2_cod.c685 uint_fast64_t tmpval; local
689 tmpval = 0;
691 tmpval <<= 8;
695 tmpval |= (c & 0xff);
697 *val = tmpval;
/external/libxml2/
H A Dxmlschemastypes.c2917 xmlChar *tmpval, *cur; local
2923 tmpval = xmlStrdup(value);
2924 for (cur = tmpval; *cur; ++cur) {
2932 uri = xmlParseURI((const char *) tmpval);
2933 xmlFree(tmpval);
/external/netperf/src/
H A Dnettest_omni.c2500 char tmpval[1024]; local
2511 my_snprintf(tmpval,
2616 char tmpval[1024]; local
2627 my_snprintf(tmpval,
2631 snprintf(tmpval,
2638 tmpval);
2653 char tmpval[1024]; /* excessive, but we may have the command line */ local
2677 vallen = my_snprintf(tmpval,
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 345 milliseconds