HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 326 - 350 of 3741) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bits
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bits
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLReason.java 91 private static final Hashtable table = new Hashtable(); field in class:CRLReason
144 if (!table.containsKey(idx))
146 table.put(idx, new CRLReason(value));
149 return (CRLReason)table.get(idx);
  /external/brotli/c/enc/
compress_fragment_two_pass.h 35 REQUIRES: All elements in "table[0..table_size-1]" are initialized to zero.
45 int* table,
  /external/clang/test/Analysis/
malloc-sizeof.c 41 int *table = malloc(sizeof sTable); local
45 return table;
50 int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'const double [10]'}} local
51 return table;
  /external/e2fsprogs/lib/et/test_cases/
imap_err.c 51 const struct error_table * table; member in struct:et_list
72 if (et->table->msgs == text)
76 if (!link.table)
81 et->table = &et_imap_error_table;
simple.c 43 const struct error_table * table; member in struct:et_list
64 if (et->table->msgs == text)
68 if (!link.table)
73 et->table = &et_krb_error_table;
  /external/e2fsprogs/lib/support/
prof_err.c 52 const struct error_table * table; member in struct:et_list
73 if (et->table->msgs == text)
77 if (!link.table)
82 et->table = &et_prof_error_table;
  /external/elfutils/backends/
arm_attrs.c 41 static const char *table[] = { __VA_ARGS__ }; \
42 if (value < sizeof table / sizeof table[0]) \
43 *value_name = table[value]; \
  /external/freetype/src/base/
ftgxval.c 76 FT_Bytes table )
86 FT_FREE( table );
127 FT_Bytes table )
138 FT_FREE( table );
  /external/freetype/src/gxvalid/
gxvmort0.c 5 /* TrueTypeGX/AAT mort table validation */
69 FT_Bytes table,
80 FT_UNUSED( table );
127 gxv_mort_subtable_type0_validate( FT_Bytes table,
131 FT_Bytes p = table;
gxvmorx0.c 5 /* TrueTypeGX/AAT morx table validation */
47 FT_Bytes table,
63 FT_UNUSED( table );
87 gxv_morx_subtable_type0_validate( FT_Bytes table,
91 FT_Bytes p = table;
  /external/guava/guava-gwt/src/com/google/common/collect/
ImmutableTable_CustomFieldSerializerBase.java 44 SerializationStreamWriter writer, ImmutableTable<Object, Object, Object> table)
46 writer.writeInt(table.rowKeySet().size());
47 for (Object rowKey : table.rowKeySet()) {
49 Map_CustomFieldSerializerBase.serialize(writer, table.row(rowKey));
  /external/guava/guava-tests/benchmark/com/google/common/cache/
SegmentBenchmark.java 48 checkState(segment.table.length() == capacity);
52 checkState(segment.table.length() == capacity);
57 AtomicReferenceArray<ReferenceEntry<Object, Object>> oldTable = segment.table;
60 segment.table = oldTable;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
ITableItem.java 12 package org.jacoco.report.internal.html.table;
18 * Interface for a item (row) in a coverage data table.
  /external/kernel-headers/original/uapi/linux/
map_to_7segment.h 76 unsigned char table[128]; member in struct:seg7_conversion_map
81 return c >= 0 && c < sizeof(map->table) ? map->table[c] : -EINVAL;
85 struct seg7_conversion_map _name = { .table = { _map } }
95 * ASCII conversion table
  /external/libxkbcommon/xkbcommon/bench/
compose.c 39 struct xkb_compose_table *table; local
53 table = xkb_compose_table_new_from_file(ctx, file, "",
56 assert(table);
57 xkb_compose_table_unref(table);
  /external/llvm/test/MC/COFF/
cv-empty-file-table.s 6 .cv_filechecksums # File index to string table offset subsection
7 .cv_stringtable # String table
  /external/python/cpython2/Modules/zlib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /external/python/cpython3/Modules/zlib/
inftrees.h 13 indexed that table entry, or it provides a pointer to another
14 table that indexes more bits of the code. op indicates whether
15 the entry is a pointer to another table, a literal, a length or
16 distance, an end-of-block, or an invalid code. For a table
18 that table. For a length or distance, the low four bits of op
23 the current table to the next table. Each entry is four bytes. */
25 unsigned char op; /* operation, extra bits, table bits */
27 unsigned short val; /* offset in table or code value */
32 0000tttt - table link, tttt != 0 is the number of table index bit
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
symtab.h 7 * A symbol table (symtab) maintains associations between symbol
9 * is arbitrary. The symbol table type is implemented
10 * using the hash table type (hashtab).
34 hashtab_t table; /* hash table (keyed on a string) */ member in struct:__anon33695
35 uint32_t nprim; /* number of primary names in table */
  /external/skia/include/effects/
SkTableColorFilter.h 16 * Create a table colorfilter, copying the table into the filter, and
18 * a' = table[a];
19 * r' = table[r];
20 * g' = table[g];
21 * b' = table[b];
24 * the table is applied, and then the result is remultiplied.
26 static sk_sp<SkColorFilter> Make(const uint8_t table[256]);
29 * Create a table colorfilter, with a different table for eac
    [all...]
  /external/skia/tools/lua/
ngrams_aggregate.lua 10 table.insert(countArray, {count, ngram})
17 table.sort(countArray, compare)
  /external/skqp/include/effects/
SkTableColorFilter.h 16 * Create a table colorfilter, copying the table into the filter, and
18 * a' = table[a];
19 * r' = table[r];
20 * g' = table[g];
21 * b' = table[b];
24 * the table is applied, and then the result is remultiplied.
26 static sk_sp<SkColorFilter> Make(const uint8_t table[256]);
29 * Create a table colorfilter, with a different table for eac
    [all...]

Completed in 627 milliseconds

<<11121314151617181920>>