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

  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 237 const Addr WM = WS - 1; /* 7 or 3 */ \
247 if (((s^d) & WM) == 0) { \
250 while ((s & WM) != 0 && n >= 1) \
274 if (((s^d) & WM) == 0) { \
277 while ((s & WM) != 0 && n >= 1) \
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
byte_io_unittest.cc 76 // Template arguments: Type T, write method WM(buffer, value), B bytes of data
77 template <typename T, void (*WM)(uint8_t*, T), int B>
92 // Zero initialize buffer and let WM populate it.
94 WM(bytes + i, test_value);
96 // Check that data produced by WM is big endian as expected.
  /external/valgrind/main/shared/
vg_replace_strmem.c 834 const Addr WM = WS - 1; /* 7 or 3 */ \
844 if (((s^d) & WM) == 0) { \
847 while ((s & WM) != 0 && n >= 1) \
871 if (((s^d) & WM) == 0) { \
874 while ((s & WM) != 0 && n >= 1) \
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 134 milliseconds