Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 21 of 21) sorted by relevance

/frameworks/compile/libbcc/lib/ScriptCRT/neon/
Dclamp.ll24 …%1 = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %value, <4 x float> %high) nounw…
25 …%2 = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %1, <4 x float> %low) nounwind r…
30 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone
31 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
32 …%out = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %_low, <4 x float>…
40 …%a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nou…
41 …%b = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %a, <4 x float> %_low) nounwind …
48 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone
49 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
50 …%a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nou…
[all …]
/frameworks/av/media/mtp/
DMtpUtils.cpp43 const char* tail = dateTime + 15; in parseDateTime() local
45 if (tail[0] == '.' && tail[1]) in parseDateTime()
46 tail += 2; in parseDateTime()
48 bool useUTC = (tail[0] == 'Z'); in parseDateTime()
/frameworks/compile/libbcc/lib/ScriptCRT/
Dmatrix.ll20 %x = tail call <4 x float> @smear_f(float %x0) nounwind readnone
22 %y = tail call <4 x float> @smear_f(float %y0) nounwind readnone
24 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
47 …%r = tail call <3 x float> @_Z16rsMatrixMultiplyPK12rs_matrix3x3Dv3_f(%struct.rs_matrix3x3* nocapt…
53 %x = tail call <4 x float> @smear_f(float %x0) nounwind readnone
55 %y = tail call <4 x float> @smear_f(float %y0) nounwind readnone
72 …%r = tail call <3 x float> @_Z16rsMatrixMultiplyPK12rs_matrix3x3Dv2_f(%struct.rs_matrix3x3* nocapt…
78 %x = tail call <4 x float> @smear_f(float %x0) nounwind readnone
80 %y = tail call <4 x float> @smear_f(float %y0) nounwind readnone
82 %z = tail call <4 x float> @smear_f(float %z0) nounwind readnone
[all …]
Dpixel_packing.ll16 %v3 = tail call <4 x i8> @_Z14convert_uchar4Dv4_f(<4 x float> %v2) nounwind readnone
24 %3 = tail call <4 x i8> @_Z17rsPackColorTo8888Dv4_f(<4 x float> %2) nounwind readnone
34 %5 = tail call <4 x i8> @_Z17rsPackColorTo8888Dv4_f(<4 x float> %4) nounwind readnone
44 %5 = tail call <4 x i8> @_Z17rsPackColorTo8888Dv4_f(<4 x float> %4) nounwind readnone
/frameworks/base/core/java/android/util/
DBase64.java572 final private byte[] tail; field in Base64.Encoder
589 tail = new byte[2]; in Encoder()
627 v = ((tail[0] & 0xff) << 16) | in process()
637 v = ((tail[0] & 0xff) << 16) | in process()
638 ((tail[1] & 0xff) << 8) | in process()
687 v = ((tailLen > 0 ? tail[t++] : input[p++]) & 0xff) << 4; in process()
701 v = (((tailLen > 1 ? tail[t++] : input[p++]) & 0xff) << 10) | in process()
702 (((tailLen > 0 ? tail[t++] : input[p++]) & 0xff) << 2); in process()
726 tail[tailLen++] = input[p]; in process()
728 tail[tailLen++] = input[p]; in process()
[all …]
/frameworks/compile/slang/
Drslib.ll17 %retx = tail call float @llvm.powi.f32(float %x, i32 %exp) ; <float> [#uses=1]
18 %rety = tail call float @llvm.powi.f32(float %y, i32 %exp) ; <float> [#uses=1]
19 %retz = tail call float @llvm.powi.f32(float %z, i32 %exp) ; <float> [#uses=1]
32 %retx = tail call float @llvm.pow.f32(float %x, float %exp) ; <float> [#uses=1]
33 %rety = tail call float @llvm.pow.f32(float %y, float %exp) ; <float> [#uses=1]
34 %retz = tail call float @llvm.pow.f32(float %z, float %exp) ; <float> [#uses=1]
44 %A = tail call <4 x i32> @llvm.arm.neon.vmlals.v4i32(<4 x i32> %a, <4 x i16> %b, <4 x i16> %c)
/frameworks/native/libs/ui/
DRegion.cpp264 Rect* tail; member in android::Region::rasterizer
269 : bounds(reg.mBounds), storage(reg.mStorage), head(), tail(), cur() { in rasterizer()
313 if (tail-head == ssize_t(span.size())) { in flushSpan()
318 while (q != tail) { in flushSpan()
330 while (r != tail) { in flushSpan()
338 tail = storage.editArray() + storage.size(); in flushSpan()
339 head = tail - span.size(); in flushSpan()
349 const_iterator const tail = reg.end(); in validate() local
352 while (cur != tail) { in validate()
453 Region::const_iterator const tail = dst.end(); in boolean_operation() local
[all …]
/frameworks/native/include/private/ui/
DRegionHelper.h116 inline int next(TYPE& head, TYPE& tail, in next() argument
126 tail = lhs_tail; in next()
130 tail = rhs_head; in next()
136 tail = rhs_tail; in next()
140 tail = lhs_head; in next()
146 tail = rhs_head = lhs_tail; in next()
150 tail = lhs_head = rhs_tail; in next()
/frameworks/base/voip/jni/rtp/
DAudioGroup.cpp104 bool mix(int32_t *output, int head, int tail, int sampleRate);
234 bool AudioStream::mix(int32_t *output, int head, int tail, int sampleRate) in mix() argument
243 if (tail - mBufferTail > 0) { in mix()
244 tail = mBufferTail; in mix()
246 if (tail - head <= 0) { in mix()
251 tail *= mSampleRate; in mix()
254 for (int i = head; i - tail < 0; ++i) { in mix()
452 int tail = (tick + mInterval) * mSampleRate; in decode() local
453 for (int i = mBufferTail * mSampleRate; i - tail < 0; ++i) { in decode()
461 int tail = mBufferTail * mSampleRate; in decode() local
[all …]
/frameworks/native/cmds/dumpstate/
Ddumpstate.c129 int tail = strlen(anr_traces_path)-1; in dumpstate() local
130 while (tail > 0 && anr_traces_path[tail] != '/') { in dumpstate()
131 tail--; in dumpstate()
135 sprintf(anr_traces_path+tail+1, "slow%02d.txt", i); in dumpstate()
/frameworks/base/core/java/android/webkit/
DWebViewInputDispatcher.java966 private boolean batchEventLocked(DispatchEvent in, DispatchEvent tail) { in batchEventLocked() argument
970 if (tail != null && tail.mEvent != null && in.mEvent != null in batchEventLocked()
971 && in.mEventType == tail.mEventType in batchEventLocked()
972 && in.mFlags == tail.mFlags in batchEventLocked()
973 && in.mWebKitXOffset == tail.mWebKitXOffset in batchEventLocked()
974 && in.mWebKitYOffset == tail.mWebKitYOffset in batchEventLocked()
975 && in.mWebKitScale == tail.mWebKitScale) { in batchEventLocked()
976 return tail.mEvent.addBatch(in.mEvent); in batchEventLocked()
/frameworks/base/services/input/
DInputDispatcher.h604 T* tail; member
606 inline Queue() : head(NULL), tail(NULL) { in Queue()
614 entry->prev = tail; in enqueueAtTail()
615 if (tail) { in enqueueAtTail()
616 tail->next = entry; in enqueueAtTail()
621 tail = entry; in enqueueAtTail()
629 tail = entry; in enqueueAtHead()
644 tail = entry->prev; in dequeue()
654 tail = NULL; in dequeueAtHead()
/frameworks/ex/variablespeed/jni/
Dring_buffer.cc66 int64 tail = GetTail(); in overhead() local
67 return tail + size_ - head_logical_; in overhead()
/frameworks/base/tests/backup/
Dtest_restore.sh108 a shell cat /data/data/com.android.backuptest/files/3.txt | tail -n 3
/frameworks/base/services/java/com/android/server/
DDropBoxManagerService.java647 SortedSet<EntryFile> tail = mAllFiles.contents.tailSet(new EntryFile(t + 10000)); in createEntry() local
649 if (!tail.isEmpty()) { in createEntry()
650 future = tail.toArray(new EntryFile[tail.size()]); in createEntry()
651 tail.clear(); // Remove from mAllFiles in createEntry()
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd40 …ology, generally speaking the relative battery impact of the state change tail-time is greater for…
42 …ading more data over the same time. Perhaps less intuitively, because the tail-time battery cost i…
Defficient-network-access.jd53 <p>The radio state machine on each device, particularly the associated transition delay ("tail time…
57 …prevents unwelcome latency while users browse the web. The relatively low tail-time also ensures t…
63 …r for the duration of your transfer&mdash;plus an additional 5 seconds of tail time&mdash;followed…
/frameworks/native/libs/gui/
DSurfaceTextureClient.cpp641 Region::const_iterator tail(reg.end()); in copyBlt() local
642 if (head != tail && src_bits && dst_bits) { in copyBlt()
647 while (head != tail) { in copyBlt()
/frameworks/native/libs/binder/
DMemoryDealer.cpp59 NODE const* tail() const { return mLast; } in tail() function in android::LinkedList
60 NODE* tail() { return mLast; } in tail() function in android::LinkedList
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp524 Region::const_iterator tail(clearReg.end()); in movie() local
526 while (head != tail) { in movie()
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd163 along the long side of the plane (tail to nose). Also, for historical reasons the roll angle is