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

  /external/flac/libFLAC/
window.c 199 const FLAC__int32 Np = (FLAC__int32)(p / 2.0f * L) - 1;
204 if (Np > 0) {
205 for (n = 0; n <= Np; n++) {
206 window[n] = (FLAC__real)(0.5f - 0.5f * cos(M_PI * n / Np));
207 window[L-Np-1+n] = (FLAC__real)(0.5f - 0.5f * cos(M_PI * (n+Np) / Np));
  /external/openssl/crypto/md5/asm/
md5-586.pl 25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
36 sub Np
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 for R1
86 &mov($tmp1,&Np($c)) if $pos < 1; # G function - part 1
87 &mov($tmp1,&Np($c)) if $pos == 1; # G function - part 1
115 &mov($tmp1,&Np($c))
    [all...]
  /external/bison/src/
reduce.c 91 bitset Np, Ns;
94 /* N is set as built. Np is set being built this iteration. P is
97 Np = bitset_create (nvars, BITSET_FIXED);
118 bitset_copy (Np, N);
123 bitset_set (Np, rules[r].lhs->number - ntokens);
126 if (bitset_equal_p (N, Np))
128 Ns = Np;
129 Np = N;
133 N = Np;
  /external/openssl/crypto/ripemd/asm/
rmd-586.pl 70 sub Np
91 &mov($tmp1, &Np($c)); # NEXT
102 &mov($tmp1, &Np($c)) if $o <= 0;
107 &xor($tmp1, &Np($d)) if $o <= 0;
157 &sub($tmp2, &Np($c)) if $o == 1;
160 &mov($tmp1, &Np($c));
163 &xor($tmp1, &Np($d));
187 &sub($tmp1, &Np($c)) if $o <= 0; # NEXT
203 &sub($tmp2, &Np($c)) if $o <= 0; # NEXT
204 &mov($tmp1, &Np($d)) if $o == 1
    [all...]

Completed in 240 milliseconds