Searched refs:max_el (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/bin/ |
| D | enc2xs | 330 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 340 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 353 my ($e2u,$u2e,$rep,$min_el,$max_el) = @{$encoding{$enc}}; 360 $min_el,$max_el); 433 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 441 my ($e2u,$u2e,$erep,$min_el,$max_el) = @{$encoding{$name}}; 442 output_ucm(\*C,$name,$u2e,$erep,$min_el,$max_el); 478 my $max_el; 513 $max_el = $el if (!defined($max_el) || $el > $max_el); 542 $encoding{$name} = [$e2u,$u2e,$erep,$min_el,$max_el]; [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/Encode/ |
| D | encode.h | 69 U8 max_el; /* Maximum octets to represent a member
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mips.c | 9051 int max_el = (is_qh ? 3 : 7); in mips_ip() local 9056 if (imm_expr.X_add_number > max_el) in mips_ip() 9059 imm_expr.X_add_number &= max_el; in mips_ip()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-mips.c | 9139 int max_el = (is_qh ? 3 : 7); in mips_ip() local 9144 if (imm_expr.X_add_number > max_el) in mips_ip() 9147 imm_expr.X_add_number &= max_el; in mips_ip()
|