Home
last modified time | relevance | path

Searched refs:table (Results 1 – 24 of 24) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Dnew_table.txt1 How to add a new ACPI table to ACPICA and the iASL compiler.
5 new ACPI table:
6 1) Create a full definition of the table and any subtables
8 2) Add disassembler support for the new table
9 3) Add iASL table compiler support for the new table
23 Use ACPI_TABLE_HEADER for the common ACPI table header.
29 the table came from.
30 Use other table definitions for additional guidance.
37 Add table access macro(s) of the form ACPI_xxxx_OFFSET
48 similar table can often be ported for the new table.
[all …]
A Dreadme.txt24 and symbol table, and the AML Interpreter is used to evaluate
/third_party/ulib/musl/src/ctype/
A Diswpunct.c3 static const unsigned char table[] = { variable
9 return (table[table[wc >> 8] * 32 + ((wc & 255) >> 3)] >> (wc & 7)) & 1; in iswpunct()
A Diswalpha.c3 static const unsigned char table[] = { variable
9 return (table[table[wc >> 8] * 32 + ((wc & 255) >> 3)] >> (wc & 7)) & 1; in iswalpha()
A Dwcwidth.c3 static const unsigned char table[] = { variable
15 if ((table[table[wc >> 8] * 32 + ((wc & 255) >> 3)] >> (wc & 7)) & 1) in wcwidth()
A D__ctype_tolower_loc.c3 static const int32_t table[] = { variable
27 static const int32_t* const ptable = table + 128;
A D__ctype_toupper_loc.c3 static const int32_t table[] = { variable
27 static const int32_t* const ptable = table + 128;
A D__ctype_b_loc.c9 static const unsigned short table[] = { variable
55 static const unsigned short* const ptable = table + 128;
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsize_classes.sh274 * SIZE_CLASSES: Complete table of SC(index, lg_grp, lg_delta, ndelta, psz,
283 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
286 * NLBINS: Number of bins supported by the lookup table.
291 * LOOKUP_MAXCLASS: Maximum size class included in lookup table.
334 * The size2index_tab lookup table uses uint8_t to encode each bin index, so we
A Dsmoothstep.sh67 * This header defines a precomputed table based on the smoothstep family of
69 * to 1 in 0 <= x <= 1. The table is stored as integer fixed point values so
A Djemalloc_internal.h.in465 * size2index_tab is a compact lookup table that rounds request sizes up to
466 * size classes. In order to reduce cache footprint, the table is compressed,
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c751 lookup (const struct table_entry *table, size_t table_size, int32_t rel_ip) in lookup() argument
761 e = table + mid; in lookup()
770 e = table + hi - 1; in lookup()
779 unw_word_t table, size_t table_size, int32_t rel_ip, in remote_lookup() argument
793 e_addr = table + mid * sizeof (struct table_entry); in remote_lookup()
804 e_addr = table + (hi - 1) * sizeof (struct table_entry); in remote_lookup()
822 const struct table_entry *e = NULL, *table = NULL; in dwarf_search_unwind_table() local
839 table = (const struct table_entry *) (uintptr_t) di->u.rti.table_data; in dwarf_search_unwind_table()
853 table = fdesc->index; in dwarf_search_unwind_table()
869 e = lookup (table, table_len, ip - ip_base); in dwarf_search_unwind_table()
[all …]
/third_party/ulib/musl/src/internal/
A Dintscan.c7 static const unsigned char table[] = { variable
22 const unsigned char* val = table + 1; in __intscan()
/third_party/ulib/lz4/include/lz4/
A Dlz4.h196 typedef struct { long long table[LZ4_STREAMSIZE_U64]; } LZ4_stream_t; member
249 typedef struct { unsigned long long table[LZ4_STREAMDECODESIZE_U64]; } LZ4_streamDecode_t; member
A Dlz4hc.h91 typedef struct { size_t table[LZ4_STREAMHCSIZE_SIZET]; } LZ4_streamHC_t; member
/third_party/ulib/cksum/
A Dcrc32.c164 static void write_table(out, table) in write_table() argument
166 const uint32_t *table;
172 (uint32_t)(table[n]),
/third_party/uapp/dash/src/
A Dnodes.c.pat242 // For now, we pass symbol table information (non-exported symbols, those are passed in
269 // Determine the space needed to represent the NULL-terminated symbol table
270 // 'vars'. Also sets 'num_vars' to the number of symbol table entries.
304 // Read in symbols from the encoded table 'buffer'. We currently only support
320 // * A symbol table. Each entry in the symbol table is a single-byte of flags
A DTOUR203 var.c Maintains the variable symbol table. Called from expand.c.
225 the command in the hash table if it is not already there. The
230 table of the parent process. But to make command hashing as
247 VAR.C: Variables are stored in a hash table. Probably we should
257 the variable table as the simplest way to strip duplicates, and
264 out of the table and replaced with strings obtained from malloc,
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp1260 ACPI_TABLE_FACS* table = (ACPI_TABLE_FACS*)FacsPtr; in _acpica_acquire_global_lock() local
1263 old_val = test_val = table->GlobalLock; in _acpica_acquire_global_lock()
1270 __atomic_compare_exchange_n(&table->GlobalLock, &old_val, new_val, false, in _acpica_acquire_global_lock()
1287 ACPI_TABLE_FACS* table = (ACPI_TABLE_FACS*)FacsPtr; in _acpica_release_global_lock() local
1290 old_val = test_val = table->GlobalLock; in _acpica_release_global_lock()
1292 __atomic_compare_exchange_n(&table->GlobalLock, &old_val, new_val, false, in _acpica_release_global_lock()
/third_party/lib/acpica/generate/unix/
A Dreadme.txt95 acpinames loads an ACPI namespace from a binary ACPI table file.
96 This is a smaller version of acpiexec that loads an acpi table and
/third_party/lib/acpica/
A Dchanges.txt1733 Port 2 table).
3091 table.
3101 table
4139 table
5982 table
6130 table
6136 table
7403 table
8142 - Fixed a couple table mapping issues during table load
9434 table
[all …]
/third_party/lib/acpica/tests/misc/
A Dbadcode.asl27 // Integer beyond the table integer size (32 bits)
A Dgrammar.asl69 Warning 1032 - ^ 64-bit integer in 32-bit table, truncating
72 Warning 1032 - 64-bit integer in 32-bit table, truncating ^
108 0x01, //DSDT Revision ---> 32-bit table
470 /* Examine this table header (DSDT) */
491 Store ("32-bit table", Debug)
495 Store ("64-bit table", Debug)
/third_party/ulib/jemalloc/
A DChangeLog186 - Use memoization (boot-time-computed table) for run quantization. Separate

Completed in 65 milliseconds