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

  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 154 #define for_each_tag(t,base) for (t = base; t->hdr.size; t = tag_next(t)) macro
  /development/ndk/platforms/android-L/arch-arm/include/asm/
setup.h 154 #define for_each_tag(t,base) for (t = base; t->hdr.size; t = tag_next(t)) macro
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 183 #define for_each_tag(t,base) \ macro

Completed in 528 milliseconds