Home
last modified time | relevance | path

Searched refs:__forceinline (Results 1 – 25 of 33) sorted by relevance

12

/reactos/sdk/include/reactos/
H A Dunaligned.h22 __forceinline
29 __forceinline
36 __forceinline
43 __forceinline
50 __forceinline
57 __forceinline
66 __forceinline
74 __forceinline
85 __forceinline
100 __forceinline
[all …]
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_simd.h92 static __forceinline pack_type get_zero_pack() throw()
97 static __forceinline int compute_byte_mask(pack_type const x) throw()
107 static __forceinline pack_type compare_equals(pack_type const x, pack_type const y) throw()
117 static __forceinline pack_type compare_equals(pack_type const x, pack_type const y) throw()
145 static __forceinline pack_type get_zero_pack() throw()
150 static __forceinline int compute_byte_mask(pack_type const x) throw()
160 static __forceinline pack_type compare_equals(pack_type const x, pack_type const y) throw()
170 static __forceinline pack_type compare_equals(pack_type const x, pack_type const y) throw()
H A Dcorecrt_internal_big_integer.h48 __forceinline big_integer() throw() in throw()
56 __forceinline big_integer(big_integer const& other) throw() in throw()
62 __forceinline big_integer& operator=(big_integer const& other) throw() in throw()
157 __forceinline bool __cdecl is_zero(big_integer const& value) throw() in is_zero()
162 __forceinline uint32_t __cdecl bit_scan_reverse(uint32_t const value) throw() in bit_scan_reverse()
170 __forceinline uint32_t __cdecl bit_scan_reverse(uint64_t const value) throw() in bit_scan_reverse()
288 __forceinline uint32_t __cdecl add_carry( in add_carry()
299 __forceinline uint32_t __cdecl add_multiply_carry( in add_multiply_carry()
311 __forceinline uint32_t __cdecl multiply_core( in multiply_core()
684 __forceinline uint64_t __cdecl multiply_64_32( in multiply_64_32()
[all …]
H A Dcorecrt_internal_strtox.h88 __forceinline int __cdecl wide_character_to_digit(wchar_t const c) throw()
128 __forceinline unsigned __cdecl parse_digit(char const c) throw()
148 __forceinline unsigned __cdecl parse_digit(wchar_t const c) throw()
163 __forceinline bool __cdecl is_digit_or_nondigit(int const c) throw()
180 __forceinline bool __cdecl is_space(char const c, _locale_t const locale) throw()
185 __forceinline bool __cdecl is_space(wchar_t const c, _locale_t) throw()
639 __forceinline bool __cdecl should_round_up(
676 __forceinline uint64_t __cdecl right_shift_with_rounding(
953 __forceinline void __cdecl accumulate_decimal_digits_into_big_integer(
1877 __forceinline Integer __cdecl parse_integer_from_string(
[all …]
H A Dcorecrt_internal_stdio_output.h334 __forceinline void write_multiple_characters(
1821 __forceinline bool state_case_normal() throw()
1831 __forceinline bool state_case_normal_common() throw()
1840 __forceinline bool state_case_normal_tchar(char) throw()
1856 __forceinline bool state_case_normal_tchar(wchar_t) throw()
1865 __forceinline bool state_case_percent() throw()
1880 __forceinline bool state_case_flag() throw()
1928 __forceinline bool state_case_width() throw()
1955 __forceinline bool state_case_dot() throw()
1969 __forceinline bool state_case_precision() throw()
[all …]
H A Dcorecrt_internal.h1475 _Check_return_ __forceinline unsigned char __cdecl _toupper_fast_internal( in _toupper_fast_internal()
1483 _Check_return_ __forceinline unsigned char __cdecl _tolower_fast_internal( in _tolower_fast_internal()
1493 _Check_return_ __forceinline wint_t _towupper_fast_internal( in _towupper_fast_internal()
1522 _Check_return_ __forceinline wint_t _towlower_fast_internal( in _towlower_fast_internal()
1552 _Check_return_ __forceinline unsigned short __cdecl _ctype_fast_check_internal( in _ctype_fast_check_internal()
1561 _Check_return_ __forceinline unsigned short __cdecl _isdigit_fast_internal( in _isdigit_fast_internal()
1576 _Check_return_ __forceinline unsigned short __cdecl _isleadbyte_fast_internal( in _isleadbyte_fast_internal()
1593 __forceinline void _invoke_watson_if_error( in _invoke_watson_if_error()
1612 __forceinline errno_t _invoke_watson_if_oneof( in _invoke_watson_if_oneof()
H A Dcorecrt_internal_ptd_propagation.h248 __forceinline void update_locale() throw() in update_locale()
281 __forceinline __acrt_ptd * check_synchronize_per_thread_data() throw() in check_synchronize_per_thread_data()
293 __forceinline __acrt_ptd * try_synchronize_per_thread_data() throw() in try_synchronize_per_thread_data()
H A Dinternal_shared.h170 __forceinline
179 __forceinline
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dfxcommonbuffer.hpp80 __forceinline
89 __forceinline
98 __forceinline
107 __forceinline
H A Dfxdmatransaction.hpp195 __forceinline
204 __forceinline
213 __forceinline
227 __forceinline
236 __forceinline
252 __forceinline
282 __forceinline
306 __forceinline
318 __forceinline
327 __forceinline
[all …]
/reactos/sdk/lib/ucrt/convert/
H A Datoldbl.cpp189 static __forceinline void __cdecl add_ld12(_LDBL12* const x, _LDBL12 const* const y) throw() in add_ld12()
210 static __forceinline void __cdecl shl_ld12(_LDBL12* const p) throw() in shl_ld12()
230 static __forceinline void __cdecl shr_ld12(_LDBL12* const p) throw() in shr_ld12()
241 static __forceinline void __cdecl multiply_ld12(_LDBL12* const px, _LDBL12 const* const py) throw() in multiply_ld12()
417 static __forceinline void __cdecl multiply_ten_pow_ld12(_LDBL12* const pld12, int pow) throw() in multiply_ten_pow_ld12()
460 static __forceinline void __cdecl multiply_two_pow_ld12(_LDBL12* const ld12, int const power) throw… in multiply_two_pow_ld12()
474 static __forceinline void __cdecl multiply_ld12_by(_LDBL12*) throw();
477 __forceinline void __cdecl multiply_ld12_by<10>(_LDBL12* const ld12) throw() in multiply_ld12_by()
486 __forceinline void __cdecl multiply_ld12_by<16>(_LDBL12* const ld12) throw() in multiply_ld12_by()
495 static __forceinline void __cdecl convert_mantissa_to_ld12( in convert_mantissa_to_ld12()
[all …]
H A D_ctype.cpp19 static __forceinline int fast_check_initial_locale(int const c, int const mask) throw() in fast_check_initial_locale()
28 static __forceinline int fast_check_current_locale(int const c, int const mask) throw() in fast_check_current_locale()
61 static __forceinline int fast_check_given_locale(int const c, int const mask, _locale_t const local… in fast_check_given_locale()
H A Dtolower_toupper.cpp17 static __forceinline int __cdecl common_tox_win_lookup(int const c, DWORD const map_flag, _locale_t… in common_tox_win_lookup()
66 static __forceinline int __cdecl common_tox_l(int const c, DWORD const map_flag, _locale_t const lo… in common_tox_l()
/reactos/sdk/lib/ucrt/heap/
H A Dalign.cpp117 static __forceinline void* __cdecl _aligned_malloc_base( in _aligned_malloc_base()
147 static __forceinline void* __cdecl _aligned_offset_malloc_base( in _aligned_offset_malloc_base()
206 static __forceinline void* __cdecl _aligned_realloc_base( in _aligned_realloc_base()
244 static __forceinline void* __cdecl _aligned_recalloc_base( in _aligned_recalloc_base()
283 static __forceinline void* __cdecl _aligned_offset_realloc_base( in _aligned_offset_realloc_base()
396 static __forceinline size_t __cdecl _aligned_msize_base( in _aligned_msize_base()
461 static __forceinline void* __cdecl _aligned_offset_recalloc_base( in _aligned_offset_recalloc_base()
516 static __forceinline void __cdecl _aligned_free_base(void* const block) in _aligned_free_base()
H A Dfree_base.cpp57 static __forceinline HANDLE __cdecl select_heap(void* const block) in select_heap()
80 static __forceinline HANDLE __cdecl select_heap(void* const block) in select_heap()
/reactos/sdk/lib/ucrt/string/
H A Dstrnlen.cpp37 static __forceinline bool __cdecl last_reached( in last_reached()
46 __forceinline bool __cdecl last_reached<unbounded>( in last_reached()
64 static __forceinline size_t __cdecl common_strnlen_c( in common_strnlen_c()
181 static __forceinline size_t __cdecl common_strnlen( in common_strnlen()
/reactos/sdk/include/psdk/
H A Dintsafe.h258 __forceinline \
321 __forceinline \ in DEFINE_SAFE_CONVERT_UTOX()
398 __forceinline \
525 __forceinline \
558 __forceinline \
590 __forceinline
619 __forceinline \
639 __forceinline in DEFINE_SAFE_ADD_S()
668 __forceinline \
687 __forceinline in DEFINE_SAFE_SUB_S()
[all …]
/reactos/sdk/lib/ucrt/internal/
H A Dper_thread_data.cpp200 static __forceinline __acrt_ptd* try_get_ptd_head() throw() in try_get_ptd_head()
218 static __forceinline __acrt_ptd* internal_get_ptd_head() throw() in internal_get_ptd_head()
265 static __forceinline __acrt_ptd* __cdecl internal_getptd_noexit( in internal_getptd_noexit()
280 static __forceinline __acrt_ptd* __cdecl internal_getptd_noexit() throw() in internal_getptd_noexit()
/reactos/sdk/include/ucrt/
H A Dctype.h152 __forceinline int __CRTDECL __ascii_tolower(int const _C) in __ascii_tolower()
161 __forceinline int __CRTDECL __ascii_toupper(int const _C) in __ascii_toupper()
170 __forceinline int __CRTDECL __ascii_iswalpha(int const _C) in __ascii_iswalpha()
175 __forceinline int __CRTDECL __ascii_iswdigit(int const _C) in __ascii_iswdigit()
180 __forceinline int __CRTDECL __ascii_towlower(int const _C) in __ascii_towlower()
185 __forceinline int __CRTDECL __ascii_towupper(int const _C) in __ascii_towupper()
/reactos/sdk/include/vcruntime/
H A D_mingw.h191 # define __forceinline inline __attribute__((__always_inline__)) macro
194 # define __forceinline extern inline __attribute__((__always_inline__,__gnu_inline__)) macro
196 # define __forceinline extern __inline__ __attribute__((__always_inline__)) macro
/reactos/sdk/include/vcruntime/msc/
H A Dintrin.h272 __declspec(noreturn) __forceinline
311 void __forceinline __invlpg_fixed(void * Address) in __invlpg_fixed()
349 __forceinline
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdftypes.h65 #define FORCEINLINE __forceinline
/reactos/sdk/lib/crt/math/arm/
H A D__rt_div_worker.h35 __forceinline
/reactos/sdk/include/reactos/libs/fullfat/
H A Dff_config.h130 #define FF_INLINE static __forceinline // Keywords to inline functions (Windows)
/reactos/drivers/filesystems/btrfs/zstd/
H A Dcompiler.h29 # define FORCE_INLINE_ATTR __forceinline

12