Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 13206) sorted by relevance

12345678910>>...529

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h45 #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/
DFPUarithmetic.stdout.exp-mips323 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/zlib/src/
Ddeflate.c73 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/opencv3/3rdparty/zlib/
Ddeflate.c73 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/
Ddeflate.c73 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_assign/
Diterator.pass.cpp23 test(S s, It first, It last, S expected) in test() argument
25 s.assign(first, last); in test()
26 assert(s.__invariants()); in test()
27 assert(s == expected); in test()
34 const char* s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in main() local
35 test(S(), s, s, S()); in main()
36 test(S(), s, s+1, S("A")); in main()
37 test(S(), s, s+10, S("ABCDEFGHIJ")); in main()
38 test(S(), s, s+52, S("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz")); in main()
40 test(S("12345"), s, s, S()); in main()
[all …]
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
Diterator.pass.cpp23 test(S s, It first, It last, S expected) in test() argument
25 s.append(first, last); in test()
26 assert(s.__invariants()); in test()
27 assert(s == expected); in test()
34 const char* s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in main() local
35 test(S(), s, s, S()); in main()
36 test(S(), s, s+1, S("A")); in main()
37 test(S(), s, s+10, S("ABCDEFGHIJ")); in main()
38 test(S(), s, s+52, S("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz")); in main()
40 test(S("12345"), s, s, S("12345")); in main()
[all …]
/external/llvm/test/MC/AArch64/
Dneon-2velem.s9 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/glsl/
Dir_hv_accept.cpp56 ir_visitor_status s = ir->accept(v); in visit_list_elements() local
58 if (s != visit_continue) in visit_list_elements()
59 return s; in visit_list_elements()
85 ir_visitor_status s = v->visit_enter(this); in accept() local
87 if (s != visit_continue) in accept()
88 return (s == visit_continue_with_parent) ? visit_continue : s; in accept()
90 s = visit_list_elements(v, &this->body_instructions); in accept()
91 if (s == visit_stop) in accept()
92 return s; in accept()
94 if (s != visit_continue_with_parent) { in accept()
[all …]
/external/lzma/xz-embedded/
Dxz_dec_stream.c168 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/strings/basic.string/string.modifiers/string_insert/
Diter_iter_iter.pass.cpp27 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 assert(s.__invariants()); in test()
32 assert(i - s.begin() == pos); in test()
33 assert(s == expected); in test()
40 const char* s = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; in main() local
41 test(S(), 0, s, s, S()); in main()
42 test(S(), 0, s, s+1, S("A")); in main()
43 test(S(), 0, s, s+10, S("ABCDEFGHIJ")); in main()
[all …]
/external/libcxx/test/std/re/re.traits/
Disctype.pass.cpp24 std::string s("w"); in main() local
25 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
26 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main()
27 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main()
28 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main()
29 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main()
30 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main()
31 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main()
33 s = "alnum"; in main()
34 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main()
[all …]
/external/libavc/common/armv8/
Dih264_ihadamard_scaling_av8.s105 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_copy/
Dcopy.pass.cpp23 test(S str, typename S::value_type* s, typename S::size_type n, in test() argument
29 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()
46 char s[50]; in main() local
47 test(S(""), s, 0, 0); in main()
48 test(S(""), s, 0, 1); in main()
49 test(S(""), s, 1, 0); in main()
50 test(S("abcde"), s, 0, 0); in main()
51 test(S("abcde"), s, 0, 1); in main()
52 test(S("abcde"), s, 0, 2); in main()
[all …]
/external/libhevc/common/arm64/
Dihevc_itrans_recon_8x8.s187 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/regex-re2/benchlog/
Dbenchlog.c239 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 …]
Dbenchlog.r7062 Search_Easy0_CachedPCRE/8 10000000 149 ns/op 53.57 MB/s
63 Search_Easy0_CachedPCRE/16 10000000 194 ns/op 82.16 MB/s
64 Search_Easy0_CachedPCRE/32 5000000 291 ns/op 109.70 MB/s
65 Search_Easy0_CachedPCRE/64 5000000 452 ns/op 141.37 MB/s
66 Search_Easy0_CachedPCRE/128 2000000 773 ns/op 165.41 MB/s
67 Search_Easy0_CachedPCRE/256 500000 2135 ns/op 119.88 MB/s
68 Search_Easy0_CachedPCRE/512 500000 3674 ns/op 139.33 MB/s
69 Search_Easy0_CachedPCRE/1K 200000 7051 ns/op 145.21 MB/s
70 Search_Easy0_CachedPCRE/2K 100000 12536 ns/op 163.37 MB/s
71 Search_Easy0_CachedPCRE/4K 50000 24447 ns/op 167.54 MB/s
[all …]
Dbenchlog.wreck113 Search_Easy0_CachedPCRE/8 10000000 142 ns/op 56.08 MB/s
114 Search_Easy0_CachedPCRE/16 10000000 184 ns/op 86.70 MB/s
115 Search_Easy0_CachedPCRE/32 5000000 266 ns/op 120.15 MB/s
116 Search_Easy0_CachedPCRE/64 5000000 433 ns/op 147.54 MB/s
117 Search_Easy0_CachedPCRE/128 2000000 782 ns/op 163.61 MB/s
118 Search_Easy0_CachedPCRE/256 1000000 1435 ns/op 178.37 MB/s
119 Search_Easy0_CachedPCRE/512 500000 3151 ns/op 162.46 MB/s
120 Search_Easy0_CachedPCRE/1K 200000 6522 ns/op 156.99 MB/s
121 Search_Easy0_CachedPCRE/2K 100000 12024 ns/op 170.32 MB/s
122 Search_Easy0_CachedPCRE/4K 50000 24372 ns/op 168.06 MB/s
[all …]
/external/v8/test/unittests/compiler/x64/
Dinstruction-selector-x64-unittest.cc20 Stream s = m.Build(); in TEST_F() local
21 ASSERT_EQ(1U, s.size()); in TEST_F()
22 EXPECT_EQ(kSSEFloat32ToFloat64, s[0]->arch_opcode()); in TEST_F()
23 EXPECT_EQ(1U, s[0]->InputCount()); in TEST_F()
24 EXPECT_EQ(1U, s[0]->OutputCount()); in TEST_F()
31 Stream s = m.Build(); in TEST_F() local
32 ASSERT_EQ(1U, s.size()); in TEST_F()
33 EXPECT_EQ(kX64Movsxlq, s[0]->arch_opcode()); in TEST_F()
40 Stream s = m.Build(); in TEST_F() local
41 ASSERT_EQ(1U, s.size()); in TEST_F()
[all …]
/external/bzip2/
Ddecompress.c27 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/harfbuzz_ng/test/api/
Dtest-set.c33 test_empty (hb_set_t *s) in test_empty() argument
36 g_assert_cmpint (hb_set_get_population (s), ==, 0); in test_empty()
37 g_assert_cmpint (hb_set_get_min (s), ==, HB_SET_VALUE_INVALID); in test_empty()
38 g_assert_cmpint (hb_set_get_max (s), ==, HB_SET_VALUE_INVALID); in test_empty()
39 g_assert (!hb_set_has (s, 13)); in test_empty()
40 g_assert (!hb_set_next (s, &next)); in test_empty()
42 g_assert (hb_set_is_empty (s)); in test_empty()
46 test_not_empty (hb_set_t *s) in test_not_empty() argument
49 g_assert_cmpint (hb_set_get_population (s), !=, 0); in test_not_empty()
50 g_assert_cmpint (hb_set_get_min (s), !=, HB_SET_VALUE_INVALID); in test_not_empty()
[all …]
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc153 Stream s = m.Build(); in TEST_P() local
154 ASSERT_EQ(1U, s.size()); in TEST_P()
155 EXPECT_EQ(dpi.arch_opcode, s[0]->arch_opcode()); in TEST_P()
156 EXPECT_EQ(kMode_Operand2_R, s[0]->addressing_mode()); in TEST_P()
157 EXPECT_EQ(2U, s[0]->InputCount()); in TEST_P()
158 EXPECT_EQ(1U, s[0]->OutputCount()); in TEST_P()
167 Stream s = m.Build(); in TEST_P() local
168 ASSERT_EQ(1U, s.size()); in TEST_P()
169 EXPECT_EQ(dpi.arch_opcode, s[0]->arch_opcode()); in TEST_P()
170 EXPECT_EQ(kMode_Operand2_I, s[0]->addressing_mode()); in TEST_P()
[all …]
/external/libmpeg2/common/armv8/
Dimpeg2_idct.s232 dup v0.4s, w4
240 sxtl v8.4s, v2.4h
241 sxtl v10.4s, v3.4h
242 raddhn v12.4h, v0.4s, v8.4s
243 raddhn2 v12.8h, v0.4s, v10.4s
250 sxtl v8.4s, v2.4h
251 sxtl v10.4s, v3.4h
252 raddhn v12.4h, v0.4s, v8.4s
253 raddhn2 v12.8h, v0.4s, v10.4s
260 sxtl v8.4s, v2.4h
[all …]
/external/lzma/CPP/Windows/
DFileName.cpp39 #define IS_DEVICE_PATH(s) ((s)[0] == '\\' && (s)[1] == '\\' && (s)[2] == '.' && (s)[3] == '\\') argument
40 #define IS_SUPER_PREFIX(s) ((s)[0] == '\\' && (s)[1] == '\\' && (s)[2] == '?' && (s)[3] == '\\') argument
41 #define IS_SUPER_OR_DEVICE_PATH(s) ((s)[0] == '\\' && (s)[1] == '\\' && ((s)[2] == '?' || (s)[2] ==… argument
44 #define IS_UNC_WITH_SLASH(s) ( \ argument
45 ((s)[0] == 'U' || (s)[0] == 'u') && \
46 ((s)[1] == 'N' || (s)[1] == 'n') && \
47 ((s)[2] == 'C' || (s)[2] == 'c') && \
48 (s)[3] == '\\')
50 bool IsDevicePath(CFSTR s) throw() in IsDevicePath() argument
54 s = s; in IsDevicePath()
[all …]
/external/vboot_reference/tests/
Dstateful_util_tests.c23 MemcpyState s; in StatefulInitTest() local
26 memset(&s, 0, sizeof(s)); in StatefulInitTest()
27 s.overrun = 1; in StatefulInitTest()
28 StatefulInit(&s, buf, 128); in StatefulInitTest()
29 TEST_EQ(0, s.overrun, "StatefulInit() overrun"); in StatefulInitTest()
30 TEST_EQ(128, s.remaining_len, "StatefulInit() len"); in StatefulInitTest()
31 TEST_PTR_EQ(buf, s.remaining_buf, "StatefulInit() buf"); in StatefulInitTest()
37 MemcpyState s; in StatefulSkipTest() local
41 StatefulInit(&s, buf, 128); in StatefulSkipTest()
42 TEST_PTR_EQ(&s, StatefulSkip(&s, 5), "StatefulSkip(5) retval"); in StatefulSkipTest()
[all …]

12345678910>>...529