HomeSort by relevance Sort by last modified time
    Searched refs:sam (Results 1 - 23 of 23) sorted by null

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 100 struct stat_and_more sam; local
101 memset(&sam, 0xAB, sizeof(sam));
102 EXPECT_EQ(0u, internal_fstat(fd, &sam.st));
103 EXPECT_EQ(0xAB, sam.z);
104 EXPECT_NE(0xAB, sam.st.st_size);
105 EXPECT_NE(0, sam.st.st_size);
  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 149 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
150 if (kSignBitMask & sam) {
151 // sam represents a negative number.
152 return ~sam + 1;
154 // sam represents a positive number.
155 return kSignBitMask | sam;
  /external/skia/src/utils/
SkFloatUtils.h 149 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
150 if (kSignBitMask & sam) {
151 // sam represents a negative number.
152 return ~sam + 1;
154 // sam represents a positive number.
155 return kSignBitMask | sam;
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 116 "Lewis heard Sam's B change from 0 to 5\n"
121 Pair sally("Sally"), sam("Sam");
128 sam.set_a(4);
129 logger.Hookup("Lewis", sam.event_channel());
130 sam.set_b(5);
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 437 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
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/chromium_org/third_party/re2/doc/
mksyntaxwiki 4 sam -d syntax.wiki <<'!'
mksyntaxgo 6 sam -d $out <<'!'
mksyntaxhtml 4 sam -d syntax.html <<'!'
  /external/regex-re2/doc/
mksyntaxwiki 4 sam -d syntax.wiki <<'!'
mksyntaxgo 6 sam -d $out <<'!'
mksyntaxhtml 4 sam -d syntax.html <<'!'
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 459 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
460 if (kSignBitMask & sam) {
461 // sam represents a negative number.
462 return ~sam + 1;
464 // sam represents a positive number.
465 return kSignBitMask | sam;
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 457 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
458 if (kSignBitMask & sam) {
459 // sam represents a negative number.
460 return ~sam + 1;
462 // sam represents a positive number.
463 return kSignBitMask | sam;
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectStreamFieldTest.java 41 int sam = 8888; field in class:OldObjectStreamFieldTest.DummyClass
175 samField = osc.getField("sam");
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 435 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
436 if (kSignBitMask & sam) {
437 // sam represents a negative number.
438 return ~sam + 1;
440 // sam represents a positive number.
441 return kSignBitMask | sam;
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 380 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
381 if (kSignBitMask & sam) {
382 // sam represents a negative number.
383 return ~sam + 1;
385 // sam represents a positive number.
386 return kSignBitMask | sam;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 441 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
442 if (kSignBitMask & sam) {
443 // sam represents a negative number.
444 return ~sam + 1;
446 // sam represents a positive number.
447 return kSignBitMask | sam;
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 441 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
442 if (kSignBitMask & sam) {
443 // sam represents a negative number.
444 return ~sam + 1;
446 // sam represents a positive number.
447 return kSignBitMask | sam;
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 469 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
470 if (kSignBitMask & sam) {
471 // sam represents a negative number.
472 return ~sam + 1;
474 // sam represents a positive number.
475 return kSignBitMask | sam;
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 441 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
442 if (kSignBitMask & sam) {
443 // sam represents a negative number.
444 return ~sam + 1;
446 // sam represents a positive number.
447 return kSignBitMask | sam;
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 355 static Bits SignAndMagnitudeToBiased(const Bits &sam) {
356 if (kSignBitMask & sam) {
357 // sam represents a negative number.
358 return ~sam + 1;
360 // sam represents a positive number.
361 return kSignBitMask | sam;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java 43 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/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 437 milliseconds