/reactos/modules/rostests/apitests/crt/ |
H A D | strlen.c | 35 volatile uintptr_t eflags; in Test_strlen() local 48 eflags = __readeflags(); in Test_strlen() 49 __writeeflags(eflags | EFLAGS_DF); in Test_strlen() 57 __writeeflags(eflags); in Test_strlen()
|
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | checkerr.c | 151 LOCAL struct eflags { struct 154 } eflags[] = { argument 198 register struct eflags *ep; 203 for (ep = eflags; ep->fname; ep++) {
|
/reactos/boot/freeldr/freeldr/arch/i386/pc/ |
H A D | pcrtc.c | 35 Regs.x.eflags = 0; in PcGetTime() 62 Regs.x.eflags = 0; in PcGetTime()
|
H A D | pcmem.c | 82 TRACE("CF set = %s\n", (RegsOut.x.eflags & EFLAGS_CF) ? "TRUE" : "FALSE"); in GetExtendedMemoryConfiguration() 121 TRACE("CF set = %s\n", (RegsOut.x.eflags & EFLAGS_CF) ? "TRUE" : "FALSE"); in GetExtendedMemoryConfiguration() 285 TRACE("CF set = %s\n", (Regs.x.eflags & EFLAGS_CF) ? "TRUE" : "FALSE"); in PcMemGetBiosMemoryMap()
|
H A D | pccons.c | 86 return 0 == (Regs.x.eflags & EFLAGS_ZF); in PcConsKbHit()
|
/reactos/sdk/lib/crt/string/i386/ |
H A D | tcslen.inc | 11 /* Save edi and eflags (according to the x86 ABI, we don't need to do that 38 /* Restore eflags/edi and return the result */
|
/reactos/boot/freeldr/freeldr/include/arch/pc/ |
H A D | pcbios.h | 105 unsigned long eflags; member 179 #define INT386_SUCCESS(regs) ((regs.x.eflags & EFLAGS_CF) == 0)
|
/reactos/sdk/include/psdk/ |
H A D | d3dcompiler.h | 70 const char *target, UINT sflags, UINT eflags, ID3DBlob **shader, ID3DBlob **error_messages); 73 const char *target, UINT sflags, UINT eflags, ID3DBlob **shader, ID3DBlob **error_messages);
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | compiler.c | 859 const char *target, UINT sflags, UINT eflags, UINT secondary_flags, in D3DCompile2() argument 869 debugstr_a(target), sflags, eflags, secondary_flags, secondary_data, in D3DCompile2() 891 const char *target, UINT sflags, UINT eflags, ID3DBlob **shader, ID3DBlob **error_messages) in D3DCompile() argument 896 debugstr_a(target), sflags, eflags, shader, error_messages); in D3DCompile() 899 eflags, 0, NULL, 0, shader, error_messages); in D3DCompile()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | effect.c | 6396 … UINT eflags, ID3DBlob **errors, struct ID3DXEffectPool *pool, const char *skip_constants_string) in d3dx9_effect_init() argument 6414 effect, device, data, data_size, defines, include, eflags, errors, pool, in d3dx9_effect_init() 6429 effect->flags = eflags; in d3dx9_effect_init() 6440 NULL, "fx_2_0", compile_flags, eflags, &bytecode, &temp_errors); in d3dx9_effect_init() 6613 UINT eflags, ID3DBlob **error_messages) in d3dx9_effect_compiler_init() argument 6616 compiler, data, data_size, defines, include, eflags, error_messages); in d3dx9_effect_compiler_init()
|