summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/asm/ASMBitFirstClear-generic.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm copyright and license note updatevboxsync2022-08-221-10/+20
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
* IPRT/common/asm/*-generic.cpp: visibility fix. bugref:9898vboxsync2021-01-081-1/+1
| | | | git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87203 cfe28804-0f27-0410-a406-dd0f0b0b656f
* iprt/asm.h: Added generic C version of ASMBitNextClear & ASMBitFirstSet. ↵vboxsync2021-01-071-2/+22
| | | | | | Fixes to ASMBitFirstClear. bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87193 cfe28804-0f27-0410-a406-dd0f0b0b656f
* iprt/asm.h: Added generic C version of ASMBitFirstClear. Officially ↵vboxsync2021-01-071-0/+77
specified that the iprt/asm.h bitmaps are little-endian and added missing conversions. bugref:9898 git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@87192 cfe28804-0f27-0410-a406-dd0f0b0b656f