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

  /sdk/emulator/qtools/
bb2sym.cpp 107 uint32_t addr_end, addr_diff; local
126 addr_end = sorted[ii]->bb.bb_addr + num_bytes;
127 if (addr_end > sorted[ii + 1]->bb.bb_addr) {
bbprof.cpp 189 uint32_t addr_end, addr_diff; local
208 addr_end = sorted[ii]->bb.bb_addr + num_bytes;
209 if (addr_end > sorted[ii + 1]->bb.bb_addr) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.cc 235 uint16* addr_end = reinterpret_cast<uint16*>(&an_addr.s6_addr[16]); local
273 while (*readcursor != 0 && addr_cursor < addr_end) {
287 addr_cursor = addr_end;
296 addr_cursor = addr_end - (coloncount + 1);
318 if (*readcursor != '\0' || addr_cursor < addr_end) {

Completed in 287 milliseconds