HomeSort by relevance Sort by last modified time
    Searched refs:_Size (Results 51 - 75 of 83) sorted by null

1 23 4

  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algorithmfwd.h 254 template<typename _OIter, typename _Size, typename _Generator>
256 generate_n(_OIter, _Size, _Generator);
258 template<typename _OIter, typename _Size, typename _Generator>
260 generate_n(_OIter, _Size, _Generator, __gnu_parallel::sequential_tag);
262 template<typename _OIter, typename _Size, typename _Generator>
264 generate_n(_OIter, _Size, _Generator, __gnu_parallel::_Parallelism);
266 template<typename _OIter, typename _Size, typename _Generator,
269 __generate_n_switch(_OIter, _Size, _Generator, _IterTag);
271 template<typename _RAIter, typename _Size, typename _Generator>
273 __generate_n_switch(_RAIter, _Size, _Generator, random_access_iterator_tag
    [all...]
algo.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 77 #define NextMemoryDescriptor(_Ptr, _Size) ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) (_Ptr)) + (_Size)))
78 #define NEXT_MEMORY_DESCRIPTOR(_Ptr, _Size) NextMemoryDescriptor (_Ptr, _Size)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
wchar_s.h 118 _CRTIMP errno_t __cdecl _wcsupr_s(wchar_t *_Str,size_t _Size);
119 _CRTIMP errno_t __cdecl _wcsupr_s_l(wchar_t *_Str,size_t _Size,_locale_t _Locale);
162 _CRTIMP errno_t __cdecl wcsrtombs_s(size_t *_Retval,char *_Dst,size_t _SizeInBytes,const wchar_t **_Src,size_t _Size,mbstate_t *_State);
163 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,wcsrtombs_s,size_t,_Retval,char,_Dst,const wchar_t**,_Src,size_t,_Size,mbstate_t,_State)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 743 template<typename _OutputIterator, typename _Size, typename _Tp>
746 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
754 template<typename _OutputIterator, typename _Size, typename _Tp>
757 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
766 template<typename _Size, typename _Tp>
769 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
790 template<typename _OI, typename _Size, typename _Tp>
792 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
stl_algo.h 788 template<typename _InputIterator, typename _Size, typename _OutputIterator>
790 __copy_n(_InputIterator __first, _Size __n,
808 template<typename _RandomAccessIterator, typename _Size,
811 __copy_n(_RandomAccessIterator __first, _Size __n,
828 template<typename _InputIterator, typename _Size, typename _OutputIterator>
830 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 743 template<typename _OutputIterator, typename _Size, typename _Tp>
746 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
754 template<typename _OutputIterator, typename _Size, typename _Tp>
757 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
766 template<typename _Size, typename _Tp>
769 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
790 template<typename _OI, typename _Size, typename _Tp>
792 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
stl_algo.h 788 template<typename _InputIterator, typename _Size, typename _OutputIterator>
790 __copy_n(_InputIterator __first, _Size __n,
808 template<typename _RandomAccessIterator, typename _Size,
811 __copy_n(_RandomAccessIterator __first, _Size __n,
828 template<typename _InputIterator, typename _Size, typename _OutputIterator>
830 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algobase.h 743 template<typename _OutputIterator, typename _Size, typename _Tp>
746 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
754 template<typename _OutputIterator, typename _Size, typename _Tp>
757 __fill_n_a(_OutputIterator __first, _Size __n, const _Tp& __value)
766 template<typename _Size, typename _Tp>
769 __fill_n_a(_Tp* __first, _Size __n, const _Tp& __c)
790 template<typename _OI, typename _Size, typename _Tp>
792 fill_n(_OI __first, _Size __n, const _Tp& __value)
    [all...]
stl_algo.h 788 template<typename _InputIterator, typename _Size, typename _OutputIterator>
790 __copy_n(_InputIterator __first, _Size __n,
808 template<typename _RandomAccessIterator, typename _Size,
811 __copy_n(_RandomAccessIterator __first, _Size __n,
828 template<typename _InputIterator, typename _Size, typename _OutputIterator>
830 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 277 MCFillFragment(int64_t _Value, unsigned _ValueSize, uint64_t _Size,
280 Value(_Value), ValueSize(_ValueSize), Size(_Size) {
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h 87 #define NEXT_MEMORY_DESCRIPTOR(_Ptr, _Size) ((EFI_MEMORY_DESCRIPTOR *) (((UINT8 *) (_Ptr)) + (_Size)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 971 template<typename _InputIterator, typename _Size, typename _OutputIterator>
973 __copy_n(_InputIterator __first, _Size __n,
991 template<typename _RandomAccessIterator, typename _Size,
994 __copy_n(_RandomAccessIterator __first, _Size __n,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 971 template<typename _InputIterator, typename _Size, typename _OutputIterator>
973 __copy_n(_InputIterator __first, _Size __n,
991 template<typename _RandomAccessIterator, typename _Size,
994 __copy_n(_RandomAccessIterator __first, _Size __n,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 971 template<typename _InputIterator, typename _Size, typename _OutputIterator>
973 __copy_n(_InputIterator __first, _Size __n,
991 template<typename _RandomAccessIterator, typename _Size,
994 __copy_n(_RandomAccessIterator __first, _Size __n,
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
_valarray.h     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 48 _CStr(__cstr), _Size(__size) {}
52 size_t size() const { return _Size; }
58 size_t _Size;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h     [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 498 size_t __cdecl fwrite(const void * __restrict__ _Str,size_t _Size,size_t _Count,FILE * __restrict__ _File);
533 int __cdecl setvbuf(FILE * __restrict__ _File,char * __restrict__ _Buf,int _Mode,size_t _Size);
    [all...]

Completed in 2205 milliseconds

1 23 4