HomeSort by relevance Sort by last modified time
    Searched refs:bit_length (Results 26 - 50 of 61) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long_future.py 36 d = a.bit_length() - b.bit_length()
test_parser.py 614 return 1 << (n - 1).bit_length()
  /external/elfutils/lib/
md5.c 110 const uint64_t bit_length = ((ctx->total[0] << 3) local
113 le64_copy (&ctx->buffer[bytes + pad], bit_length);
sha1.c 108 const uint64_t bit_length = ((ctx->total[0] << 3) local
111 be64_copy (&ctx->buffer[bytes + pad], bit_length);
  /external/tcpdump/
print-isoclns.c 2023 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /prebuilts/ndk/r11/sources/android/cpufeatures/
cpu-features.c 877 char bit_length; member in struct:CpuIdEntry
910 val &= ((1 << entry->bit_length)-1);
    [all...]
  /prebuilts/ndk/r13/sources/android/cpufeatures/
cpu-features.c 878 char bit_length; member in struct:CpuIdEntry
911 val &= ((1 << entry->bit_length)-1);
    [all...]
  /external/webp/src/enc/
vp8l_enc.c 423 const int bit_length = huffman_codes[i].num_symbols; local
426 codes += bit_length;
427 lengths += bit_length;
428 if (max_num_symbols < bit_length) {
429 max_num_symbols = bit_length;
    [all...]
  /external/python/cpython2/Lib/test/
test_parser.py 614 return 1 << (n - 1).bit_length()
string_tests.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_parser.py 614 return 1 << (n - 1).bit_length()
string_tests.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_parser.py 614 return 1 << (n - 1).bit_length()
string_tests.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 614 return 1 << (n - 1).bit_length()
string_tests.py     [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 304 packed_header_param_buffer.bit_length = length_in_bits;
531 packed_header_param_buffer.bit_length = length_in_bits;
550 packed_header_param_buffer.bit_length = length_in_bits;
    [all...]
h264encode.c     [all...]
mpeg2enc.c     [all...]
mpeg2vaenc.c     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 913 char bit_length; member in struct:__anon19526::MinidumpWriter::CpuIdEntry
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/common/libva/va/
va.h 1374 unsigned int bit_length; member in struct:_VAEncPackedHeaderParameterBuffer
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 560 ctx->sei_pic_data_size = sei_param_buf->bit_length/8;
    [all...]
  /external/brotli/research/
brotlidump.py 177 self.maxLength = (alphabetSize-1).bit_length()
    [all...]

Completed in 2289 milliseconds

12 3