Home
last modified time | relevance | path

Searched refs:m_count (Results 1 – 25 of 78) sorted by relevance

1234

/external/pdfium/third_party/agg23/
Dagg_curves.h66 m_count(0) in curve4_div()
72 m_count(0) in curve4_div()
77 m_count(0) in curve4_div()
84 m_count = 0; in reset()
96 m_count = 0; in rewind()
100 if(m_count >= m_points.size()) { in vertex()
103 const point_type& p = m_points[m_count++]; in vertex()
106 return (m_count == 1) ? path_cmd_move_to : path_cmd_line_to; in vertex()
110 if(m_count >= m_points.size()) { in vertex_flag()
113 const point_type& p = m_points[m_count++]; in vertex_flag()
[all …]
/external/deqp/framework/delibs/decpp/
DdePoolArray.cpp193 : m_count(DE_NULL) in RefCount()
198 : m_count(count) in RefCount()
200 *m_count += 1; in RefCount()
204 : m_count(other.m_count) in RefCount()
206 if (m_count) in RefCount()
207 *m_count += 1; in RefCount()
212 if (m_count) in ~RefCount()
213 *m_count -= 1; in ~RefCount()
221 if (m_count) in operator =()
222 *m_count -= 1; in operator =()
[all …]
/external/libhevc/common/x86/
Dihevc_32x32_itrans_recon_sse42_intr.c195 __m128i m_count; in ihevc_itrans_recon_32x32_sse42() local
1831 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_32x32_sse42()
1837 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_32x32_sse42()
1838 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_32x32_sse42()
1861 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_32x32_sse42()
1867 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_32x32_sse42()
1868 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_32x32_sse42()
1891 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_32x32_sse42()
1897 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_32x32_sse42()
1898 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_32x32_sse42()
[all …]
Dihevc_itrans_recon_32x32_ssse3_intr.c203 __m128i m_count; in ihevc_itrans_recon_32x32_ssse3() local
1842 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_32x32_ssse3()
1848 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_32x32_ssse3()
1849 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_32x32_ssse3()
1872 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_32x32_ssse3()
1878 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_32x32_ssse3()
1879 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_32x32_ssse3()
1902 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_32x32_ssse3()
1908 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_32x32_ssse3()
1909 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_32x32_ssse3()
[all …]
Dihevc_16x16_itrans_recon_sse42_intr.c159 __m128i m_count; in ihevc_itrans_recon_16x16_sse42() local
875 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_16x16_sse42()
880 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_sse42()
881 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_sse42()
904 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_sse42()
905 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_sse42()
927 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_sse42()
928 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_sse42()
950 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_sse42()
951 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_sse42()
[all …]
Dihevc_itrans_recon_16x16_ssse3_intr.c163 __m128i m_count; in ihevc_itrans_recon_16x16_ssse3() local
879 m_count = _mm_cvtsi32_si128(i4_shift); in ihevc_itrans_recon_16x16_ssse3()
884 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_ssse3()
885 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_ssse3()
908 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_ssse3()
909 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_ssse3()
931 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_ssse3()
932 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_ssse3()
954 m_temp_reg_31 = _mm_sra_epi32(m_temp_reg_31, m_count); in ihevc_itrans_recon_16x16_ssse3()
955 m_temp_reg_30 = _mm_sra_epi32(m_temp_reg_30, m_count); in ihevc_itrans_recon_16x16_ssse3()
[all …]
/external/testng/src/test/java/test/sample/
DJUnitSample3.java13 private int m_count = 0; field in JUnitSample3
16 Assert.assertEquals( m_count, 0); in test1()
17 m_count++; in test1()
21 Assert.assertEquals( m_count, 0); in test2()
22 m_count++; in test2()
DInvocationCountTest.java18 private static int m_count = 0; field in InvocationCountTest
22 m_count = 0; in afterSuite()
29 m_count++; in tenTimesShouldSucceed()
67 assert 10 == m_count : "Method should have been invoked 10 times but was invoked " in verify()
68 + m_count + " times"; in verify()
DBasic1.java7 static private int m_count = 0; field in Basic1
10 m_count++; in incrementCount()
14 return m_count; in getCount()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxList.cpp124 size_t m_count; member in __anon5b7b07c80111::AbstractListFrontEnd
171 m_count = UINT32_MAX; in Update()
199 if (m_count < 2) in HasLoop()
214 const size_t steps_to_run = std::min(count, m_count); in HasLoop()
250 if (m_count != UINT32_MAX) in CalculateNumChildren()
251 return m_count; in CalculateNumChildren()
254 m_count = 0; in CalculateNumChildren()
255 while (current && m_count < m_list_capping_size) { in CalculateNumChildren()
256 ++m_count; in CalculateNumChildren()
259 return m_count; in CalculateNumChildren()
[all …]
DLibCxxVector.cpp61 uint64_t m_count; member in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
176 m_count(0), m_base_data_address(0), m_children() { in LibcxxVectorBoolSyntheticFrontEnd()
186 return m_count; in CalculateNumChildren()
195 if (idx >= m_count) in GetChildAtIndex()
197 if (m_base_data_address == 0 || m_count == 0) in GetChildAtIndex()
256 m_count = size_sp->GetValueAsUnsigned(0); in Update()
257 if (!m_count) in Update()
262 m_count = 0; in Update()
267 m_count = 0; in Update()
275 if (!m_count || !m_base_data_address) in GetIndexOfChildWithName()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSIndexPath.cpp116 m_impl.m_outsourced.m_count = length_sp->GetValueAsUnsigned(0); in Update()
148 return m_outsourced.m_count; in GetNumIndexes()
176 size_t GetNumIndexes() { return m_count; } in GetNumIndexes()
207 m_count = 0; in Clear()
213 : m_indexes(0), m_count(0), m_ptr_size(0), m_process(nullptr) {} in InlinedIndexes()
217 size_t m_count; member
225 m_count = ((m_indexes >> 3) & 0x7); in _lengthForInlinePayload()
227 m_count = ((m_indexes >> 3) & 0x3); in _lengthForInlinePayload()
228 return m_count; in _lengthForInlinePayload()
271 m_count = 0; in Clear()
[all …]
/external/testng/src/test/java/test/dataprovider/
DMyIterator.java6 private static int m_count = 0; field in MyIterator
15 return m_count < m_data.length; in hasNext()
20 ppp("RETURNING INDEX " + m_count); in next()
21 return m_data[m_count++]; in next()
29 return m_count; in getCount()
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupFormat.cpp24 m_count(default_count, default_count), m_prev_gdb_format('x'), in OptionGroupFormat()
47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
67 if (m_count.GetDefaultValue() == 0) { in SetOptionValue()
70 error = m_count.SetValueFromString(option_arg); in SetOptionValue()
71 if (m_count.GetCurrentValue() == 0) in SetOptionValue()
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
157 m_count.SetCurrentValue(count); in SetOptionValue()
158 m_count.SetOptionWasSet(); in SetOptionValue()
265 m_count.Clear(); in OptionParsingStarting()
/external/testng/src/test/java/test/multiple/
DTest1.java9 private static int m_count = 0; field in Test1
14 assertTrue(m_count < 1, "FAILING"); in f1()
15 m_count++; in f1()
20 m_count = 0;
/external/testng/src/test/java/test/factory/
DTestClassAnnotationTest.java18 private int m_count; field in TestClassAnnotationTest
23 m_count++; in createFixture()
29 m_count++; in testOne()
35 Assert.assertEquals(m_count, 2); in verify()
/external/testng/src/test/java/test/verify/
DVerifyTest.java34 VerifyTestListener.m_count = 0; in verifyTestListener()
36 Assert.assertEquals(VerifyTestListener.m_count, 1); in verifyTestListener()
42 VerifyTestListener.m_count = 0; in verifyBaseClassTestListener()
44 Assert.assertEquals(VerifyTestListener.m_count, 1); in verifyBaseClassTestListener()
/external/llvm-project/lldb/source/Commands/
DCommandObjectSession.cpp76 : Options(), m_start_idx(0), m_stop_idx(0), m_count(0), m_clear(false) { in CommandOptions()
88 error = m_count.SetValueFromString(option_arg, eVarSetOperationAssign); in SetOptionValue()
116 m_count.Clear(); in OptionParsingStarting()
128 OptionValueUInt64 m_count; member in CommandObjectSessionHistory::CommandOptions
140 m_options.m_count.OptionWasSet()) { in DoExecute()
151 std::pair<bool, uint64_t> count(m_options.m_count.OptionWasSet(), in DoExecute()
152 m_options.m_count.GetCurrentValue()); in DoExecute()
/external/testng/src/test/java/test/invocationcount/
DFailedInvocationCount.java7 int m_count; field in FailedInvocationCount
11 m_count = 0; in setUp()
16 if (m_count++ > 3) { in f()
DFailedInvocationCount2.java7 int m_count; field in FailedInvocationCount2
12 m_count = 0; in setUp()
18 if (m_count++ > 3) { in shouldSkipFromAnnotation()
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h55 OptionValueUInt64 &GetCountValue() { return m_count; } in GetCountValue()
57 const OptionValueUInt64 &GetCountValue() const { return m_count; } in GetCountValue()
63 m_count.OptionWasSet(); in AnyOptionWasSet()
73 OptionValueUInt64 m_count; variable
/external/testng/src/test/java/test/configuration/
DMultipleBeforeGroupTest.java9 private int m_count = 0; field in MultipleBeforeGroupTest
13 m_count++; in beforeGroups()
22 Assert.assertEquals(1, m_count); in verify()
DBase.java9 static int m_count; field in Base
13 m_count = 0; in init()
18 m_count++; in beforeGroups()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNamedNodeMap.java54 short m_count = -1; field in DTMNamedNodeMap
76 if (m_count == -1) in getLength()
86 m_count = count; in getLength()
89 return (int) m_count; in getLength()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h26 uint32_t m_count; member
29 if (m_count > 0)
30 return PointerDepth{m_mode, m_count - 1};
31 return PointerDepth{m_mode, m_count};

1234