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

  /external/webrtc/webrtc/base/
win32.cc 218 uint16_t* addr_end = reinterpret_cast<uint16_t*>(&an_addr.s6_addr[16]); local
256 while (*readcursor != 0 && addr_cursor < addr_end) {
270 addr_cursor = addr_end;
279 addr_cursor = addr_end - (coloncount + 1);
301 if (*readcursor != '\0' || addr_cursor < addr_end) {
  /bionic/tests/
leak_test.cpp 95 result += map.addr_end - map.addr_start;
utils.h 67 uintptr_t addr_end; member in struct:map_record
94 &record.addr_start, &record.addr_end, prot, &record.offset,
dlext_test.cpp 1905 uintptr_t addr_end = 0; local
    [all...]
pthread_test.cpp     [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 383 uptr addr_end = addr + access_size; local
388 if (addr_end <= var_end)
392 else if (addr_end <= next_var_beg &&
393 next_var_beg - addr_end >= addr - var_end)
396 if (addr_end > var.beg)
399 addr - prev_var_end >= var.beg - addr_end)
    [all...]

Completed in 157 milliseconds