NTSTATUS __fastcall XmPushPopSegment(INT64 a1){
__int64 v1;
UINT16 *v2;
NTSTATUS v3;
v1 = *(unsigned __int8 *)(a1 + 81) + 28i64;
*(_DWORD *)(a1 + 120) = 1;
v2 = (UINT16 *)(a1 + 2 * v1);
if( *(_DWORD *)(a1 + 124) == 36 )
XmSetSourceValue(a1, v2);
else
XmSetDestinationValue(a1, v2);
return v3;
}