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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ltable.h 16 #define gnext(n) ((n)->i_key.nk.next) macro
  /external/syslinux/com32/lua/src/
ltable.h 16 #define gnext(n) ((n)->i_key.nk.next) macro
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
36 CharT* gnext = base::gptr(); local
40 assert(base::gptr() == gnext+n);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
36 CharT* gnext = base::gptr(); local
40 assert(base::gptr() == gnext+n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 167 bool (*gnext)(FORM*,FIELD*,const void*); /* generic enumerate next */ member in union:typenode::__anon62239
  /external/wayland/src/
wayland-server.c 983 struct wl_global *global, *gnext; local
992 wl_list_for_each_safe(global, gnext, &display->global_list, link)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-spu.c 1109 struct got_entry *gnext; local
1118 for (g = *head; g != NULL; g = gnext)
1120 gnext = g->next;
    [all...]

Completed in 231 milliseconds