Searched refs:calc_len (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbytecode.c248 retval = bc->callback->calc_len(bc, add_span, add_span_data);
H A Dbytecode.h108 int (*calc_len) (yasm_bytecode *bc, yasm_bc_add_span_func add_span, member in struct:yasm_bytecode_callback
114 * function internal errors when called, if used, ensure that calc_len()
119 * \param span span ID (as given to add_span in calc_len)
258 /** Common bytecode callback calc_len function, for where the bytecode has
266 * always short (calc_len never calls add_span). Causes an internal

Completed in 77 milliseconds