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

/haiku-buildtools/binutils/gas/config/
H A Dtc-rl78.c578 int olen = rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops; local
582 bytes = frag_more (olen + 3);
585 olen /* max_chars */,
587 olen /* subtype */,
592 frag_then->fr_fix = olen + (bytes - frag_then->fr_literal);
593 frag_then->fr_subtype = olen;
/haiku-buildtools/legacy/gcc/gcc/
H A Dcexp.y410 parse_number (olen)
411 int olen;
417 register int len = olen;
H A Dcexp.c1328 parse_number (olen)
1329 int olen;
1335 register int len = olen;
/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c4537 size_t olen = strlen (obuf);
4538 char *p = obuf + olen - 4;
4549 && olen >= (4 + 7)
4833 size_t olen;
4836 olen = strlen (obuf);
4837 p = obuf + olen - ilen - 1 - 4;
4842 memmove (p + 3, p + 4, olen - (p + 3 - obuf));
4536 size_t olen = strlen (obuf); local
4832 size_t olen; local

Completed in 118 milliseconds