Searched defs:sam (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectStreamFieldTest.java43 int sam = 8888; field in class:ObjectStreamFieldTest.DummyClass
86 assertTrue("(Int)ham compared to (Int)sam did not return < 0", hamField
250 samField = osc.getField("sam");
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h437 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
438 if (kSignBitMask & sam) {
439 // sam represents a negative number.
440 return ~sam + 1;
442 // sam represents a positive number.
443 return kSignBitMask | sam;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h457 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
458 if (kSignBitMask & sam) {
459 // sam represents a negative number.
460 return ~sam + 1;
462 // sam represents a positive number.
463 return kSignBitMask | sam;
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h435 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
436 if (kSignBitMask & sam) {
437 // sam represents a negative number.
438 return ~sam + 1;
440 // sam represents a positive number.
441 return kSignBitMask | sam;
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h441 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
442 if (kSignBitMask & sam) {
443 // sam represents a negative number.
444 return ~sam + 1;
446 // sam represents a positive number.
447 return kSignBitMask | sam;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h460 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
461 if (kSignBitMask & sam) {
462 // sam represents a negative number.
463 return ~sam + 1;
465 // sam represents a positive number.
466 return kSignBitMask | sam;

Completed in 542 milliseconds