Home
last modified time | relevance | path

Searched refs:LoadState (Results 1 – 4 of 4) sorted by relevance

/external/skia/third_party/lua/src/
Dlundump.c28 } LoadState; typedef
30 static l_noret error(LoadState* S, const char* why) in error()
45 static void LoadBlock(LoadState* S, void* b, size_t size) in LoadBlock()
50 static int LoadChar(LoadState* S) in LoadChar()
57 static int LoadInt(LoadState* S) in LoadInt()
65 static lua_Number LoadNumber(LoadState* S) in LoadNumber()
72 static TString* LoadString(LoadState* S) in LoadString()
86 static void LoadCode(LoadState* S, Proto* f) in LoadCode()
94 static void LoadFunction(LoadState* S, Proto* f);
96 static void LoadConstants(LoadState* S, Proto* f) in LoadConstants()
[all …]
/external/syslinux/com32/lua/src/
Dlundump.c28 } LoadState; typedef
30 static l_noret error(LoadState* S, const char* why) in error()
45 static void LoadBlock(LoadState* S, void* b, size_t size) in LoadBlock()
50 static int LoadChar(LoadState* S) in LoadChar()
57 static int LoadInt(LoadState* S) in LoadInt()
65 static lua_Number LoadNumber(LoadState* S) in LoadNumber()
72 static TString* LoadString(LoadState* S) in LoadString()
86 static void LoadCode(LoadState* S, Proto* f) in LoadCode()
94 static void LoadFunction(LoadState* S, Proto* f);
96 static void LoadConstants(LoadState* S, Proto* f) in LoadConstants()
[all …]
/external/toolchain-utils/binary_search_tool/
Dbinary_search_state.py367 def LoadState(cls): member in BinarySearchState
536 bss = BinarySearchState.LoadState()
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py234 bss2 = binary_search_state.MockBinarySearchState.LoadState()