HomeSort by relevance Sort by last modified time
    Searched defs:table_size (Results 26 - 50 of 80) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 698 static const size_t table_size = 1 + static_cast<unsigned char>(-1); member in class:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.h 698 static const size_t table_size = 1 + static_cast<unsigned char>(-1); member in class:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets.h 698 static const size_t table_size = 1 + static_cast<unsigned char>(-1); member in class:ctype
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h 698 static const size_t table_size = 1 + static_cast<unsigned char>(-1); member in class:ctype
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h 698 static const size_t table_size = 1 + static_cast<unsigned char>(-1); member in class:ctype
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets.h 698 static const size_t table_size = 1 + static_cast<unsigned char>(-1); member in class:ctype
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
sunos.c 331 bfd_size_type table_size; local
337 table_size = info->dyninfo.ld_stab - info->dyninfo.ld_hash;
338 table = bfd_malloc (table_size);
339 if (table == NULL && table_size != 0)
342 || bfd_bread ((void *) table, table_size, abfd) != table_size)
360 if (hash == 0 || hash >= table_size / HASH_ENTRY_SIZE)
    [all...]
xsym.c 127 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size; local
130 rstr = bfd_alloc (abfd, table_size);
135 ret = bfd_bread (rstr, table_size, abfd);
136 if (ret < 0 || (unsigned long) ret != table_size)
    [all...]
elf32-rx.c 3655 int table_size; member in struct:__anon115457
    [all...]
  /external/brotli/dec/
decode.c 732 uint32_t table_size; local
742 table_size = BrotliBuildSimpleHuffmanTable(
745 *opt_table_size = table_size;
776 uint32_t table_size; local
789 table_size = BrotliBuildHuffmanTable(
792 *opt_table_size = table_size;
903 uint32_t table_size; local
905 ReadHuffmanCode(group->alphabet_size, s->next, &table_size, s);
908 s->next += table_size;
    [all...]
  /external/brotli/enc/
encode.c 220 size_t input_size, size_t* table_size) {
249 *table_size = htsize;
922 size_t table_size; local
1549 size_t table_size; local
    [all...]
  /external/webp/src/dec/
vp8l_dec.c 370 const int table_size = kTableSize[color_cache_bits]; local
406 huffman_tables = (HuffmanCode*)WebPSafeMalloc(num_htree_groups * table_size,
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1403 uint32_t table_size = 4 + (value_width * value_count + 1) \/ 2; local
1528 uint32_t table_size = targets_offset + switch_count * 2; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
i2o-dev.h 182 __u32 table_size : 16; member in struct:_i2o_lct
  /development/ndk/platforms/android-21/include/linux/
i2o-dev.h 222 __u32 table_size:16; member in struct:_i2o_lct
  /external/kernel-headers/original/uapi/linux/
i2o-dev.h 218 __u32 table_size:16; member in struct:_i2o_lct
  /external/v8/src/wasm/
wasm-module.cc 1136 uint32_t table_size = local
1565 int table_size = imported_cur_size; local
1930 int table_size = static_cast<int>(table.min_size); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
i2o-dev.h 218 __u32 table_size:16; member in struct:_i2o_lct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
i2o-dev.h 218 __u32 table_size:16; member in struct:_i2o_lct
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
i2o-dev.h 222 __u32 table_size:16; member in struct:_i2o_lct
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
i2o-dev.h 222 __u32 table_size:16; member in struct:_i2o_lct
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
i2o-dev.h 222 __u32 table_size:16; member in struct:_i2o_lct
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
i2o-dev.h 222 __u32 table_size:16; member in struct:_i2o_lct
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
i2o-dev.h 222 __u32 table_size:16; member in struct:_i2o_lct
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
i2o-dev.h 222 __u32 table_size:16; member in struct:_i2o_lct

Completed in 1544 milliseconds

12 3 4