Searched refs:tbl (Results 1 – 5 of 5) sorted by relevance
545 my $tbl;551 $tbl = \@ToSpeedTbl;557 $tbl = \@FromSpeedTbl;574 $tbl->[0]->[$i] = $busy_blocks[$i] ? $idx += 256 : undef;585 $tbl->[$i+1]->[$j] = $map->{($i << 8) | $j};622 my $tbl;628 $tbl = \@ToSizeTbl;634 $tbl = \@FromSizeTbl;740 $tbl->[0] = $#ranges + 1; # Number of ranges741 $tbl->[1] = $#unranged + 1; # Number of unranged codes[all …]
150 const __uint16_t *tbl; /* Table's data */ member
80 free ((void *)ccsp->tbl); in table_close()112 ccsp->tbl = biccsp->from_ucs; in table_init_from_ucs()139 (const unsigned char *)ccsp->tbl); in table_convert_from_ucs()148 code = find_code_speed ((ucs2_t)in, ccsp->tbl); in table_convert_from_ucs()150 code = find_code_size ((ucs2_t)in, ccsp->tbl); in table_convert_from_ucs()193 ccsp->tbl = biccsp->to_ucs; in table_init_to_ucs()218 ucs = (ucs2_t)ccsp->tbl[**inbuf]; in table_convert_to_ucs()233 ccsp->tbl); in table_convert_to_ucs()236 ccsp->tbl); in table_convert_to_ucs()546 if ((ccsp->tbl = (ucs2_t *)malloc (tbllen)) == NULL) in load_file()[all …]
51 static const double tbl[TBLSIZE * 2] = { variable260 long double t_hi = (long double)tbl[i0]; in exp2l()261 long double t_lo = (long double)tbl[i0 + 1]; in exp2l()
58 static const long double tbl[TBLSIZE] = { variable411 t = tbl[i0]; /* exp2t[i0] */ in exp2l()