HomeSort by relevance Sort by last modified time
    Searched full:__list_next (Results 1 - 1 of 1) sorted by null

  /hardware/intel/common/wrs_omxil_core/utils/inc/
list.h 61 #define __list_next(entry) ((entry) ? (entry->next) : NULL) macro
67 ptr = __list_next(ptr))
70 for (ptr = list, nxt = __list_next(ptr); \
72 ptr = nxt, nxt = __list_next(ptr))

Completed in 37 milliseconds