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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
findfp.c 93 static struct glue *moreglue(int);
101 moreglue(int n) function
144 if (g->next == NULL && (g->next = moreglue(NDYNAMIC)) == NULL)
183 g->next = moreglue(n);
  /bionic/libc/stdio/
stdio.cpp 110 static glue* moreglue(int n) { function
155 if ((g = moreglue(NDYNAMIC)) == nullptr) return nullptr;

Completed in 60 milliseconds