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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.h 15 yasm_expr *nasm_evaluate (scanner sc, void *scprivate, struct tokenval *tv,
nasm.h 154 struct tokenval { struct
159 typedef int (*scanner) (void *private_data, struct tokenval *tv);
201 typedef yasm_expr *(*evalfunc) (scanner sc, void *scprivate, struct tokenval *tv,
nasm-eval.c 28 static struct tokenval *tokval; /* The current token */
421 yasm_expr *nasm_evaluate (scanner sc, void *scprivate, struct tokenval *tv,
nasm-pp.c     [all...]

Completed in 78 milliseconds