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

  /external/srec/tools/cmd/
pht_to_short.pl 18 ($trash,$lph,$sph,$num_states) = split(/\s+/);
19 $lph_for_sph{$sph} = $lph;
20 $sph_for_lph{$lph} = $sph;
21 $lphhash{$lph}++;
24 $sph = $lph = "&";
25 $lph_for_sph{$sph} = $lph;
26 $sph_for_lph{$lph} = $sph;
27 $lphhash{$lph}++;
28 $sph = "#"; $lph = "iwt";
29 $lph_for_sph{$sph} = $lph;
    [all...]
pht_to_long.pl 24 ($trash,$lph,$sph,$num_states) = split(/\s+/);
25 $lph_for_sph{$sph} = $lph;
26 $lphhash{$lph}++;
52 $lph = $lph_for_sph{$sph};
53 if(!defined $lph) {
55 $lph = "($sph)";
58 push(@lphlist, $lph);

Completed in 4111 milliseconds