Searched defs:calc_bc_dist (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
D | expr.pxi | 28 cdef yasm_expr *yasm_expr_simplify(yasm_expr *e, int calc_bc_dist) 113 def simplify(self, calc_bc_dist=False): argument 130 def get_intnum(self, calc_bc_dist=False): argument
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | expr.c | 851 int simplify_reg_mul, int calc_bc_dist, in expr_level_tree() 895 int simplify_reg_mul, int calc_bc_dist, in yasm_expr__level_tree() 1259 yasm_expr_get_intnum(yasm_expr **ep, int calc_bc_dist) in yasm_expr_get_intnum()
|
D | value.c | 559 yasm_value_get_intnum(yasm_value *value, yasm_bytecode *bc, int calc_bc_dist) in yasm_value_get_intnum()
|
D | bytecode.c | 353 yasm_bc_get_multiple(yasm_bytecode *bc, long *multiple, int calc_bc_dist) in yasm_bc_get_multiple()
|