/reactos/sdk/include/asm/ |
H A D | ksamd64.template.h | 310 OFFSET(CxR8, CONTEXT, R8), 311 OFFSET(CxR9, CONTEXT, R9), 615 OFFSET(PcTr, KIPCR, Tr), 777 OFFSET(TrDr0 equ 00058H), 778 OFFSET(TrDr1 equ 00060H), 779 OFFSET(TrDr2 equ 00068H), 780 OFFSET(TrDr3 equ 00070H), 781 OFFSET(TrDr6 equ 00078H), 782 OFFSET(TrDr7 equ 00080H), 793 OFFSET(TrRbx equ 000C0H), [all …]
|
H A D | ksarm.template.h | 105 OFFSET(CxR0, CONTEXT, R0), // 0x4 106 OFFSET(CxR1, CONTEXT, R1), // 0x8 107 OFFSET(CxR2, CONTEXT, R2), // 0xc 108 OFFSET(CxR3, CONTEXT, R3), // 0x10 109 OFFSET(CxR4, CONTEXT, R4), // 0x14 110 OFFSET(CxR5, CONTEXT, R5), // 0x18 111 OFFSET(CxR6, CONTEXT, R6), // 0x1c 112 OFFSET(CxR7, CONTEXT, R7), // 0x20 123 OFFSET(CxQ, CONTEXT, Q), // 0x50 124 OFFSET(CxD, CONTEXT, D), // 0x50 [all …]
|
H A D | ks386.template.h | 377 OFFSET(PcIRR, KIPCR, IRR), 379 OFFSET(PcIDR, KIPCR, IDR), 380 OFFSET(PcIdt, KIPCR, IDT), 381 OFFSET(PcGdt, KIPCR, GDT), 466 OFFSET(TbVdm, TEB, Vdm), 527 OFFSET(TssEs, KTSS, Es), 528 OFFSET(TssCs, KTSS, Cs), 529 OFFSET(TssSs, KTSS, Ss), 530 OFFSET(TssDs, KTSS, Ds), 531 OFFSET(TssFs, KTSS, Fs), [all …]
|
H A D | ksx.template.h | 362 OFFSET(ApType, KAPC, Type), 363 OFFSET(ApSize, KAPC, Size), 418 OFFSET(DpType, KDPC, Type), 550 OFFSET(KnSeed, KNODE, Seed), 678 OFFSET(TeCmTeb, TEB, NtTib), 714 OFFSET(TeVdm, TEB, Vdm), 777 OFFSET(ThTeb, KTHREAD, Teb), 827 OFFSET(TiDpc, KTIMER, Dpc), 934 OFFSET(CxxLegacyOffset 0x8), 935 OFFSET(CxxLegacyLength 0xc), [all …]
|
H A D | genincdata.c | 47 #define OFFSET(name, struct, member) {TYPE_CONSTANT, #name, FIELD_OFFSET(struct, member)} macro
|
/reactos/sdk/lib/rossym/ |
H A D | dwarfinfo.c | 346 { DwarfAttrBitSize, OFFSET(bitsize), TConstant }, 348 { DwarfAttrCalling, OFFSET(calling), TConstant }, 350 { DwarfAttrCompDir, OFFSET(compdir), TString }, 360 { DwarfAttrDiscr, OFFSET(discr), TReference }, 364 { DwarfAttrExternal, OFFSET(isexternal), TFlag }, 367 { DwarfAttrHighpc, OFFSET(highpc), TAddress }, 371 { DwarfAttrInline, OFFSET(inlined), TConstant }, 376 { DwarfAttrLowpc, OFFSET(lowpc), TAddress }, 378 { DwarfAttrName, OFFSET(name), TString }, 382 { DwarfAttrProducer, OFFSET(producer), TString }, [all …]
|
/reactos/sdk/lib/rossym_new/ |
H A D | dwarfinfo.c | 343 { ATTR(DwarfAttrBitSize), OFFSET(bitsize), TConstant }, 345 { ATTR(DwarfAttrCalling), OFFSET(calling), TConstant }, 347 { ATTR(DwarfAttrCompDir), OFFSET(compdir), TString }, 356 { ATTR(DwarfAttrDiscr), OFFSET(discr), TReference }, 362 { ATTR(DwarfAttrHighpc), OFFSET(highpc), TAddress }, 366 { ATTR(DwarfAttrInline), OFFSET(inlined), TConstant }, 369 { ATTR(DwarfAttrExternal), OFFSET(isexternal), TFlag }, 372 { ATTR(DwarfAttrVarParam), OFFSET(isvarparam), TFlag }, 376 { ATTR(DwarfAttrLowpc), OFFSET(lowpc), TAddress }, 378 { ATTR(DwarfAttrName), OFFSET(name), TString }, [all …]
|
/reactos/modules/rostests/dibtests/vbltest/ |
H A D | vbltest.c | 24 #define OFFSET 5 macro 71 y += bitmap.bmHeight + OFFSET; in WndProc() 75 y += bitmap.bmHeight + OFFSET; in WndProc() 83 y += bitmap.bmHeight + OFFSET; in WndProc() 91 y += bitmap.bmHeight + OFFSET; in WndProc() 97 x += bitmap.bmWidth*SCALE + OFFSET; in WndProc() 106 y += bitmap.bmHeight + OFFSET; in WndProc() 110 y += bitmap.bmHeight + OFFSET; in WndProc() 114 y += bitmap.bmHeight + OFFSET; in WndProc() 118 y += bitmap.bmHeight + OFFSET; in WndProc() [all …]
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | camellia.c | 311 #define SHIFT_AND_PLACE(INDEX, OFFSET) \ argument 313 TK[0] = KC[(OFFSET) * 4 + 0]; \ 314 TK[1] = KC[(OFFSET) * 4 + 1]; \ 315 TK[2] = KC[(OFFSET) * 4 + 2]; \ 316 TK[3] = KC[(OFFSET) * 4 + 3]; \ 319 if( shifts[(INDEX)][(OFFSET)][i -1] ) \ 323 if( indexes[(INDEX)][(OFFSET)][i] != -1 ) { \ 324 RK[indexes[(INDEX)][(OFFSET)][i]] = TK[ i ]; \
|
/reactos/drivers/storage/ide/uniata/ |
H A D | tools.h | 195 #define PtrOffset(BASE,OFFSET) ((ULONG)((ULONG)(OFFSET) - (ULONG)(BASE))) argument
|
/reactos/sdk/include/psdk/ |
H A D | nettypes.h | 28 typedef ULONG OFFSET; typedef
|
H A D | tmschema.h | 321 TM_PROP(3401, TMT, OFFSET, POSITION)
|
/reactos/drivers/filesystems/udfs/ |
H A D | udffs.h | 192 #define PtrOffset(BASE,OFFSET) ((ULONG)((ULONG)(OFFSET) - (ULONG)(BASE))) argument
|
/reactos/base/system/diskpart/ |
H A D | diskpart_msg.mc | 828 OFFSET=<N> The offset, in kilobytes (KB), at which the partition is 866 OFFSET=<N> Das Offset, in Kilobyte (KB), in dem die Partition 909 OFFSET=<N> Przesunięcie w kilobajtach (KB), przy którym zostanie 994 specificat parametrul OFFSET, va fi rotunjit la cel mai 1172 OFFSET=<N> 建立磁碟分割所在的位移 (單位為 KB)。如果沒有指定位移, 1177 延伸位移將會是 <N> 的倍數。如果指定了 OFFSET 參數, 1542 OFFSET=<N> 建立磁碟分割所在的位移 (單位為 KB)。如果沒有指定位移, 1547 延伸位移將會是 <N> 的倍數。如果指定了 OFFSET 參數, 1714 Syntax: CREATE PARTITION PRIMARY [SIZE=<N>] [OFFSET=<N>] 2590 OFFSET=<N> 建立磁碟分割所在的位移 (單位為 KB)。如果沒有指定位移, [all …]
|
/reactos/base/applications/cmdutils/comp/lang/ |
H A D | de-DE.rc | 19 IDS_MISMATCHOFFSET "Vergleichsfehler bei OFFSET 0x%X\n"
|
H A D | en-US.rc | 19 IDS_MISMATCHOFFSET "Compare error at OFFSET 0x%X\n"
|
H A D | fr-FR.rc | 19 IDS_MISMATCHOFFSET "Erreur de comparaison à OFFSET 0x%X\n"
|
H A D | it-IT.rc | 19 IDS_MISMATCHOFFSET "Errore di confronto all'OFFSET 0x%X\n"
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | env_spec_w32.h | 384 #define PtrOffset(BASE,OFFSET) ((ULONG)((ULONG)(OFFSET) - (ULONG)(BASE))) argument
|
/reactos/drivers/filesystems/cdfs/ |
H A D | cdprocs.h | 1547 #define PtrOffset(BASE,OFFSET) ((ULONG)((ULONG_PTR)(OFFSET) - (ULONG_PTR)(BASE))) argument
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fatprocs.h | 2081 #define PtrOffset(BASE,OFFSET) ((ULONG)((ULONG_PTR)(OFFSET) - (ULONG_PTR)(BASE))) argument
|