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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.c 28 static struct tokenval *tokval; /* The current token */ variable in typeref:struct:tokenval
29 static int i; /* The t_type of tokval */
83 i = scan(scpriv, tokval);
105 i = scan(scpriv, tokval);
126 i = scan(scpriv, tokval);
150 i = scan(scpriv, tokval);
192 i = scan(scpriv, tokval);
213 i = scan(scpriv, tokval);
234 i = scan(scpriv, tokval);
257 i = scan(scpriv, tokval);
    [all...]
nasm-pp.c 1995 struct tokenval tokval; local
2340 struct tokenval tokval; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser-struct.h 66 nasm_yystype tokval; member in struct:yasm_parser_nasm
  /external/tcpdump/
util.c 329 register int tokval; local
332 tokval=lp->v; /* load our first value */
339 if (tokval == (v&rotbit)) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 109 yystype tokval; member in struct:yasm_parser_gas
136 #define curval (parser_gas->tokval)

Completed in 106 milliseconds