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

  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 125 #define tag_next(t) ((struct tag *) ((__u32 *) (t) + (t)->hdr.size)) macro
127 #define for_each_tag(t,base) for(t = base; t->hdr.size; t = tag_next(t))
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 181 #define tag_next(t) ((struct tag *)((__u32 *)(t) + (t)->hdr.size)) macro
185 for (t = base; t->hdr.size; t = tag_next(t))

Completed in 82 milliseconds