Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DSyn_filt_32_opt.s45 LDRSH r6, [r0] @ load Aq[0]
50 LDRSH r6, [r0, #2] @ load Aq[1]
51 LDRSH r7, [r0, #4] @ load Aq[2]
52 LDRSH r8, [r0, #6] @ load Aq[3]
53 LDRSH r9, [r0, #8] @ load Aq[4]
61 LDRSH r6, [r0, #10] @ load Aq[5]
62 LDRSH r7, [r0, #12] @ load Aq[6]
63 LDRSH r8, [r0, #14] @ load Aq[7]
64 LDRSH r9, [r0, #16] @ load Aq[8]
72 LDRSH r6, [r0, #18] @ load Aq[9]
[all …]
Dsyn_filt_opt.s83 LDRSH r5, [r0] @ load a[0]
87 @ load all a[]
90 LDRSH r6, [r0, #2] @ load a[1]
91 LDRSH r7, [r0, #4] @ load a[2]
92 LDRSH r9, [r0, #6] @ load a[3]
93 LDRSH r11,[r0, #8] @ load a[4]
101 LDRSH r6, [r0, #10] @ load a[5]
102 LDRSH r7, [r0, #12] @ load a[6]
103 LDRSH r9, [r0, #14] @ load a[7]
104 LDRSH r11,[r0, #16] @ load a[8]
[all …]
DFilt_6k_7k_opt.s93 LDRSH r1, [r4] @ load x[i]
94 LDRSH r2, [r4, #60] @ load x[i + 30]
95 LDRSH r6, [r4, #2] @ load x[i + 1]
96 LDRSH r7, [r4, #58] @ load x[i + 29]
99 LDRSH r8, [r4, #4] @ load x[i + 2]
100 LDRSH r9, [r4, #56] @ load x[i + 28]
107 LDRSH r1, [r4, #6] @ load x[i+3]
108 LDRSH r2, [r4, #54] @ load x[i+27]
109 LDRSH r6, [r4, #8] @ load x[i+4]
110 LDRSH r7, [r4, #52] @ load x[i+26]
[all …]
DDeemph_32_opt.s38 LDRSH r6, [r0], #2 @load x_hi[0]
39 LDRSH r7, [r1], #2 @load x_lo[0]
50 LDRSH r6, [r0], #2 @load x_hi[1]
52 LDRSH r7, [r1], #2 @load x_lo[1]
69 LDRSH r6, [r0], #2 @load x_hi[]
77 LDRSH r6, [r0], #2 @load x_hi[]
/frameworks/native/libs/ui/
DGralloc1.cpp294 if (!mFunctions.dump.load(mDevice, true)) { in loadFunctions()
297 if (!mFunctions.createDescriptor.load(mDevice, true)) { in loadFunctions()
300 if (!mFunctions.destroyDescriptor.load(mDevice, true)) { in loadFunctions()
303 if (!mFunctions.setConsumerUsage.load(mDevice, true)) { in loadFunctions()
306 if (!mFunctions.setDimensions.load(mDevice, true)) { in loadFunctions()
309 if (!mFunctions.setFormat.load(mDevice, true)) { in loadFunctions()
312 if (!mFunctions.setProducerUsage.load(mDevice, true)) { in loadFunctions()
315 if (!mFunctions.getBackingStore.load(mDevice, true)) { in loadFunctions()
318 if (!mFunctions.getConsumerUsage.load(mDevice, true)) { in loadFunctions()
321 if (!mFunctions.getDimensions.load(mDevice, true)) { in loadFunctions()
[all …]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Dresidu_asm_neon.s51 SUB r8, r9, #4 @load the x[i-2] address
55 SUB r8, r9, #6 @load the x[i-3] address
59 SUB r8, r9, #8 @load the x[i-4] address
63 SUB r8, r9, #10 @load the x[i-5] address
67 SUB r8, r9, #12 @load the x[i-6] address
71 SUB r8, r9, #14 @load the x[i-7] address
75 SUB r8, r9, #16 @load the x[i-8] address
79 SUB r8, r9, #18 @load the x[i-9] address
83 SUB r8, r9, #20 @load the x[i-10] address
87 SUB r8, r9, #22 @load the x[i-11] address
[all …]
DDot_p_neon.s39 VLD1.S16 {Q0, Q1}, [r0]! @load 16 Word16 x[]
40 VLD1.S16 {Q2, Q3}, [r0]! @load 16 Word16 x[]
41 VLD1.S16 {Q4, Q5}, [r0]! @load 16 Word16 x[]
42 VLD1.S16 {Q6, Q7}, [r0]! @load 16 Word16 x[]
43 VLD1.S16 {Q8, Q9}, [r1]! @load 16 Word16 y[]
44 VLD1.S16 {Q10, Q11}, [r1]! @load 16 Word16 y[]
45 VLD1.S16 {Q12, Q13}, [r1]! @load 16 Word16 y[]
51 VLD1.S16 {Q0, Q1}, [r1]! @load 16 Word16 y[]
67 VLD1.S16 {Q0, Q1}, [r0]! @load 16 Word16 x[]
DDeemph_32_neon.s38 LDRSH r6, [r0], #2 @load x_hi[0]
39 LDRSH r7, [r1], #2 @load x_lo[0]
50 LDRSH r6, [r0], #2 @load x_hi[1]
52 LDRSH r7, [r1], #2 @load x_lo[1]
69 LDRSH r6, [r0], #2 @load x_hi[]
77 LDRSH r6, [r0], #2 @load x_hi[]
DNorm_Corr_neon.s116 VLD1.S16 {Q0, Q1}, [r14]! @ load 16 excf[]
117 VLD1.S16 {Q2, Q3}, [r14]! @ load 16 excf[]
118 VLD1.S16 {Q4, Q5}, [r12]! @ load 16 x[]
119 VLD1.S16 {Q6, Q7}, [r12]! @ load 16 x[]
137 VLD1.S16 {Q0, Q1}, [r14]! @ load 16 excf[]
138 VLD1.S16 {Q2, Q3}, [r14]! @ load 16 excf[]
139 VLD1.S16 {Q4, Q5}, [r12]! @ load 16 x[]
140 VLD1.S16 {Q6, Q7}, [r12]! @ load 16 x[]
245 LDRSH r8, [r9], #-2 @ load h[i]
246 LDRSH r12, [r10, #-2] @ load excf[i - 1]
[all …]
Dsyn_filt_neon.s45 VLD1.S16 {D0, D1, D2, D3}, [r4]! @load 16 mems
48 LDRSH r5, [r0], #2 @ load a[0]
52 @ load all a[]
53 VLD1.S16 {D0, D1, D2, D3}, [r0]! @ load a[1] ~ a[16]
66 LDRSH r6, [r1], #2 @ load x[i]
/frameworks/compile/libbcc/tests/libbcc/
Dgetelementptr.ll6 ; RUN: opt -load libbcc.so -kernelexp -S < %s | FileCheck %s
29 ; CHECK: load i32, i32* %instep_addr.gep
31 ; CHECK: load i8*, i8** %input_buf.gep
33 ; CHECK: load i8*, i8** %out_buf.gep
35 ; CHECK: load i32, i32* %Y.gep
37 ; CHECK: load i32, i32* %Z.gep
47 ; CHECK: load i8*, i8** %out_buf.gep
49 ; CHECK: load i32, i32* %Y.gep
51 ; CHECK: load i32, i32* %Z.gep
53 ; CHECK: load i8*, i8** %input_buf.gep
[all …]
Dtest_reduce_general_metadata.ll50 %1 = load i32, i32* %accum, align 4, !tbaa !18
64 %1 = load i32, i32* %accum, align 4, !tbaa !18
73 %2 = load float, float* %accum, align 4, !tbaa !22
81 %1 = load float, float* %val, align 4, !tbaa !22
82 %2 = load float, float* %accum, align 4, !tbaa !22
101 %2 = load float, float* %1, align 4, !tbaa !22
113 %8 = load float, float* %7, align 4, !tbaa !22
130 %2 = load float, float* %1, align 4, !tbaa !22
132 %4 = load i32, i32* %3, align 4, !tbaa !18
135 %6 = load float, float* %5, align 4, !tbaa !22
[all …]
Dtest_reduce_general_cleanup.ll53 %1 = load i32, i32* %accum, align 4, !tbaa !22
62 %2 = load float, float* %accum, align 4, !tbaa !26
70 %1 = load float, float* %val, align 4, !tbaa !26
71 %2 = load float, float* %accum, align 4, !tbaa !26
79 %1 = load i32, i32* bitcast (float* @posInf to i32*), align 4, !tbaa !26
84 %4 = load i32, i32* bitcast (float* @negInf to i32*), align 4, !tbaa !26
96 %2 = load float, float* %1, align 4, !tbaa !26
108 %8 = load float, float* %7, align 4, !tbaa !26
125 %2 = load float, float* %1, align 4, !tbaa !26
127 %4 = load i32, i32* %3, align 4, !tbaa !22
[all …]
/frameworks/base/keystore/tests/src/android/security/keystore/
DAndroidKeyStoreTest.java764 mKeyStore.load(null, null); in testKeyStore_Aliases_Encrypted_Success()
793 mKeyStore.load(null, null); in testKeyStore_ContainsAliases_PrivateAndCA_Encrypted_Success()
815 mKeyStore.load(null, null); in testKeyStore_ContainsAliases_CAOnly_Encrypted_Success()
826 mKeyStore.load(null, null); in testKeyStore_ContainsAliases_NonExistent_Encrypted_Failure()
834 mKeyStore.load(null, null); in testKeyStore_DeleteEntry_Encrypted_Success()
870 mKeyStore.load(null, null); in testKeyStore_DeleteEntry_EmptyStore_Encrypted_Success()
879 mKeyStore.load(null, null); in testKeyStore_DeleteEntry_NonExistent_Encrypted_Success()
896 mKeyStore.load(null, null); in testKeyStore_GetCertificate_Single_Encrypted_Success()
919 mKeyStore.load(null, null); in testKeyStore_GetCertificate_NonExist_Encrypted_Failure()
928 mKeyStore.load(null, null); in testKeyStore_GetCertificateAlias_CAEntry_Encrypted_Success()
[all …]
/frameworks/support/compat/java/android/support/v4/view/
DPointerIconCompat.java119 Object load(Resources resources, int resourceId); in load() method
134 public Object load(Resources resources, int resourceId) { in load() method in PointerIconCompat.BasePointerIconCompatImpl
151 public Object load(Resources resources, int resourceId) { in load() method in PointerIconCompat.Api24PointerIconCompatImpl
152 return PointerIconCompatApi24.load(resources, resourceId); in load()
217 public static PointerIconCompat load(Resources resources, int resourceId) { in load() method in PointerIconCompat
218 return new PointerIconCompat(IMPL.load(resources, resourceId)); in load()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DOwnersTest.java46 owners.load(); in testUpgrade01()
74 owners.load(); in testUpgrade01()
99 owners.load(); in testUpgrade02()
129 owners.load(); in testUpgrade02()
157 owners.load(); in testUpgrade03()
195 owners.load(); in testUpgrade03()
235 owners.load(); in testUpgrade04()
277 owners.load(); in testUpgrade04()
310 owners.load(); in testUpgrade04()
323 owners.load(); in testUpgrade04()
[all …]
/frameworks/rs/
DrsMatrix4x4.h37 void load(const float *);
38 void load(const rs_matrix4x4 *);
39 void load(const rs_matrix3x3 *);
40 void load(const rs_matrix2x2 *);
DrsMatrix2x2.cpp36 void Matrix2x2::load(const float *v) { in load() function in Matrix2x2
40 void Matrix2x2::load(const rs_matrix2x2 *v) { in load() function in Matrix2x2
59 load(&temp); in loadMultiply()
DrsMatrix3x3.cpp40 void Matrix3x3::load(const float *v) { in load() function in Matrix3x3
44 void Matrix3x3::load(const rs_matrix3x3 *v) { in load() function in Matrix3x3
66 load(&temp); in loadMultiply()
DrsFileA3D.h62 bool load(FILE *f);
63 bool load(Asset *asset);
64 bool load(const void *data, size_t length);
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll13 ; a char or uchar load/store is special as it can alias with about everything.
27 ; does not alias with a load/store accessing something not part of a RenderScript
46 %2 = load i8, i8* %1, align 1, !tbaa !21
62 %3 = load <2 x i8>, <2 x i8>* %2, align 2, !tbaa !22
79 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !23
95 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !24
108 %2 = load i8, i8* %1, align 1, !tbaa !25
124 %3 = load <2 x i8>, <2 x i8>* %2, align 2, !tbaa !26
141 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !27
157 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !28
[all …]
/frameworks/base/tools/validatekeymaps/
DMain.cpp82 status_t status = KeyLayoutMap::load(String8(filename), &map); in validateFile()
92 status_t status = KeyCharacterMap::load(String8(filename), in validateFile()
103 status_t status = PropertyMap::load(String8(filename), &map); in validateFile()
114 status_t status = VirtualKeyMap::load(String8(filename), &map); in validateFile()
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll11 ; a char or uchar load/store is special as it can alias with about everything.
25 ; does not alias with a load/store accessing something not part of a RenderScript
44 %2 = load i8, i8* %1, align 1, !tbaa !21
59 %3 = load <2 x i8>, <2 x i8>* %2, align 2, !tbaa !22
75 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !23
91 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !24
104 %2 = load i8, i8* %1, align 1, !tbaa !25
119 %3 = load <2 x i8>, <2 x i8>* %2, align 2, !tbaa !26
135 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !27
151 %3 = load <4 x i8>, <4 x i8>* %2, align 4, !tbaa !28
[all …]
/frameworks/base/core/java/android/gesture/
DGestureLibraries.java91 public boolean load() { in load() method in GestureLibraries.FileGestureLibrary
96 mStore.load(new FileInputStream(file), true); in load()
127 public boolean load() { in load() method in GestureLibraries.ResourceGestureLibrary
133 mStore.load(in, true); in load()
/frameworks/native/libs/binder/
DBinder.cpp160 Extras* e = mExtras.load(std::memory_order_acquire); in attachObject()
180 Extras* e = mExtras.load(std::memory_order_acquire); in findObject()
189 Extras* e = mExtras.load(std::memory_order_acquire); in detachObject()
203 Extras* e = mExtras.load(std::memory_order_relaxed); in ~BBinder()
278 if (!(mState.load(std::memory_order_relaxed)&kRemoteAcquired)) { in ~BpRefBase()

12345678910>>...13