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 D | std_based_type.hpp | 38 typedef tvec3<std::size_t, defaultp> size3; typedef
|
/third_party/skia/tests/ |
H A D | MatrixTest.cpp | 168 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 D | PathTest.cpp | 2645 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 D | disasm-arm.cc | 596 // '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 D | test_tracemalloc.py | 288 size3, peak3 = tracemalloc.get_traced_memory() 289 self.assertGreaterEqual(peak3, size3)
|
/third_party/backends/backend/ |
H A D | hp3900_rts8822.c | 463 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