Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A Dsdkparse.cpp550 int skip_declspec ( const vector<string>& tokens, int off ) in skip_declspec()
570 Type identify ( const vector<string>& tokens, int off ) in identify()
634 vector<string> tokens; in process() local
653 int parse_type ( Type t, const vector<string>& tokens, int off, vector<string>& names, vector<strin… in parse_type()
717 int parse_tident ( const vector<string>& tokens, int off, vector<string>& names, vector<string>& de… in parse_tident()
726 int parse_variable ( const vector<string>& tokens, int off, vector<string>& names, vector<string>& … in parse_variable()
739 int parse_struct ( const vector<string>& tokens, int off, vector<string>& names, vector<string>& de… in parse_struct()
796 int parse_param ( const vector<string>& tokens, int off, vector<string>& names, vector<string>& dep… in parse_param()
830 int parse_function ( const vector<string>& tokens, int off, vector<string>& names, vector<string>& … in parse_function()
930 int parse_ifwhile ( const vector<string>& tokens, int off, vector<string>& names, vector<string>& d… in parse_ifwhile()
[all …]
H A Dtokenize.cpp18 void tokenize ( const string& text, vector<string>& tokens ) in tokenize()
/reactos/sdk/tools/asmpp/
H A Dasmpp.cpp409 translate_token(TokenList& tokens, size_t index, const vector<string> &macro_params) in translate_token()
469 size_t complete_line(TokenList &tokens, size_t index, const vector<string> &macro_params) in complete_line()
486 translate_expression(TokenList &tokens, size_t index, const vector<string> &macro_params) in translate_expression()
551 size_t translate_mem_ref(TokenList& tokens, size_t index, const vector<string>& macro_params) in translate_mem_ref()
703 size_t translate_item(TokenList& tokens, size_t index, const vector<string> &macro_params) in translate_item()
718 size_t translate_list(TokenList& tokens, size_t index, const vector<string> &macro_params) in translate_list()
757 translate_data_def(TokenList& tokens, size_t index, const vector<string>& macro_params) in translate_data_def()
858 translate_record(TokenList &tokens, size_t index, const vector<string> &macro_params) in translate_record()
1031 translate_construct(TokenList& tokens, size_t index, const vector<string> &macro_params) in translate_construct()
1153 translate_macro(TokenList& tokens, size_t index) in translate_macro()
[all …]
/reactos/dll/directx/wine/wined3d/
H A Dshader_sm4.c521 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_conditional_op()
530 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_shader_data()
559 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_dcl_resource()
600 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_dcl_constant_buffer()
609 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_dcl_sampler()
619 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_dcl_index_range()
628 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_dcl_output_topology()
644 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_dcl_input_primitive()
669 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_declaration_count()
676 DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, in shader_sm4_read_declaration_dst()
[all …]
/reactos/dll/3rdparty/libxslt/
H A Dnumbers.c39 xsltFormatToken tokens[MAX_TOKENS]; member
319 xsltFormatPtr tokens) in xsltNumberFormatTokenize()
430 xsltFormatPtr tokens, in xsltNumberFormatInsertNumbers()
735 xsltFormat tokens; in xsltNumberFormat() local
/reactos/dll/win32/mscoree/
H A Dcorruntimehost.c46 void *tokens; /* pointer into process heap */ member
909 DWORD *tokens = fixup->tokens; in ReallyFixupVTable() local
956 DWORD *tokens; in FixupVTableEntry() local
/reactos/base/applications/network/telnet/src/
H A Dtnmain.cpp493 char* tokens[MAX_TOKEN_COUNT]; in tokenizeCommand() local
/reactos/dll/directx/wine/dinput/
H A Djoystick.c1042 int tokens = 0; in setup_dinput_options() local
/reactos/sdk/lib/3rdparty/freetype/src/psaux/
H A Dpsobjs.c722 T1_Token tokens, in ps_parser_to_token_array()
/reactos/dll/win32/oleaut32/
H A Dvartype.c7622 BSTR tokens[ARRAY_SIZE(ParseDateTokens)]; in VarDateFromStr() local
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c8633 xmlChar *tokens; in xmlXPathIdFunction() local