/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | ByteBufferPerfTest.java | 86 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException { in newBuffer() 122 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte() 136 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByteArray() 151 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte_indexed() 165 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar() 179 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeCharBuffer_getCharArray() 195 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar_indexed() 209 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getDouble() 223 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeDoubleBuffer_getDoubleArray() 239 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getFloat() [all …]
|
H A D | ByteBufferScalarVersusVectorPerfTest.java | 110 boolean aligned, in timeManualByteBufferCopy() 127 public void timeByteBufferBulkGet(boolean aligned) throws Exception { in timeByteBufferBulkGet() 139 public void timeDirectByteBufferBulkGet(boolean aligned) throws Exception { in timeDirectByteBufferBulkGet()
|
/aosp_15_r20/external/gemmlowp/meta/generators/ |
H A D | gemm_NxMxK_neon.py | 76 def ZipName(rows, leftovers, aligned): argument 80 def GenerateZipRhs(emitter, aligned, cols, leftovers): argument 109 def GenerateMulRows(emitter, result, result_type, lhs_add, rhs_add, aligned, argument 134 def GenerateQuantized8BitMul(emitter, aligned, rows, cols, leftovers): argument 159 def GenerateFullMul(emitter, result_type, aligned, rows, cols, leftovers): argument 173 def BuildName(output_type, aligned, rows, cols, leftover): argument 209 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument 237 def GenerateGemmCall(emitter, output_type, aligned, m_mod, n_mod, leftovers): argument 244 def GenerateGemmSwitch3(emitter, output_type, aligned, m_mod, n_mod): argument 258 def GenerateGemmSwitch2(emitter, output_type, aligned, m_mod): argument [all …]
|
H A D | gemv_1xMxK_neon.py | 62 def GenerateZipVector(emitter, aligned, leftovers): argument 83 def GenerateMulCols(emitter, result_type, lhs_add, rhs_add, aligned, cols, argument 127 def GenerateQuantized8BitMul(emitter, aligned, cols, leftovers): argument 136 def GenerateFullMul(emitter, result_type, aligned, cols, leftovers): argument 140 def BuildName(output_type, aligned, cols, leftover): argument 170 def GenerateGemv(emitter, output_type, aligned, cols, leftovers): argument 197 def GenerateGemvCall(emitter, output_type, aligned, m_mod, leftovers): argument 204 def GenerateGemvSwitch2(emitter, output_type, aligned, n_mod): argument 218 def GenerateGemvSwitch1(emitter, output_type, aligned): argument
|
H A D | qnt_Nx8_neon.py | 26 def BuildName(lanes, leftovers, aligned): argument 269 def GenerateQntNx8(emitter, qnt_lanes, leftovers, aligned): argument 335 def BuildMultiQuantizeName(aligned, rows): argument 342 def GenerateMultiQuantize(emitter, aligned, rows): argument
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrVertexAttrib.cpp | 62 SrcScalarType aligned[4]; in readOrder() local 79 SrcScalarType aligned[4]; in readUnormOrder() local 97 SrcScalarType aligned[4]; in readSnormClamp() local 115 SrcScalarType aligned[4]; in readSnormScale() local 129 uint16_t aligned[4]; in readHalf() local 143 int32_t aligned[4]; in readFixed() local 157 double aligned[4]; in readDouble() local 178 uint32_t aligned; in readUint2101010Rev() local 193 uint32_t aligned; in readInt2101010Rev() local 211 uint32_t aligned; in readUnorm2101010RevOrder() local [all …]
|
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | RGBImageAllocation.cpp | 30 bool aligned; member 115 RGBImageAllocationParams VulkanParams(bool aligned, size_t textureSize) in VulkanParams() 126 RGBImageAllocationParams OpenGLOrGLESParams(bool aligned, size_t textureSize) in OpenGLOrGLESParams() 137 RGBImageAllocationParams MetalParams(bool aligned, size_t textureSize) in MetalParams() 148 RGBImageAllocationParams D3D11Params(bool aligned, size_t textureSize) in D3D11Params()
|
/aosp_15_r20/external/pigweed/pw_bytes/ |
H A D | alignment_test.cc | 146 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local 155 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local 162 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local 170 pw::ByteSpan aligned = GetAlignedSubspan(bytes, 16); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-nightly/ |
D | late_compile_pass.rs | 59 aligned: AU16, field 68 aligned: AU16, field 74 aligned: AU16, field
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-stable/ |
D | late_compile_pass.rs | 59 aligned: AU16, field 68 aligned: AU16, field 74 aligned: AU16, field
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-msrv/ |
D | late_compile_pass.rs | 59 aligned: AU16, field 68 aligned: AU16, field 74 aligned: AU16, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-stable/ |
D | late_compile_pass.rs | 59 aligned: AU16, field 68 aligned: AU16, field 74 aligned: AU16, field
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/tests/ui-nightly/ |
D | late_compile_pass.rs | 59 aligned: AU16, field 68 aligned: AU16, field 74 aligned: AU16, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/tests/ui-msrv/ |
D | late_compile_pass.rs | 59 aligned: AU16, field 68 aligned: AU16, field 74 aligned: AU16, field
|
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/ |
H A D | Asn1IA5String.java | 116 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() 191 private int calculateBitsPerCharacter(boolean aligned) { in calculateBitsPerCharacter() 205 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
|
H A D | Asn1Utf8String.java | 84 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() 105 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
|
H A D | Asn1GeneralString.java | 78 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() 131 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
|
H A D | Asn1OctetString.java | 80 private Iterable<BitStream> encodePerImpl(boolean aligned) { in encodePerImpl() 123 private void decodePerImpl(BitStreamReader reader, boolean aligned) { in decodePerImpl()
|
/aosp_15_r20/external/deqp/modules/gles2/stress/ |
H A D | es2sVertexArrayTests.cpp | 91 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 229 … const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && in init() local 298 … const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && in init() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | float_typedef_test.cpp | 26 template<class T, class U> void test_buffer( U const & y, bool aligned ) in test_buffer() 35 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_gather.c | 85 bool aligned, in lp_build_gather_elem() 169 bool aligned, in lp_build_gather_elem_vec() 412 bool aligned, in lp_build_gather()
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | ByteBufferBulkBenchmark.java | 34 @Param({"true", "false"}) private boolean aligned; field in ByteBufferBulkBenchmark 45 …public static ByteBuffer newBuffer(boolean aligned, MyBufferType bufferType, int bsize) throws IOE… in newBuffer()
|
/aosp_15_r20/frameworks/base/libs/androidfw/ |
H A D | Asset.cpp | 593 const void* _FileAsset::getBuffer(bool aligned) in getBuffer() 603 incfs::map_ptr<void> _FileAsset::getIncFsBuffer(bool aligned) in getIncFsBuffer() 953 incfs::map_ptr<void> _CompressedAsset::getIncFsBuffer(bool aligned) { in getIncFsBuffer()
|
/aosp_15_r20/external/deqp/modules/gles3/stress/ |
H A D | es3sVertexArrayTests.cpp | 88 … const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 305 … const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local 406 … const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
|
/aosp_15_r20/external/swiftshader/src/System/ |
H A D | Memory.cpp | 82 unsigned char *aligned = nullptr; in allocate() local 117 unsigned char *aligned = (unsigned char *)memory; in freeMemory() local
|