Home
last modified time | relevance | path

Searched refs:tempValue (Results 1 - 5 of 5) sorted by relevance

/third_party/gptfdisk/
H A Dsupport.cc326 char* tempValue = NULL; in ReverseBytes() local
329 tempValue = new char [numBytes]; in ReverseBytes()
330 if (tempValue != NULL) { in ReverseBytes()
331 memcpy(tempValue, theValue, numBytes); in ReverseBytes()
333 ((char*) theValue)[i] = tempValue[numBytes - i - 1]; in ReverseBytes()
334 delete[] tempValue; in ReverseBytes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFRule.java296 long tempValue = 0; in parseRuleDescriptor()
301 // into "tempValue", skip periods, commas, and spaces, in parseRuleDescriptor()
307 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
319 setBaseValue(tempValue); in parseRuleDescriptor()
323 // in tempValue, skip punctuation, stop on a > mark, and in parseRuleDescriptor()
326 tempValue = 0; in parseRuleDescriptor()
331 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
342 // tempValue no in parseRuleDescriptor()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNFRule.java297 long tempValue = 0; in parseRuleDescriptor()
302 // into "tempValue", skip periods, commas, and spaces, in parseRuleDescriptor()
308 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
320 setBaseValue(tempValue); in parseRuleDescriptor()
324 // in tempValue, skip punctuation, stop on a > mark, and in parseRuleDescriptor()
327 tempValue = 0; in parseRuleDescriptor()
332 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor()
343 // tempValue no in parseRuleDescriptor()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp4193 GLint tempValue[16] = {0};
4194 mProgram->getUniformiv(context, location.value, tempValue);
4196 dataOut, reinterpret_cast<const uint8_t *>(tempValue), components);
4201 GLint tempValue[16] = {0};
4202 mProgram->getUniformiv(context, location.value, tempValue);
4203 UniformStateQueryCastLoop<GLint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue),
4209 GLuint tempValue[16] = {0};
4210 mProgram->getUniformuiv(context, location.value, tempValue);
4211 UniformStateQueryCastLoop<GLuint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue),
4217 GLfloat tempValue[1
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 10 milliseconds