Searched refs:ByteReverse (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/base/ |
D | md5.cc | 31 #define ByteReverse(buf, len) // Nothing. macro 33 static void ByteReverse(uint32_t* buf, int len) { 71 ByteReverse(ctx->in, 16); in MD5Update() 80 ByteReverse(ctx->in, 16); in MD5Update() 108 ByteReverse(ctx->in, 16); in MD5Final() 117 ByteReverse(ctx->in, 14); in MD5Final() 124 ByteReverse(ctx->buf, 4); in MD5Final()
|
/external/v8/src/s390/ |
D | simulator-s390.h | 283 inline int16_t ByteReverse(int16_t hword); 284 inline int32_t ByteReverse(int32_t word); 285 inline int64_t ByteReverse(int64_t dword);
|
D | simulator-s390.cc | 5142 int32_t result = ByteReverse(mem_val) & 0x0000ffff; in DecodeSixByteArithmetic() 5147 set_low_register(r1, ByteReverse(mem_val)); in DecodeSixByteArithmetic() 5150 WriteH(mem_addr, ByteReverse(result), instr); in DecodeSixByteArithmetic() 5152 WriteW(mem_addr, ByteReverse(r1_val), instr); in DecodeSixByteArithmetic() 5537 int16_t Simulator::ByteReverse(int16_t hword) { in ByteReverse() function in v8::internal::Simulator 5545 int32_t Simulator::ByteReverse(int32_t word) { in ByteReverse() function in v8::internal::Simulator 5557 int64_t Simulator::ByteReverse(int64_t dword) { in ByteReverse() function in v8::internal::Simulator 9897 int64_t r1_val = ByteReverse(r2_val); in EVALUATE() 10016 int32_t r1_val = ByteReverse(r2_val); in EVALUATE() 10927 set_register(r1, ByteReverse(mem_val)); in EVALUATE() [all …]
|