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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lundump.c 39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size)
91 LoadVector(S,f->code,n,sizeof(Instruction));
156 LoadVector(S,f->lineinfo,n,sizeof(int));
  /external/skia/third_party/lua/src/
lundump.c 39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size)
91 LoadVector(S,f->code,n,sizeof(Instruction));
156 LoadVector(S,f->lineinfo,n,sizeof(int));
  /external/syslinux/com32/lua/src/
lundump.c 39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size)
91 LoadVector(S,f->code,n,sizeof(Instruction));
156 LoadVector(S,f->lineinfo,n,sizeof(int));

Completed in 41 milliseconds