Searched refs:yasm_bc_get_multiple (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.c314 if (yasm_bc_get_multiple(bc, &mult, 1) || mult == 0) {
353 yasm_bc_get_multiple(yasm_bytecode *bc, long *multiple, int calc_bc_dist) function
H A Dbytecode.h526 int yasm_bc_get_multiple(yasm_bytecode *bc, /*@out@*/ long *multiple,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c216 yasm_bc_get_multiple(bc, &multiple, 1);

Completed in 237 milliseconds