/external/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 …]
|
/external/python/cpython2/Tools/pybench/ |
D | Strings.py | 13 s = join(map(str,range(100))) 17 t + s 18 t + s 19 t + s 20 t + s 21 t + s 23 t + s 24 t + s 25 t + s 26 t + s [all …]
|
D | Unicode.py | 18 s = unicode(join(map(str,range(100)))) 22 t + s 23 t + s 24 t + s 25 t + s 26 t + s 28 t + s 29 t + s 30 t + s 31 t + s [all …]
|
/external/brotli/js/ |
D | decode.js | 43 function decodeWindowBits(s) { argument 44 if (s.bitOffset >= 16) { 45 s.accumulator32 = (s.shortBuffer[s.halfOffset++] << 16) | (s.accumulator32 >>> 16); 46 s.bitOffset -= 16; 48 if (readFewBits(s, 1) == 0) { 51 var /** !number */ n = readFewBits(s, 3); 55 n = readFewBits(s, 3); 66 function initState(s, input) { argument 67 if (s.runningState != 0) { 70 s.blockTrees = new Int32Array(6480); [all …]
|
/external/brotli/java/org/brotli/dec/ |
D | Decode.java | 126 private static int decodeWindowBits(State s) { in decodeWindowBits() argument 127 BitReader.fillBitWindow(s); in decodeWindowBits() 128 if (BitReader.readFewBits(s, 1) == 0) { in decodeWindowBits() 131 int n = BitReader.readFewBits(s, 3); in decodeWindowBits() 135 n = BitReader.readFewBits(s, 3); in decodeWindowBits() 148 static void initState(State s, InputStream input) { in initState() argument 149 if (s.runningState != UNINITIALIZED) { in initState() 152 s.blockTrees = new int[6 * HUFFMAN_TABLE_SIZE]; in initState() 153 s.input = input; in initState() 154 BitReader.initBitReader(s); in initState() [all …]
|
/external/zlib/src/ |
D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 77 local void slide_hash OF((deflate_state *s)); 78 local void fill_window OF((deflate_state *s)); 79 local block_state deflate_stored OF((deflate_state *s, int flush)); 80 local block_state deflate_fast OF((deflate_state *s, int flush)); 82 local block_state deflate_slow OF((deflate_state *s, int flush)); 84 local block_state deflate_rle OF((deflate_state *s, int flush)); 85 local block_state deflate_huff OF((deflate_state *s, int flush)); 86 local void lm_init OF((deflate_state *s)); 87 local void putShortMSB OF((deflate_state *s, uInt b)); [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 77 local void slide_hash OF((deflate_state *s)); 78 local void fill_window OF((deflate_state *s)); 79 local block_state deflate_stored OF((deflate_state *s, int flush)); 80 local block_state deflate_fast OF((deflate_state *s, int flush)); 82 local block_state deflate_slow OF((deflate_state *s, int flush)); 84 local block_state deflate_rle OF((deflate_state *s, int flush)); 85 local block_state deflate_huff OF((deflate_state *s, int flush)); 86 local void lm_init OF((deflate_state *s)); 87 local void putShortMSB OF((deflate_state *s, uInt b)); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | smem.s | 19 s_atc_probe 0x7, s[4:5], s0 23 s_atc_probe 0x0, s[4:5], 0x0 27 s_atc_probe_buffer 0x1, s[8:11], s0 31 s_atc_probe_buffer 0x0, s[8:11], s101 35 s_memrealtime s[4:5] 55 s_store_dword s1, s[2:3], 0xfc 59 s_store_dword s1, s[2:3], 0xfc glc 63 s_store_dword s1, s[2:3], s4 67 s_store_dword s1, s[2:3], s4 glc 71 s_store_dword tba_lo, s[2:3], s4 [all …]
|
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 45 #define _SQUASHFS_SWAP_SUPER_BLOCK(s, d, SWAP_FUNC) {\ argument 46 SWAP_FUNC(32, s, d, s_magic, struct squashfs_super_block);\ 47 SWAP_FUNC(32, s, d, inodes, struct squashfs_super_block);\ 48 SWAP_FUNC##S(32, s, d, mkfs_time, struct squashfs_super_block);\ 49 SWAP_FUNC(32, s, d, block_size, struct squashfs_super_block);\ 50 SWAP_FUNC(32, s, d, fragments, struct squashfs_super_block);\ 51 SWAP_FUNC(16, s, d, compression, struct squashfs_super_block);\ 52 SWAP_FUNC(16, s, d, block_log, struct squashfs_super_block);\ 53 SWAP_FUNC(16, s, d, flags, struct squashfs_super_block);\ 54 SWAP_FUNC(16, s, d, no_ids, struct squashfs_super_block);\ [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_inv_dit_fft_8pt.s | 24 DUP v0.2s, w3 33 LD1 {v1.s}[0], [x0], x5 34 LD1 {v2.s}[0], [x6], x5 35 LD1 {v1.s}[1], [x0], x5 36 LD1 {v2.s}[1], [x6], x5 37 LD1 {v3.s}[0], [x0], x5 38 LD1 {v4.s}[0], [x6], x5 39 LD1 {v3.s}[1], [x0], x5 40 LD1 {v4.s}[1], [x6], x5 41 LD1 {v5.s}[0], [x0], x5 [all …]
|
/external/u-boot/lib/zlib/ |
D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 76 local void fill_window OF((deflate_state *s)); 77 local block_state deflate_stored OF((deflate_state *s, int flush)); 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 80 local block_state deflate_slow OF((deflate_state *s, int flush)); 82 local block_state deflate_rle OF((deflate_state *s, int flush)); 83 local block_state deflate_huff OF((deflate_state *s, int flush)); 84 local void lm_init OF((deflate_state *s)); 85 local void putShortMSB OF((deflate_state *s, uInt b)); 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); [all …]
|
/external/capstone/suite/MC/AArch64/ |
D | neon-2velem.s.cs | 2 0x20,0x08,0x82,0x2f = mla v0.2s, v1.2s, v2.s[2] 3 0x20,0x08,0x96,0x2f = mla v0.2s, v1.2s, v22.s[2] 4 0x03,0x01,0xa2,0x6f = mla v3.4s, v8.4s, v2.s[1] 5 0x03,0x09,0xb6,0x6f = mla v3.4s, v8.4s, v22.s[3] 10 0x20,0x48,0x82,0x2f = mls v0.2s, v1.2s, v2.s[2] 11 0x20,0x48,0x96,0x2f = mls v0.2s, v1.2s, v22.s[2] 12 0x03,0x41,0xa2,0x6f = mls v3.4s, v8.4s, v2.s[1] 13 0x03,0x49,0xb6,0x6f = mls v3.4s, v8.4s, v22.s[3] 18 0x20,0x18,0x82,0x0f = fmla v0.2s, v1.2s, v2.s[2] 19 0x20,0x18,0x96,0x0f = fmla v0.2s, v1.2s, v22.s[2] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | neon-2velem.s | 9 mla v0.2s, v1.2s, v2.s[2] 10 mla v0.2s, v1.2s, v22.s[2] 11 mla v3.4s, v8.4s, v2.s[1] 12 mla v3.4s, v8.4s, v22.s[3] 29 mls v0.2s, v1.2s, v2.s[2] 30 mls v0.2s, v1.2s, v22.s[2] 31 mls v3.4s, v8.4s, v2.s[1] 32 mls v3.4s, v8.4s, v22.s[3] 51 fmla v0.2s, v1.2s, v2.s[2] 52 fmla v0.2s, v1.2s, v22.s[2] [all …]
|
/external/llvm/test/MC/AArch64/ |
D | neon-2velem.s | 9 mla v0.2s, v1.2s, v2.s[2] 10 mla v0.2s, v1.2s, v22.s[2] 11 mla v3.4s, v8.4s, v2.s[1] 12 mla v3.4s, v8.4s, v22.s[3] 29 mls v0.2s, v1.2s, v2.s[2] 30 mls v0.2s, v1.2s, v22.s[2] 31 mls v3.4s, v8.4s, v2.s[1] 32 mls v3.4s, v8.4s, v22.s[3] 51 fmla v0.2s, v1.2s, v2.s[2] 52 fmla v0.2s, v1.2s, v22.s[2] [all …]
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 168 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument 171 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp() 173 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp() 175 s->temp.pos += copy_size; in fill_temp() 177 if (s->temp.pos == s->temp.size) { in fill_temp() 178 s->temp.pos = 0; in fill_temp() 186 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, in dec_vli() argument 191 if (s->pos == 0) in dec_vli() 192 s->vli = 0; in dec_vli() 198 s->vli |= (vli_type)(byte & 0x7F) << s->pos; in dec_vli() [all …]
|
/external/libcxx/test/std/re/re.traits/ |
D | isctype.pass.cpp | 29 std::string s("w"); in main() local 30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() 33 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main() 34 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main() 35 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main() 36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main() 38 s = "alnum"; in main() 39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_hv_accept.cpp | 55 ir_visitor_status s = ir->accept(v); in visit_list_elements() local 57 if (s != visit_continue) in visit_list_elements() 58 return s; in visit_list_elements() 84 ir_visitor_status s = v->visit_enter(this); in accept() local 86 if (s != visit_continue) in accept() 87 return (s == visit_continue_with_parent) ? visit_continue : s; in accept() 89 s = visit_list_elements(v, &this->body_instructions); in accept() 90 if (s == visit_stop) in accept() 91 return s; in accept() 107 ir_visitor_status s = v->visit_enter(this); in accept() local [all …]
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_assign/ |
D | iterator.pass.cpp | 24 test(S s, It first, It last, S expected) in test() argument 26 s.assign(first, last); in test() 27 LIBCPP_ASSERT(s.__invariants()); in test() 28 assert(s == expected); in test() 34 test_exceptions(S s, It first, It last) in test_exceptions() argument 36 S aCopy = s; in test_exceptions() 38 s.assign(first, last); in test_exceptions() 42 LIBCPP_ASSERT(s.__invariants()); in test_exceptions() 43 assert(s == aCopy); in test_exceptions() 51 const char* s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in main() local [all …]
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
D | iterator.pass.cpp | 23 test(S s, It first, It last, S expected) in test() argument 25 s.append(first, last); in test() 26 LIBCPP_ASSERT(s.__invariants()); in test() 27 assert(s == expected); in test() 33 test_exceptions(S s, It first, It last) in test_exceptions() argument 35 S aCopy = s; in test_exceptions() 37 s.append(first, last); in test_exceptions() 41 LIBCPP_ASSERT(s.__invariants()); in test_exceptions() 42 assert(s == aCopy); in test_exceptions() 50 const char* s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in main() local [all …]
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
D | iter_iter_iter.pass.cpp | 27 test(S s, typename S::difference_type pos, It first, It last, S expected) in test() argument 29 typename S::const_iterator p = s.cbegin() + pos; in test() 30 typename S::iterator i = s.insert(p, first, last); in test() 31 LIBCPP_ASSERT(s.__invariants()); in test() 32 assert(i - s.begin() == pos); in test() 33 assert(s == expected); in test() 39 test_exceptions(S s, typename S::difference_type pos, It first, It last) in test_exceptions() argument 41 typename S::const_iterator p = s.cbegin() + pos; in test_exceptions() 42 S aCopy = s; in test_exceptions() 44 s.insert(p, first, last); in test_exceptions() [all …]
|
/external/libavc/common/armv8/ |
D | ih264_ihadamard_scaling_av8.s | 105 dup v14.4s, w4 // populate the u4_qp_div_6 109 saddl v4.4s, v0.4h, v3.4h //x0 = x4 + x7 110 saddl v5.4s, v1.4h, v2.4h //x1 = x5 + x6 111 ssubl v6.4s, v1.4h, v2.4h //x2 = x5 - x6 112 ssubl v7.4s, v0.4h, v3.4h //x3 = x4 - x7 114 add v0.4s, v4.4s, v5.4s //pi4_tmp_ptr[0] = x0 + x1 115 add v1.4s, v7.4s, v6.4s //pi4_tmp_ptr[1] = x3 + x2 116 sub v2.4s, v4.4s, v5.4s //pi4_tmp_ptr[2] = x0 - x1 117 sub v3.4s, v7.4s, v6.4s //pi4_tmp_ptr[3] = x3 - x2 119 umull v15.4s, v15.4h, v16.4h [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | mem_neon.h | 17 static INLINE void store_row2_u8_8x8(uint8_t *s, int p, const uint8x8_t s0, in store_row2_u8_8x8() argument 19 vst1_u8(s, s0); in store_row2_u8_8x8() 20 s += p; in store_row2_u8_8x8() 21 vst1_u8(s, s1); in store_row2_u8_8x8() 22 s += p; in store_row2_u8_8x8() 27 #define load_u8_4x1(s, s0, lane) \ argument 30 vld1_lane_u32((uint32_t *)(s), vreinterpret_u32_u8(*(s0)), lane)); \ 33 static INLINE void load_u8_8x8(const uint8_t *s, ptrdiff_t p, in load_u8_8x8() argument 38 *s0 = vld1_u8(s); in load_u8_8x8() 39 s += p; in load_u8_8x8() [all …]
|
/external/libhevc/common/arm64/ |
D | ihevc_itrans_recon_8x8.s | 187 smull v20.4s, v2.4h, v0.h[0] //// y0 * cos4(part of c0 and c1) 189 smull v18.4s, v3.4h, v1.h[2] //// y2 * sin2 (q3 is freed by this time)(part of d1) 192 smull v24.4s, v6.4h, v0.h[1] //// y1 * cos1(part of b0) 194 smull v26.4s, v6.4h, v0.h[3] //// y1 * cos3(part of b1) 196 smull v28.4s, v6.4h, v1.h[1] //// y1 * sin3(part of b2) 198 smull v30.4s, v6.4h, v1.h[3] //// y1 * sin1(part of b3) 200 smlal v24.4s, v7.4h, v0.h[3] //// y1 * cos1 + y3 * cos3(part of b0) 202 smlsl v26.4s, v7.4h, v1.h[3] //// y1 * cos3 - y3 * sin1(part of b1) 204 smlsl v28.4s, v7.4h, v0.h[1] //// y1 * sin3 - y3 * cos1(part of b2) 206 smlsl v30.4s, v7.4h, v1.h[1] //// y1 * sin1 - y3 * sin3(part of b3) [all …]
|
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_copy/ |
D | copy.pass.cpp | 24 test(S str, typename S::value_type* s, typename S::size_type n, in test() argument 30 typename S::size_type r = cs.copy(s, n, pos); in test() 34 assert(S::traits_type::eq(cs[pos+r], s[r])); in test() 41 typename S::size_type r = cs.copy(s, n, pos); in test() 57 char s[50]; in main() local 58 test(S(""), s, 0, 0); in main() 59 test(S(""), s, 0, 1); in main() 60 test(S(""), s, 1, 0); in main() 61 test(S("abcde"), s, 0, 0); in main() 62 test(S("abcde"), s, 0, 1); in main() [all …]
|
/external/brotli/c/dec/ |
D | state.c | 18 BROTLI_BOOL BrotliDecoderStateInit(BrotliDecoderState* s, in BrotliDecoderStateInit() argument 21 s->alloc_func = BrotliDefaultAllocFunc; in BrotliDecoderStateInit() 22 s->free_func = BrotliDefaultFreeFunc; in BrotliDecoderStateInit() 23 s->memory_manager_opaque = 0; in BrotliDecoderStateInit() 25 s->alloc_func = alloc_func; in BrotliDecoderStateInit() 26 s->free_func = free_func; in BrotliDecoderStateInit() 27 s->memory_manager_opaque = opaque; in BrotliDecoderStateInit() 30 s->error_code = 0; /* BROTLI_DECODER_NO_ERROR */ in BrotliDecoderStateInit() 32 BrotliInitBitReader(&s->br); in BrotliDecoderStateInit() 33 s->state = BROTLI_STATE_UNINITED; in BrotliDecoderStateInit() [all …]
|