Searched refs:tempValue (Results 1 – 6 of 6) sorted by relevance
/third_party/gptfdisk/ |
D | support.cc | 317 char* tempValue = NULL; in ReverseBytes() local 320 tempValue = new char [numBytes]; in ReverseBytes() 321 if (tempValue != NULL) { in ReverseBytes() 322 memcpy(tempValue, theValue, numBytes); in ReverseBytes() 324 ((char*) theValue)[i] = tempValue[numBytes - i - 1]; in ReverseBytes() 325 delete[] tempValue; in ReverseBytes()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 296 long tempValue = 0; in parseRuleDescriptor() local 307 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor() 319 setBaseValue(tempValue); in parseRuleDescriptor() 326 tempValue = 0; in parseRuleDescriptor() 331 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor() 344 radix = (int)tempValue; in parseRuleDescriptor()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFRule.java | 297 long tempValue = 0; in parseRuleDescriptor() local 308 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor() 320 setBaseValue(tempValue); in parseRuleDescriptor() 327 tempValue = 0; in parseRuleDescriptor() 332 tempValue = tempValue * 10 + (c - '0'); in parseRuleDescriptor() 345 radix = (int)tempValue; in parseRuleDescriptor()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 4193 GLint tempValue[16] = {0}; in getUniformInternal() local 4194 mProgram->getUniformiv(context, location.value, tempValue); in getUniformInternal() 4196 dataOut, reinterpret_cast<const uint8_t *>(tempValue), components); in getUniformInternal() 4201 GLint tempValue[16] = {0}; in getUniformInternal() local 4202 mProgram->getUniformiv(context, location.value, tempValue); in getUniformInternal() 4203 UniformStateQueryCastLoop<GLint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal() 4209 GLuint tempValue[16] = {0}; in getUniformInternal() local 4210 mProgram->getUniformuiv(context, location.value, tempValue); in getUniformInternal() 4211 UniformStateQueryCastLoop<GLuint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal() 4217 GLfloat tempValue[16] = {0}; in getUniformInternal() local [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Program.cpp | 4501 GLint tempValue[16] = {0}; in getUniformInternal() local 4502 mProgram->getUniformiv(context, location, tempValue); in getUniformInternal() 4504 dataOut, reinterpret_cast<const uint8_t *>(tempValue), components); in getUniformInternal() 4509 GLint tempValue[16] = {0}; in getUniformInternal() local 4510 mProgram->getUniformiv(context, location, tempValue); in getUniformInternal() 4511 UniformStateQueryCastLoop<GLint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal() 4517 GLuint tempValue[16] = {0}; in getUniformInternal() local 4518 mProgram->getUniformuiv(context, location, tempValue); in getUniformInternal() 4519 UniformStateQueryCastLoop<GLuint>(dataOut, reinterpret_cast<const uint8_t *>(tempValue), in getUniformInternal() 4525 GLfloat tempValue[16] = {0}; in getUniformInternal() local [all …]
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 455 let tempValue = JSON.parse(temp.value) 456 result.values.push(tempValue)
|