/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/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/valgrind/none/tests/mips32/ |
D | FPUarithmetic.stdout.exp-mips32 | 3 abs.s 0.000000 0.000000 4 abs.s 456.250000 456.250000 5 abs.s 3.000000 3.000000 6 abs.s 1.000000 -1.000000 7 abs.s 1384.500000 1384.500000 8 abs.s 7.250000 -7.250000 9 abs.s 1000000000.000000 1000000000.000000 10 abs.s 5786.500000 -5786.500000 11 abs.s 1752.000000 1752.000000 12 abs.s 0.015625 0.015625 [all …]
|
/external/python/cpython2/Modules/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/zlib/src/ |
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/pdfium/third_party/zlib_v128/ |
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/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/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/syslinux/com32/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/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_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/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/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/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/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/dec/ |
D | state.c | 28 void BrotliDecoderStateInit(BrotliDecoderState* s) { in BrotliDecoderStateInit() argument 29 BrotliDecoderStateInitWithCustomAllocators(s, 0, 0, 0); in BrotliDecoderStateInit() 32 void BrotliDecoderStateInitWithCustomAllocators(BrotliDecoderState* s, in BrotliDecoderStateInitWithCustomAllocators() argument 35 s->alloc_func = DefaultAllocFunc; in BrotliDecoderStateInitWithCustomAllocators() 36 s->free_func = DefaultFreeFunc; in BrotliDecoderStateInitWithCustomAllocators() 37 s->memory_manager_opaque = 0; in BrotliDecoderStateInitWithCustomAllocators() 39 s->alloc_func = alloc_func; in BrotliDecoderStateInitWithCustomAllocators() 40 s->free_func = free_func; in BrotliDecoderStateInitWithCustomAllocators() 41 s->memory_manager_opaque = opaque; in BrotliDecoderStateInitWithCustomAllocators() 44 BrotliInitBitReader(&s->br); in BrotliDecoderStateInitWithCustomAllocators() [all …]
|
D | decode.c | 87 BrotliDecoderState* s, BrotliDecoderErrorCode e) { in SaveErrorCode() argument 88 s->error_code = (int)e; in SaveErrorCode() 132 BrotliDecoderState* s, BrotliBitReader* br, uint32_t* value) { in DecodeVarLenUint8() argument 134 switch (s->substate_decode_uint8) { in DecodeVarLenUint8() 147 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_SHORT; in DecodeVarLenUint8() 152 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8() 161 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_LONG; in DecodeVarLenUint8() 165 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8() 176 BrotliDecoderState* s, BrotliBitReader* br) { in DecodeMetaBlockLength() argument 180 switch (s->substate_metablock_header) { in DecodeMetaBlockLength() [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/lzma/CPP/Windows/ |
D | FileName.cpp | 17 int FindSepar(const wchar_t *s) throw() in FindSepar() argument 19 for (const wchar_t *p = s;; p++) in FindSepar() 25 return (int)(p - s); in FindSepar() 30 int FindSepar(const FChar *s) throw() in FindSepar() argument 32 for (const FChar *p = s;; p++) in FindSepar() 38 return (int)(p - s); in FindSepar() 63 bool IsDrivePath(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':' && IS_SEPAR… in IsDrivePath() argument 65 bool IsAltPathPrefix(CFSTR s) throw() in IsAltPathPrefix() argument 67 unsigned len = MyStringLen(s); in IsAltPathPrefix() 70 if (s[len - 1] != ':') in IsAltPathPrefix() [all …]
|
/external/bzip2/ |
D | decompress.c | 27 void makeMaps_d ( DState* s ) in makeMaps_d() argument 30 s->nInUse = 0; in makeMaps_d() 32 if (s->inUse[i]) { in makeMaps_d() 33 s->seqToUnseq[s->nInUse] = i; in makeMaps_d() 34 s->nInUse++; in makeMaps_d() 44 case lll: s->state = lll; \ 46 if (s->bsLive >= nnn) { \ 48 v = (s->bsBuff >> \ 49 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 50 s->bsLive -= nnn; \ [all …]
|
/external/regex-re2/benchlog/ |
D | benchlog.c2 | 39 Search_Easy0_CachedPCRE/8 10000000 127 ns/op 62.57 MB/s 40 Search_Easy0_CachedPCRE/16 10000000 156 ns/op 102.26 MB/s 41 Search_Easy0_CachedPCRE/32 5000000 213 ns/op 150.12 MB/s 42 Search_Easy0_CachedPCRE/64 5000000 326 ns/op 195.76 MB/s 43 Search_Easy0_CachedPCRE/128 5000000 427 ns/op 299.08 MB/s 44 Search_Easy0_CachedPCRE/256 1000000 1080 ns/op 236.95 MB/s 45 Search_Easy0_CachedPCRE/512 1000000 1741 ns/op 294.04 MB/s 46 Search_Easy0_CachedPCRE/1K 500000 3395 ns/op 301.54 MB/s 47 Search_Easy0_CachedPCRE/2K 200000 5680 ns/op 360.53 MB/s 48 Search_Easy0_CachedPCRE/4K 100000 10664 ns/op 384.07 MB/s [all …]
|
/external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/ |
D | SSLSessionTest.java | 40 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSocket_TestSSLSessions_create() local 41 assertNotNull(s.invalid); in test_SSLSocket_TestSSLSessions_create() 42 assertFalse(s.invalid.isValid()); in test_SSLSocket_TestSSLSessions_create() 43 assertTrue(s.server.isValid()); in test_SSLSocket_TestSSLSessions_create() 44 assertTrue(s.client.isValid()); in test_SSLSocket_TestSSLSessions_create() 45 s.close(); in test_SSLSocket_TestSSLSessions_create() 50 TestSSLSessions s = TestSSLSessions.create(); in test_SSLSession_getApplicationBufferSize() local 51 assertTrue(s.invalid.getApplicationBufferSize() > 0); in test_SSLSession_getApplicationBufferSize() 52 assertTrue(s.server.getApplicationBufferSize() > 0); in test_SSLSession_getApplicationBufferSize() 53 assertTrue(s.client.getApplicationBufferSize() > 0); in test_SSLSession_getApplicationBufferSize() [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/ |
D | add.ll | 3 ; RUN: llc < %s -march=alpha -o %t.s 4 ; RUN: grep { addl} %t.s | count 2 5 ; RUN: grep { addq} %t.s | count 2 6 ; RUN: grep { subl} %t.s | count 2 7 ; RUN: grep { subq} %t.s | count 2 9 ; RUN: grep {s4addl} %t.s | count 2 10 ; RUN: grep {s8addl} %t.s | count 2 11 ; RUN: grep {s4addq} %t.s | count 2 12 ; RUN: grep {s8addq} %t.s | count 2 14 ; RUN: grep {s4subl} %t.s | count 2 [all …]
|