HomeSort by relevance Sort by last modified time
    Searched defs:sp (Results 1 - 25 of 419) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/bn/asm/
armv4-mont.pl 62 stmdb sp!,{r0,r2} @ sp points at argument block
63 ldr $num,[sp,#3*4] @ load num
66 addlt sp,sp,#2*4
69 stmdb sp!,{r4-r12,lr} @ save 10 registers
72 sub sp,sp,$num @ alloca(4*num) subroutine
73 sub sp,sp,#4 @ +extra dwor subroutine
    [all...]
armv4-gf2m.pl 83 str $a0,[sp,#0] @ tab[0]=0
85 str $a1,[sp,#4] @ tab[1]=a1
87 str $a2,[sp,#8] @ tab[2]=a2
89 str $a12,[sp,#12] @ tab[3]=a1^a2
91 str $a4,[sp,#16] @ tab[4]=a4
93 str $a14,[sp,#20] @ tab[5]=a1^a4
95 str $a0,[sp,#24] @ tab[6]=a2^a4
97 str $a12,[sp,#28] @ tab[7]=a1^a2^a4
100 ldr $lo,[sp,$i0] @ tab[b & 0x7]
102 ldr $t1,[sp,$i1] @ tab[b >> 3 & 0x7
221 sub sp,sp,#32 @ allocate tab[8] subroutine
    [all...]
  /cts/suite/audio_quality/test_description/conf/
check_conf.py 19 import scipy as sp namespace
  /cts/suite/audio_quality/test_description/processing/
example.py 19 import scipy as sp namespace
playback_thd.py 19 import scipy as sp namespace
recording_thd.py 19 import scipy as sp namespace
calc_thd.py 18 import scipy as sp namespace
gen_random.py 19 import scipy as sp namespace
  /external/compiler-rt/lib/tsan/rtl/
tsan_update_shadow_word_inl.h 20 u64 *sp = &shadow_mem[(idx + off) % kShadowCnt]; variable
21 old = LoadShadow(sp);
25 StoreIfNotYetStored(sp, &store_word);
43 StoreIfNotYetStored(sp, &store_word);
47 StoreIfNotYetStored(sp, &store_word);
52 StoreIfNotYetStored(sp, &store_word);
  /cts/tests/tests/telephony/src/android/telephony/gsm/cts/
SmsMessage_SubmitPduTest.java 26 SmsMessage.SubmitPdu sp = new SmsMessage.SubmitPdu(); local
27 assertNotNull(sp.toString());
  /external/clang/test/CodeGen/
debug-info-var-location.c 16 struct s *sp = s->next; local
  /ndk/tests/device/test-stlport_shared-exception/jni/
omit-frame-pointer2.cpp 7 void *sp = __builtin_alloca (0); local
  /ndk/tests/device/test-stlport_static-exception/jni/
omit-frame-pointer2.cpp 7 void *sp = __builtin_alloca (0); local
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 162 stmdb sp!,{r4-r12,lr}
167 mov $Xi,sp
168 sub sp,sp,#15*4 subroutine
178 teq $Xi,sp
180 sub sp,sp,#25*4 subroutine
190 cmn sp,#0 @ [+3], clear carry to denote 20_39
197 teq $Xi,sp @ preserve carry
202 sub sp,sp,#20*4 @ [+2 subroutine
213 sub sp,sp,#20*4 subroutine
    [all...]
sha256-armv4.pl 77 str $inp,[sp,#17*4] @ leave room for $t3
81 str $T1,[sp,#`$i%16`*4]
91 ldr $t3,[sp,#`($i+2)%16`*4] @ from BODY_16_xx
107 @ ldr $t3,[sp,#`($i+1)%16`*4] @ $i
108 ldr $t2,[sp,#`($i+14)%16`*4]
110 ldr $T1,[sp,#`($i+0)%16`*4]
112 ldr $t1,[sp,#`($i+9)%16`*4]
156 stmdb sp!,{$ctx,$inp,$len,r4-r11,lr}
159 sub sp,sp,#16*4 @ alloca(X[16] subroutine
    [all...]
sha512-armv4.pl 79 str $Tlo,[sp,#$Xoff+0]
81 str $Thi,[sp,#$Xoff+4]
83 ldr $t2,[sp,#$Hoff+0] @ h.lo
85 ldr $t3,[sp,#$Hoff+4] @ h.hi
95 ldr $t0,[sp,#$Foff+0] @ f.lo
97 ldr $t1,[sp,#$Foff+4] @ f.hi
99 ldr $t2,[sp,#$Goff+0] @ g.lo
101 ldr $t3,[sp,#$Goff+4] @ g.hi
104 str $Elo,[sp,#$Eoff+0]
106 str $Ehi,[sp,#$Eoff+4
159 sub sp,sp,#8 subroutine
240 sub sp,sp,#9*8 subroutine
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
lock.pass.cpp 34 std::shared_ptr<A> sp = wp.lock(); local
35 assert(sp.use_count() == 0);
36 assert(sp.get() == 0);
42 std::shared_ptr<A> sp = wp.lock(); local
43 assert(sp.use_count() == 2);
44 assert(sp.get() == sp0.get());
52 std::shared_ptr<A> sp = wp.lock(); local
53 assert(sp.use_count() == 0);
54 assert(sp.get() == 0);
  /frameworks/native/include/utils/
StrongPointer.h 37 inline bool operator _op_ (const sp<T>& o) const { \
44 inline bool operator _op_ (const sp<U>& o) const { \
62 class sp class in namespace:android
65 inline sp() : m_ptr(0) { } function in class:android::sp
67 sp(T* other);
68 sp(const sp<T>& other);
69 template<typename U> sp(U* other);
70 template<typename U> sp(const sp<U>& other)
140 sp<T>::sp(const sp<U>& other) function in class:android::sp
    [all...]
  /frameworks/rs/server/
StrongPointer.h 37 inline bool operator _op_ (const sp<T>& o) const { \
44 inline bool operator _op_ (const sp<U>& o) const { \
62 class sp class in namespace:android
65 inline sp() : m_ptr(0) { } function in class:android::sp
67 sp(T* other);
68 sp(const sp<T>& other);
69 template<typename U> sp(U* other);
70 template<typename U> sp(const sp<U>& other)
140 sp<T>::sp(const sp<U>& other) function in class:android::sp
    [all...]
  /system/core/libpixelflinger/codeflinger/tinyutils/
smartpointer.h 31 inline bool operator _op_ (const sp<T>& o) const { \
38 inline bool operator _op_ (const sp<U>& o) const { \
49 class sp class in namespace:android::tinyutils
52 inline sp() : m_ptr(0) { } function in class:android::tinyutils::sp
54 sp(T* other);
55 sp(const sp<T>& other);
56 template<typename U> sp(U* other);
57 template<typename U> sp(const sp<U>& other)
104 sp<T>::sp(const sp<T>& other) function in class:android::tinyutils::sp
111 sp<T>::sp(U* other) : m_ptr(other) function in class:android::tinyutils::sp
117 sp<T>::sp(const sp<U>& other) function in class:android::tinyutils::sp
    [all...]
  /external/compiler-rt/lib/asan/lit_tests/Linux/
clone_test.cc 29 char *sp = child_stack + kStackSize; // Stack grows down. local
30 printf("Parent: %p\n", sp);
31 pid_t clone_pid = clone(Child, sp, CLONE_FILES | CLONE_VM, NULL, 0, 0, 0);
  /external/libpng/
pngwtran.c 106 png_bytep sp, dp; local
111 sp = row;
118 if (*sp != 0)
120 sp++;
137 png_bytep sp, dp; local
142 sp = row;
150 value = (png_byte)(*sp & 0x03);
161 sp++;
169 png_bytep sp, dp; local
174 sp = row
    [all...]
  /external/libppp/src/
tcp.c 66 struct servent *sp; local
76 sp = getservbyname(port, "tcp");
77 if (sp)
78 dest.sin_port = sp->s_port;
  /external/qemu/distrib/libpng-1.2.19/
pngwtran.c 100 png_bytep sp, dp; local
105 sp = row;
112 if (*sp != 0)
114 sp++;
131 png_bytep sp, dp; local
136 sp = row;
144 value = (png_byte)(*sp & 0x03);
155 sp++;
163 png_bytep sp, dp; local
168 sp = row
    [all...]
  /external/regex-re2/re2/testing/
string_generator_test.cc 43 StringPiece sp = g.Next(); local
44 EXPECT_EQ(sp.data(), static_cast<const char*>(NULL));
45 EXPECT_EQ(sp.size(), 0);

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011>>