Searched refs:precbc1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.c200 yasm_calc_bc_dist(yasm_bytecode *precbc1, yasm_bytecode *precbc2) argument
205 if (precbc1->section != precbc2->section)
208 dist1 = yasm_bc_next_offset(precbc1);
H A Dbytecode.h429 * \param precbc1 preceding bytecode to the first bytecode
437 (yasm_bytecode *precbc1, yasm_bytecode *precbc2);

Completed in 363 milliseconds