Home
last modified time | relevance | path

Searched defs:scratch (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc178 Register scratch = GetScratchRegister(); in StoreStackOffsetToThread() local
365 Register scratch = GetScratchRegister(); in CopyRef() local
374 Register scratch = GetScratchRegister(); in CopyRef() local
383 Register scratch = GetScratchRegister(); in CopyRawPtrFromThread() local
391 X86ManagedRegister scratch = mscratch.AsX86(); in CopyRawPtrToThread() local
399 Register scratch = GetScratchRegister(); in Copy() local
432 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
457 Register scratch = mscratch.AsX86().AsCpuRegister(); in Copy() local
495 Register scratch = GetScratchRegister(); in CreateJObject() local
531 Register scratch = GetScratchRegister(); in Call() local
[all …]
/aosp12/system/nfc/src/fuzzers/rw/
H A Dt1t.cc96 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_WriteErase8() local
104 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_WriteNoErase8() local
119 auto scratch = ctx.GetBuffer(4096); in Init_ReadNdef() local
126 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_WriteNdef() local
H A Dt2t.cc63 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_Write() local
79 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_WriteNDef() local
87 auto scratch = ctx.GetBuffer(256); in Init_ReadNDef() local
H A Dmfc.cc61 auto scratch = ctx.GetBuffer(256); in Init_ReadNDef() local
69 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_WriteNDef() local
H A Dt5t.cc87 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_WriteSingleBlock() local
100 auto scratch = ctx.GetBuffer(16 * 10); in Init_WriteMultipleBlocks() local
150 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_UpdateNDef() local
H A Dt3t.cc116 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_UpdateNDef() local
128 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_Update() local
H A Dt4t.cc68 auto scratch = ctx.GetBuffer(sizeof(data), data); in Init_UpdateNDef() local
/aosp12/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc205 CpuRegister scratch = GetScratchRegister(); in StoreStackOffsetToThread() local
439 CpuRegister scratch = GetScratchRegister(); in CopyRef() local
448 CpuRegister scratch = GetScratchRegister(); in CopyRef() local
457 CpuRegister scratch = GetScratchRegister(); in CopyRawPtrFromThread() local
465 X86_64ManagedRegister scratch = mscratch.AsX86_64(); in CopyRawPtrToThread() local
473 CpuRegister scratch = GetScratchRegister(); in Copy() local
494 ManagedRegister scratch, in Copy()
518 ManagedRegister scratch, in Copy()
576 CpuRegister scratch = GetScratchRegister(); in CreateJObject() local
612 CpuRegister scratch = GetScratchRegister(); in Call() local
[all …]
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLU.java75 float[] scratch = sScratch; in gluLookAt() local
150 float[] scratch = sScratch; in gluProject() local
216 float[] scratch = sScratch; in gluUnProject() local
/aosp12/art/compiler/utils/arm64/
H A Djni_macro_assembler_arm64.cc167 Register scratch = temps.AcquireW(); in StoreImmediateToFrame() local
174 Register scratch = temps.AcquireX(); in StoreStackOffsetToThread() local
181 Register scratch = temps.AcquireX(); in StoreStackPointerToThread() local
455 Register scratch = temps.AcquireX(); in CopyRawPtrFromThread() local
463 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in CopyRawPtrToThread() local
471 Register scratch = temps.AcquireW(); in CopyRef() local
481 Register scratch = temps.AcquireW(); in CopyRef() local
502 Arm64ManagedRegister scratch = m_scratch.AsArm64(); in Copy() local
630 Register scratch = temps.AcquireX(); in Jump() local
685 Register scratch = temps.AcquireX(); in CreateJObject() local
[all …]
H A Djni_macro_assembler_arm64.h182 Arm64Exception(vixl::aarch64::Register scratch, size_t stack_adjust) in Arm64Exception()
/aosp12/art/compiler/optimizing/
H A Dparallel_move_resolver.cc264 int scratch = -1; in AllocateScratchRegister() local
381 for (Location scratch : scratches_) { in AddScratchLocation() local
458 Location scratch = AllocateScratchLocationFor(kind); in PerformMove() local
495 Location scratch = scratches_[i]; in PerformMove() local
H A Dcode_generator_vector_arm_vixl.cc903 /*out*/ vixl32::Register* scratch) { in VecAddress()
929 /*out*/ vixl32::Register* scratch) { in VecAddressUnaligned()
959 vixl32::Register scratch; in VisitVecLoad() local
1010 vixl32::Register scratch; in VisitVecStore() local
/aosp12/system/chre/external/kiss_fft/
H A Dkiss_fft.c60 kiss_fft_cpx scratch[6]; in kf_bfly4() local
110 kiss_fft_cpx scratch[5]; in kf_bfly3() local
153 kiss_fft_cpx scratch[13]; in kf_bfly5() local
219 kiss_fft_cpx * scratch = (kiss_fft_cpx*)KISS_FFT_TMP_ALLOC(sizeof(kiss_fft_cpx)*(size_t)p); in kf_bfly_generic() local
H A Dkissfft.hh134 cpx_type scratch[7]; in kf_bfly4() local
159 cpx_type scratch[5]; in kf_bfly3() local
193 cpx_type scratch[13]; in kf_bfly5() local
/aosp12/art/compiler/utils/arm/
H A Djni_macro_assembler_arm_vixl.cc314 vixl32::Register scratch = temps.Acquire(); in StoreSpanning() local
321 vixl32::Register scratch = temps.Acquire(); in CopyRef() local
331 vixl32::Register scratch = temps.Acquire(); in CopyRef() local
367 vixl32::Register scratch = temps.Acquire(); in StoreImmediateToFrame() local
391 vixl32::Register scratch = temps.Acquire(); in CopyRawPtrFromThread() local
405 vixl32::Register scratch = temps.Acquire(); in StoreStackOffsetToThread() local
794 vixl32::Register scratch = temps.Acquire(); in Copy() local
897 vixl32::Register scratch = temps.Acquire(); in CreateJObject() local
934 vixl32::Register scratch = temps.Acquire(); in Jump() local
971 vixl32::Register scratch = temps.Acquire(); in ExceptionPoll() local
[all …]
H A Djni_macro_assembler_arm_vixl.h205 ArmException(vixl32::Register scratch, size_t stack_adjust) in ArmException()
/aosp12/art/compiler/utils/
H A Dswap_space_test.cc37 ScratchFile scratch; in SwapTest() local
/aosp12/frameworks/base/tools/bit/
H A Dadb.cpp182 skip_bytes(int fd, ssize_t size, char* scratch, int scratchSize) in skip_bytes()
202 skip_unknown_field(int fd, uint64_t tag, char* scratch, int scratchSize) { in skip_unknown_field()
239 read_instrumentation_results(int fd, char* scratch, int scratchSize, in read_instrumentation_results()
/aosp12/frameworks/native/services/sensorservice/
H A DSensorEventConnection.cpp292 sensors_event_t* scratch, in sendEvents()
478 void SensorService::SensorEventConnection::reAllocateCacheLocked(sensors_event_t const* scratch, in reAllocateCacheLocked()
643 sensors_event_t const* scratch, const int numEventsDropped) { in countFlushCompleteEventsLocked()
665 sensors_event_t const* scratch, const int count) { in findWakeUpSensorEventLocked()
/aosp12/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLRenderer.java47 float[] scratch = new float[16]; in onDrawFrame() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDF.cpp185 float scratch[batch_size * num_filters]; in EvalFloat32() local
/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc89 ScratchDir scratch; in CompileImageAndGetSizes() local
257 ScratchDir scratch; in TEST_F() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DMatrix.java266 public Matrix inverse(Matrix result, Matrix scratch) { in inverse()
/aosp12/art/runtime/
H A Ddexopt_test.cc138 std::optional<ScratchDir> scratch; in GenerateOatForTest() local

12