Home
last modified time | relevance | path

Searched refs:func_return (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DNvReserved.c114 int func_return; in NvCheckState() local
116 func_return = _plat__IsNvAvailable(); in NvCheckState()
117 if(func_return == 0) in NvCheckState()
119 else if(func_return == 1) in NvCheckState()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileGrammarParser.cs282 ProfileGrammarParser.func_return func8 = default(ProfileGrammarParser.func_return); in stat()
546 public class func_return : ParserRuleReturnScope class in ProfileGrammarParser
554 private ProfileGrammarParser.func_return func( ) in func()
556 ProfileGrammarParser.func_return retval = new ProfileGrammarParser.func_return(); in func()
DDebugGrammarParser.cs278 DebugGrammarParser.func_return func8 = default(DebugGrammarParser.func_return); in stat()
542 public class func_return : ParserRuleReturnScope class in DebugGrammarParser
550 private DebugGrammarParser.func_return func( ) in func()
552 DebugGrammarParser.func_return retval = new DebugGrammarParser.func_return(); in func()