Searched defs:test32 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dbyteswap_test.c67 uint32_t test32; local
78 test32 = 0xabcdef01UL;
79 test_bswap32s ( &test32 );
80 ok ( test32 == 0x01efcdabUL );
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsValueArray.cpp65 PRUint32 test32 = (PRUint32)aMaxValue; local
72 else if ((nsValueArrayValue)test32 == aMaxValue) {
73 mBytesPerValue = sizeof(test32);

Completed in 196 milliseconds