| /third_party/toybox/tests/files/bc/ |
| D | sine.txt | 4 s(0) 5 s(0.5) 6 s(1) 7 s(2) 8 s(3) 9 s(-0.5) 10 s(-1) 11 s(-2) 12 s(-3) 13 s(p / 7) [all …]
|
| /third_party/ffmpeg/libavcodec/aarch64/ |
| D | fft_neon.S | 28 #include "libavutil/aarch64/asm.S" 39 ld1 {v0.2s,v1.2s,v2.2s,v3.2s}, [x0] 41 fadd v4.2s, v0.2s, v1.2s // r0+r1,i0+i1 42 fsub v6.2s, v0.2s, v1.2s // r0-r1,i0-i1 47 fadd v5.2s, v2.2s, v3.2s // i2+i3,r2+r3 48 fsub v7.2s, v16.2s, v17.2s // r3-r2,i2-i3 50 fadd v0.2s, v4.2s, v5.2s 51 fsub v2.2s, v4.2s, v5.2s 52 fadd v1.2s, v6.2s, v7.2s 53 fsub v3.2s, v6.2s, v7.2s [all …]
|
| D | aacpsdsp_neon.S | 19 #include "libavutil/aarch64/asm.S" 22 1: ld1 {v0.4S,v1.4S}, [x1], #32 23 fmul v0.4S, v0.4S, v0.4S 24 fmul v1.4S, v1.4S, v1.4S 25 faddp v2.4S, v0.4S, v1.4S 26 ld1 {v3.4S}, [x0] 27 fadd v3.4S, v3.4S, v2.4S 28 st1 {v3.4S}, [x0], #16 35 1: ld1 {v0.4S,v1.4S}, [x1], #32 36 ld1 {v2.4S}, [x2], #16 [all …]
|
| D | mdct_neon.S | 23 #include "libavutil/aarch64/asm.S" 39 ld2 {v16.2s,v17.2s}, [x7], x12 // d16=x,n1 d17=x,n0 40 ld2 {v0.2s,v1.2s}, [x2], #16 // d0 =m0,x d1 =m1,x 41 rev64 v17.2s, v17.2s 42 ld2 {v2.2s,v3.2s}, [x4], #16 // d2=c0,c1 d3=s0,s2 43 fmul v6.2s, v17.2s, v2.2s 44 fmul v7.2s, v0.2s, v2.2s 48 fmul v4.2s, v0.2s, v3.2s 49 fmul v5.2s, v17.2s, v3.2s 50 fsub v4.2s, v6.2s, v4.2s [all …]
|
| D | sbrdsp_neon.S | 19 #include "libavutil/aarch64/asm.S" 49 1: ld1 {v0.4S}, [x0] 50 ld1 {v1.4S}, [x1], #16 51 fadd v0.4S, v0.4S, v1.4S 52 ld1 {v2.4S}, [x2], #16 53 fadd v0.4S, v0.4S, v2.4S 54 ld1 {v3.4S}, [x3], #16 55 fadd v0.4S, v0.4S, v3.4S 56 ld1 {v4.4S}, [x4], #16 57 fadd v0.4S, v0.4S, v4.4S [all …]
|
| /third_party/cups-filters/filter/braille/drivers/index/ |
| D | imageubrltoindexv3.in | 50 -e 's/⠀/@@/g' \ 51 -e 's/⠁/A@/g' \ 52 -e 's/⠂/B@/g' \ 53 -e 's/⠃/C@/g' \ 54 -e 's/⠄/D@/g' \ 55 -e 's/⠅/E@/g' \ 56 -e 's/⠆/F@/g' \ 57 -e 's/⠇/G@/g' \ 58 -e 's/⡀/H@/g' \ 59 -e 's/⡁/I@/g' \ [all …]
|
| D | imageubrltoindexv4.in | 51 -e 's/⠀/@@/g' \ 52 -e 's/⠁/A@/g' \ 53 -e 's/⠂/B@/g' \ 54 -e 's/⠃/C@/g' \ 55 -e 's/⠄/D@/g' \ 56 -e 's/⠅/E@/g' \ 57 -e 's/⠆/F@/g' \ 58 -e 's/⠇/G@/g' \ 59 -e 's/⡀/H@/g' \ 60 -e 's/⡁/I@/g' \ [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.types | 8 then<S extends T>(cb: (x: T) => S): Chain<S> { 9 >then : <S extends T>(cb: (x: T) => S) => Chain<S> 10 >cb : (x: T) => S 16 var s: S; 17 >s : S 20 (new Chain(t)).then(tt => s).then(ss => t); 21 >(new Chain(t)).then(tt => s).then(ss => t) : Chain<S> 22 >(new Chain(t)).then(tt => s).then : <S extends S>(cb: (x: S) => S) => Chain<S> 23 >(new Chain(t)).then(tt => s) : Chain<S> 24 >(new Chain(t)).then : <S extends T>(cb: (x: T) => S) => Chain<S> [all …]
|
| D | symbolType12.types | 2 var s = Symbol.for("assign"); 3 >s : symbol 14 s *= s; 15 >s *= s : number 16 >s : symbol 17 >s : symbol 19 s *= 0; 20 >s *= 0 : number 21 >s : symbol 24 s /= s; [all …]
|
| /third_party/musl/libc-test/src/api/ |
| D | inttypes.c | 3 #define S(n) {char s[] = "" n;} macro 99 S(PRId8) in f() 100 S(PRId16) in f() 101 S(PRId32) in f() 102 S(PRId64) in f() 103 S(PRIdLEAST8) in f() 104 S(PRIdLEAST16) in f() 105 S(PRIdLEAST32) in f() 106 S(PRIdLEAST64) in f() 107 S(PRIdFAST8) in f() [all …]
|
| /third_party/libphonenumber/resources/carrier/en/ |
| D | 56.txt | 19 56211|Rural Telecommunications Chile S.A. 20 562198|Compania De Telecomunicaciones De Chile S.A. 21 562220|Compania De Telecomunicaciones De Chile S.A. 22 562221|Compania De Telecomunicaciones De Chile S.A. 23 562222|Compania De Telecomunicaciones De Chile S.A. 24 562223|Compania De Telecomunicaciones De Chile S.A. 25 562224|Gtd Manquehue S.A. 26 562225|Complejo Manufacturero De Equipos Telefonicos S.A.C.I. 27 562226|Compania De Telecomunicaciones De Chile S.A. 28 562227|Compania De Telecomunicaciones De Chile S.A. [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | mpegvideo.c | 54 static void dct_unquantize_mpeg1_intra_c(MpegEncContext *s, in dct_unquantize_mpeg1_intra_c() argument 60 nCoeffs= s->block_last_index[n]; in dct_unquantize_mpeg1_intra_c() 62 block[0] *= n < 4 ? s->y_dc_scale : s->c_dc_scale; in dct_unquantize_mpeg1_intra_c() 64 quant_matrix = s->intra_matrix; in dct_unquantize_mpeg1_intra_c() 66 int j= s->intra_scantable.permutated[i]; in dct_unquantize_mpeg1_intra_c() 83 static void dct_unquantize_mpeg1_inter_c(MpegEncContext *s, in dct_unquantize_mpeg1_inter_c() argument 89 nCoeffs= s->block_last_index[n]; in dct_unquantize_mpeg1_inter_c() 91 quant_matrix = s->inter_matrix; in dct_unquantize_mpeg1_inter_c() 93 int j= s->intra_scantable.permutated[i]; in dct_unquantize_mpeg1_inter_c() 112 static void dct_unquantize_mpeg2_intra_c(MpegEncContext *s, in dct_unquantize_mpeg2_intra_c() argument [all …]
|
| D | vp9.c | 4 * Copyright (C) 2013 Ronald S. Bultje <rsbultje gmail com> 43 VP9Context *s = avctx->priv_data; in vp9_free_entries() local 46 pthread_mutex_destroy(&s->progress_mutex); in vp9_free_entries() 47 pthread_cond_destroy(&s->progress_cond); in vp9_free_entries() 48 av_freep(&s->entries); in vp9_free_entries() 53 VP9Context *s = avctx->priv_data; in vp9_alloc_entries() local 57 if (s->entries) in vp9_alloc_entries() 58 av_freep(&s->entries); in vp9_alloc_entries() 60 s->entries = av_malloc_array(n, sizeof(atomic_int)); in vp9_alloc_entries() 62 if (!s->entries) { in vp9_alloc_entries() [all …]
|
| D | mpegvideo_enc.c | 78 static int encode_picture(MpegEncContext *s, int picture_number); 79 static int dct_quantize_refine(MpegEncContext *s, int16_t *block, int16_t *weight, int16_t *orig, i… 80 static int sse_mb(MpegEncContext *s); 81 static void denoise_dct_c(MpegEncContext *s, int16_t *block); 82 static int dct_quantize_trellis_c(MpegEncContext *s, int16_t *block, int n, int qscale, int *overfl… 92 void ff_convert_matrix(MpegEncContext *s, int (*qmat)[64], in ff_convert_matrix() argument 97 FDCTDSPContext *fdsp = &s->fdsp; in ff_convert_matrix() 105 if (s->q_scale_type) qscale2 = ff_mpeg2_non_linear_qscale[qscale]; in ff_convert_matrix() 114 const int j = s->idsp.idct_permutation[i]; in ff_convert_matrix() 126 const int j = s->idsp.idct_permutation[i]; in ff_convert_matrix() [all …]
|
| D | ituh263dec.c | 76 void ff_h263_show_pict_info(MpegEncContext *s){ in ff_h263_show_pict_info() argument 77 if(s->avctx->debug&FF_DEBUG_PICT_INFO){ in ff_h263_show_pict_info() 78 av_log(s->avctx, AV_LOG_DEBUG, "qp:%d %c size:%d rnd:%d%s%s%s%s%s%s%s%s%s %d/%d\n", in ff_h263_show_pict_info() 79 s->qscale, av_get_picture_type_char(s->pict_type), in ff_h263_show_pict_info() 80 s->gb.size_in_bits, 1-s->no_rounding, in ff_h263_show_pict_info() 81 s->obmc ? " AP" : "", in ff_h263_show_pict_info() 82 s->umvplus ? " UMV" : "", in ff_h263_show_pict_info() 83 s->h263_long_vectors ? " LONG" : "", in ff_h263_show_pict_info() 84 s->h263_plus ? " +" : "", in ff_h263_show_pict_info() 85 s->h263_aic ? " AIC" : "", in ff_h263_show_pict_info() [all …]
|
| /third_party/ffmpeg/libswresample/ |
| D | swresample.c | 52 int swr_set_channel_mapping(struct SwrContext *s, const int *channel_map){ in swr_set_channel_mapping() argument 53 if(!s || s->in_convert) // s needs to be allocated but not initialized in swr_set_channel_mapping() 55 s->channel_map = channel_map; in swr_set_channel_mapping() 59 struct SwrContext *swr_alloc_set_opts(struct SwrContext *s, in swr_alloc_set_opts() argument 63 if(!s) s= swr_alloc(); in swr_alloc_set_opts() 64 if(!s) return NULL; in swr_alloc_set_opts() 66 s->log_level_offset= log_offset; in swr_alloc_set_opts() 67 s->log_ctx= log_ctx; in swr_alloc_set_opts() 69 if (av_opt_set_int(s, "ocl", out_ch_layout, 0) < 0) in swr_alloc_set_opts() 72 if (av_opt_set_int(s, "osf", out_sample_fmt, 0) < 0) in swr_alloc_set_opts() [all …]
|
| /third_party/python/Modules/ |
| D | sha512module.c | 3 /* This module provides an interface to NIST's SHA-512 and SHA-384 Algorithms */ 109 #define S(x, n) ROR64((x),(n)) macro 111 #define Sigma0(x) (S(x, 28) ^ S(x, 34) ^ S(x, 39)) 112 #define Sigma1(x) (S(x, 14) ^ S(x, 18) ^ S(x, 41)) 113 #define Gamma0(x) (S(x, 1) ^ S(x, 8) ^ R(x, 7)) 114 #define Gamma1(x) (S(x, 19) ^ S(x, 61) ^ R(x, 6)) 121 SHA_INT64 S[8], W[80], t0, t1; in sha512_transform() local 132 S[i] = sha_info->digest[i]; in sha512_transform() 142 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98d728ae22ULL); in sha512_transform() 143 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x7137449123ef65cdULL); in sha512_transform() [all …]
|
| D | sha256module.c | 3 /* This module provides an interface to NIST's SHA-256 and SHA-224 Algorithms */ 121 #define S(x, n) ROR((x),(n)) macro 123 #define Sigma0(x) (S(x, 2) ^ S(x, 13) ^ S(x, 22)) 124 #define Sigma1(x) (S(x, 6) ^ S(x, 11) ^ S(x, 25)) 125 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) 126 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10)) 133 SHA_INT32 S[8], W[64], t0, t1; in sha_transform() local 144 S[i] = sha_info->digest[i]; in sha_transform() 154 RND(S[0],S[1],S[2],S[3],S[4],S[5],S[6],S[7],0,0x428a2f98); in sha_transform() 155 RND(S[7],S[0],S[1],S[2],S[3],S[4],S[5],S[6],1,0x71374491); in sha_transform() [all …]
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkStrUtilImpl.inl | 56 std::ostream& operator<< (std::ostream& s, XlibDisplayPtr v) { return s << tcu::toHex(v.internal… argument 57 std::ostream& operator<< (std::ostream& s, XlibWindow v) { return s << tcu::toHex(v.internal); } argument 58 std::ostream& operator<< (std::ostream& s, XlibVisualID v) { return s << tcu::toHex(v.internal)… argument 59 std::ostream& operator<< (std::ostream& s, XcbConnectionPtr v) { return s << tcu::toHex(v.intern… argument 60 std::ostream& operator<< (std::ostream& s, XcbWindow v) { return s << tcu::toHex(v.internal); } argument 61 std::ostream& operator<< (std::ostream& s, XcbVisualid v) { return s << tcu::toHex(v.internal);… argument 62 std::ostream& operator<< (std::ostream& s, WaylandDisplayPtr v) { return s << tcu::toHex(v.intern… argument 63 std::ostream& operator<< (std::ostream& s, WaylandSurfacePtr v) { return s << tcu::toHex(v.intern… argument 64 std::ostream& operator<< (std::ostream& s, MirConnectionPtr v) { return s << tcu::toHex(v.intern… argument 65 std::ostream& operator<< (std::ostream& s, MirSurfacePtr v) { return s << tcu::toHex(v.internal)… argument [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | aviobuf.c | 47 AVIOContext *s = obj; in ff_avio_child_next() local 48 return prev ? NULL : s->opaque; in ff_avio_child_next() 85 static void fill_buffer(AVIOContext *s); 86 static int url_resetbuf(AVIOContext *s, int flags); 88 int ffio_init_context(AVIOContext *s, in ffio_init_context() argument 97 memset(s, 0, sizeof(AVIOContext)); in ffio_init_context() 99 s->buffer = buffer; in ffio_init_context() 100 s->orig_buffer_size = in ffio_init_context() 101 s->buffer_size = buffer_size; in ffio_init_context() 102 s->buf_ptr = buffer; in ffio_init_context() [all …]
|
| /third_party/pulseaudio/src/pulse/ |
| D | stream.c | 59 static void reset_callbacks(pa_stream *s) { in reset_callbacks() argument 60 s->read_callback = NULL; in reset_callbacks() 61 s->read_userdata = NULL; in reset_callbacks() 62 s->write_callback = NULL; in reset_callbacks() 63 s->write_userdata = NULL; in reset_callbacks() 64 s->state_callback = NULL; in reset_callbacks() 65 s->state_userdata = NULL; in reset_callbacks() 66 s->overflow_callback = NULL; in reset_callbacks() 67 s->overflow_userdata = NULL; in reset_callbacks() 68 s->underflow_callback = NULL; in reset_callbacks() [all …]
|
| /third_party/ffmpeg/libavresample/aarch64/ |
| D | audio_convert_neon.S | 23 #include "libavutil/aarch64/asm.S" 27 ld1 {v0.4s}, [x1], #16 28 fcvtzs v4.4s, v0.4s, #31 29 ld1 {v1.4s}, [x1], #16 30 fcvtzs v5.4s, v1.4s, #31 35 sqrshrn v4.4h, v4.4s, #16 36 ld1 {v2.4s}, [x1], #16 37 fcvtzs v6.4s, v2.4s, #31 38 sqrshrn2 v4.8h, v5.4s, #16 39 ld1 {v3.4s}, [x1], #16 [all …]
|
| /third_party/ffmpeg/libswresample/aarch64/ |
| D | audio_convert_neon.S | 23 #include "libavutil/aarch64/asm.S" 27 ld1 {v0.4s}, [x1], #16 28 fcvtzs v4.4s, v0.4s, #31 29 ld1 {v1.4s}, [x1], #16 30 fcvtzs v5.4s, v1.4s, #31 35 sqrshrn v4.4h, v4.4s, #16 36 ld1 {v2.4s}, [x1], #16 37 fcvtzs v6.4s, v2.4s, #31 38 sqrshrn2 v4.8h, v5.4s, #16 39 ld1 {v3.4s}, [x1], #16 [all …]
|
| /third_party/ffmpeg/libavutil/aarch64/ |
| D | float_dsp_neon.S | 24 #include "asm.S" 28 ld1 {v0.4S, v1.4S}, [x1], #32 29 ld1 {v2.4S, v3.4S}, [x1], #32 30 ld1 {v4.4S, v5.4S}, [x2], #32 31 ld1 {v6.4S, v7.4S}, [x2], #32 32 fmul v16.4S, v0.4S, v4.4S 33 fmul v17.4S, v1.4S, v5.4S 34 fmul v18.4S, v2.4S, v6.4S 35 fmul v19.4S, v3.4S, v7.4S 36 st1 {v16.4S, v17.4S}, [x0], #32 [all …]
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| D | Decode.java | 203 * @param s initialized state, before any read is performed. 206 private static int decodeWindowBits(State s) { in decodeWindowBits() argument 211 int largeWindowEnabled = s.isLargeWindow; in decodeWindowBits() 212 s.isLargeWindow = 0; in decodeWindowBits() 214 BitReader.fillBitWindow(s); in decodeWindowBits() 215 if (BitReader.readFewBits(s, 1) == 0) { in decodeWindowBits() 218 int n = BitReader.readFewBits(s, 3); in decodeWindowBits() 222 n = BitReader.readFewBits(s, 3); in decodeWindowBits() 229 s.isLargeWindow = 1; in decodeWindowBits() 231 if (BitReader.readFewBits(s, 1) == 1) { in decodeWindowBits() [all …]
|