/third_party/openssl/crypto/ec/asm/ |
D | ecp_nistz256-ppc64.pl | 42 my $sp="r1"; 108 stdu $sp,-128($sp) 110 std r22,48($sp) 111 std r23,56($sp) 112 std r24,64($sp) 113 std r25,72($sp) 114 std r26,80($sp) 115 std r27,88($sp) 116 std r28,96($sp) 117 std r29,104($sp) [all …]
|
D | ecp_nistz256-sparcv9.pl | 120 save %sp,-STACK_FRAME,%sp 135 save %sp,-STACK_FRAME,%sp 151 save %sp,-STACK_FRAME,%sp 164 save %sp,-STACK_FRAME,%sp 378 save %sp,-STACK_FRAME,%sp 459 save %sp,-STACK_FRAME,%sp 493 save %sp,-STACK_FRAME,%sp 558 save %sp,-STACK_FRAME,%sp 577 save %sp,-STACK_FRAME,%sp 671 save %sp,-STACK_FRAME,%sp [all …]
|
/third_party/openssl/crypto/sha/asm/ |
D | keccak1600p8-ppc.pl | 59 my $sp ="r1"; 229 $STU $sp,-$FRAME($sp) 234 stvx v20,r10,$sp 236 stvx v21,r11,$sp 238 stvx v22,r10,$sp 240 stvx v23,r11,$sp 242 stvx v24,r10,$sp 244 stvx v25,r11,$sp 246 stvx v26,r10,$sp 248 stvx v27,r11,$sp [all …]
|
D | keccak1600-ppc64.pl | 66 my $sp ="r1"; 92 std $A[0][4],`$TEMP+0`($sp) 94 std $A[1][4],`$TEMP+8`($sp) 96 std $A[2][4],`$TEMP+16`($sp) 98 std $A[3][4],`$TEMP+24`($sp) 156 ld $A[0][4],`$TEMP+0`($sp) 158 ld $A[1][4],`$TEMP+8`($sp) 160 ld $A[2][4],`$TEMP+16`($sp) 162 ld $A[3][4],`$TEMP+24`($sp) 213 ld $C[1],`$LOCALS+4*$SIZE_T`($sp) [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | sampling_par.c | 81 _vbi_sampling_par_valid_log (const vbi_sampling_par * sp, _vbi_log_hook * log) in _vbi_sampling_par_valid_log() argument 86 assert (NULL != sp); in _vbi_sampling_par_valid_log() 88 switch (sp->sp_sample_format) { in _vbi_sampling_par_valid_log() 96 bpp = vbi_pixfmt_bytes_per_pixel (sp->sp_sample_format); in _vbi_sampling_par_valid_log() 97 if (0 != (sp->bytes_per_line % bpp)) in _vbi_sampling_par_valid_log() 102 if (0 == sp->bytes_per_line) in _vbi_sampling_par_valid_log() 105 if (0 == sp->count[0] in _vbi_sampling_par_valid_log() 106 && 0 == sp->count[1]) in _vbi_sampling_par_valid_log() 109 videostd_set = _vbi_videostd_set_from_scanning (sp->scanning); in _vbi_sampling_par_valid_log() 115 if (0 != sp->start[0] in _vbi_sampling_par_valid_log() [all …]
|
/third_party/openssl/crypto/aes/asm/ |
D | vpaes-ppc.pl | 59 $sp="r1"; 313 $STU $sp,-$FRAME($sp) 318 stvx v20,r10,$sp 320 stvx v21,r11,$sp 322 stvx v22,r10,$sp 324 stvx v23,r11,$sp 326 stvx v24,r10,$sp 328 stvx v25,r11,$sp 330 stvx v26,r10,$sp 332 stvx v27,r11,$sp [all …]
|
D | aes-s390x.pl | 124 $sp="%r15"; 271 stm${g} %r3,$ra,3*$SIZE_T($sp) 281 l${g} $out,3*$SIZE_T($sp) 287 lm${g} %r6,$ra,6*$SIZE_T($sp) 294 st${g} $ra,15*$SIZE_T($sp) 458 l${g} $ra,15*$SIZE_T($sp) 597 stm${g} %r3,$ra,3*$SIZE_T($sp) 607 l${g} $out,3*$SIZE_T($sp) 613 lm${g} %r6,$ra,6*$SIZE_T($sp) 620 st${g} $ra,15*$SIZE_T($sp) [all …]
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 37 struct softpipe_context *sp = softpipe_context(pipe); in sp_blit() local 39 if (info->render_condition_enable && !softpipe_check_render_cond(sp)) in sp_blit() 50 if (util_try_blit_via_copy_region(pipe, info, sp->render_cond_query != NULL)) { in sp_blit() 54 if (!util_blitter_is_blit_supported(sp->blitter, info)) { in sp_blit() 63 util_blitter_save_vertex_buffer_slot(sp->blitter, sp->vertex_buffer); in sp_blit() 64 util_blitter_save_vertex_elements(sp->blitter, sp->velems); in sp_blit() 65 util_blitter_save_vertex_shader(sp->blitter, sp->vs); in sp_blit() 66 util_blitter_save_geometry_shader(sp->blitter, sp->gs); in sp_blit() 67 util_blitter_save_so_targets(sp->blitter, sp->num_so_targets, in sp_blit() 68 (struct pipe_stream_output_target**)sp->so_targets); in sp_blit() [all …]
|
D | sp_draw_arrays.c | 76 struct softpipe_context *sp = softpipe_context(pipe); in softpipe_draw_vbo() local 77 struct draw_context *draw = sp->draw; in softpipe_draw_vbo() 81 if (!softpipe_check_render_cond(sp)) in softpipe_draw_vbo() 89 sp->reduced_api_prim = u_reduced_prim(info->mode); in softpipe_draw_vbo() 91 if (sp->dirty) { in softpipe_draw_vbo() 92 softpipe_update_derived(sp, sp->reduced_api_prim); in softpipe_draw_vbo() 96 for (i = 0; i < sp->num_vertex_buffers; i++) { in softpipe_draw_vbo() 97 const void *buf = sp->vertex_buffer[i].is_user_buffer ? in softpipe_draw_vbo() 98 sp->vertex_buffer[i].buffer.user : NULL; in softpipe_draw_vbo() 101 if (!sp->vertex_buffer[i].buffer.resource) { in softpipe_draw_vbo() [all …]
|
D | sp_quad_pipe.c | 35 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 …]
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngrtran.c | 2165 png_bytep sp = row + (size_t)((row_width - 1) >> 3); in png_do_unpack() local 2170 *dp = (png_byte)((*sp >> shift) & 0x01); in png_do_unpack() 2175 sp--; in png_do_unpack() 2189 png_bytep sp = row + (size_t)((row_width - 1) >> 2); in png_do_unpack() local 2194 *dp = (png_byte)((*sp >> shift) & 0x03); in png_do_unpack() 2199 sp--; in png_do_unpack() 2212 png_bytep sp = row + (size_t)((row_width - 1) >> 1); in png_do_unpack() local 2217 *dp = (png_byte)((*sp >> shift) & 0x0f); in png_do_unpack() 2222 sp--; in png_do_unpack() 2395 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local [all …]
|
D | pngwtran.c | 36 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 79 sp = row; in png_do_pack() 88 value = (png_byte)(*sp & 0x03); in png_do_pack() 102 sp++; in png_do_pack() 113 png_bytep sp, dp; in png_do_pack() local 119 sp = row; in png_do_pack() [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | pngrtran.c | 2165 png_bytep sp = row + (size_t)((row_width - 1) >> 3); in png_do_unpack() local 2170 *dp = (png_byte)((*sp >> shift) & 0x01); in png_do_unpack() 2175 sp--; in png_do_unpack() 2189 png_bytep sp = row + (size_t)((row_width - 1) >> 2); in png_do_unpack() local 2194 *dp = (png_byte)((*sp >> shift) & 0x03); in png_do_unpack() 2199 sp--; in png_do_unpack() 2212 png_bytep sp = row + (size_t)((row_width - 1) >> 1); in png_do_unpack() local 2217 *dp = (png_byte)((*sp >> shift) & 0x0f); in png_do_unpack() 2222 sp--; in png_do_unpack() 2395 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local [all …]
|
D | pngwtran.c | 36 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 79 sp = row; in png_do_pack() 88 value = (png_byte)(*sp & 0x03); in png_do_pack() 102 sp++; in png_do_pack() 113 png_bytep sp, dp; in png_do_pack() local 119 sp = row; in png_do_pack() [all …]
|
/third_party/tzdata/ |
D | localtime.c | 226 ttunspecified(struct state const *sp, int i) in ttunspecified() argument 228 char const *abbr = &sp->chars[sp->ttis[i].tt_desigidx]; in ttunspecified() 280 update_tzname_etc(struct state const *sp, struct ttinfo const *ttisp) in update_tzname_etc() argument 283 tzname[ttisp->tt_isdst] = (char *) &sp->chars[ttisp->tt_desigidx]; in update_tzname_etc() 298 register struct state * const sp = lclptr; in settzname() local 302 tzname[0] = tzname[1] = (char *) (sp ? wildabbr : gmt); in settzname() 311 if (sp == NULL) { in settzname() 317 for (i = 0; i < sp->typecnt; ++i) { in settzname() 318 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() 319 update_tzname_etc(sp, ttisp); in settzname() [all …]
|
/third_party/libffi/src/riscv/ |
D | sysv.S | 96 mv sp, a0 136 addi sp, fp, -FRAME_LEN 161 addi sp, sp, -FRAME_LEN 165 SARG fp, FRAME_LEN - 2*PTRS(sp) 167 SARG ra, FRAME_LEN - 1*PTRS(sp) 169 addi fp, sp, FRAME_LEN 173 FSARG fa0, 0*FLTS(sp) 174 FSARG fa1, 1*FLTS(sp) 175 FSARG fa2, 2*FLTS(sp) 176 FSARG fa3, 3*FLTS(sp) [all …]
|
/third_party/libffi/src/nios2/ |
D | sysv.S | 47 addi sp, sp, -12 49 stw ra, 8(sp) 50 stw fp, 4(sp) 51 stw r16, 0(sp) 55 mov fp, sp 61 sub sp, sp, r6 65 mov r4, sp /* argbuffer */ 70 ldw r4, 0(sp) 71 ldw r5, 4(sp) 72 ldw r6, 8(sp) [all …]
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 144 static void gmtload(struct state * sp); 171 const struct state * sp, struct tm * tmp); 177 static int typesequiv(const struct state * sp, int a, int b); 178 static int tzload(const char * name, struct state * sp, 180 static int tzparse(const char * name, struct state * sp, 254 register struct state * const sp = lclptr; in settzname() local 265 if (sp == NULL) { in settzname() 272 for (i = 0; i < sp->typecnt; ++i) { in settzname() 273 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() 275 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 144 static void gmtload(struct state * sp); 171 const struct state * sp, struct tm * tmp); 177 static int typesequiv(const struct state * sp, int a, int b); 178 static int tzload(const char * name, struct state * sp, 180 static int tzparse(const char * name, struct state * sp, 254 register struct state * const sp = lclptr; in settzname() local 265 if (sp == NULL) { in settzname() 272 for (i = 0; i < sp->typecnt; ++i) { in settzname() 273 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() 275 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 144 static void gmtload(struct state * sp); 171 const struct state * sp, struct tm * tmp); 177 static int typesequiv(const struct state * sp, int a, int b); 178 static int tzload(const char * name, struct state * sp, 180 static int tzparse(const char * name, struct state * sp, 254 register struct state * const sp = lclptr; in settzname() local 265 if (sp == NULL) { in settzname() 272 for (i = 0; i < sp->typecnt; ++i) { in settzname() 273 register const struct ttinfo * const ttisp = &sp->ttis[i]; in settzname() 275 tzname[ttisp->tt_isdst] = &sp->chars[ttisp->tt_abbrind]; in settzname() [all …]
|
/third_party/openssl/crypto/bn/asm/ |
D | ppc64-mont.pl | 121 $sp="r1"; 236 subf $tp,$tp,$sp ; $sp-$tp 238 subf $tp,$sp,$tp ; $tp-$sp 239 mr $i,$sp 240 $STUX $sp,$sp,$tp ; alloca 268 addi $tp,$sp,`$FRAME+$TRANSFER+8+64` 276 addi $tp,$sp,`$FRAME+$TRANSFER-8` 292 std $t0,`$FRAME+0`($sp) 293 std $t1,`$FRAME+8`($sp) 294 std $t2,`$FRAME+16`($sp) [all …]
|
/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 64 #define CLR(opt) (sp->fts_options &= ~(opt)) 65 #define ISSET(opt) (sp->fts_options & (opt)) 66 #define SET(opt) (sp->fts_options |= (opt)) 68 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) argument 119 FTS *sp; in fts_open() local 139 sp = &priv->ftsp_fts; in fts_open() 140 sp->fts_compar = compar; in fts_open() 141 sp->fts_options = options; in fts_open() 151 if (fts_palloc(sp, MAX(fts_maxarglen(argv), MAXPATHLEN))) in fts_open() 155 if ((parent = fts_alloc(sp, "", 0)) == NULL) in fts_open() [all …]
|
/third_party/libffi/src/arc/ |
D | arcompact.S | 46 st.a fp, [sp, -4] /* fp + 20, fp */ 48 st.a r4, [sp, -4] /* fp + 12, ecif.rvalue */ 50 st.a r5, [sp, -4] /* fp + 4, fn */ 52 mov fp, sp 55 sub sp, sp, r2 63 mov_s r0, sp 69 ld_s r0, [sp] 70 ld_s r1, [sp, 4] 71 ld_s r2, [sp, 8] 72 ld_s r3, [sp, 12] [all …]
|
/third_party/node/test/parallel/ |
D | test-whatwg-url-custom-searchparams.js | 19 const sp = m.searchParams; constant 21 assert(sp); 22 assert.strictEqual(sp.toString(), ''); 25 assert(!sp.has('a')); 26 values.forEach((i) => sp.set('a', i)); 27 assert(sp.has('a')); 28 assert.strictEqual(sp.get('a'), '[object Object]'); 29 sp.delete('a'); 30 assert(!sp.has('a')); 33 assert.strictEqual(sp.toString(), ''); [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 294 StringPiece sp(abcd, -1); in TestStringPiece() local 295 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece() 298 sp=StringPiece(abcd, 5); in TestStringPiece() 299 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece() 302 sp=StringPiece(abcd, 2); in TestStringPiece() 303 if(sp.empty() || sp.data()!=abcdefg_chars+2 || sp.length()!=2 || sp.size()!=2) { in TestStringPiece() 307 sp=StringPiece(abcd, -1, 8); in TestStringPiece() 308 if(sp.empty() || sp.data()!=abcdefg_chars || sp.length()!=4 || sp.size()!=4) { in TestStringPiece() 311 sp=StringPiece(abcd, 5, 8); in TestStringPiece() 312 if(!sp.empty() || sp.length()!=0 || sp.size()!=0) { in TestStringPiece() [all …]
|