Home
last modified time | relevance | path

Searched refs:table_base (Results 1 – 10 of 10) sorted by relevance

/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_core.c347 uint64_t *const table_base, in xlat_tables_unmap_region() argument
370 desc = table_base[table_idx]; in xlat_tables_unmap_region()
379 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()
398 table_base[table_idx] = INVALID_DESC; in xlat_tables_unmap_region()
416 xlat_table_dec_regions_count(ctx, table_base); in xlat_tables_unmap_region()
560 uint64_t *const table_base, in xlat_tables_map_region() argument
581 xlat_table_inc_regions_count(ctx, table_base); in xlat_tables_map_region()
586 desc = table_base[table_idx]; in xlat_tables_map_region()
596 table_base[table_idx] = in xlat_tables_map_region()
610 table_base[table_idx] = in xlat_tables_map_region()
Dxlat_tables_utils.c123 const uint64_t *table_base, unsigned int table_entries, in xlat_tables_print_internal() argument
143 desc = table_base[table_idx]; in xlat_tables_print_internal()
/external/crosvm/x86_64/src/
Dmptable.rs157 let table_base = base_mp; in setup_mptable() localVariable
317 mpc_table.length = table_end.offset_from(table_base) as u16; in setup_mptable()
324 mem.write_obj_at_addr(mpc_table, table_base) in setup_mptable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBITableBuilder.java850 int table_base = 0; in findDuplCharClassFrom() local
856 table_base = sd.fDtran[categories.first]; in findDuplCharClassFrom()
858 if (table_base != table_dupl) { in findDuplCharClassFrom()
862 if (table_base == table_dupl) { in findDuplCharClassFrom()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBITableBuilder.java851 int table_base = 0; in findDuplCharClassFrom() local
857 table_base = sd.fDtran[categories.first]; in findDuplCharClassFrom()
859 if (table_base != table_dupl) { in findDuplCharClassFrom()
863 if (table_base == table_dupl) { in findDuplCharClassFrom()
/external/icu/icu4c/source/common/
Drbbitblb.cpp1088 uint16_t table_base = 0; in findDuplCharClassFrom() local
1092 table_base = (uint16_t)sd->fDtran->elementAti(categories->first); in findDuplCharClassFrom()
1094 if (table_base != table_dupl) { in findDuplCharClassFrom()
1098 if (table_base == table_dupl) { in findDuplCharClassFrom()
/external/skqp/third_party/skcms/
Dskcms.cc457 static bool init_a2b_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_a2b_tables() argument
480 a2b->input_curves[i].table_8 = table_base + i * byte_len_per_input_table; in init_a2b_tables()
484 a2b->input_curves[i].table_16 = table_base + i * byte_len_per_input_table; in init_a2b_tables()
489 a2b->grid_8 = table_base + byte_len_all_input_tables; in init_a2b_tables()
493 a2b->grid_16 = table_base + byte_len_all_input_tables; in init_a2b_tables()
496 const uint8_t* output_table_base = table_base + byte_len_all_input_tables + grid_size; in init_a2b_tables()
/external/skia/third_party/skcms/
Dskcms.cc606 static bool init_a2b_tables(const uint8_t* table_base, uint64_t max_tables_len, uint32_t byte_width, in init_a2b_tables() argument
629 a2b->input_curves[i].table_8 = table_base + i * byte_len_per_input_table; in init_a2b_tables()
633 a2b->input_curves[i].table_16 = table_base + i * byte_len_per_input_table; in init_a2b_tables()
638 a2b->grid_8 = table_base + byte_len_all_input_tables; in init_a2b_tables()
642 a2b->grid_16 = table_base + byte_len_all_input_tables; in init_a2b_tables()
645 const uint8_t* output_table_base = table_base + byte_len_all_input_tables + grid_size; in init_a2b_tables()
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3111 DwVfpRegister table_base = src0.low(); in AssembleArchInstruction() local
3126 NeonListOperand table(table_base, table_size); in AssembleArchInstruction()
/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h3177 DwVfpRegister table_base = src1.low(); in emit_i8x16_shuffle() local
3178 NeonListOperand table(table_base, table_size); in emit_i8x16_shuffle()