/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 63 ulong[] _bits; field in class:Antlr.Runtime.BitSet 72 _bits = bits; 86 _bits = new ulong[((nbits - 1) >> LOG_BITS) + 1]; 132 if (n >= _bits.Length) { 135 _bits[n] |= BitMask(el); 142 int newSize = Math.Max(_bits.Length << 1, NumWordsToHold(bit)); 151 if (a._bits.Length > _bits.Length) { 152 SetSize(a._bits.Length); 154 int min = Math.Min(_bits.Length, a._bits.Length) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 65 ulong[] _bits; field in class:Antlr.Runtime.BitSet 77 _bits = bits; 93 _bits = new ulong[( ( nbits - 1 ) >> LOG_BITS ) + 1]; 146 if ( n >= _bits.Length ) 150 _bits[n] |= BitMask( el ); 158 int newSize = Math.Max( _bits.Length << 1, NumWordsToHold( bit ) ); 169 if ( a._bits.Length > _bits.Length ) 171 SetSize( a._bits.Length ); 173 int min = Math.Min( _bits.Length, a._bits.Length ) [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
entdec.c | 146 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits){ 148 _this->ext=_this->rng>>_bits; 150 return (1U<<_bits)-EC_MINI(s+1U,1U<<_bits); 225 opus_uint32 ec_dec_bits(ec_dec *_this,unsigned _bits){ 231 if((unsigned)available<_bits){ 238 ret=(opus_uint32)window&(((opus_uint32)1<<_bits)-1U); 239 window>>=_bits; local 240 available-=_bits; 243 _this->nbits_total+=_bits; [all...] |
entdec.h | 53 /*Equivalent to ec_decode() with _ft==1<<_bits.*/ 54 unsigned ec_decode_bin(ec_dec *_this,unsigned _bits);
|
entenc.c | 139 void ec_encode_bin(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _bits){ 141 r=_this->rng>>_bits; 143 _this->val+=_this->rng-IMUL32(r,((1U<<_bits)-_fl)); 146 else _this->rng-=IMUL32(r,((1U<<_bits)-_fh)); 193 void ec_enc_bits(ec_enc *_this,opus_uint32 _fl,unsigned _bits){ 198 celt_assert(_bits>0); 199 if(used+_bits>EC_WINDOW_SIZE){ 208 used+=_bits; 211 _this->nbits_total+=_bits;
|
entenc.h | 52 /*Equivalent to ec_encode() with _ft==1<<_bits.*/ 53 void ec_encode_bin(ec_enc *_this,unsigned _fl,unsigned _fh,unsigned _bits);
|
cwrs.c | 431 void get_required_bits(opus_int16 *_bits,int _n,int _maxk,int _frac){ 435 _bits[0]=0; 436 for(k=1;k<=_maxk;k++)_bits[k]=log2_frac(CELT_PVQ_V(_n,k),_frac); 654 void get_required_bits(opus_int16 *_bits,int _n,int _maxk,int _frac){ 658 _bits[0]=0; 662 _bits[k] = 1<<_frac; 670 _bits[k]=log2_frac(u[k]+u[k+1],_frac);
|
/external/safe-iop/include/ |
safe_iop.h | 476 #define MAKE_UADD(_prefix, _bits, _type, _max) \ 478 int safe_add##_prefix##_bits (_type *result, _type value, _type a) { \ 482 #define MAKE_SADD(_prefix, _bits, _type, _max) \ 484 int safe_add##_prefix##_bits(_type *result, _type value, _type a) { \ 488 #define MAKE_USUB(_prefix, _bits, _type) \ 490 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \ 494 #define MAKE_SSUB(_prefix, _bits, _type, _min, _max) \ 496 int safe_sub##_prefix##_bits(_type *result, _type value, _type a) { \ 500 #define MAKE_UMUL(_prefix, _bits, _type, _max) \ 502 int safe_mul##_prefix##_bits(_type *result, _type value, _type a) { [all...] |
/external/chromium_org/third_party/smhasher/src/ |
Types.h | 191 template < int _bits > 368 uint8_t bytes[(_bits+7)/8];
|
/external/libvorbis/doc/ |
06-floor0.tex | 175 \exp \left( .11512925 \left(\frac{\mathtt{amplitude} \cdot \mathtt{floor0\_amplitute\_offset}}{(2^{\mathtt{floor0\_amplitude\_bits}}-1)\sqrt{p+q}}
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
C.stg | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |