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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
findfp.c 91 struct glue __sglue = { &uglue, 3, __sF }; variable in typeref:struct:glue
140 for (g = &__sglue;; g = g->next) {
180 for (g = &__sglue; (n -= g->niobs) > 0 && g->next; g = g->next)
  /bionic/libc/stdio/
stdio.cpp 94 struct glue __sglue = { nullptr, 3, __sF }; variable in typeref:struct:glue
95 static struct glue* lastglue = &__sglue;
147 for (g = &__sglue; g != nullptr; g = g->next) {

Completed in 643 milliseconds