Home
last modified time | relevance | path

Searched refs:Old (Results 1 – 25 of 50) sorted by relevance

12

/reactos/sdk/include/xdk/
H A Dinterlocked.h312 LONG64 Old, Prev; in _InlineInterlockedExchange64() local
313 for (Old = *Target; ; Old = Prev) in _InlineInterlockedExchange64()
316 if (Prev == Old) in _InlineInterlockedExchange64()
330 for (Old = *Target; ; Old = Prev) in _InlineInterlockedAdd64()
334 if (Prev == Old) in _InlineInterlockedAdd64()
349 for (Old = *Target; ; Old = Prev) in _InlineInterlockedExchangeAdd64()
353 if (Prev == Old) in _InlineInterlockedExchangeAdd64()
367 for (Old = *Target; ; Old = Prev) in _InlineInterlockedAnd64()
371 if (Prev == Old) in _InlineInterlockedAnd64()
385 for (Old = *Target; ; Old = Prev) in _InlineInterlockedOr64()
[all …]
/reactos/drivers/bus/acpi/acpica/utilities/
H A Dutclib.c151 char *Old = (char *) Src; in memmove() local
154 if (Old > New) in memmove()
160 *New = *Old; in memmove()
162 Old++; in memmove()
166 else if (Old < New) in memmove()
171 Old = Old + Count - 1; in memmove()
174 *New = *Old; in memmove()
176 Old--; in memmove()
206 char *Old = (char *) Src; in memcpy() local
211 *New = *Old; in memcpy()
[all …]
/reactos/base/applications/sc/
H A Dfailure.c129 BOOLEAN Old = FALSE; in SetFailure() local
159 RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, TRUE, FALSE, &Old); in SetFailure()
173 RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, Old, FALSE, &Old); in SetFailure()
/reactos/drivers/filesystems/udfs/Include/
H A Denv_spec_nt.h39 LONG Old = (*addr); in InterlockedExchangeAdd() local
41 return Old; in InterlockedExchangeAdd()
H A Denv_spec_w32.h682 LONG Old = (*addr); in UDFInterlockedExchangeAdd() local
684 return Old; in UDFInterlockedExchangeAdd()
/reactos/dll/opengl/glu32/src/libtess/
H A DREADME412 Old: 3 vert, 1 cntr, 1 tri, 0 strip, 0 fan, 1 ind, 0.149 ms
414 Old: 4 vert, 1 cntr, 2 tri, 0 strip, 0 fan, 2 ind, 0.161 ms
416 Old: 36 vert, 1 cntr, 34 tri, 0 strip, 0 fan, 34 ind, 0.621 ms
421 Old: 5 vert, 1 cntr, 3 tri, 0 strip, 0 fan, 3 ind, 0.252 ms
423 Old: 19 vert, 1 cntr, 17 tri, 0 strip, 0 fan, 17 ind, 0.529 ms
425 Old: 151 vert, 1 cntr, 149 tri, 0 strip, 3 fan, 143 ind, 2.7 ms
427 Old: 574 vert, 1 cntr, 572 tri, 0 strip, 31 fan, 499 ind, 12.4 ms
432 Old: 7 vert, 2 cntr, 7 tri, 0 strip, 0 fan, 7 ind, 0.274 ms
434 Old: 81 vert, 6 cntr, 89 tri, 0 strip, 13 fan, 61 ind, 2.2 ms
436 Old: 391 vert, 19 cntr, 413 tri, 0 strip, 25 fan, 363 ind, 8.68 ms
/reactos/base/system/smss/
H A Dsmss.c379 BOOLEAN Old; in SmpTerminate() local
383 if (RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, TRUE, TRUE, &Old) == in SmpTerminate()
387 RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, TRUE, FALSE, &Old); in SmpTerminate()
/reactos/base/system/winlogon/
H A Dsas.c90 BOOLEAN Old; in StartUserShell() local
103 RtlAdjustPrivilege(SE_ASSIGNPRIMARYTOKEN_PRIVILEGE, TRUE, FALSE, &Old); in StartUserShell()
977 BOOLEAN Old; in HandleShutdown() local
1037 RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, TRUE, FALSE, &Old); in HandleShutdown()
1052 RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, Old, FALSE, &Old); in HandleShutdown()
H A Dwinlogon.c441 BOOLEAN Old; in WinMain()
547 Status = RtlAdjustPrivilege(SE_TCB_PRIVILEGE, TRUE, TRUE, &Old); in WinMain()
/reactos/dll/win32/kernel32/client/file/
H A Dmntpoint.c262 WCHAR Old; in BasepGetVolumeNameFromReparsePoint() local
368 Old = lpszVolumeName[1]; in BasepGetVolumeNameFromReparsePoint()
389 lpszVolumeName[1] = Old; in BasepGetVolumeNameFromReparsePoint()
/reactos/media/fonts/doc/FreeFont/
H A DREADME.txt25 * Glagolitic, Gothic, Runic, Ugaritic, Old Persian, Phoenician, Old Italic
H A DAUTHORS.txt214 Old Italic (U+10300-U+1032F)
227 Old Persian (U+103A0-U+103DF)
/reactos/dll/win32/comctl32/
H A Dsyslink.c1350 PDOC_ITEM Current, Old; in SYSLINK_LButtonDown() local
1358 Old = SYSLINK_SetFocusLink(infoPtr, Current); in SYSLINK_LButtonDown()
1359 if(Old != NULL && Old != Current) in SYSLINK_LButtonDown()
1361 SYSLINK_RepaintLink(infoPtr, Old); in SYSLINK_LButtonDown()
/reactos/sdk/include/psdk/
H A Dbasetsd.h22 #error Old MSVC compiler version.
/reactos/subsystems/csr/csrsrv/
H A Dprocsup.c83 BOOLEAN Old; in CsrSetToShutdownPriority() local
89 &Old))) in CsrSetToShutdownPriority()
/reactos/win32ss/user/ntuser/
H A Ddesktop.c1338 PUSER_MESSAGE_QUEUE Old; in IntSetFocusMessageQueue() local
1355Old = (PUSER_MESSAGE_QUEUE)InterlockedExchangePointer((PVOID*)&pdo->ActiveMessageQueue, NewQueue); in IntSetFocusMessageQueue()
1356 if (Old != NULL) in IntSetFocusMessageQueue()
1358 (void)InterlockedExchangePointer((PVOID*)&Old->Desktop, 0); in IntSetFocusMessageQueue()
1359 gpqForegroundPrev = Old; in IntSetFocusMessageQueue()
1360 IntDereferenceMessageQueue(Old); in IntSetFocusMessageQueue()
/reactos/dll/win32/msgina/
H A Dgui.c1018 BOOLEAN Old; in SecurityDialogProc() local
1021 RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, TRUE, FALSE, &Old); in SecurityDialogProc()
1023 RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, Old, FALSE, &Old); in SecurityDialogProc()
/reactos/base/shell/cmd/
H A Dcmd.c1450 PCTSTR Old, New; in SubstituteVar() local
1462 Src = _tcschr(Old = Src, _T('=')); in SubstituteVar()
1465 OldLength = Src++ - Old; in SubstituteVar()
1476 if (_tcsnicmp(&Var[i], Old, OldLength) == 0) in SubstituteVar()
/reactos/dll/cpl/console/lang/
H A Dhe-IL.rc26 AUTOCHECKBOX "&Discard Old Duplicates", IDC_CHECK_DISCARD_DUPLICATES, 12, 140, 110, 15
H A Den-US.rc24 AUTOCHECKBOX "&Discard Old Duplicates", IDC_CHECK_DISCARD_DUPLICATES, 12, 140, 110, 15
H A Dsk-SK.rc27 AUTOCHECKBOX "&Discard Old Duplicates", IDC_CHECK_DISCARD_DUPLICATES, 12, 140, 110, 15
/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.cpp5054 int8* Old; in UDFRecordVAT() local
5081 Old = (int8*)DbgAllocatePool(PagedPool, OldLen); in UDFRecordVAT()
5082 if(!Old) { in UDFRecordVAT()
5087 status = UDFReadFile__(Vcb, VatFileInfo, 0, OldLen, FALSE, Old, &ReadBytes); in UDFRecordVAT()
5090 DbgFreePool(Old); in UDFRecordVAT()
5106 RtlCopyMemory(New+hdrOffsetNew, Old+hdrOffset, hdrLen); in UDFRecordVAT()
5120 Offset = ((VirtualAllocationTable20*)Old)->lengthHeader; in UDFRecordVAT()
5130 RtlCopyMemory(New+hdrOffsetNew, Old+hdrOffset, hdrLen); in UDFRecordVAT()
5180 … UDFWriteData(Vcb, TRUE, ((uint64)Vcb->NWA) << Vcb->BlockSizeBits, 1, FALSE, Old, &ReadBytes); in UDFRecordVAT()
5219 if((OldLen < off) || (RtlCompareMemory(Old+off, New+off, to_read) != to_read)) { in UDFRecordVAT()
[all …]
/reactos/base/applications/mspaint/lang/
H A Dhe-IL.rc94 MENUITEM "Old palette", IDM_COLORSOLDPALETTE
H A Duk-UA.rc96 MENUITEM "Old palette", IDM_COLORSOLDPALETTE
/reactos/dll/3rdparty/libtirpc/
H A DChangeLog115 transports. Old applications compiled against tirpc

12