| /third_party/elfutils/tests/ |
| D | run-disasm-riscv64.sh | 18 . $srcdir/test-subr.sh 20 testfiles testfile-riscv64-dis1.o testfile-riscv64-dis1.expect 21 testrun_compare ${abs_top_builddir}/src/objdump -d testfile-riscv64-dis1.o < testfile-riscv64-dis1.… 26 cat <<EOF | riscv64-linux-gnu-as -c -o testfile-riscv64-dis1.o - 322 .short 0x1000 323 .short 0x0800 324 .short 0x0400 325 .short 0x0200 326 .short 0x0100 327 .short 0x0080 [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| D | Grouper.java | 19 private static final Grouper GROUPER_NEVER = new Grouper((short) -1, (short) -1, (short) -2); 20 private static final Grouper GROUPER_MIN2 = new Grouper((short) -2, (short) -2, (short) -3); 21 private static final Grouper GROUPER_AUTO = new Grouper((short) -2, (short) -2, (short) -2); 22 … private static final Grouper GROUPER_ON_ALIGNED = new Grouper((short) -4, (short) -4, (short) 1); 24 private static final Grouper GROUPER_WESTERN = new Grouper((short) 3, (short) 3, (short) 1); 25 private static final Grouper GROUPER_INDIC = new Grouper((short) 3, (short) 2, (short) 1); 26 … private static final Grouper GROUPER_WESTERN_MIN2 = new Grouper((short) 3, (short) 3, (short) 2); 27 private static final Grouper GROUPER_INDIC_MIN2 = new Grouper((short) 3, (short) 2, (short) 2); 56 short grouping1 = (short) properties.getGroupingSize(); in forProperties() 57 short grouping2 = (short) properties.getSecondaryGroupingSize(); in forProperties() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| D | Grouper.java | 17 private static final Grouper GROUPER_NEVER = new Grouper((short) -1, (short) -1, (short) -2); 18 private static final Grouper GROUPER_MIN2 = new Grouper((short) -2, (short) -2, (short) -3); 19 private static final Grouper GROUPER_AUTO = new Grouper((short) -2, (short) -2, (short) -2); 20 … private static final Grouper GROUPER_ON_ALIGNED = new Grouper((short) -4, (short) -4, (short) 1); 22 private static final Grouper GROUPER_WESTERN = new Grouper((short) 3, (short) 3, (short) 1); 23 private static final Grouper GROUPER_INDIC = new Grouper((short) 3, (short) 2, (short) 1); 24 … private static final Grouper GROUPER_WESTERN_MIN2 = new Grouper((short) 3, (short) 3, (short) 2); 25 private static final Grouper GROUPER_INDIC_MIN2 = new Grouper((short) 3, (short) 2, (short) 2); 54 short grouping1 = (short) properties.getGroupingSize(); in forProperties() 55 short grouping2 = (short) properties.getSecondaryGroupingSize(); in forProperties() [all …]
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| D | me_cmp.c | 4 * Copyright (c) 2003-2004 Romain Dolbeau <romain@dolbeau.org> 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 68 * pix1v: pix1[0] - pix1[15] in sad16_x2_altivec() 69 * pix2v: pix2[0] - pix2[15] pix2iv: pix2[1] - pix2[16] */ in sad16_x2_altivec() 112 * pix2v: pix2[0] - pix2[15] in sad16_y2_altivec() 118 * pix1v: pix1[0] - pix1[15] in sad16_y2_altivec() 119 * pix3v: pix3[0] - pix3[15] */ in sad16_y2_altivec() 152 const vector unsigned short two = in sad16_xy2_altivec() 153 (const vector unsigned short) vec_splat_u16(2); in sad16_xy2_altivec() 156 vector unsigned short pix3lv, pix3hv, pix3ilv, pix3ihv; in sad16_xy2_altivec() [all …]
|
| D | hpeldsp_altivec.c | 4 * Copyright (c) 2003-2004 Romain Dolbeau <romain@dolbeau.org> 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 48 // hand-unrolling the loop by 4 gains about 15% in ff_put_pixels16_altivec() 50 // it's faster than -funroll-loops, but using in ff_put_pixels16_altivec() 51 // -funroll-loops w/ this is bad - 74 cycles again. in ff_put_pixels16_altivec() 68 #define op_avg(a,b) a = ( ((a)|(b)) - ((((a)^(b))&0xFEFEFEFEUL)>>1) ) 91 /* block is 8 bytes-aligned, so we're either in the in avg_pixels8_altivec() 92 left block (16 bytes-aligned) or in the right block (not) */ in avg_pixels8_altivec() 119 register vector unsigned short pixelssum1, pixelssum2, temp3; in put_pixels8_xy2_altivec() 121 register const vector unsigned short vctwo = (const vector unsigned short)vec_splat_u16(2); in put_pixels8_xy2_altivec() [all …]
|
| /third_party/libsnd/src/ |
| D | wavlike.h | 2 ** Copyright (C) 1999-2016 Erik de Castro Lopo <erikd@mega-nerd.com> 16 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 25 /*------------------------------------------------------------------------------ 68 /*------------------------------------------------------------------------------ 92 WAVE_FORMAT_CU_CODEC = 0x0019, /* Hewlett-Packard Company */ 164 IBM_FORMAT_MULAW = 0x0101, /* IBM mu-law format */ 165 IBM_FORMAT_ALAW = 0x0102, /* IBM a-law format */ 197 { unsigned short format ; 198 unsigned short channels ; 201 unsigned short blockalign ; [all …]
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| D | fcntl11.c | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 64 void compare_lock(struct flock *, short, short, int, int, pid_t); 66 void do_test(struct flock *, short, short, int, int); 69 int do_lock(int, short, short, int, int); 128 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock() 139 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 141 fl->l_type = type; in do_test() 142 fl->l_whence = whence; in do_test() 143 fl->l_start = start; in do_test() 144 fl->l_len = len; in do_test() [all …]
|
| D | fcntl20.c | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 64 void compare_lock(struct flock *, short, short, int, int, pid_t); 66 void do_test(struct flock *, short, short, int, int); 69 int do_lock(int, short, short, int, int); 104 if ((fd = mkstemp(template)) == -1) in setup() 113 if (sigaction(SIGCHLD, &act, NULL) == -1) in setup() 141 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock() 152 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 154 fl->l_type = type; in do_test() 155 fl->l_whence = whence; in do_test() [all …]
|
| D | fcntl19.c | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 68 void compare_lock(struct flock *, short, short, int, int, pid_t); 70 void do_test(struct flock *, short, short, int, int); 73 int do_lock(int, short, short, int, int); 142 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock() 153 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 155 fl->l_type = type; in do_test() 156 fl->l_whence = whence; in do_test() 157 fl->l_start = start; in do_test() 158 fl->l_len = len; in do_test() [all …]
|
| D | fcntl21.c | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 63 void compare_lock(struct flock *, short, short, int, int, pid_t); 65 void do_test(struct flock *, short, short, int, int); 68 int do_lock(int, short, short, int, int); 149 int do_lock(int cmd, short type, short whence, int start, int len) in do_lock() 160 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 162 fl->l_type = type; in do_test() 163 fl->l_whence = whence; in do_test() 164 fl->l_start = start; in do_test() 165 fl->l_len = len; in do_test() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | RBBIRuleParseTable.java | 5 * Copyright (c) 2003-2016, International Business Machines 23 static final short doCheckVarDef = 1; 24 static final short doDotAny = 2; 25 static final short doEndAssign = 3; 26 static final short doEndOfRule = 4; 27 static final short doEndVariableName = 5; 28 static final short doExit = 6; 29 static final short doExprCatOperator = 7; 30 static final short doExprFinished = 8; 31 static final short doExprOrOperator = 9; [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | RBBIRuleParseTable.java | 6 * Copyright (c) 2003-2016, International Business Machines 24 static final short doCheckVarDef = 1; 25 static final short doDotAny = 2; 26 static final short doEndAssign = 3; 27 static final short doEndOfRule = 4; 28 static final short doEndVariableName = 5; 29 static final short doExit = 6; 30 static final short doExprCatOperator = 7; 31 static final short doExprFinished = 8; 32 static final short doExprOrOperator = 9; [all …]
|
| /third_party/ltp/tools/sparse/sparse-src/validation/doc/ |
| D | cdoc.cdoc | 3 // ----- 6 // short description 10 // short description 15 // short description 21 // short description 27 // short description 52 // short description 58 // short description 65 // short description 70 // short description [all …]
|
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_ssl.data | 52 Test mock non-blocking TCP connection 58 Test mock non-blocking TCP connection (interleaving) 61 Message queue - sanity 64 Message queue - basic test 67 Message queue - overflow/underflow 70 Message queue - interleaved 73 Message queue - insufficient buffer 76 Message transport mock - uninitialized structures 79 Message transport mock - basic test 82 Message transport mock - queue overflow/underflow [all …]
|
| /third_party/node/deps/npm/lib/utils/ |
| D | error-message.js | 4 var nameValidator = require('validate-npm-package-name') 6 var replaceInfo = require('./replace-info.js') 11 var short = [] 19 short.push(['audit', er.message]) 22 short.push(['audit', er.message]) 25 short.push(['audit', er.message]) 26 detail.push(['audit', 'Try creating one first with: npm i --package-lock-only']) 30 short.push(['', er]) 52 short.push([ 56 'Your cache folder contains root-owned files, due to a bug in', [all …]
|
| /third_party/ffmpeg/libswscale/ppc/ |
| D | yuv2rgb_altivec.c | 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 111 /* RGB interleaver, 16 planar pels 8-bit samples per channel in 122 * perm_rgb_0: o0(RG).h v1(B) --> o1* 128 * perm_rgb_1: o0(RG).h v1(B) --> o2 134 * perm_rgb_2: o3(RG).l o2(rgbB.l) --> o4* 140 * perm_rgb_2: o3(RG).l o2(rgbB.l) ---> o5* 194 _2 = (T) vec_mergeh((vector unsigned short) _0, \ 195 (vector unsigned short) _1); \ 196 _3 = (T) vec_mergel((vector unsigned short) _0, \ 197 (vector unsigned short) _1); \ [all …]
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
| D | jccolext-altivec.c | 2 * AltiVec optimizations for libjpeg-turbo 4 * Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. 7 * This software is provided 'as-is', without any express or implied 24 /* This file is included by jccolor-altivec.c */ 46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_ycc_convert_altivec() 47 __vector unsigned short yl, yh, crl, crh, cbl, cbh; in jsimd_rgb_ycc_convert_altivec() 51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_ycc_convert_altivec() 53 pw_mf016_mf033 = { __4X2(-F_0_168, -F_0_331) }, in jsimd_rgb_ycc_convert_altivec() 54 pw_mf008_mf041 = { __4X2(-F_0_081, -F_0_418) }; in jsimd_rgb_ycc_convert_altivec() 55 __vector unsigned short pw_f050_f000 = { __4X2(F_0_500, 0) }; in jsimd_rgb_ycc_convert_altivec() [all …]
|
| /third_party/libjpeg-turbo/simd/powerpc/ |
| D | jccolext-altivec.c | 2 * AltiVec optimizations for libjpeg-turbo 4 * Copyright (C) 2014-2015, D. R. Commander. All Rights Reserved. 7 * This software is provided 'as-is', without any express or implied 24 /* This file is included by jccolor-altivec.c */ 46 __vector short rg0, rg1, rg2, rg3, bg0, bg1, bg2, bg3; in jsimd_rgb_ycc_convert_altivec() 47 __vector unsigned short yl, yh, crl, crh, cbl, cbh; in jsimd_rgb_ycc_convert_altivec() 51 __vector short pw_f0299_f0337 = { __4X2(F_0_299, F_0_337) }, in jsimd_rgb_ycc_convert_altivec() 53 pw_mf016_mf033 = { __4X2(-F_0_168, -F_0_331) }, in jsimd_rgb_ycc_convert_altivec() 54 pw_mf008_mf041 = { __4X2(-F_0_081, -F_0_418) }; in jsimd_rgb_ycc_convert_altivec() 55 __vector unsigned short pw_f050_f000 = { __4X2(F_0_500, 0) }; in jsimd_rgb_ycc_convert_altivec() [all …]
|
| /third_party/rust/crates/clap/tests/builder/ |
| D | indices.rs | 9 .short('e') in indices_mult_opts() 16 .short('i') in indices_mult_opts() 20 .try_get_matches_from(vec!["ind", "-e", "A", "B", "-i", "B", "C", "-e", "C"]) in indices_mult_opts() 36 .short('e') in index_mult_opts() 43 .short('i') in index_mult_opts() 47 .try_get_matches_from(vec!["ind", "-e", "A", "B", "-i", "B", "C", "-e", "C"]) in index_mult_opts() 58 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue)) in index_flag() 59 .arg(Arg::new("include").short('i').action(ArgAction::SetTrue)) in index_flag() 60 .try_get_matches_from(vec!["ind", "-e", "-i"]) in index_flag() 71 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue)) in index_flags() [all …]
|
| /third_party/ffmpeg/libavfilter/x86/ |
| D | vf_eq_init.c | 19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 29 extern void ff_process_one_line_mmxext(const uint8_t *src, uint8_t *dst, short contrast, 30 short brightness, int w); 31 extern void ff_process_one_line_sse2(const uint8_t *src, uint8_t *dst, short contrast, 32 short brightness, int w); 38 short contrast = (short) (param->contrast * 256 * 16); in process_mmxext() 39 short brightness = ((short) (100.0 * param->brightness + 100.0) * 511) in process_mmxext() 40 / 200 - 128 - contrast / 32; in process_mmxext() 42 while (h--) { in process_mmxext() 53 short contrast = (short) (param->contrast * 256 * 16); in process_sse2() [all …]
|
| /third_party/libsnd/src/G72x/ |
| D | g723_24.c | 48 static short _dqlntab [8] = { -2048, 135, 273, 373, 373, 273, 135, -2048 } ; 51 static short _witab [8] = { -128, 960, 4384, 18624, 18624, 4384, 960, -128 } ; 54 * Maps G.723_24 code words to a set of values whose long and short 58 static short _fitab [8] = { 0, 0x200, 0x400, 0xE00, 0xE00, 0x400, 0x200, 0 } ; 60 static short qtab_723_24 [3] = { 8, 218, 331 } ; 65 * Encodes a linear PCM, A-law or u-law input sample and returns its 3-bit code. 66 * Returns -1 if invalid input coding value. 73 short sei, sezi, se, sez ; /* ACCUM */ in g723_24_encoder() 74 short d ; /* SUBTA */ in g723_24_encoder() 75 short y ; /* MIX */ in g723_24_encoder() [all …]
|
| D | g723_16.c | 29 * -Marc Randolph 53 static short _dqlntab [4] = { 116, 365, 365, 116 } ; 57 * _witab [4] is actually {-22 , 439, 439, -22}, but FILTD wants it 60 static short _witab [4] = { -704, 14048, 14048, -704 } ; 63 * Maps G.723_16 code words to a set of values whose long and short 69 static short _fitab [4] = { 0, 0xE00, 0xE00, 0 } ; 73 static short qtab_723_16 [1] = { 261 } ; 79 * Encodes a linear PCM, A-law or u-law input sample and returns its 2-bit code. 80 * Returns -1 if invalid input coding value. 87 short sei, sezi, se, sez ; /* ACCUM */ in g723_16_encoder() [all …]
|
| D | g721.c | 55 static short qtab_721 [7] = { -124, 80, 178, 246, 300, 349, 400 } ; 60 static short _dqlntab [16] = { -2048, 4, 135, 213, 273, 323, 373, 425, 61 425, 373, 323, 273, 213, 135, 4, -2048 } ; 64 static short _witab [16] = { -12, 18, 41, 64, 112, 198, 355, 1122, 65 1122, 355, 198, 112, 64, 41, 18, -12 } ; 67 * Maps G.721 code words to a set of values whose long and short 71 static short _fitab [16] = { 0, 0, 0, 0x200, 0x200, 0x200, 0x600, 0xE00, 77 * Encodes the input vale of linear PCM, A-law or u-law data sl and returns 78 * the resulting code. -1 is returned for unknown input coding value. 85 short sezi, se, sez ; /* ACCUM */ in g721_encoder() [all …]
|
| /third_party/libffi/testsuite/libffi.closures/ |
| D | cls_multi_sshortchar.c | 2 Purpose: Check passing of multiple signed short/char values. 7 /* { dg-do run } */ 10 signed short test_func_fn(signed char a1, signed short a2, in test_func_fn() 11 signed char a3, signed short a4) in test_func_fn() 13 signed short result; in test_func_fn() 27 signed short a2, a4; in test_func_gn() 30 a2 = *(signed short *)avals[1]; in test_func_gn() 32 a4 = *(signed short *)avals[3]; in test_func_gn() 38 typedef signed short (*test_type)(signed char, signed short, 39 signed char, signed short); [all …]
|
| /third_party/alsa-lib/src/pcm/ |
| D | pcm_dmix_generic.c | 51 volatile signed short *dst, signed short *src, in mix_areas_16() 61 sample -= old_sample; in mix_areas_16() 67 else if (old_sample < -0x8000) in mix_areas_16() 68 sample = -0x8000; in mix_areas_16() 73 if (!--size) in mix_areas_16() 75 src = (signed short *) ((char *)src + src_step); in mix_areas_16() 76 dst = (signed short *) ((char *)dst + dst_step); in mix_areas_16() 92 sample -= old_sample; in mix_areas_32() 98 else if (old_sample < -0x800000) in mix_areas_32() 99 sample = -0x80000000; in mix_areas_32() [all …]
|