Home
last modified time | relevance | path

Searched refs:tmpBuffer (Results 1 – 5 of 5) sorted by relevance

/external/mdnsresponder/mDNSWindows/
Dloclibrary.c184 char tmpBuffer[TMP_BUF_SIZE]; in PathForResourceWithPathA() local
188 snprintf(tmpBuffer, MAX_PATH, "%s.Resources\\%s", path, nm); in PathForResourceWithPathA()
190 if (!PathFileExistsA(tmpBuffer)) { in PathForResourceWithPathA()
197 snprintf(tmpBuffer, TMP_BUF_SIZE, in PathForResourceWithPathA()
200 if (PathFileExistsA(tmpBuffer)) { in PathForResourceWithPathA()
201 snprintf(tmpBuffer, TMP_BUF_SIZE, "%s\\%s", tmpBuffer, nm); in PathForResourceWithPathA()
203 if (!PathFileExistsA(tmpBuffer)) return 0; in PathForResourceWithPathA()
205 strncpy(locFile, tmpBuffer, locFileLen); in PathForResourceWithPathA()
210 snprintf(tmpBuffer, TMP_BUF_SIZE, "%s.Resources\\%s.lproj\\%s", in PathForResourceWithPathA()
214 if (!PathFileExistsA(tmpBuffer)) return 0; in PathForResourceWithPathA()
[all …]
/external/skia/src/effects/
DSkBlurMask.cpp553 SkAutoTMalloc<uint8_t> tmpBuffer(dstSize); in BoxBlur() local
554 uint8_t* tp = tmpBuffer.get(); in BoxBlur()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp3064 char tmpBuffer[CMSG_SPACE(sizeof(int))]; in testMemoryFdSendOverSocket() local
3069 msg.msg_control = tmpBuffer; in testMemoryFdSendOverSocket()
3070 msg.msg_controllen = sizeof(tmpBuffer); in testMemoryFdSendOverSocket()
3092 char tmpBuffer[CMSG_SPACE(sizeof(int))]; in testMemoryFdSendOverSocket() local
3098 msg.msg_control = tmpBuffer; in testMemoryFdSendOverSocket()
3099 msg.msg_controllen = sizeof(tmpBuffer); in testMemoryFdSendOverSocket()
/external/deqp/framework/common/
DtcuAstcUtil.cpp2934 } tmpBuffer; in isValidBlock() local
2936 …mpressResult result = decompressBlock((isSRGB ? (void*)&tmpBuffer.sRGB[0] : (void*)&tmpBuffer.li… in isValidBlock()
/external/clang/lib/Sema/
DSemaLookup.cpp4824 std::string tmpBuffer; in getAsString() local
4825 llvm::raw_string_ostream PrefixOStream(tmpBuffer); in getAsString()