Searched defs:yasm_expr_simplify (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi28 cdef yasm_expr *yasm_expr_simplify(yasm_expr *e, int calc_bc_dist) function
114 self.expr = yasm_expr_simplify(self.expr, calc_bc_dist)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.h222 #define yasm_expr_simplify(e, cbd) \ macro

Completed in 632 milliseconds