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

  /external/srec/tools/cmd/
pht_to_long.pl 3 $rc = GetOptions("pht=s" => \$phtfile,
19 open(PHT, "<$phtfile") || die "error opening phtfile $phtfile\n";
21 <PHT>; # header
22 while(<PHT>) {
28 close(PHT);
41 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
pht_to_short.pl 4 $rc = GetOptions("pht=s" => \$phtfile,
13 open(PHT, "<$phtfile") || die "error opening phtfile $phtfile\n";
15 <PHT>; # header
16 while(<PHT>) {
23 close(PHT);
44 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
  /external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c 94 #define PHT(x, y) { y += x; x += y; }
277 PHT(a, b); PHT(c, d); PHT(e, f); PHT(g, h);
278 PHT(a, c); PHT(e, g); PHT(b, d); PHT(f, h);
279 PHT(a, e); PHT(b, f); PHT(c, g); PHT(d, h)
    [all...]
saferp.c 84 /* This is a forward single layer PHT transform. */
85 #define PHT(b) \
95 /* This is an inverse single layer PHT transform */
125 PHT(b); SHUF(b, b2); \
126 PHT(b2); SHUF(b2, b); \
127 PHT(b); SHUF(b, b2); \
128 PHT(b2);

Completed in 121 milliseconds