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

  /system/core/include/cutils/
list.h 41 #define list_for_each(node, list) \ macro
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 109 #define list_for_each(pos, head) \ macro
  /external/e2fsprogs/lib/blkid/
list.h 155 * list_for_each - iterate over elements in a list
159 #define list_for_each(pos, head) \ macro
  /external/oprofile/libutil/
op_list.h 156 * list_for_each - iterate over a list
160 #define list_for_each(pos, head) \ macro
  /external/oprofile/utils/
ophelp.c 437 list_for_each(pos, events) { function
701 list_for_each(pos, events) { function
  /external/yaffs2/yaffs2/
devextras.h 188 * list_for_each - iterate over a list
192 #define list_for_each(pos, head) \ macro
  /external/iptables/libiptc/
linux_list.h 334 * list_for_each - iterate over a list
338 #define list_for_each(pos, head) \ macro
347 * This variant differs from list_for_each() in that it's the
  /external/kernel-headers/original/linux/
list.h 357 * list_for_each - iterate over a list
361 #define list_for_each(pos, head) \ macro
370 * This variant differs from list_for_each() in that it's the
  /external/linux-tools-perf/util/include/linux/added/
list.h 346 * list_for_each - iterate over a list
350 #define list_for_each(pos, head) \ macro
359 * This variant differs from list_for_each() in that it's the
  /external/oprofile/opjitconv/
opjitconv.c 150 list_for_each(pos, anon_dirs) { function
  /external/oprofile/gui/
oprof_start.cpp 207 list_for_each(pos, events) { function

Completed in 2207 milliseconds