Searched refs:value_hi (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dsyncproto.h169 INT32 value_hi; member in struct:_xSyncChangeCounterReq
182 INT32 value_hi; member in struct:_xSyncSetCounterReq
215 INT32 value_hi; member in struct:__anon2c17487e0408
H A Ddri2proto.h348 CARD32 value_hi; member in struct:__anonc056bdb21908
/xsrc/external/mit/libXext/dist/src/
H A DXSync.c471 req->value_hi = XSyncValueHigh32(value);
491 req->value_hi = XSyncValueHigh32(value);
536 XSyncIntsToValue(value_return, rep.value_lo, rep.value_hi);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsync.c1490 XSyncIntsToValue(&newvalue, stuff->value_lo, stuff->value_hi);
1520 XSyncIntsToValue(&newvalue, stuff->value_lo, stuff->value_hi);
1525 client->errorValue = stuff->value_hi;
1731 rep.value_hi = XSyncValueHigh32(pCounter->value);
1738 swapl(&rep.value_hi, n);
2290 swapl(&stuff->value_hi, n);
2305 swapl(&stuff->value_hi, n);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsync.c1446 newvalue = ((int64_t)stuff->value_hi << 32) | stuff->value_lo;
1475 newvalue = (int64_t)stuff->value_hi << 32 | stuff->value_lo;
1479 client->errorValue = stuff->value_hi;
1675 .value_hi = pCounter->value >> 32,
1682 swapl(&rep.value_hi);
2208 swapl(&stuff->value_hi);
2221 swapl(&stuff->value_hi);
/xsrc/external/mit/MesaLib/dist/src/intel/common/tests/
H A Dmi_builder_test.cpp543 const uint32_t value_hi = (uint32_t)(value >> 32); local in function:TEST_F
560 EXPECT_EQ(*(uint64_t *)(output + 24), ~(uint64_t)value_hi);
564 EXPECT_EQ(*(uint32_t *)(output + 44), (uint32_t)~value_hi);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
H A Ddri2ext.c581 rep.value_hi = value >> 32;

Completed in 64 milliseconds