Searched refs:common_size (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsymrec.h390 * \param common_size common size expression
394 (yasm_symrec *sym, /*@only@*/ yasm_expr *common_size);
H A Dsymrec.c618 /*@only@*/ yasm_expr *common_size)
621 *ep = common_size;
617 yasm_symrec_set_common_size(yasm_symrec *sym, yasm_expr *common_size) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c529 /*@dependent@*/ /*@null@*/ yasm_intnum *common_size; local
535 common_size = yasm_expr_get_intnum(csize_expr, 1);
536 if (!common_size) {
542 if (yasm_intnum_sign(common_size) < 0) {
548 intn_val += yasm_intnum_get_uint(common_size);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc1553 size_t common_size = std::min(old_path->size(), new_path->size()); local
1557 for (size_t i = 0; i < common_size; ++i) {
1564 *first_diff_at = common_size;

Completed in 3236 milliseconds