/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | globals.c | 454 xmlInitializeGlobalState(xmlGlobalStatePtr gs) in xmlInitializeGlobalState() argument 458 (unsigned long) gs, xmlGetThreadId()); in xmlInitializeGlobalState() 473 gs->oldXMLWDcompatibility = 0; in xmlInitializeGlobalState() 483 gs->xmlDoValidityCheckingDefaultValue = in xmlInitializeGlobalState() 486 gs->xmlFree = (xmlFreeFunc) xmlMemFree; in xmlInitializeGlobalState() 487 gs->xmlMalloc = (xmlMallocFunc) xmlMemMalloc; in xmlInitializeGlobalState() 492 gs->xmlFree = (xmlFreeFunc) free; in xmlInitializeGlobalState() 493 gs->xmlMalloc = (xmlMallocFunc) malloc; in xmlInitializeGlobalState() 495 gs->xmlRealloc = (xmlReallocFunc) realloc; in xmlInitializeGlobalState() 508 gs->xmlSubstituteEntitiesDefaultValue = in xmlInitializeGlobalState() [all …]
|
H A D | threads.c | 545 xmlGlobalState *gs = (xmlGlobalState *) state; in xmlFreeGlobalState() local 548 xmlResetError(&(gs->xmlLastError)); in xmlFreeGlobalState() 564 xmlGlobalState *gs; in xmlNewGlobalState() local 566 gs = malloc(sizeof(xmlGlobalState)); in xmlNewGlobalState() 567 if (gs == NULL) { in xmlNewGlobalState() 573 memset(gs, 0, sizeof(xmlGlobalState)); in xmlNewGlobalState() 574 xmlInitializeGlobalState(gs); in xmlNewGlobalState() 575 return (gs); in xmlNewGlobalState()
|
/reactos/hal/halx86/mp/ |
H A D | mps.S | 23 pushl %gs; \ 27 movl %eax, %gs; \ 32 popl %gs; \ 84 pushl %gs 90 movl %eax,%gs 99 popl %gs
|
/reactos/ntoskrnl/ke/amd64/ |
H A D | trap.S | 815 mov gs:[PcUserRsp], rsp 818 mov rsp, gs:[PcRspBase] 834 mov rax, gs:[PcUserRsp] 844 ldmxcsr gs:[PcMxCsr] 847 mov rax, gs:[PcCurrentThread] 880 mov rcx, gs:[PcCurrentThread] 916 mov rcx, gs:[PcCurrentThread] 1023 mov r11, gs:[PcCurrentThread] 1058 mov r11, gs:[PcCurrentThread] 1229 mov gs, ax [all …]
|
H A D | usercall_asm.S | 91 mov rdx, gs:[PcCurrentThread]
|
H A D | ctxswitch.S | 244 mov r8, gs:[PcCurrentThread] /* Pointer to the new thread */
|
/reactos/boot/freeldr/freeldr/include/arch/pc/ |
H A D | pcbios.h | 103 unsigned short gs; member 123 unsigned short gs; member 151 unsigned short gs; member
|
/reactos/boot/freeldr/freeldr/arch/realmode/ |
H A D | int386.inc | 9 push gs 38 mov gs, ax 81 mov ax, gs 89 pop gs
|
H A D | i386.S | 24 mov gs, ax 66 mov gs, ax 83 mov gs, ax
|
H A D | amd64.S | 24 mov gs, ax 289 mov gs, ax 318 mov gs,ax
|
/reactos/boot/freeldr/freeldr/arch/i386/ |
H A D | int386.S | 52 push gs 78 pop gs
|
H A D | entry.S | 47 mov gs, ax 222 mov gs, ax
|
/reactos/sdk/include/asm/ |
H A D | trapamd64.inc | 130 mov [rbp + KTRAP_FRAME_SegGs], gs 156 ldmxcsr gs:[PcMxCsr] 214 mov r10, gs:[PcCurrentThread] 223 /* Swap gs to user mode */
|
/reactos/hal/halx86/smp/i386/ |
H A D | apentry.S | 83 mov gs, ax 97 mov gs, eax
|
/reactos/ntoskrnl/include/internal/i386/ |
H A D | asmmacro.S | 179 mov ecx, gs 225 CFI_REL_OFFSET gs, KTRAP_FRAME_GS 394 mov gs, [esp - OffsetEsp + KTRAP_FRAME_GS]
|
H A D | intrin_i.h | 220 #define Ke386GetGs() _Ke386GetSeg(gs) 225 #define Ke386SetGs(X) _Ke386SetSeg(gs, X) 403 __asm mov gs, ax; in Ke386SetGs() local
|
/reactos/boot/freeldr/freeldr/arch/amd64/ |
H A D | entry.S | 26 mov gs, ax 187 mov gs, ax
|
/reactos/hal/halx86/smp/amd64/ |
H A D | apentry.S | 23 mov gs, ax
|
/reactos/boot/environ/app/rosload/i386/ |
H A D | osxfera.s | 32 mov gs, ax
|
/reactos/sdk/include/reactos/wine/ |
H A D | library.h | 206 __DEFINE_GET_SEG(gs) 209 __DEFINE_SET_SEG(gs)
|
/reactos/modules/rostests/apitests/ntdll/i386/ |
H A D | NtContinue.S | 30 push gs
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngrtran.c | 1625 png_fixed_point g, gs; in png_init_read_transformations() local 1631 gs = PNG_FP_1; in png_init_read_transformations() 1647 gs = PNG_FP_1; /* back */ in png_init_read_transformations() 1651 if (png_gamma_significant(gs) != 0) in png_init_read_transformations() 1654 gs); in png_init_read_transformations() 1656 gs); in png_init_read_transformations() 1658 gs); in png_init_read_transformations() 1760 gs_sig = png_gamma_significant(gs); in png_init_read_transformations() 1768 png_ptr->background.gray, gs); in png_init_read_transformations() 1790 png_ptr->background.red, gs); in png_init_read_transformations() [all …]
|
/reactos/boot/freeldr/bootsect/ |
H A D | isombr.S | 33 mov gs, ax
|
H A D | isoboot.S | 87 mov gs, ax 183 mov gs, ax 798 push gs 802 pop gs 989 mov gs, ax
|
/reactos/win32ss/user/winsrv/usersrv/lang/ |
H A D | hu-HU.rc | 24 …LTEXT "Hogy visszatérj ReactOS-ba és ellenőrizd a státuszát a programnak, kattins a Mégsére.", IDC…
|