Home
last modified time | relevance | path

Searched refs:reg_ptr32 (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp193 const Uint32* reg_ptr32 = (const Uint32*)&reg_val; in runTestBug19537() local
194 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
196 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
200 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp219 Uint32 reg_ptr32[2]; in runTestBug19537() local
220 memcpy(reg_ptr32+0, (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
221 memcpy(reg_ptr32+1, ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
222 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
224 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
228 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp219 Uint32 reg_ptr32[2]; in runTestBug19537() local
220 memcpy(reg_ptr32+0, (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
221 memcpy(reg_ptr32+1, ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
222 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
224 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
228 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp219 Uint32 reg_ptr32[2]; in runTestBug19537()
220 memcpy(&(reg_ptr32[0]), (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
221 memcpy(&(reg_ptr32[1]), ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
222 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
224 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
228 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp220 Uint32 reg_ptr32[2]; in runTestBug19537()
221 memcpy(&(reg_ptr32[0]), (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
222 memcpy(&(reg_ptr32[1]), ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
223 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
225 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
229 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp220 Uint32 reg_ptr32[2]; in runTestBug19537()
221 memcpy(&(reg_ptr32[0]), (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
222 memcpy(&(reg_ptr32[1]), ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
223 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
225 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
229 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp220 Uint32 reg_ptr32[2]; in runTestBug19537()
221 memcpy(&(reg_ptr32[0]), (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
222 memcpy(&(reg_ptr32[1]), ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
223 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
225 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
229 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp220 Uint32 reg_ptr32[2]; in runTestBug19537()
221 memcpy(&(reg_ptr32[0]), (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
222 memcpy(&(reg_ptr32[1]), ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
223 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
225 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
229 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp220 Uint32 reg_ptr32[2]; in runTestBug19537()
221 memcpy(&(reg_ptr32[0]), (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
222 memcpy(&(reg_ptr32[1]), ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
223 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
225 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
229 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp219 Uint32 reg_ptr32[2]; in runTestBug19537() local
220 memcpy(reg_ptr32+0, (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
221 memcpy(reg_ptr32+1, ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
222 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
224 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
228 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp219 Uint32 reg_ptr32[2]; in runTestBug19537() local
220 memcpy(reg_ptr32+0, (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
221 memcpy(reg_ptr32+1, ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
222 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
224 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
228 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/test/ndbapi/
H A DtestInterpreter.cpp219 Uint32 reg_ptr32[2]; in runTestBug19537() local
220 memcpy(reg_ptr32+0, (Uint8*)&reg_val, sizeof(Uint32)); in runTestBug19537()
221 memcpy(reg_ptr32+1, ((Uint8*)&reg_val)+4, sizeof(Uint32)); in runTestBug19537()
222 if (reg_ptr32[0] == 0x05060708 && reg_ptr32[1] == 0x01020304) { in runTestBug19537()
224 } else if (reg_ptr32[0] == 0x01020304 && reg_ptr32[1] == 0x05060708) { in runTestBug19537()
228 << hex << " [0]=" << reg_ptr32[0] << " [1]=" <<reg_ptr32[1] << endl; in runTestBug19537()