Searched refs:test32 (Results 1 - 3 of 3) 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/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.badguess.ksh69 cc -xarch=generic -c -o test32.o test.c
75 $dtrace -G -s prov.d test32.o test64.o
/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 44 milliseconds