/reactos/sdk/tools/mkisofs/schilytools/include/schily/ |
H A D | intcvt.h | 45 #define a_to_byte(a) (((Int8_t *)a)[0]) argument 47 #define a_to_u_byte(a) ((UInt8_t) \ argument 50 #define a_to_u_2_byte(a) ((UInt16_t) \ argument 54 #define a_to_2_byte(a) (int)(Int16_t)a_to_u_2_byte(a) argument 56 #define a_to_u_3_byte(a) ((Ulong) \ argument 69 #define a_to_u_4_byte(a) ((Ulong) \ argument 75 #define a_to_4_byte(a) (long)(Int32_t)a_to_u_4_byte(a) argument 93 #define la_to_u_2_byte(a) ((UInt16_t) \ argument 97 #define la_to_2_byte(a) (int)(Int16_t)la_to_u_2_byte(a) argument 99 #define la_to_u_3_byte(a) ((Ulong) \ argument [all …]
|
/reactos/sdk/include/vcruntime/ |
H A D | emmintrin.h | 322 #define _mm_set_pd1(a) _mm_set1_pd(a) argument 324 #define _mm_store_pd1(p, a) _mm_store1_pd((p), (a)) argument 624 __INTRIN_INLINE_SSE2 __m128d _mm_sqrt_pd(__m128d a) in _mm_sqrt_pd() 853 __INTRIN_INLINE_SSE2 __m128 _mm_cvtpd_ps(__m128d a) in _mm_cvtpd_ps() 858 __INTRIN_INLINE_SSE2 __m128d _mm_cvtps_pd(__m128 a) in _mm_cvtps_pd() 881 __INTRIN_INLINE_SSE2 int _mm_cvtsd_si32(__m128d a) in _mm_cvtsd_si32() 909 __INTRIN_INLINE_SSE2 int _mm_cvttsd_si32(__m128d a) in _mm_cvttsd_si32() 929 __INTRIN_INLINE_SSE2 double _mm_cvtsd_f64(__m128d a) in _mm_cvtsd_f64() 1348 #define _mm_slli_si128(a, imm) \ argument 1401 #define _mm_srli_si128(a, imm) \ argument [all …]
|
H A D | mmintrin.h | 345 __INTRIN_INLINE_MMX __m64 _mm_add_pi8(__m64 a, __m64 b) in _mm_add_pi8() 351 __INTRIN_INLINE_MMX __m64 _mm_add_pi16(__m64 a, __m64 b) in _mm_add_pi16() 357 __INTRIN_INLINE_MMX __m64 _mm_add_pi32(__m64 a, __m64 b) in _mm_add_pi32() 363 __INTRIN_INLINE_MMX __m64 _mm_adds_pi8(__m64 a, __m64 b) in _mm_adds_pi8() 375 __INTRIN_INLINE_MMX __m64 _mm_adds_pu8(__m64 a, __m64 b) in _mm_adds_pu8() 387 __INTRIN_INLINE_MMX __m64 _mm_sub_pi8(__m64 a, __m64 b) in _mm_sub_pi8() 393 __INTRIN_INLINE_MMX __m64 _mm_sub_pi16(__m64 a, __m64 b) in _mm_sub_pi16() 399 __INTRIN_INLINE_MMX __m64 _mm_sub_pi32(__m64 a, __m64 b) in _mm_sub_pi32() 405 __INTRIN_INLINE_MMX __m64 _mm_subs_pi8(__m64 a, __m64 b) in _mm_subs_pi8() 417 __INTRIN_INLINE_MMX __m64 _mm_subs_pu8(__m64 a, __m64 b) in _mm_subs_pu8() [all …]
|
/reactos/sdk/include/crt/ |
H A D | dvec.h | 78 inline M128 andnot(const M128 &a,const M128 &b) { return _mm_andnot_si128(a,b); } in andnot() 162 inline I32vec4 cmpeq(const I32vec4 &a,const I32vec4 &b) { return _mm_cmpeq_epi32(a,b); } in cmpeq() 750 friend double add_horizontal(F64vec2 &a) in add_horizontal() 758 friend F64vec2 sqrt(const F64vec2 &a) { return _mm_sqrt_pd(a); } in sqrt() 819 inline int move_mask(const F64vec2 &a) { return _mm_movemask_pd(a); } in move_mask() 820 inline void loadu(F64vec2 &a,double *p) { a = _mm_loadu_pd(p); } in loadu() 821 inline void storeu(double *p,const F64vec2 &a) { _mm_storeu_pd(p,a); } in storeu() 822 inline void store_nta(double *p,F64vec2 &a) { _mm_stream_pd(p,a); } in store_nta() 836 inline F64vec2 F32vec4ToF64vec2(const F32vec4 &a) { return _mm_cvtps_pd(a); } in F32vec4ToF64vec2() 837 inline F32vec4 F64vec2ToF32vec4(const F64vec2 &a) { return _mm_cvtpd_ps(a); } in F64vec2ToF32vec4() [all …]
|
H A D | fvec.h | 56 friend float add_horizontal(F32vec4 &a) { in add_horizontal() 61 friend F32vec4 rcp(const F32vec4 &a) { return _mm_rcp_ps(a); } in rcp() 63 friend F32vec4 rcp_nr(const F32vec4 &a) { in rcp_nr() 67 friend F32vec4 rsqrt_nr(const F32vec4 &a) { in rsqrt_nr() 115 inline void loadu(F32vec4 &a,float *p) { a = _mm_loadu_ps(p); } in loadu() 138 inline int move_mask(const I8vec8 &a) { return _m_pmovmskb(a); } in move_mask() 141 inline void store_nta(__m64 *p,M64 &a) { _mm_stream_pi(p,a); } in store_nta() 143 inline Is32vec2 F32vec4ToIs32vec2 (const F32vec4 &a) { in F32vec4ToIs32vec2() 149 inline F32vec4 IntToF32vec4(const F32vec4 &a,int i) { in IntToF32vec4() 188 friend F32vec1 rcp_nr(const F32vec1 &a) { in rcp_nr() [all …]
|
/reactos/dll/win32/riched20/ |
H A D | editor.h | 106 static inline int ME_CharCompare(WCHAR a, WCHAR b, int caseSensitive) in ME_CharCompare() 288 #define ITextHost_TxReleaseDC(This,a) TXTHOST_VTABLE(This)->TxReleaseDC(This,a) argument 294 #define ITextHost_TxViewChange(This,a) TXTHOST_VTABLE(This)->TxViewChange(This,a) argument 296 #define ITextHost_TxShowCaret(This,a) TXTHOST_VTABLE(This)->TxShowCaret(This,a) argument 298 #define ITextHost_TxSetTimer(This,a,b) TXTHOST_VTABLE(This)->TxSetTimer(This,a,b) argument 299 #define ITextHost_TxKillTimer(This,a) TXTHOST_VTABLE(This)->TxKillTimer(This,a) argument 301 #define ITextHost_TxSetCapture(This,a) TXTHOST_VTABLE(This)->TxSetCapture(This,a) argument 306 #define ITextHost_TxActivate(This,a) TXTHOST_VTABLE(This)->TxActivate(This,a) argument 307 #define ITextHost_TxDeactivate(This,a) TXTHOST_VTABLE(This)->TxDeactivate(This,a) argument 318 #define ITextHost_TxGetExtent(This,a) TXTHOST_VTABLE(This)->TxGetExtent(This,a) argument [all …]
|
/reactos/sdk/include/psdk/ |
H A D | d3d.h | 247 #define IDirect3D_Initialize(p,a) (p)->Initialize(a) argument 248 #define IDirect3D_EnumDevices(p,a,b) (p)->EnumDevices(a,b) argument 249 #define IDirect3D_CreateLight(p,a,b) (p)->CreateLight(a,b) argument 252 #define IDirect3D_FindDevice(p,a,b) (p)->FindDevice(a,b) argument 298 #define IDirect3D2_FindDevice(p,a,b) (p)->FindDevice(a,b) argument 434 #define IDirect3DLight_Initialize(p,a) (p)->Initialize(a) argument 435 #define IDirect3DLight_SetLight(p,a) (p)->SetLight(a) argument 436 #define IDirect3DLight_GetLight(p,a) (p)->GetLight(a) argument 591 #define IDirect3DTexture_Load(p,a) (p)->lpVtbl->Load(p,a) argument 602 #define IDirect3DTexture_Load(p,a) (p)->Load(a) argument [all …]
|
H A D | d3drmobj.h | 236 #define IDirect3DRMObject_Clone(p,a,b,c) (p)->Clone(a,b,c) argument 241 #define IDirect3DRMObject_SetName(p,a) (p)->SetName(a) argument 242 #define IDirect3DRMObject_GetName(p,a,b) (p)->GetName(a,b) argument 300 #define IDirect3DRMObject2_SetName(p,a) (p)->SetName(a) argument 301 #define IDirect3DRMObject2_GetAge(p,a,b) (p)->GetAge(a,b) argument 346 #define IDirect3DRMVisual_Clone(p,a,b,c) (p)->Clone(a,b,c) argument 351 #define IDirect3DRMVisual_SetName(p,a) (p)->SetName(a) argument 454 #define IDirect3DRMDevice_SetName(p,a) (p)->SetName(a) argument 458 #define IDirect3DRMDevice_Init(p,a,b) (p)->Init(a,b) argument 593 #define IDirect3DRMDevice2_SetName(p,a) (p)->SetName(a) argument [all …]
|
H A D | d3d9.h | 238 #define IDirect3D9_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 333 #define IDirect3D9Ex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 1052 #define IDirect3DTexture9_SetLOD(p,a) (p)->SetLOD(a) argument 1138 #define IDirect3DVolumeTexture9_GetDevice(p,a) (p)->GetDevice(a) argument 1147 #define IDirect3DVolumeTexture9_SetLOD(p,a) (p)->SetLOD(a) argument 1157 #define IDirect3DVolumeTexture9_UnlockBox(p,a) (p)->UnlockBox(a) argument 1345 #define IDirect3DQuery9_GetDevice(p,a) (p)->lpVtbl->GetDevice(p,a) argument 1348 #define IDirect3DQuery9_Issue(p,a) (p)->lpVtbl->Issue(p,a) argument 1356 #define IDirect3DQuery9_GetDevice(p,a) (p)->GetDevice(a) argument 1359 #define IDirect3DQuery9_Issue(p,a) (p)->Issue(a) argument [all …]
|
H A D | largeint.h | 87 #define LargeIntegerGreaterThan(a,b) (_toi(a) > _toi(b)) argument 88 #define LargeIntegerGreaterThanOrEqual(a,b) (_toi(a) >= _toi(b)) argument 89 #define LargeIntegerEqualTo(a,b) (_toi(a) == _toi(b)) argument 90 #define LargeIntegerNotEqualTo(a,b) (_toi(a) != _toi(b)) argument 91 #define LargeIntegerLessThan(a,b) (_toi(a) < _toi(b)) argument 92 #define LargeIntegerLessThanOrEqualTo(a,b) (_toi(a) <= _toi(b)) argument 93 #define LargeIntegerGreaterThanZero(a) (_toi(a) > 0) argument 94 #define LargeIntegerGreaterOrEqualToZero(a) ((a)._STRUCT_NAME(u.)HighPart > 0) argument 95 #define LargeIntegerEqualToZero(a) !((a)._STRUCT_NAME(u.)LowPart | (a)._STRUCT_NAME(u.)HighPart) argument 97 #define LargeIntegerLessThanZero(a) ((a)._STRUCT_NAME(u.)HighPart < 0) argument [all …]
|
H A D | d3d8.h | 239 #define IDirect3DVolume8_GetDevice(p,a) (p)->GetDevice(a) argument 244 #define IDirect3DVolume8_GetDesc(p,a) (p)->GetDesc(a) argument 245 #define IDirect3DVolume8_LockBox(p,a,b,c) (p)->LockBox(a,b,c) argument 326 #define IDirect3DSurface8_GetDevice(p,a) (p)->GetDevice(a) argument 331 #define IDirect3DSurface8_GetDesc(p,a) (p)->GetDesc(a) argument 378 #define IDirect3DResource8_GetDevice(p,a) (p)->GetDevice(a) argument 575 #define IDirect3DBaseTexture8_SetLOD(p,a) (p)->SetLOD(a) argument 652 #define IDirect3DCubeTexture8_SetLOD(p,a) (p)->SetLOD(a) argument 725 #define IDirect3DTexture8_GetDevice(p,a) (p)->GetDevice(a) argument 734 #define IDirect3DTexture8_SetLOD(p,a) (p)->SetLOD(a) argument [all …]
|
H A D | d3drm.h | 152 #define IDirect3DRM_CreateFrame(p,a,b) (p)->CreateFrame(a,b) argument 153 #define IDirect3DRM_CreateMesh(p,a) (p)->CreateMesh(a) argument 155 #define IDirect3DRM_CreateFace(p,a) (p)->CreateFace(a) argument 171 #define IDirect3DRM_LoadTexture(p,a,b) (p)->LoadTexture(a,b) argument 178 #define IDirect3DRM_GetDevices(p,a) (p)->GetDevices(a) argument 182 #define IDirect3DRM_Tick(p,a) (p)->Tick(a) argument 295 #define IDirect3DRM2_CreateMesh(p,a) (p)->CreateMesh(a) argument 297 #define IDirect3DRM2_CreateFace(p,a) (p)->CreateFace(a) argument 320 #define IDirect3DRM2_GetDevices(p,a) (p)->GetDevices(a) argument 324 #define IDirect3DRM2_Tick(p,a) (p)->Tick(a) argument [all …]
|
H A D | d3drmwin.h | 69 #define IDirect3DRMWinDevice_Clone(p,a,b,c) (p)->lpVtbl->Clone(p,a,b,c) argument 74 #define IDirect3DRMWinDevice_SetName(p,a) (p)->lpVtbl->SetName(p,a) argument 75 #define IDirect3DRMWinDevice_GetName(p,a,b) (p)->lpVtbl->GetName(p,a,b) argument 82 #define IDirect3DRMWinDevice_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 86 #define IDirect3DRMWinDevice_Clone(p,a,b,c) (p)->Clone(a,b,c) argument 89 #define IDirect3DRMWinDevice_SetAppData(p,a) (p)->SetAppData(a) argument 91 #define IDirect3DRMWinDevice_SetName(p,a) (p)->SetName(a) argument 92 #define IDirect3DRMWinDevice_GetName(p,a,b) (p)->GetName(a,b) argument 93 #define IDirect3DRMWinDevice_GetClassName(p,a,b) (p)->GetClassName(a,b) argument 95 #define IDirect3DRMWinDevice_HandlePaint(p,a) (p)->HandlePaint(a) argument [all …]
|
H A D | dsound.h | 323 #define DSSPEAKER_CONFIG(a) ((BYTE)(a)) argument 465 #define IDirectSound_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 470 #define IDirectSound_GetCaps(p,a) (p)->GetCaps(a) argument 476 #define IDirectSound_Initialize(p,a) (p)->Initialize(a) argument 521 #define IDirectSound8_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 526 #define IDirectSound8_GetCaps(p,a) (p)->GetCaps(a) argument 532 #define IDirectSound8_Initialize(p,a) (p)->Initialize(a) argument 600 #define IDirectSoundBuffer_GetCaps(p,a) (p)->GetCaps(a) argument 604 #define IDirectSoundBuffer_GetPan(p,a) (p)->GetPan(a) argument 613 #define IDirectSoundBuffer_SetPan(p,a) (p)->SetPan(a) argument [all …]
|
H A D | dplay.h | 488 #define IDirectPlay_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 504 #define IDirectPlay_GetCaps(p,a) (p)->GetCaps(a) argument 508 #define IDirectPlay_Initialize(p,a) (p)->Initialize(a) argument 509 #define IDirectPlay_Open(p,a) (p)->Open(a) argument 511 #define IDirectPlay_SaveSession(p,a) (p)->SaveSession(a) argument 597 #define IDirectPlay2_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 622 #define IDirectPlay2_Open(p,a,b) (p)->Open(a,b) argument 745 #define IDirectPlay3_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument 770 #define IDirectPlay3_Open(p,a,b) (p)->Open(a,b) argument 922 #define IDirectPlayX_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument [all …]
|
/reactos/drivers/storage/ide/uniata/inc/ |
H A D | misc.h | 10 #define MOV_SWP_DW2DD(a,b) ((a) = RtlUshortByteSwap(*(PUSHORT)&(b))) argument 37 #define MOV_DD_SWP(a,b) _MOV_DD_SWP(&(a),&(b)) argument 63 #define MOV_QD_SWP(a,b) _MOV_QD_SWP(&(a),&(b)) argument 75 #define MOV_DW_SWP(a,b) _MOV_DW_SWP(&(a),&(b)) argument 96 #define REVERSE_DD(a,b) _REVERSE_DD(&(a),&(b)) argument 107 #define REVERSE_DW(a) _REVERSE_DW(&(a)) argument 119 #define MOV_DW2DD_SWP(a,b) _MOV_DW2DD_SWP(&(a),&(b)) argument 131 #define MOV_SWP_DW2DD(a,b) _MOV_SWP_DW2DD(&(a),&(b)) argument 142 #define MOV_MSF(a,b) _MOV_MSF(&(a),&(b)) argument 168 #define MOV_MSF_SWP(a,b) _MOV_MSF_SWP(&(a),&(b)) argument [all …]
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | tools.h | 80 #define REVERSE_DD(a) _REVERSE_DD(&(a)) argument 95 #define REVERSE_DW(a) _REVERSE_DW(&(a)) argument 129 #define MOV_MSF(a,b) _MOV_MSF(&(a),&(b)) argument 191 #define MOV_DD_SWP(a,b) \ argument 202 #define MOV_DW_SWP(a,b) \ argument 211 #define REVERSE_DD(a) { \ argument 217 #define REVERSE_DW(a) { \ argument 223 #define MOV_DW2DD_SWP(a,b) \ argument 233 #define MOV_MSF(a,b) \ argument 243 #define MOV_MSF_SWP(a,b) \ argument [all …]
|
H A D | tools.cpp | 36 void* a, // ECX in _MOV_DD_SWP() 52 void* a, // ECX in _MOV_DW_SWP() 68 void* a // ECX in _REVERSE_DD() 83 void* a // ECX in _REVERSE_DW() 98 void* a, // ECX in _MOV_DW2DD_SWP() 115 void* a, // ECX in _MOV_MSF() 132 void* a, // ECX in _MOV_MSF_SWP() 150 void* a, // ECX in _XCHG_DD()
|
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | pppdebug.h | 58 #define MAINDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 59 #define SYSDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 60 #define FSMDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 61 #define LCPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 62 #define IPCPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 63 #define IPV6CPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 64 #define UPAPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 65 #define CHAPDEBUG(a) LWIP_DEBUGF(LWIP_DBG_LEVEL_WARNING, a) argument 66 #define PPPDEBUG(a, b) LWIP_DEBUGF(a, b) argument
|
/reactos/drivers/bus/acpi/acpica/include/ |
H A D | acmacros.h | 436 #define ARGI_LIST1(a) (ARG_1(a)) argument 524 #define ASL_CV_LABEL_FILENODE(a) argument 525 #define ASL_CV_CAPTURE_COMMENTS_ONLY(a) argument 526 #define ASL_CV_CAPTURE_COMMENTS(a) argument 527 #define ASL_CV_TRANSFER_COMMENTS(a) argument 530 #define ASL_CV_SWITCH_FILES(a,b) argument 531 #define ASL_CV_CLEAR_OP_COMMENTS(a) argument 532 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) argument 533 #define ASL_CV_PRINT_ONE_COMMENT_LIST(a,b) argument 534 #define ASL_CV_FILE_HAS_SWITCHED(a) 0 argument [all …]
|
/reactos/sdk/include/dxsdk/ |
H A D | dmusics.h | 110 #define IDirectMusicSynth_Open(p,a) (p)->lpVtbl->Open(p,a) argument 113 #define IDirectMusicSynth_Download(p,a,b,c) (p)->lpVtbl->Download(p,a,b,c) argument 114 #define IDirectMusicSynth_Unload(p,a,b,c) (p)->lpVtbl->Unload(p,a,b,c) argument 117 #define IDirectMusicSynth_GetPortCaps(p,a) (p)->lpVtbl->GetPortCaps(p,a) argument 120 #define IDirectMusicSynth_Activate(p,a) (p)->lpVtbl->Activate(p,a) argument 121 #define IDirectMusicSynth_SetSynthSink(p,a) (p)->lpVtbl->SetSynthSink(p,a) argument 122 #define IDirectMusicSynth_Render(p,a,b,c) (p)->lpVtbl->Render(p,a,b,c) argument 125 #define IDirectMusicSynth_GetFormat(p,a,b) (p)->lpVtbl->GetFormat(p,a,b) argument 126 #define IDirectMusicSynth_GetAppend(p,a) (p)->lpVtbl->GetAppend(p,a) argument 173 #define IDirectMusicSynth8_Open(p,a) (p)->lpVtbl->Open(p,a) argument [all …]
|
/reactos/drivers/filesystems/udfs/Include/CrossNt/ |
H A D | misc.h | 28 #define MOV_DD_SWP(a,b) _MOV_DD_SWP(&(a),&(b)) argument 40 #define MOV_DW_SWP(a,b) _MOV_DW_SWP(&(a),&(b)) argument 61 #define REVERSE_DD(a) _REVERSE_DD(&(a)) argument 72 #define REVERSE_DW(a) _REVERSE_DW(&(a)) argument 84 #define MOV_DW2DD_SWP(a,b) _MOV_DW2DD_SWP(&(a),&(b)) argument 96 #define MOV_SWP_DW2DD(a,b) _MOV_SWP_DW2DD(&(a),&(b)) argument 107 #define MOV_MSF(a,b) _MOV_MSF(&(a),&(b)) argument 133 #define MOV_MSF_SWP(a,b) _MOV_MSF_SWP(&(a),&(b)) argument 144 #define XCHG_DD(a,b) _XCHG_DD(&(a),&(b)) argument
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | mangle.h | 81 #define ASM_NAME(a) MANGLE_MACROCAT(_,a) argument 82 #define ASM_VALUE(a) MANGLE_MACROCAT($_,a) argument 84 #define ASM_NAME(a) a argument 85 #define ASM_VALUE(a) MANGLE_MACROCAT($,a) argument 97 #define LOCAL_VAR(a) a ## @GOTOFF(_EBX_) argument 100 #define FUNC(a) ASM_NAME(a) argument 119 #define FUNC(a) L_ ## a argument 120 #define EXTERNAL_FUNC(a) L_ ## a argument 131 #define LOCAL_VAR(a) a argument 145 #define COMM(a,b,c) .comm a,b argument [all …]
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/ |
H A D | ftcalc.h | 47 FT_MulFix_arm( FT_Int32 a, in FT_MulFix_arm() 80 FT_MulFix_arm( FT_Int32 a, in FT_MulFix_arm() 116 FT_MulFix_i386( FT_Int32 a, in FT_MulFix_i386() 152 FT_MulFix_i386( FT_Int32 a, in FT_MulFix_i386() 185 FT_MulFix_x86_64( FT_Int32 a, in FT_MulFix_x86_64() 420 #define ADD_LONG( a, b ) \ argument 422 #define SUB_LONG( a, b ) \ argument 424 #define MUL_LONG( a, b ) \ argument 426 #define NEG_LONG( a ) \ argument 429 #define ADD_INT32( a, b ) \ argument [all …]
|
/reactos/base/applications/calc/ |
H A D | rpn_ieee.c | 132 static void rpn_add_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_add_f() 137 static void rpn_sub_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_sub_f() 142 static void rpn_mul_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_mul_f() 147 static void rpn_div_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_div_f() 155 static void rpn_mod_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_mod_f() 167 static void rpn_and_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_and_f() 177 static void rpn_or_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_or_f() 187 static void rpn_xor_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_xor_f() 197 static void rpn_shl_f(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_shl_f() 270 static void rpn_or_i(calc_number_t *r, calc_number_t *a, calc_number_t *b) in rpn_or_i() [all …]
|