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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
linked_list.h 43 inline void *SLL_Next(void *t) {
58 *list = SLL_Next(*list);
75 tmp = SLL_Next(tmp);
80 *head = SLL_Next(tmp);
95 head = SLL_Next(head);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
linked_list.h 43 inline void *SLL_Next(void *t) {
58 *list = SLL_Next(*list);
75 tmp = SLL_Next(tmp);
80 *head = SLL_Next(tmp);
95 head = SLL_Next(head);

Completed in 45 milliseconds