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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 108 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
bytecode.c 248 retval = bc->callback->calc_len(bc, add_span, add_span_data);

Completed in 56 milliseconds