Home
last modified time | relevance | path

Searched refs:size3 (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dstd_based_type.hpp38 typedef tvec3<std::size_t, defaultp> size3; typedef
/third_party/skia/tests/
H A DMatrixTest.cpp168 size_t size3 = SkMatrixPriv::ReadFromMemory(&m2, buffer, kBufferSize); in test_flatten() local
169 REPORTER_ASSERT(reporter, size1 == size3); in test_flatten()
173 size3 = SkMatrixPriv::WriteToMemory(m2, buffer2); in test_flatten()
174 REPORTER_ASSERT(reporter, size1 == size3); in test_flatten()
H A DPathTest.cpp2645 size_t size3 = p2.readFromMemory(buffer, 1024); in test_flattening() local
2646 REPORTER_ASSERT(reporter, size1 == size3); in test_flattening()
2649 size3 = p2.readFromMemory(buffer, 0); in test_flattening()
2650 REPORTER_ASSERT(reporter, !size3); in test_flattening()
2653 size3 = tooShort.readFromMemory(buffer, size1 - 1); in test_flattening()
2657 size3 = p2.writeToMemory(buffer2); in test_flattening()
2658 REPORTER_ASSERT(reporter, size1 == size3); in test_flattening()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc596 // 'size2 or 'size3, for Advanced SIMD instructions, 2 or 3 registers. in FormatOption()
598 STRING_STARTS_WITH(format, "size3")); in FormatOption()
2044 Format(instr, "vqadd.s'size3 'Qd, 'Qn, 'Qm"); in DecodeAdvancedSIMDDataProcessing()
2056 Format(instr, "vqsub.s'size3 'Qd, 'Qn, 'Qm"); in DecodeAdvancedSIMDDataProcessing()
2058 Format(instr, "vcge.s'size3 'Qd, 'Qn, 'Qm"); in DecodeAdvancedSIMDDataProcessing()
2060 Format(instr, "vcgt.s'size3 'Qd, 'Qn, 'Qm"); in DecodeAdvancedSIMDDataProcessing()
2062 Format(instr, "vshl.s'size3 'Qd, 'Qm, 'Qn"); in DecodeAdvancedSIMDDataProcessing()
2064 Format(instr, "vmin.s'size3 'Qd, 'Qn, 'Qm"); in DecodeAdvancedSIMDDataProcessing()
2066 Format(instr, "vmax.s'size3 'Qd, 'Qn, 'Qm"); in DecodeAdvancedSIMDDataProcessing()
2068 Format(instr, "vtst.i'size3 'Q in DecodeAdvancedSIMDDataProcessing()
[all...]
/third_party/python/Lib/test/
H A Dtest_tracemalloc.py288 size3, peak3 = tracemalloc.get_traced_memory()
289 self.assertGreaterEqual(peak3, size3)
/third_party/backends/backend/
H A Dhp3900_rts8822.c463 SANE_Int size2, SANE_Int size3);
6135 SANE_Int size3) in Resize_CreateBuffers()
6142 rz->v362c = (SANE_Byte *) malloc ((size3 + 0x40) * sizeof (SANE_Byte)); in Resize_CreateBuffers()
6149 DBG (DBG_FNC, "> Resize_CreateBuffers(size1=%i, size2=%i, size3=%i): %i\n", in Resize_CreateBuffers()
6150 size1, size2, size3, rst); in Resize_CreateBuffers()
6134 Resize_CreateBuffers(struct st_device *dev, SANE_Int size1, SANE_Int size2, SANE_Int size3) Resize_CreateBuffers() argument

Completed in 28 milliseconds