| /third_party/lib/acpica/source/compiler/ |
| A D | new_table.txt | 1 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 D | readme.txt | 24 and symbol table, and the AML Interpreter is used to evaluate
|
| /third_party/ulib/musl/src/ctype/ |
| A D | iswpunct.c | 3 static const unsigned char table[] = { variable 9 return (table[table[wc >> 8] * 32 + ((wc & 255) >> 3)] >> (wc & 7)) & 1; in iswpunct()
|
| A D | iswalpha.c | 3 static const unsigned char table[] = { variable 9 return (table[table[wc >> 8] * 32 + ((wc & 255) >> 3)] >> (wc & 7)) & 1; in iswalpha()
|
| A D | wcwidth.c | 3 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.c | 3 static const int32_t table[] = { variable 27 static const int32_t* const ptable = table + 128;
|
| A D | __ctype_toupper_loc.c | 3 static const int32_t table[] = { variable 27 static const int32_t* const ptable = table + 128;
|
| A D | __ctype_b_loc.c | 9 static const unsigned short table[] = { variable 55 static const unsigned short* const ptable = table + 128;
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | size_classes.sh | 274 * 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 D | smoothstep.sh | 67 * 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 D | jemalloc_internal.h.in | 465 * 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 D | Gfind_proc_info-lsb.c | 751 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 D | intscan.c | 7 static const unsigned char table[] = { variable 22 const unsigned char* val = table + 1; in __intscan()
|
| /third_party/ulib/lz4/include/lz4/ |
| A D | lz4.h | 196 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 D | lz4hc.h | 91 typedef struct { size_t table[LZ4_STREAMHCSIZE_SIZET]; } LZ4_streamHC_t; member
|
| /third_party/ulib/cksum/ |
| A D | crc32.c | 164 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 D | nodes.c.pat | 242 // 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 D | TOUR | 203 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 D | osfuchsia.cpp | 1260 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 D | readme.txt | 95 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 D | changes.txt | 1733 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 D | badcode.asl | 27 // Integer beyond the table integer size (32 bits)
|
| A D | grammar.asl | 69 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 D | ChangeLog | 186 - Use memoization (boot-time-computed table) for run quantization. Separate
|