Searched defs:relative_offset (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/formats/mp2t/
H A Des_parser_h264_unittest.cc75 off_t relative_offset = 0; local
79 &relative_offset, &start_code_size);
82 offset += relative_offset;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpreamble_patcher.cc93 int relative_offset; // Windows guarantees int is 4 bytes local
94 SIDESTEP_ASSERT(sizeof(relative_offset) == 4);
95 memcpy(reinterpret_cast<void*>(&relative_offset),
97 new_target = target + 5 + relative_offset;
100 signed char relative_offset; local
101 memcpy(reinterpret_cast<void*>(&relative_offset),
103 new_target = target + 2 + relative_offset;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpreamble_patcher.cc93 int relative_offset; // Windows guarantees int is 4 bytes local
94 SIDESTEP_ASSERT(sizeof(relative_offset) == 4);
95 memcpy(reinterpret_cast<void*>(&relative_offset),
97 new_target = target + 5 + relative_offset;
100 signed char relative_offset; local
101 memcpy(reinterpret_cast<void*>(&relative_offset),
103 new_target = target + 2 + relative_offset;

Completed in 651 milliseconds