/external/boringssl/src/crypto/aes/asm/ |
vpaes-x86_64.pl | 695 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 743 mov %eax,240(%rdx) # AES_KEY->rounds = nbits/32+5; 751 xor \$32,%r8d # nbits==192?0:32
|
vpaes-x86.pl | 761 &mov (&DWP(240,$key),$base); # AES_KEY->rounds = nbits/32+5; 785 &mov (&DWP(240,$key),$base); # AES_KEY->rounds = nbits/32+5;
|
/external/opencv3/3rdparty/libwebp/enc/ |
vp8l.c | 362 const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1); local 363 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2; [all...] |
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_Context.cpp | [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/ |
ipaddr.py | 251 nbits = _count_righthand_zero_bits(first_int, ip_bits) 253 while nbits >= 0: 254 addend = 2**nbits - 1 256 nbits -= 1 [all...] |
/external/valgrind/memcheck/ |
mc_main.c | [all...] |
/external/webp/src/dec/ |
vp8l.c | 184 int nbits; local 187 nbits = table->bits - HUFFMAN_TABLE_BITS; 188 if (nbits > 0) { 192 table += val & ((1 << nbits) - 1); [all...] |
/libcore/ojluni/src/main/java/sun/misc/ |
FormattedFloatingDecimal.java | 231 int nbits = countBits( lbits ); local 236 int lowOrderZeros = expShift+1-nbits; 239 bigIntExp = binexp+1-nbits; 240 bigIntNBits = nbits; [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv_test.go | 407 table[i].nbits = 0
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
natconv_test.go | 404 table[i].nbits = 0
|
/prebuilts/go/darwin-x86/src/math/big/ |
natconv_test.go | 404 table[i].nbits = 0
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/ |
natconv_test.go | 407 table[i].nbits = 0
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
natconv_test.go | 404 table[i].nbits = 0
|
/prebuilts/go/linux-x86/src/math/big/ |
natconv_test.go | 404 table[i].nbits = 0
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/ |
lzw.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/compress/ |
lzw.a | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
bfin-dis.c | 63 const int nbits; member in struct:__anon74787 128 bfd_vma ea = (((constant_formats[cf].pcrel ? SIGNEXTEND (x, constant_formats[cf].nbits) 151 int nb = constant_formats[cf].nbits + 1; 153 x = x | (1 << constant_formats[cf].nbits); 157 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x; 184 ? SIGNEXTEND (x, constant_formats[cf].nbits) 196 int nb = constant_formats[cf].nbits + 1; 197 x = x | (1 << constant_formats[cf].nbits); 201 x = SIGNEXTEND (x, constant_formats[cf].nbits); [all...] |
/external/v8/benchmarks/ |
crypto.js | 301 function nbits(x) { function 315 return BI_DB*(this.t-1)+nbits(this_array[this.t-1]^(this.s&BI_DM)); 464 var nsh = BI_DB-nbits(pm_array[pm.t-1]); // normalize modulus 623 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; 1128 i = nbits(e_array[j])-1; [all...] |
/external/webp/src/enc/ |
vp8l.c | 610 const int nbits = VP8LBitsLog2Ceiling(trimmed_length - 1); local 611 const int nbitpairs = (nbits == 0) ? 1 : (nbits + 1) / 2; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_Utils.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_Utils.c | [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/compress/ |
lzw.a | [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/compress/ |
lzw.a | [all...] |