Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 25 of 1596) sorted by relevance

12345678910>>...64

/external/chromium_org/third_party/openmax_dl/dl/
Ddl.gyp28 'sp/api/omxSP.h',
29 'sp/src/armSP_FFT_F32TwiddleTable.c',
42 'sp/api/armSP.h',
43 'sp/src/arm/armSP_FFT_S32TwiddleTable.c',
44 'sp/src/arm/omxSP_FFTGetBufSize_C_FC32.c',
45 'sp/src/arm/omxSP_FFTGetBufSize_C_SC32.c',
46 'sp/src/arm/omxSP_FFTGetBufSize_R_F32.c',
47 'sp/src/arm/omxSP_FFTGetBufSize_R_S32.c',
48 'sp/src/arm/omxSP_FFTInit_C_FC32.c',
49 'sp/src/arm/omxSP_FFTInit_R_F32.c',
[all …]
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp207 StringPiece sp(abcd, -1); in TestStringPiece() local
208 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece()
211 sp=StringPiece(abcd, 5); in TestStringPiece()
212 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece()
215 sp=StringPiece(abcd, 2); in TestStringPiece()
216 if(sp.empty() || sp.data()!=abcdefg_chars+2 || sp.length()!=2 || sp.size()!=2) { in TestStringPiece()
220 sp=StringPiece(abcd, -1, 8); in TestStringPiece()
221 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece()
224 sp=StringPiece(abcd, 5, 8); in TestStringPiece()
225 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dstrtest.cpp239 StringPiece sp(abcd, -1); in TestStringPiece() local
240 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece()
243 sp=StringPiece(abcd, 5); in TestStringPiece()
244 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece()
247 sp=StringPiece(abcd, 2); in TestStringPiece()
248 if(sp.empty() || sp.data()!=abcdefg_chars+2 || sp.length()!=2 || sp.size()!=2) { in TestStringPiece()
252 sp=StringPiece(abcd, -1, 8); in TestStringPiece()
253 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece()
256 sp=StringPiece(abcd, 5, 8); in TestStringPiece()
257 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece()
[all …]
/external/llvm/test/CodeGen/AArch64/
Dfastcc.ll9 ; CHECK: mov x29, sp
10 ; CHECK-NEXT: sub sp, sp, #32
13 ; CHECK-TAIL: stp x29, x30, [sp, #-16]!
14 ; CHECK-TAIL-NEXT: mov x29, sp
15 ; CHECK-TAIL-NEXT: sub sp, sp, #32
20 ; CHECK-NOT: sub sp, sp,
23 ; CHECK-TAIL: sub sp, sp, #16
28 ; CHECK-NOT: sub sp, sp,
32 ; CHECK-TAIL: sub sp, sp, #32
37 ; CHECK-NOT: sub sp, sp
[all …]
Darm64-register-pairing.ll7 ; CHECK: stp d15, d14, [sp, #-144]!
8 ; CHECK: stp d13, d12, [sp, #16]
9 ; CHECK: stp d11, d10, [sp, #32]
10 ; CHECK: stp d9, d8, [sp, #48]
11 ; CHECK: stp x28, x27, [sp, #64]
12 ; CHECK: stp x26, x25, [sp, #80]
13 ; CHECK: stp x24, x23, [sp, #96]
14 ; CHECK: stp x22, x21, [sp, #112]
15 ; CHECK: stp x20, x19, [sp, #128]
17 ; CHECK: ldp x20, x19, [sp, #128]
[all …]
/external/libpng/
Dpngrtran.c2147 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local
2152 *dp = (png_byte)((*sp >> shift) & 0x01); in png_do_unpack()
2157 sp--; in png_do_unpack()
2171 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local
2176 *dp = (png_byte)((*sp >> shift) & 0x03); in png_do_unpack()
2181 sp--; in png_do_unpack()
2194 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local
2199 *dp = (png_byte)((*sp >> shift) & 0x0f); in png_do_unpack()
2204 sp--; in png_do_unpack()
2377 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local
[all …]
Dpngwtran.c36 png_bytep sp, dp; in png_do_pack() local
41 sp = row; in png_do_pack()
48 if (*sp != 0) in png_do_pack()
51 sp++; in png_do_pack()
73 png_bytep sp, dp; in png_do_pack() local
78 sp = row; in png_do_pack()
87 value = (png_byte)(*sp & 0x03); in png_do_pack()
101 sp++; in png_do_pack()
112 png_bytep sp, dp; in png_do_pack() local
117 sp = row; in png_do_pack()
[all …]
/external/llvm/test/MC/ARM/
Dvfp-aliases.s8 fstmfdd sp!, {d0}
9 fstmead sp!, {d0}
10 fstmdbd sp!, {d0}
11 fstmiad sp!, {d0}
12 fstmfds sp!, {s0}
13 fstmeas sp!, {s0}
14 fstmdbs sp!, {s0}
15 fstmias sp!, {s0}
17 fldmias sp!, {s0}
18 fldmdbs sp!, {s0}
[all …]
Dvfp-aliases-diagnostics.s9 fstmfdd sp!, {s0}
10 fstmead sp!, {s0}
11 fstmdbd sp!, {s0}
12 fstmiad sp!, {s0}
13 fstmfds sp!, {d0}
14 fstmeas sp!, {d0}
15 fstmdbs sp!, {d0}
16 fstmias sp!, {d0}
18 fldmias sp!, {d0}
19 fldmdbs sp!, {d0}
[all …]
Deh-directive-pad.s28 sub sp, sp, #0
29 add sp, sp, #0
57 sub sp, sp, #0x4
58 add sp, sp, #0x4
70 sub sp, sp, #0x100
71 add sp, sp, #0x100
98 sub sp, sp, #0x104
99 add sp, sp, #0x104
111 sub sp, sp, #0x200
112 add sp, sp, #0x200
[all …]
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) in insert_stage_at_head() argument
37 quad->next = sp->quad.first; in insert_stage_at_head()
38 sp->quad.first = quad; in insert_stage_at_head()
43 sp_build_quad_pipeline(struct softpipe_context *sp) in sp_build_quad_pipeline() argument
46 sp->depth_stencil->depth.enabled && in sp_build_quad_pipeline()
47 sp->framebuffer.zsbuf && in sp_build_quad_pipeline()
48 !sp->depth_stencil->alpha.enabled && in sp_build_quad_pipeline()
49 !sp->fs_variant->info.uses_kill && in sp_build_quad_pipeline()
50 !sp->fs_variant->info.writes_z && in sp_build_quad_pipeline()
51 !sp->fs_variant->info.writes_stencil; in sp_build_quad_pipeline()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) in insert_stage_at_head() argument
37 quad->next = sp->quad.first; in insert_stage_at_head()
38 sp->quad.first = quad; in insert_stage_at_head()
43 sp_build_quad_pipeline(struct softpipe_context *sp) in sp_build_quad_pipeline() argument
46 sp->depth_stencil->depth.enabled && in sp_build_quad_pipeline()
47 sp->framebuffer.zsbuf && in sp_build_quad_pipeline()
48 !sp->depth_stencil->alpha.enabled && in sp_build_quad_pipeline()
49 !sp->fs_variant->info.uses_kill && in sp_build_quad_pipeline()
50 !sp->fs_variant->info.writes_z && in sp_build_quad_pipeline()
51 !sp->fs_variant->info.writes_stencil; in sp_build_quad_pipeline()
[all …]
/external/chromium_org/third_party/libpng/
Dpngrtran.c1609 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local
1614 *dp = (png_byte)((*sp >> shift) & 0x01); in png_do_unpack()
1618 sp--; in png_do_unpack()
1631 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local
1636 *dp = (png_byte)((*sp >> shift) & 0x03); in png_do_unpack()
1640 sp--; in png_do_unpack()
1652 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local
1657 *dp = (png_byte)((*sp >> shift) & 0x0f); in png_do_unpack()
1661 sp--; in png_do_unpack()
1805 png_bytep sp = row; in png_do_chop() local
[all …]
/external/qemu/distrib/libpng-1.2.46/
Dpngrtran.c1609 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local
1614 *dp = (png_byte)((*sp >> shift) & 0x01); in png_do_unpack()
1618 sp--; in png_do_unpack()
1631 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local
1636 *dp = (png_byte)((*sp >> shift) & 0x03); in png_do_unpack()
1640 sp--; in png_do_unpack()
1652 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local
1657 *dp = (png_byte)((*sp >> shift) & 0x0f); in png_do_unpack()
1661 sp--; in png_do_unpack()
1805 png_bytep sp = row; in png_do_chop() local
[all …]
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dlocaltime.c149 static void gmtload(struct state * sp);
175 const struct state * sp, struct tm * tmp);
180 static int typesequiv(const struct state * sp, int a, int b);
181 static int tzload(const char * name, struct state * sp,
183 static int tzparse(const char * name, struct state * sp,
259 register struct state * const sp = lclptr; in settzname() local
272 if (sp == NULL) { in settzname()
277 for (i = 0; i < sp->typecnt; ++i) { in settzname()
278 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname()
281 &sp->chars[ttisp->tt_abbrind]; in settzname()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c149 static void gmtload(struct state * sp);
175 const struct state * sp, struct tm * tmp);
180 static int typesequiv(const struct state * sp, int a, int b);
181 static int tzload(const char * name, struct state * sp,
183 static int tzparse(const char * name, struct state * sp,
259 register struct state * const sp = lclptr; in settzname() local
272 if (sp == NULL) { in settzname()
277 for (i = 0; i < sp->typecnt; ++i) { in settzname()
278 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname()
281 &sp->chars[ttisp->tt_abbrind]; in settzname()
[all …]
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
Darm64COMM_s.h126 sub sp, sp, #_SBytes
135 add sp, sp, #_SBytes
152 sub sp, sp, (_DRegList - 7) * 16 // 16-byte alignment
153 str q8, [sp]
157 str q9, [sp, #16]
161 str q10, [sp, #32]
165 str q11, [sp, #48]
169 str q12, [sp, #64]
173 str q13, [sp, #80]
177 str q14, [sp, #96]
[all …]
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
DSDL_mintaudio_it.S63 lea sp@(-216),sp; \
64 fsave sp@; \
65 fmovel fpiar,sp@-; \
66 lea sp@(-64),sp; \
67 fmovemd fp0-fp7,sp@
70 fmovemd sp@,fp0-fp7; \
71 lea sp@(64),sp; \
72 fmovel sp@+,fpiar; \
73 frestore sp@; \
74 lea sp@(216),sp
[all …]
/external/valgrind/main/coregrind/m_syswrap/
Dsyscall-arm64-linux.S81 stp x29, x30, [sp, #-16]!
82 stp x27, x28, [sp, #-16]!
83 stp x25, x26, [sp, #-16]!
84 stp x23, x24, [sp, #-16]!
85 stp x21, x22, [sp, #-16]!
86 stp x19, x20, [sp, #-16]!
87 stp x4, x5, [sp, #-16]!
88 stp x2, x3, [sp, #-16]!
89 stp x0, x1, [sp, #-16]!
101 ldr x5, [sp, #8] /* saved x1 == guest_state */
[all …]
/external/openssl/crypto/sha/asm/
Dsha512-ppc.pl95 $sp ="r1";
185 $STU $sp,-$FRAME($sp)
189 $PUSH $ctx,`$FRAME-$SIZE_T*22`($sp)
191 $PUSH $toc,`$FRAME-$SIZE_T*20`($sp)
192 $PUSH r13,`$FRAME-$SIZE_T*19`($sp)
193 $PUSH r14,`$FRAME-$SIZE_T*18`($sp)
194 $PUSH r15,`$FRAME-$SIZE_T*17`($sp)
195 $PUSH r16,`$FRAME-$SIZE_T*16`($sp)
196 $PUSH r17,`$FRAME-$SIZE_T*15`($sp)
197 $PUSH r18,`$FRAME-$SIZE_T*14`($sp)
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
Dsha512-ppc.pl95 $sp ="r1";
185 $STU $sp,-$FRAME($sp)
189 $PUSH $ctx,`$FRAME-$SIZE_T*22`($sp)
191 $PUSH $toc,`$FRAME-$SIZE_T*20`($sp)
192 $PUSH r13,`$FRAME-$SIZE_T*19`($sp)
193 $PUSH r14,`$FRAME-$SIZE_T*18`($sp)
194 $PUSH r15,`$FRAME-$SIZE_T*17`($sp)
195 $PUSH r16,`$FRAME-$SIZE_T*16`($sp)
196 $PUSH r17,`$FRAME-$SIZE_T*15`($sp)
197 $PUSH r18,`$FRAME-$SIZE_T*14`($sp)
[all …]
/external/libcxxabi/src/Unwind/
DDwarfInstructions.hpp228 pint_t *sp = stack; in evaluateExpression() local
229 *(++sp) = initialStackValue; in evaluateExpression()
233 for (pint_t *t = sp; t > stack; --t) { in evaluateExpression()
246 *(++sp) = value; in evaluateExpression()
253 value = *sp--; in evaluateExpression()
254 *(++sp) = addressSpace.getP(value); in evaluateExpression()
263 *(++sp) = value; in evaluateExpression()
272 *(++sp) = (pint_t)svalue; in evaluateExpression()
281 *(++sp) = value; in evaluateExpression()
290 *(++sp) = (pint_t)svalue; in evaluateExpression()
[all …]
/external/tcpdump/
Dprint-telnet.c110 telnet_parse(const u_char *sp, u_int length, int print) in telnet_parse() argument
115 #define FETCH(c, sp, length) \ in telnet_parse() argument
119 TCHECK(*sp); \ in telnet_parse()
120 c = *sp++; \ in telnet_parse()
124 osp = sp; in telnet_parse()
126 FETCH(c, sp, length); in telnet_parse()
129 FETCH(c, sp, length); in telnet_parse()
147 FETCH(x, sp, length); in telnet_parse()
158 p = sp; in telnet_parse()
159 while (length > (u_int)(p + 1 - sp)) { in telnet_parse()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
Dppc64-mont.pl100 $sp="r1";
212 subf $tp,$tp,$sp ; $sp-$tp
214 subf $tp,$sp,$tp ; $tp-$sp
215 mr $i,$sp
216 $STUX $sp,$sp,$tp ; alloca
259 addi $tp,$sp,`$FRAME+$TRANSFER+8+64`
270 addi $tp,$sp,`$FRAME+$TRANSFER-8`
279 std $t0,`$FRAME+0`($sp)
280 std $t1,`$FRAME+8`($sp)
281 std $t2,`$FRAME+16`($sp)
[all …]
/external/openssl/crypto/bn/asm/
Dppc64-mont.pl100 $sp="r1";
212 subf $tp,$tp,$sp ; $sp-$tp
214 subf $tp,$sp,$tp ; $tp-$sp
215 mr $i,$sp
216 $STUX $sp,$sp,$tp ; alloca
259 addi $tp,$sp,`$FRAME+$TRANSFER+8+64`
270 addi $tp,$sp,`$FRAME+$TRANSFER-8`
279 std $t0,`$FRAME+0`($sp)
280 std $t1,`$FRAME+8`($sp)
281 std $t2,`$FRAME+16`($sp)
[all …]

12345678910>>...64