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

  /external/bluetooth/glib/tests/
asyncqueue-test.c 56 static gpointer last_p = NULL; local
85 for (i = 0, last_p = NULL; i < len; i++) {
89 if (last_p) {
90 g_assert (GPOINTER_TO_INT (last_p) <= GPOINTER_TO_INT (p));
93 last_p = p;
  /external/llvm/lib/Archive/
ArchiveReader.cpp 170 const char* last_p = p; local
172 if (*p == '\n' && *last_p == '/') {
173 pathname.assign(namep, last_p - namep);
177 last_p = p;

Completed in 291 milliseconds