Home
last modified time | relevance | path

Searched refs:inputBytes (Results 1 - 12 of 12) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match() local
39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match()
45 int32_t b = inputBytes[i]; in match()
71 b = inputBytes[i]; in match()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match() local
39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match()
45 int32_t b = inputBytes[i]; in match()
71 b = inputBytes[i]; in match()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrutf8.cpp33 const uint8_t *inputBytes = input->fRawInput; in match() local
39 inputBytes[0] == 0xEF && inputBytes[1] == 0xBB && inputBytes[2] == 0xBF) { in match()
45 int32_t b = inputBytes[i]; in match()
71 b = inputBytes[i]; in match()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.hpp173 std::vector<deUint8> inputBytes; in compareWithRetvals() local
174 inputs[0].getBytes(inputBytes); in compareWithRetvals()
176 const deUint32* inputValues = reinterpret_cast<deUint32*>(&inputBytes.front()); in compareWithRetvals()
177 const size_t inputValuesCount = inputBytes.size() / sizeof(deUint32); in compareWithRetvals()
H A DvktSpvAsmComputeShaderCase.cpp504 vector<deUint8> inputBytes; in iterate() local
506 input->getBytes(inputBytes); in iterate()
508 const size_t numBytes = inputBytes.size(); in iterate()
513 setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front(), m_shaderSpec.coherentMemory); in iterate()
521 vector<deUint8> inputBytes; in iterate() local
523 input->getBytes(inputBytes); in iterate()
525 const size_t numBytes = inputBytes.size(); in iterate()
533 setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front()); in iterate()
H A DvktSpvAsmTypeTests.cpp1677 vector<deUint8> inputBytes[4];
1687 inputs[ndxCount].getBytes(inputBytes[ndxCount]);
1688 input[ndxCount] = reinterpret_cast<const T*>(&inputBytes[ndxCount].front());
H A DvktSpvAsmInstructionTests.cpp17605 vector<deUint8> inputBytes[3];
17608 inputs[inputNdx].getBytes(inputBytes[inputNdx]);
17612 inputs.size() >= 1 ? (const deFloat16*)&inputBytes[0][0] : DE_NULL,
17613 inputs.size() >= 2 ? (const deFloat16*)&inputBytes[1][0] : DE_NULL,
17614 inputs.size() >= 3 ? (const deFloat16*)&inputBytes[2][0] : DE_NULL,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.hpp173 std::vector<deUint8> inputBytes; in compareWithRetvals() local
174 inputs[0].getBytes(inputBytes); in compareWithRetvals()
176 const deUint32* inputValues = reinterpret_cast<deUint32*>(&inputBytes.front()); in compareWithRetvals()
177 const size_t inputValuesCount = inputBytes.size() / sizeof(deUint32); in compareWithRetvals()
H A DvktSpvAsmComputeShaderCase.cpp504 vector<deUint8> inputBytes; in iterate() local
506 input->getBytes(inputBytes); in iterate()
508 const size_t numBytes = inputBytes.size(); in iterate()
513 setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front(), m_shaderSpec.coherentMemory); in iterate()
521 vector<deUint8> inputBytes; in iterate() local
523 input->getBytes(inputBytes); in iterate()
525 const size_t numBytes = inputBytes.size(); in iterate()
533 setMemory(vkdi, device, &*bufferAlloc, numBytes, &inputBytes.front()); in iterate()
H A DvktSpvAsmTypeTests.cpp1679 vector<deUint8> inputBytes[4];
1689 inputs[ndxCount].getBytes(inputBytes[ndxCount]);
1690 input[ndxCount] = reinterpret_cast<const T*>(&inputBytes[ndxCount].front());
H A DvktSpvAsmInstructionTests.cpp17507 vector<deUint8> inputBytes[3];
17510 inputs[inputNdx].getBytes(inputBytes[inputNdx]);
17514 inputs.size() >= 1 ? (const deFloat16*)&inputBytes[0][0] : DE_NULL,
17515 inputs.size() >= 2 ? (const deFloat16*)&inputBytes[1][0] : DE_NULL,
17516 inputs.size() >= 3 ? (const deFloat16*)&inputBytes[2][0] : DE_NULL,
/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 62 milliseconds