Home
last modified time | relevance | path

Searched defs:low_bits (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/cctest/
Dtest-log-stack-tracer.cc138 int64_t low_bits = *reinterpret_cast<uint64_t*>(*args[0]) >> 32; in GetFP() local
226 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); in construct_call() local
230 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff); in construct_call() local
Dtest-api.cc14187 static double DoubleFromBits(uint32_t high_bits, uint32_t low_bits) { in DoubleFromBits()
/external/v8/src/x64/
Dassembler-x64.h151 int low_bits() const { in low_bits() function
258 int low_bits() const { in low_bits() function
Ddisasm-x64.cc358 int base_reg(int low_bits) { return low_bits | ((rex_ & 0x01) << 3); } in base_reg()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc1283 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
/external/protobuf/gtest/src/
Dgtest.cc1407 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
/external/gtest/src/
Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
/external/llvm/utils/unittest/googletest/
Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local
/external/chromium/testing/gtest/src/
Dgtest.cc1422 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local