ReactOS 0.4.16-dev-289-g096a551
|
Go to the source code of this file.
Macros | |
#define | __INTRIN_H_ |
Definition at line 698 of file intrin_ppc.h.
Referenced by __C_specific_handler(), __cxa_pure_virtual(), __CxxFrameHandler3(), _assert(), _RTC_DefaultErrorFuncW(), _RTC_NumErrors(), _RTC_SetErrorFunc(), _RTC_SetErrorType(), _RTC_Shutdown(), _tWinMain(), BlStatusError(), BmfdLoadFontFile(), Catch_RTC_Failure(), DoCrashCommand(), EngBitBlt(), EnumParametersCallback(), FdoCallHWInitialize(), FdoScanAdapter(), FltpMiniFilterDriverUnload(), FltpPostFsFilterOperation(), FltpPreFsFilterOperation(), FtfdEnablePDEV(), FtfdQueryFont(), FtfdQueryFontTree(), GetCallingConvention(), HalRequestIpi(), KeIpiGenericCall(), KiInterruptHandler(), KiRestoreProcessorControlState(), KiSaveProcessorControlState(), KiSystemService(), KmtFltLoadDriver(), KmtFltUnloadDriver(), KsecDeviceControl(), log(), log10(), MmHapReportHeapCorruption(), MyReallocPool__(), NtSetLdtEntries(), pow(), RtlAssert(), RtlpUnwindInternal(), ScsiPortInitialize(), WdfApiNotImplemented(), and WmipIoControl().
__declspec | ( | noreturn | ) |
Definition at line 19 of file noreturn.cpp.
Definition at line 2042 of file intrin_x86.h.
Referenced by HalpRead8254Value().
Definition at line 57 of file intrin_arm.h.
Referenced by GetBestRoute(), MmMakeSegmentResident(), and NvNetAddWakeUpPattern().
Definition at line 180 of file intrin_arm.h.
Referenced by BIT_highbit32(), MediaGprNextMedia(), MediaInitDefaultMedia(), and ZSTD_highbit32().
Definition at line 464 of file intrin_ppc.h.
Definition at line 469 of file intrin_ppc.h.
Referenced by RtlUlonglongByteSwap().
Definition at line 365 of file intrin_arm.h.
Referenced by _HalpApcInterruptHandler(), _HalpDispatchInterruptHandler(), _Requires_lock_not_held_(), acpi_suspend(), ApicRequestGlobalInterrupt(), ApicRequestSelfInterrupt(), ArchSwitchContext(), BlpArchEnableTranslation(), CloseBitPlane(), ExAcquireResourceLock(), FrLdrBugCheckEx(), FrLdrBugCheckWithMessage(), HalCalibratePerformanceCounter(), HalDisableSystemInterrupt(), HalEnableSystemInterrupt(), HaliHaltSystem(), HalpAcquireCmosSpinLock(), HalpApcInterruptHandler(), HalpBiosDisplayReset(), HalpDispatchInterruptHandler(), HalpFlushTLB(), HalpFreezeSystem(), HalpInitializeClock(), HalpInitializePICs(), HalpInitializeTsc(), HalpLowerIrql(), HalpReboot(), HalpSetTimerRollOver(), HalpXboxPowerAction(), HalRequestSoftwareInterrupt(), KdbEnterDebuggerException(), KeBugCheckWithTf(), KeDisableInterrupts(), KeEnterKernelDebugger(), KeGetCurrentIrql(), KeRestoreFloatingPointState(), KeSaveFloatingPointState(), KeSetCurrentIrql(), KfLowerIrql(), KfRaiseIrql(), Ki386AdjustEsp0(), Ki386VdmEnablePentiumExtentions(), KiApcInterrupt(), KiCheckForApcDelivery(), KiCommonExit(), KiDispatchExceptionToUser(), KiDispatchInterrupt(), KiEndInterrupt(), KiEnterV86Mode(), KiExitInterrupt(), KiExitSystemCallDebugChecks(), KiExitV86Trap(), KiFlushNPXState(), KiI386PentiumLockErrataFixup(), KiIdleLoop(), KiPrepareUserDebugData(), KiRetireDpcList(), KiSwapContextEntry(), KiSwitchKernelStack(), KiSystemService(), KiTimerExpiration(), KiTrap02Handler(), KiTrap06Handler(), KiTrap07Handler(), KiTrap08Handler(), KiTrap0DHandler(), KiUserModeCallout(), MachInit(), MpsTimerHandler(), NtCallbackReturn(), OpenBitPlane(), PopShutdownHandler(), sb16_play(), ScrAcquireOwnership(), ScrSetCursor(), ScrSetCursorShape(), and WinLdrSetProcessorContext().
Definition at line 373 of file intrin_arm.h.
Referenced by _HalpApcInterruptHandler(), _HalpDismissIrqGeneric(), _HalpDismissIrqLevel(), _HalpDispatchInterruptHandler(), _Requires_lock_not_held_(), acpi_suspend(), ApicRequestGlobalInterrupt(), ApicRequestSelfInterrupt(), ArchSwitchContext(), CloseBitPlane(), ExpInitializeExecutive(), ExReleaseResourceLock(), HalBeginSystemInterrupt(), HalDisableSystemInterrupt(), HalEnableSystemInterrupt(), HalpApcInterruptHandler(), HalpDispatchInterruptHandler(), HalpInitializeTsc(), HalpLowerIrql(), HalProcessorIdle(), KeGetCurrentIrql(), KeRemoveQueueDpc(), KeRestoreFloatingPointState(), KeRestoreInterrupts(), KeSaveFloatingPointState(), KeSetCurrentIrql(), KfLowerIrql(), KfRaiseIrql(), KiApcInterrupt(), KiCheckForApcDelivery(), KiDebugHandler(), KiDispatchExceptionToUser(), KiDispatchInterrupt(), KiEnterV86Mode(), KiExitV86Mode(), KiExitV86Trap(), KiI386PentiumLockErrataFixup(), KiIdleLoop(), KiInitializeSystem(), KiInterruptHandler(), KiNpxHandler(), KiPrepareUserDebugData(), KiRetireDpcList(), KiSwapContextEntry(), KiSystemCallHandler(), KiSystemService(), KiSystemServiceHandler(), KiSystemStartupBootStack(), KiTimerExpiration(), KiTrap00Handler(), KiTrap01Handler(), KiTrap04Handler(), KiTrap05Handler(), KiTrap06Handler(), KiTrap07Handler(), KiTrap09Handler(), KiTrap0DHandler(), KiTrap0EHandler(), KiTrap10Handler(), KiTrap11Handler(), KiTrap13Handler(), KiUserModeCallout(), MpsTimerHandler(), NtCallbackReturn(), OpenBitPlane(), sb16_play(), ScrAcquireOwnership(), ScrSetCursor(), and ScrSetCursorShape().
long _InterlockedAnd | ( | _Interlocked_operand_ long volatile * | _Value, |
long | _Mask | ||
) |
short _InterlockedAnd16 | ( | _Interlocked_operand_ short volatile * | _Value, |
short | _Mask | ||
) |
char _InterlockedAnd8 | ( | _Interlocked_operand_ char volatile * | _Value, |
char | _Mask | ||
) |
Definition at line 386 of file intrin_arm.h.
Definition at line 381 of file intrin_arm.h.
short _InterlockedCompareExchange16 | ( | _Interlocked_operand_ short volatile * | _Destination, |
short | _Exchange, | ||
short | _Comparand | ||
) |
__int64 _InterlockedCompareExchange64 | ( | _Interlocked_operand_ __int64 volatile * | _Destination, |
__int64 | _Exchange, | ||
__int64 | _Comparand | ||
) |
Referenced by RtlInterlockedCompareExchange64().
char _InterlockedCompareExchange8 | ( | _Interlocked_operand_ char volatile * | _Destination, |
char | _Exchange, | ||
char | _Comparand | ||
) |
Referenced by KdpInitDriver(), StartSystemShutdown(), and TerminateSystemShutdown().
void * _InterlockedCompareExchangePointer | ( | _Interlocked_operand_ void *volatile * | _Destination, |
void * | _Exchange, | ||
void * | _Comparand | ||
) |
Referenced by _CrtGetMessageBox(), and _CrtGetUser32().
long __cdecl _InterlockedDecrement | ( | _Interlocked_operand_ long volatile * | _Addend | ) |
Referenced by _CrtEnterDbgReport(), _CrtLeaveDbgReport(), ChannelDereferenceByIndex(), ConDrvGetConsoleInput(), ConSrvReleaseConsole(), ConSrvTermReadStream(), ExInterlockedDecrementLong(), GuiConsoleInputThread(), HalCalibratePerformanceCounter(), InterlockedDecrement(), NvNetResetWorker(), ATL::CStringData::Release(), SacReleaseLock(), SacReleaseMutexLock(), SRomReleaseListMutex(), and VideoPortInterlockedDecrement().
short _InterlockedDecrement16 | ( | _Interlocked_operand_ short volatile * | _Addend | ) |
Referenced by ChanMgrCreateChannel(), ChanMgrInitialize(), ChanMgrReapChannels(), ChannelDereferenceToZeroByIndex(), ChannelReferenceToOneByIndex(), ConMgrDisplayCurrentChannel(), ConMgrInitialize(), ConMgrSetCurrentChannel(), DcHandleInterrupt(), DcHandleTxCompletedFrames(), DcResetWorker(), DcStartAdapter(), ExInterlockedExchangeUlong(), FltpExRundownCompleted(), InterlockedExchange(), MiniportHandleInterrupt(), PurgeInputBuffer(), RawChannelORead(), RawChannelOWrite2(), RawChannelSetIBufferIndex(), SerialBufferGetChar(), TimerDpcRoutine(), VTUTF8ChannelCreate(), VTUTF8ChannelOFlush(), VTUTF8ChannelOWrite(), and VTUTF8ChannelSetIBufferIndex().
short _InterlockedExchange16 | ( | _Interlocked_operand_ short volatile * | _Target, |
short | _Value | ||
) |
Referenced by GetSelectionBeginEnd().
char _InterlockedExchange8 | ( | _Interlocked_operand_ char volatile * | _Target, |
char | _Value | ||
) |
Referenced by ClientThreadSetupHelper().
Referenced by _InterlockedDecrement(), _InterlockedIncrement(), InterlockedExchangeAdd(), SmpApiLoop(), and TimerDpcRoutine().
short _InterlockedExchangeAdd16 | ( | _Interlocked_operand_ short volatile * | _Addend, |
short | _Value | ||
) |
char _InterlockedExchangeAdd8 | ( | _Interlocked_operand_ char volatile * | _Addend, |
char | _Value | ||
) |
void * _InterlockedExchangePointer | ( | _Interlocked_operand_ void *volatile * | _Target, |
void * | _Value | ||
) |
long __cdecl _InterlockedIncrement | ( | _Interlocked_operand_ long volatile * | _Addend | ) |
Referenced by _CrtEnterDbgReport(), _Init_thread_footer(), AddInputEvents(), ATL::CStringData::AddRef(), ChannelReferenceByIndex(), ConSrvAllocateConsole(), ConSrvGetConsole(), ConSrvGetObject(), ConSrvInheritConsole(), ExInterlockedIncrementLong(), GuiConsoleInputThread(), IKsAllocator_fnQueryInterface(), IKsControl_fnQueryInterface(), IKsDevice_fnQueryInterface(), IKsFilter_fnQueryInterface(), IKsFilterFactory_fnQueryInterface(), IKsPin_fnQueryInterface(), IKsProcessingObject_fnQueryInterface(), INonDelegatedUnknown_fnQueryInterface(), InterlockedIncrement(), LdrpInit(), LdrpMakeCookie(), RtlpDphAllocateVm(), RtlpDphFreeVm(), RtlpDphProtectVm(), SacAcquireLock(), SacAcquireMutexLock(), and VideoPortInterlockedIncrement().
short _InterlockedIncrement16 | ( | _Interlocked_operand_ short volatile * | _Addend | ) |
long _InterlockedOr | ( | _Interlocked_operand_ long volatile * | _Value, |
long | _Mask | ||
) |
Referenced by MiniportISR().
short _InterlockedOr16 | ( | _Interlocked_operand_ short volatile * | _Value, |
short | _Mask | ||
) |
char _InterlockedOr8 | ( | _Interlocked_operand_ char volatile * | _Value, |
char | _Mask | ||
) |
long _InterlockedXor | ( | _Interlocked_operand_ long volatile * | _Value, |
long | _Mask | ||
) |
short _InterlockedXor16 | ( | _Interlocked_operand_ short volatile * | _Value, |
short | _Mask | ||
) |
char _InterlockedXor8 | ( | _Interlocked_operand_ char volatile * | _Value, |
char | _Mask | ||
) |
Definition at line 88 of file intrin_x86.h.
_Check_return_ unsigned short __cdecl _rotl16 | ( | _In_ unsigned short | _Value, |
_In_ unsigned char | _Shift | ||
) |
Referenced by MmArchInitialize().
_Check_return_ unsigned char __cdecl _rotl8 | ( | _In_ unsigned char | _Value, |
_In_ unsigned char | _Shift | ||
) |
_Check_return_ unsigned short __cdecl _rotr16 | ( | _In_ unsigned short | _Value, |
_In_ unsigned char | _Shift | ||
) |
_Check_return_ unsigned char __cdecl _rotr8 | ( | _In_ unsigned char | _Value, |
_In_ unsigned char | _Shift | ||
) |
Referenced by BltMask().