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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 138 SectionData::iterator e_end; local
140 e_end = m_SectionData->end();
142 e_end = SectionData::iterator(m_GOT.front);
144 while (entry != e_end) {
  /system/extras/fatblock/
fs.c 50 offset_t e_start, e_end, e_len, e_rel_start, r_rel_start, rel_len; local
60 e_end = e_start + e_len;
62 if (start >= e_end)
71 if (end <= e_end)
74 rel_len = e_end - start;
78 if (e_end <= end)
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 291 const u8 *e_end; local
303 e_end = pos + elen;
375 return e_end;
    [all...]

Completed in 4769 milliseconds