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

  /external/oprofile/libpp/
locate_images.cpp 43 list<string>::const_iterator lend = file_list.end(); local
44 for (; lit != lend; ++lit) {
callgraph_container.cpp 431 list<image_set>::const_iterator const lend = lset.end(); member in class:list
432 for (lit = lset.begin(); lit != lend; ++lit) {
  /hardware/ti/wlan/mac80211/ti-utils/
calibrator.c 114 const char *start, *lend, *end; local
153 lend = strchr(start, '\n');
154 if (!lend) {
155 lend = end;
158 printf("%.*s\n", (int)(lend - start), start);
159 start = lend + 1;
160 } while (end != lend);

Completed in 329 milliseconds