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

  /external/speex/libspeex/
lpc_bfin.h 47 spx_word32_t ac0=1; local
56 ac0 = ADD32(ac0,SHR32(MULT16_16(x[j],x[j]),8));
57 ac0 = ADD32(ac0,n);
59 while (shift && ac0<0x40000000)
62 ac0 <<= 1;
65 while (ac_shift && ac0<0x40000000)
68 ac0 <<= 1;
lpc.c 137 spx_word32_t ac0=1; local
141 ac0 = ADD32(ac0,SHR32(MULT16_16(x[j],x[j]),8));
142 ac0 = ADD32(ac0,n);
144 while (shift && ac0<0x40000000)
147 ac0 <<= 1;
150 while (ac_shift && ac0<0x40000000)
153 ac0 <<= 1;
  /external/v8/test/mjsunit/tools/
tickprocessor.js 236 ' 0001:00000ac0 _main 00401ac0 f shell.obj',
245 ' 0001:00000ac0 ___DllMainCRTStartup 01c31ac0 f libcmt:dllcrt0.obj',

Completed in 73 milliseconds