Home
last modified time | relevance | path

Searched refs:ace_index (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Djupace.cpp177 int done=0, ace_index=0x2000; in SNAPSHOT_LOAD_MEMBER() local
187 while (!done && (ace_index < 0x8001)) in SNAPSHOT_LOAD_MEMBER()
201 RAM[ace_index++] = ace_byte; in SNAPSHOT_LOAD_MEMBER()
206 RAM[ace_index++] = ace_repeat; in SNAPSHOT_LOAD_MEMBER()
211 RAM[ace_index++] = ace_byte; in SNAPSHOT_LOAD_MEMBER()
214 logerror("Decoded %X bytes.\r\n", ace_index-0x2000); in SNAPSHOT_LOAD_MEMBER()
229 ace_index = RAM[0x2080] | (RAM[0x2081] << 8); in SNAPSHOT_LOAD_MEMBER()
231 if ((ace_index & 0x3FFF)==0) in SNAPSHOT_LOAD_MEMBER()
250 if ((RAM[0x2119] < 0x80) || !ace_index) in SNAPSHOT_LOAD_MEMBER()
255 for (ace_index = 0x2000; ace_index < 0x8000; ace_index++) in SNAPSHOT_LOAD_MEMBER()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Djupace.cpp177 int done=0, ace_index=0x2000; in SNAPSHOT_LOAD_MEMBER() local
187 while (!done && (ace_index < 0x8001)) in SNAPSHOT_LOAD_MEMBER()
201 RAM[ace_index++] = ace_byte; in SNAPSHOT_LOAD_MEMBER()
206 RAM[ace_index++] = ace_repeat; in SNAPSHOT_LOAD_MEMBER()
211 RAM[ace_index++] = ace_byte; in SNAPSHOT_LOAD_MEMBER()
214 logerror("Decoded %X bytes.\r\n", ace_index-0x2000); in SNAPSHOT_LOAD_MEMBER()
229 ace_index = RAM[0x2080] | (RAM[0x2081] << 8); in SNAPSHOT_LOAD_MEMBER()
231 if ((ace_index & 0x3FFF)==0) in SNAPSHOT_LOAD_MEMBER()
250 if ((RAM[0x2119] < 0x80) || !ace_index) in SNAPSHOT_LOAD_MEMBER()
255 for (ace_index = 0x2000; ace_index < 0x8000; ace_index++) in SNAPSHOT_LOAD_MEMBER()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Drestricted_token_utils.cc287 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
290 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) in HardenTokenIntegrityLevelPolicy()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Drestricted_token_utils.cc291 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
294 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) in HardenTokenIntegrityLevelPolicy()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Drestricted_token_utils.cc320 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
323 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) && in HardenTokenIntegrityLevelPolicy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Drestricted_token_utils.cc323 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
326 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) && in HardenTokenIntegrityLevelPolicy()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Drestricted_token_utils.cc335 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
338 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) && in HardenTokenIntegrityLevelPolicy()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Drestricted_token_utils.cc335 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
338 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) && in HardenTokenIntegrityLevelPolicy()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Drestricted_token_utils.cc335 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
338 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) && in HardenTokenIntegrityLevelPolicy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Drestricted_token_utils.cc324 for (DWORD ace_index = 0; ace_index < sacl->AceCount; ++ace_index) { in HardenTokenIntegrityLevelPolicy() local
327 if (::GetAce(sacl, ace_index, reinterpret_cast<LPVOID*>(&ace)) && in HardenTokenIntegrityLevelPolicy()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp923 unsigned int ace_index = 0; in add_allow_aces() local
926 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
928 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
963 ace_index++; in add_allow_aces()
984 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
986 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1001 ace_index++; in add_allow_aces()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp923 unsigned int ace_index = 0; in add_allow_aces() local
926 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
928 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
963 ace_index++; in add_allow_aces()
984 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
986 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1001 ace_index++; in add_allow_aces()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp923 unsigned int ace_index = 0; in add_allow_aces() local
926 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
928 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
963 ace_index++; in add_allow_aces()
984 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
986 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1001 ace_index++; in add_allow_aces()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp923 unsigned int ace_index = 0; in add_allow_aces() local
926 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
928 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
963 ace_index++; in add_allow_aces()
984 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
986 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1001 ace_index++; in add_allow_aces()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp924 unsigned int ace_index = 0; in add_allow_aces() local
927 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
929 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
964 ace_index++; in add_allow_aces()
985 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
987 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1002 ace_index++; in add_allow_aces()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/windows/
H A DperfMemory_windows.cpp923 unsigned int ace_index = 0; in add_allow_aces() local
926 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
928 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
963 ace_index++; in add_allow_aces()
984 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
986 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1001 ace_index++; in add_allow_aces()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp923 unsigned int ace_index = 0; in add_allow_aces() local
926 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
928 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
963 ace_index++; in add_allow_aces()
984 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
986 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1001 ace_index++; in add_allow_aces()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/windows/
H A DperfMemory_windows.cpp923 unsigned int ace_index = 0; in add_allow_aces() local
926 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
928 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
963 ace_index++; in add_allow_aces()
984 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
986 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
1001 ace_index++; in add_allow_aces()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp920 unsigned int ace_index = 0; in add_allow_aces() local
923 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
925 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
960 ace_index++; in add_allow_aces()
981 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
983 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
998 ace_index++; in add_allow_aces()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp920 unsigned int ace_index = 0; in add_allow_aces() local
923 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
925 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
960 ace_index++; in add_allow_aces()
981 while (ace_index < aclinfo.AceCount) { in add_allow_aces()
983 if (!GetAce(oldACL, ace_index, &ace)) { in add_allow_aces()
998 ace_index++; in add_allow_aces()