Searched defs:sp (Results 1 - 25 of 265) sorted by relevance

1234567891011

/external/openssl/crypto/bn/asm/
H A Darmv4-mont.pl62 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,# subroutine
[all...]
H A Darmv4-gf2m.pl83 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,
221 sub sp,sp,#32 @ allocate tab[8] subroutine
[all...]
/external/clang/test/Sema/
H A Dformat-strings-c90.c7 void foo(char **sp, float *fp, int *ip) { argument
8 scanf("%as", sp); /* expected-warning{{'a' length modifier is not supported by ISO C}} */
9 scanf("%a[abc]", sp); /* expected-warning{{'a' length modifier is not supported by ISO C}} */
/external/clang/test/SemaCXX/
H A Dformat-strings-0x.cpp8 void f(char **sp, float *fp) { argument
9 scanf("%as", sp); // expected-warning{{format specifies type 'float *' but the argument has type 'char **'}}
14 printf(*sp); // expected-warning {{not a string literal}}
H A Dattr-unavailable.cpp10 void test_foo(short* sp) { argument
13 foo(sp); // expected-error{{call to unavailable function 'foo'}}
32 void unavail(short* sp) __attribute__((__unavailable__));
33 void unavail(short* sp) { argument
37 foo(sp);
H A Dformat-strings.cpp11 void f(char **sp, float *fp) { argument
12 scanf("%as", sp); // expected-warning{{'a' length modifier is not supported by ISO C}}
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_update_shadow_word_inl.h20 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);
/external/clang/test/CodeGen/
H A Ddebug-info-var-location.c16 struct s *sp = s->next; local
/external/elfutils/backends/
H A Di386_syscall.c35 int *sp, int *pc, int *callno, int args[6])
37 *sp = 4; /* %esp */
34 i386_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
H A Dppc_syscall.c35 int *sp, int *pc, int *callno, int args[6])
37 *sp = 1;
34 ppc_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
H A Dx86_64_syscall.c35 int *sp, int *pc, int *callno, int args[6])
37 *sp = 7; /* %rsp */
34 x86_64_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
/external/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl162 stmdb sp!,{r4-r12,lr}
167 mov $Xi,sp
168 sub sp,sp,#15*4 subroutine
178 teq $Xi,sp
180 sub sp,sp,#5*4 subroutine
190 sub sp,sp,#20*4 subroutine
191 cmn sp,#
203 sub sp,sp,#20*4 @ [+2] subroutine
214 sub sp,sp,#20*4 subroutine
[all...]
H A Dsha256-armv4.pl77 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,#1 subroutine
[all...]
H A Dsha512-armv4.pl79 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,#
159 sub sp,sp,#8 subroutine
240 sub sp,sp,#9*8 subroutine
[all...]
/external/tcpdump/
H A Dprint-msdp.c39 msdp_print(const unsigned char *sp, u_int length) argument
43 TCHECK2(*sp, 3);
45 type = *sp;
46 len = EXTRACT_16BITS(sp + 1);
51 TCHECK2(*sp, 3);
52 type = *sp;
53 len = EXTRACT_16BITS(sp + 1);
58 sp += 3;
67 TCHECK(*sp);
68 (void)printf(" %u entries", *sp);
[all...]
H A Dprint-symantec.c50 register const struct symantec_header *sp; local
53 sp = (const struct symantec_header *)bp;
55 etype = ntohs(sp->ether_type);
84 struct symantec_header *sp; local
98 sp = (struct symantec_header *)p;
101 ether_type = ntohs(sp->ether_type);
106 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
114 symantec_hdr_print((u_char *)sp, length + sizeof (struct symantec_header));
/external/doclava/src/com/google/doclava/
H A DCodeTagInfo.java27 public CodeTagInfo(String text, SourcePositionInfo sp) { argument
30 //super("@code", "@code", encode(text), sp);
31 super("@code", "@code", text, sp);
H A DLiteralTagInfo.java27 public LiteralTagInfo(String text, SourcePositionInfo sp) { argument
28 super("Text", "Text", encode(text), sp);
H A DParamTagInfo.java31 ParamTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { argument
32 super(name, kind, text, base, sp);
50 String parameterComment, String parameterName, ContainerInfo base, SourcePositionInfo sp) {
51 super(name, kind, text, base, sp);
49 ParamTagInfo(String name, String kind, String text, boolean isTypeParameter, String parameterComment, String parameterName, ContainerInfo base, SourcePositionInfo sp) argument
H A DParsedTagInfo.java26 ParsedTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { argument
27 super(name, kind, text, SourcePositionInfo.findBeginning(sp, text));
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dcryptoparams.h39 const std::string& kp, const std::string& sp)
40 : tag(t), cipher_suite(cs), key_params(kp), session_params(sp) {}
38 CryptoParams(int t, const std::string& cs, const std::string& kp, const std::string& sp) argument
/external/compiler-rt/lib/asan/lit_tests/Linux/
H A Dclone_test.cc29 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/iproute2/tc/
H A Dtc_stab.c51 int parse_size_table(int *argcp, char ***argvp, struct tc_sizespec *sp) argument
113 *sp = s;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwtran.c100 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
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_debuginfo.h115 struct { Addr ia; Addr sp; Addr fp; Addr lr;} member in struct:__anon14395

Completed in 487 milliseconds

1234567891011