Home
last modified time | relevance | path

Searched refs:p32 (Results 1 – 8 of 8) sorted by relevance

/reactos/sdk/tools/obj2bin/
H A Dobj2bin.c27 DWORD *p32; in RelocateSection() local
55 p32 = (void*)(pSection + nOffset); in RelocateSection()
56 *p32 += (DWORD)(pSymbols[pReloc->SymbolTableIndex].Value + iOffset); in RelocateSection()
/reactos/drivers/filesystems/btrfs/
H A Dxxhash.c655 { const U32* p32 = state->mem32; in XXH32_update_endian() local
656 state->v1 = XXH32_round(state->v1, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian()
657 state->v2 = XXH32_round(state->v2, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian()
658 state->v3 = XXH32_round(state->v3, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian()
659 state->v4 = XXH32_round(state->v4, XXH_readLE32(p32, endian)); p32++; in XXH32_update_endian()
/reactos/base/applications/mstsc/
H A Dbsops.c392 unsigned int * p32; in bs_rect() local
442 p32 = (unsigned int *) get_bs_ptr(x, y + i); in bs_rect()
443 if (p32 != 0) in bs_rect()
447 *p32 = colour; in bs_rect()
448 p32++; in bs_rect()
/reactos/drivers/bus/acpi/acpica/include/platform/
H A Dacmsvc.h104 #define ACPI_MUL_64_BY_32(n_hi, n_lo, m32, p32, c32) \ argument
109 __asm mov p32, eax \
H A Dacefi.h254 #define ACPI_MUL_64_BY_32(n_hi, n_lo, m32, p32, c32) \ argument
258 (p32) = (UINT32) __p; \
/reactos/modules/rostests/winetests/twain_32/
H A Ddsm.c125 TW_UINT32 *p32; in check_get() local
129 p32 = (TW_UINT32 *) p8; in check_get()
138 trace(" %d: 0x%x\n", i, p32[i]); in check_get()
153 ok(p32[enumv->CurrentIndex] == orig_value, in check_get()
155 pCapability->Cap, p32[enumv->CurrentIndex], orig_value); in check_get()
156 ok(p32[enumv->DefaultIndex] == default_value, in check_get()
158 pCapability->Cap, p32[enumv->DefaultIndex], default_value); in check_get()
160 *suggested_set_value = p32[(enumv->CurrentIndex + 1) % enumv->NumItems]; in check_get()
/reactos/dll/win32/jscript/
H A Djsutils.c670 const double p32 = (double)0xffffffff + 1; in to_int32() local
677 n = n > 0 ? fmod(n, p32) : -fmod(-n, p32); in to_int32()
/reactos/sdk/include/reactos/
H A Dwindbgkd.h12 #define COPYSE(p64, p32, f) \ argument
13 p64->f = (ULONG64)(LONG64)(LONG)p32->f