Home
last modified time | relevance | path

Searched refs:__count (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Headers/
Dmmintrin.h739 _mm_sll_pi16(__m64 __m, __m64 __count) in _mm_sll_pi16() argument
741 return (__m64)__builtin_ia32_psllw((__v4hi)__m, __count); in _mm_sll_pi16()
760 _mm_slli_pi16(__m64 __m, int __count) in _mm_slli_pi16() argument
762 return (__m64)__builtin_ia32_psllwi((__v4hi)__m, __count); in _mm_slli_pi16()
782 _mm_sll_pi32(__m64 __m, __m64 __count) in _mm_sll_pi32() argument
784 return (__m64)__builtin_ia32_pslld((__v2si)__m, __count); in _mm_sll_pi32()
803 _mm_slli_pi32(__m64 __m, int __count) in _mm_slli_pi32() argument
805 return (__m64)__builtin_ia32_pslldi((__v2si)__m, __count); in _mm_slli_pi32()
823 _mm_sll_si64(__m64 __m, __m64 __count) in _mm_sll_si64() argument
825 return (__m64)__builtin_ia32_psllq((__v1di)__m, __count); in _mm_sll_si64()
[all …]
Davx2intrin.h596 _mm256_slli_epi16(__m256i __a, int __count) in _mm256_slli_epi16() argument
598 return (__m256i)__builtin_ia32_psllwi256((__v16hi)__a, __count); in _mm256_slli_epi16()
602 _mm256_sll_epi16(__m256i __a, __m128i __count) in _mm256_sll_epi16() argument
604 return (__m256i)__builtin_ia32_psllw256((__v16hi)__a, (__v8hi)__count); in _mm256_sll_epi16()
608 _mm256_slli_epi32(__m256i __a, int __count) in _mm256_slli_epi32() argument
610 return (__m256i)__builtin_ia32_pslldi256((__v8si)__a, __count); in _mm256_slli_epi32()
614 _mm256_sll_epi32(__m256i __a, __m128i __count) in _mm256_sll_epi32() argument
616 return (__m256i)__builtin_ia32_pslld256((__v8si)__a, (__v4si)__count); in _mm256_sll_epi32()
620 _mm256_slli_epi64(__m256i __a, int __count) in _mm256_slli_epi64() argument
622 return __builtin_ia32_psllqi256((__v4di)__a, __count); in _mm256_slli_epi64()
[all …]
Demmintrin.h1140 _mm_slli_epi16(__m128i __a, int __count) in _mm_slli_epi16() argument
1142 return (__m128i)__builtin_ia32_psllwi128((__v8hi)__a, __count); in _mm_slli_epi16()
1159 _mm_sll_epi16(__m128i __a, __m128i __count) in _mm_sll_epi16() argument
1161 return (__m128i)__builtin_ia32_psllw128((__v8hi)__a, (__v8hi)__count); in _mm_sll_epi16()
1178 _mm_slli_epi32(__m128i __a, int __count) in _mm_slli_epi32() argument
1180 return (__m128i)__builtin_ia32_pslldi128((__v4si)__a, __count); in _mm_slli_epi32()
1197 _mm_sll_epi32(__m128i __a, __m128i __count) in _mm_sll_epi32() argument
1199 return (__m128i)__builtin_ia32_pslld128((__v4si)__a, (__v4si)__count); in _mm_sll_epi32()
1216 _mm_slli_epi64(__m128i __a, int __count) in _mm_slli_epi64() argument
1218 return __builtin_ia32_psllqi128((__v2di)__a, __count); in _mm_slli_epi64()
[all …]
Dcpuid.h154 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ argument
156 : "0"(__level), "2"(__count))
166 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ argument
171 : "0"(__level), "2"(__count))
/external/libxkbcommon/xkbcommon/src/
Ddarray.h99 unsigned __count = (count), __oldSize = (arr).size; \
100 darray_resize(arr, __oldSize + __count); \
101 memcpy((arr).item + __oldSize, items, __count * sizeof(*(arr).item)); \
105 unsigned __count = (count); \
106 darray_resize(arr, __count); \
107 memcpy((arr).item, items, __count * sizeof(*(arr).item)); \
127 unsigned __count = (count), __oldSize = (arr).size; \
128 darray_resize(arr, __oldSize + __count + 1); \
129 memcpy((arr).item + __oldSize, items, __count * sizeof(*(arr).item)); \
134 unsigned __count = (count), __oldSize = (arr).size; \
[all …]
/external/python/cpython2/Demo/metaclasses/
DSynch.py47 self.__count = 0
64 self.__count = self.__count + 1
74 assert self.__count == 0
76 self.__count = 1
94 assert self.__count > 0
95 self.__count = self.__count - 1
96 if self.__count == 0:
/external/libcxx/include/experimental/
Dfunctional305 const std::size_t __count = _VSTD::distance(__f, __l);
309 for ( std::size_t __i = 1; __i < __count; ++__i )
323 const std::size_t __count = _VSTD::distance(__f, __l);
325 if (__count > 0)
327 _VSTD::vector<value_type> __scratch(__count);
330 for ( std::size_t __i = 0; __i <= __count; __i++ )
331 __suffix[__i] = __count - __scratch[__count-1];
336 for ( std::size_t __i = 0; __i < __count; __i++ )
338 const std::size_t __j = __count - __scratch[__i];
/external/python/cpython2/Lib/
Dthreading.py136 self.__count = 0
145 self.__class__.__name__, owner, self.__count)
170 self.__count = self.__count + 1
177 self.__count = 1
205 self.__count = count = self.__count - 1
223 self.__count = count
231 count = self.__count
232 self.__count = 0
/external/icu/icu4c/source/common/unicode/
Dutf_old.h385 uint8_t __count=UTF8_COUNT_TRAIL_BYTES(c); \
386 UTF8_MASK_LEAD_BYTE(c, __count); \
387 switch(__count) { \
474 uint8_t __b, __count=1, __shift=6; \
481 UTF8_MASK_LEAD_BYTE(__b, __count); \
486 ++__count; \
Dutf8.h641 uint8_t __b, __count=1, __shift=6; \
648 U8_MASK_LEAD_BYTE(__b, __count); \
653 ++__count; \
/external/elfutils/libelf/
DlibelfP.h463 extern size_t __elf32_msize (Elf_Type __type, size_t __count,
465 extern size_t __elf64_msize (Elf_Type __type, size_t __count,
587 size_t __count, unsigned int __version)
Dlibelf.h430 extern size_t elf32_fsize (Elf_Type __type, size_t __count,
434 extern size_t elf64_fsize (Elf_Type __type, size_t __count,
Dgelf.h159 extern size_t gelf_fsize (Elf *__elf, Elf_Type __type, size_t __count,
/external/libcxx/include/
Dalgorithm1592 _Size __count, const _Tp& __value_, _BinaryPredicate __pred, forward_iterator_tag)
1594 if (__count <= 0)
1612 …if (++__c == __count) // If pattern exhausted, __first is the answer (works for 1 element pattern)
1629 _Size __count, const _Tp& __value_, _BinaryPredicate __pred, random_access_iterator_tag)
1631 if (__count <= 0)
1634 if (__len < __count)
1636 …const _RandomAccessIterator __s = __last - (__count - 1); // Start of pattern match can't go beyo…
1653 …if (++__c == __count) // If pattern exhausted, __first is the answer (works for 1 element pattern)
1670 _Size __count, const _Tp& __value_, _BinaryPredicate __pred)
1673 (__first, __last, __convert_to_integral(__count), __value_, __pred,
[all …]
Drandom2180 template <size_t __count>
2185 __count < __w,
2188 __lshift(result_type __x) {return (__x << __count) & _Max;}
2190 template <size_t __count>
2195 (__count >= __w),
2200 template <size_t __count>
2205 __count < _Dt,
2208 __rshift(result_type __x) {return __x >> __count;}
2210 template <size_t __count>
2215 (__count >= _Dt),
[all …]
/external/valgrind/perf/
Dtest_input_for_tinycc.c4886 int __count; member