/external/deqp/framework/randomshaders/ |
rsgBuiltinFunctions.hpp | 147 inline float operator() (float outMin, float outMax) const { return C::getCompWeight(outMin, outMax); } 153 inline void operator() (float outMin, float outMax, float& inMin, float& inMax) const { C::computeValueRange(outMin, outMax, inMin, inMax); } 182 static inline float getCompWeight (float outMin, float outMax) 184 if (Scalar::min<float>() == outMin || Scalar::max<float>() == outMax) 189 if (!C::transformValueRange(outMin, outMax, inMin, inMax)) 196 if (outMin == outMax) 201 float valRangeLen = outMax - outMin; 206 static inline void computeValueRange (float outMin, float outMax, float& inMin, float& inMax [all...] |
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
LZDecoder.java | 45 public void setLimit(int outMax) { 46 if (buf.length - pos <= outMax) 49 limit = pos + outMax;
|
/external/libvncserver/libvncserver/ |
tableinit24.c | 27 rfbInitOneRGBTable24 (uint8_t *table, int inMax, int outMax, int outShift,int swap); 139 rfbInitOneRGBTable24 (uint8_t *table, int inMax, int outMax, int outShift, 148 outValue = ((i * outMax + inMax / 2) / inMax) << outShift;
|
tableinittctemplate.c | 50 rfbInitOneRGBTableOUT (OUT_T *table, int inMax, int outMax, int outShift, 122 rfbInitOneRGBTableOUT (OUT_T *table, int inMax, int outMax, int outShift, 129 table[i] = ((i * outMax + inMax / 2) / inMax) << outShift;
|
/external/curl/lib/ |
strerror.c | 765 size_t outmax; local 776 outmax = sizeof(conn->syserr_buf)-1; 1030 strncpy(outbuf, txt, outmax); 1032 snprintf(outbuf, outmax, 1075 snprintf(outbuf, outmax, "%s - %s", str, msg); 1077 strncpy(outbuf, str, outmax); 1087 strncpy(outbuf, txt, outmax); 1091 outbuf[outmax] = '\0';
|
/external/libpng/contrib/libtests/ |
pngvalid.c | 9404 unsigned int outmax; member in struct:validate_info 9429 const unsigned int outmax = (1U<<out_depth)-1; local 9597 const unsigned int outmax = vi->outmax; local [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.h | 281 virtual bool getAttributeMax(uint32_t attrID, uint32_t* outMax);
|
ResourceTable.cpp | [all...] |
/external/libxml2/ |
xmlreader.c | 5783 unsigned long outmax; \/* size of out[] *\/ local [all...] |
/frameworks/base/libs/androidfw/include/androidfw/ |
ResourceTypes.h | [all...] |