/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.h | 81 unsigned int index; // the index of the first font style set in the fallback set for a specified family name member 113 int getFamilyName(int index, SkString* familyName) const; 117 sk_sp<SkTypeface_OHOS> getTypefaceSP(int styleIndex, int index, bool isFallback = false) const; 118 SkTypeface_OHOS* getTypeface(int styleIndex, int index, bool isFallback = false) const; 161 int pos; // the index of a font style set in generic family list. 177 * \brief To manage the 'index' information for ttc fonts 181 int ttcIndex; // the index of a typeface in a ttc font 200 NamesMap genericNames; // a map to store the index of a family for generic family 201 NamesMap fallbackNames; // a map to store the index o [all...] |
/third_party/skia/tests/ |
H A D | RecordPatternTest.cpp | 85 int index = 0; in DEF_TEST() local 90 REPORTER_ASSERT(r, pattern.match(&record, index)); in DEF_TEST() 91 index += 3; in DEF_TEST() 97 REPORTER_ASSERT(r, pattern.match(&record, index)); in DEF_TEST()
|
H A D | skia_test.cpp | 174 for (int index = 0; index < FLAGS_match.count(); ++index) { in main() 175 header.appendf(" %s", FLAGS_match[index]); in main()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPURenderBundleEncoder.cpp | 43 interop::GPUIndex32 index, in setBindGroup() 55 enc_.SetBindGroup(index, bg, num_offsets, offsets); in setBindGroup() 59 interop::GPUIndex32 index, in setBindGroup() 71 enc_.SetBindGroup(index, bg, dynamicOffsetsDataLength, in setBindGroup() 41 setBindGroup( Napi::Env env, interop::GPUIndex32 index, interop::Interface<interop::GPUBindGroup> bindGroup, std::vector<interop::GPUBufferDynamicOffset> dynamicOffsets) setBindGroup() argument 58 setBindGroup(Napi::Env env, interop::GPUIndex32 index, interop::Interface<interop::GPUBindGroup> bindGroup, interop::Uint32Array dynamicOffsetsData, interop::GPUSize64 dynamicOffsetsDataStart, interop::GPUSize32 dynamicOffsetsDataLength) setBindGroup() argument
|
/third_party/optimized-routines/string/bench/ |
H A D | strlen.c | 107 uint16_t index[MAX_ALIGN]; in init_strlen_tests() local 114 index[i] = i * (MAX_STRLEN + 1); in init_strlen_tests() 115 a[index[i] + MAX_STRLEN] = 0; in init_strlen_tests() 126 index[(align + exp_len) & (MAX_ALIGN - 1)] + MAX_STRLEN - exp_len; in init_strlen_tests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | IPConstantPropagation.cpp | 255 // Find the index of the retval to replace with in PropagateConstantReturn() 256 int index = -1; in PropagateConstantReturn() local 259 index = *EV->idx_begin(); in PropagateConstantReturn() 263 if (index != -1) { in PropagateConstantReturn() 264 Value *New = RetVals[index]; in PropagateConstantReturn()
|
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.h | 80 Executes the draw calls up to the specified index. 84 @param index The index of the final command being executed 87 void drawTo(SkCanvas* canvas, int index, int m = -1); 100 Removes the command at the specified index 101 @param index The index of the command to delete 103 void deleteDrawCommandAt(int index); 106 Returns the draw command at the given index. 107 @param index Th [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | NioByteString.java | 74 public byte byteAt(int index) { in byteAt() argument 76 return buffer.get(index); in byteAt() 85 public byte internalByteAt(int index) { in internalByteAt() argument 88 return byteAt(index); in internalByteAt() 277 * @param beginIndex the beginning index of the slice (inclusive). 278 * @param endIndex the end index of the slice (exclusive).
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_escaping.cc | 113 // the given position (index), taking into account any left-over partial 118 // (index). In order words, at least one character could be read successfully. 128 bool ReadCodePoint(StringPiece str, int index, uint32* cp, int* num_left, in ReadCodePoint() argument 132 *cp = static_cast<uint8>(str[index++]); in ReadCodePoint() 180 while (*num_left > 0 && index < str.size()) { in ReadCodePoint() 181 uint32 ch = static_cast<uint8>(str[index++]); in ReadCodePoint()
|
/third_party/rust/crates/clap/clap_bench/benches/ |
H A D | 03_complex.rs | 61 .arg(Arg::new("positional").help("tests positionals").index(1)) in build_from_builder() 88 .index(3) in build_from_builder() 103 .index(4) in build_from_builder() 146 .arg(Arg::new("scpositional").index(1).help("tests positionals")), in build_from_builder()
|
/third_party/skia/experimental/graphite/src/ |
H A D | GraphicsPipelineDesc.h | 142 void setTestingOnlyShaderIndex(int index) { in setTestingOnlyShaderIndex() argument 143 fTestingOnlyShaderIndex = index; in setTestingOnlyShaderIndex() 145 fKey[0] = index; in setTestingOnlyShaderIndex() 147 fKey.push_back(index); in setTestingOnlyShaderIndex()
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
H A D | SkQPRunner.java | 59 int index = 0; in SkQPRunner() 62 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner() 67 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner() 70 assert(index == totalCount); in SkQPRunner()
|
/third_party/spirv-tools/source/opt/ |
H A D | block_merge_util.cpp | 37 id, [](Instruction* user, uint32_t index) { in IsMerge() 40 index == 0u) { in IsMerge() 55 id, [](Instruction* user, uint32_t index) { in IsContinue() 57 if (op == spv::Op::OpLoopMerge && index == 1u) { in IsContinue()
|
/third_party/spirv-tools/test/val/ |
H A D | val_fixtures.h | 53 // Overwrites the word at index 'index' with the given word. 56 // This function overwrites the word at the given index with a new word. 57 void OverwriteAssembledBinary(uint32_t index, uint32_t word); 146 void ValidateBase<T>::OverwriteAssembledBinary(uint32_t index, uint32_t word) { in OverwriteAssembledBinary() argument 147 ASSERT_TRUE(index < binary_->wordCount) in OverwriteAssembledBinary() 148 << "OverwriteAssembledBinary: The given index is larger than the binary " in OverwriteAssembledBinary() 150 binary_->code[index] = word; in OverwriteAssembledBinary()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 567 uint32_t index = nir_src_as_uint(instr->src[0]); in ntq_emit_tmu_general() local 568 /* On OpenGL QUNIFORM_UBO_ADDR takes a UBO index in ntq_emit_tmu_general() 572 index++; in ntq_emit_tmu_general() 576 v3d_unit_data_create(index, const_offset)); in ntq_emit_tmu_general() 579 /* Shared and scratch variables have no buffer index, and all in ntq_emit_tmu_general() 774 is_ldunif_signal(&c->defs[result.index]->qpu.sig) && in ntq_store_dest() 775 last_inst != c->defs[result.index]; in ntq_store_dest() 778 (last_inst == c->defs[result.index] || is_reused_uniform)); in ntq_store_dest() 807 is_ld_signal(&c->defs[last_inst->dst.index]->qpu.sig))) { in ntq_store_dest() 809 last_inst = c->defs[result.index]; in ntq_store_dest() 2757 uint32_t index = nir_src_as_uint(instr->src[0]); ntq_emit_inline_ubo_load() local 2807 int index = 0; ntq_emit_load_input() local 3168 uint32_t index = is_uniform ? 0 : nir_src_as_uint(instr->src[0]); ntq_emit_load_unifa() local [all...] |
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | ddr_training_cmd.c | 198 DDR_ERROR("Array index phy_idx or dmc_idx out of range!"); in ddr_result_data_save() 230 unsigned int index; in ddr_lpca_data_save() local 240 for (index = 0; index < DDR_PHY_CA_MAX; index++) in ddr_lpca_data_save() 241 tr_data->ca_addr[index] = ((unsigned int)data->left[index] << in ddr_lpca_data_save() 242 DDR_DATAEYE_RESULT_BIT) | (unsigned int)data->right[index]; in ddr_lpca_data_save()
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | of_regulator.c | 155 pr_err("%pOFn: couldn't read allowed modes index %d, ret=%d\n", np, i, ret); in of_get_regulation_constraints() 503 static bool of_coupling_find_node(struct device_node *src, struct device_node *to_find, int *index) in of_coupling_find_node() argument 525 *index = i; in of_coupling_find_node() 551 int index; in of_check_coupling_data() local 577 if (!of_coupling_find_node(c_node, node, &index)) { in of_check_coupling_data() 583 if (of_property_read_u32_index(c_node, "regulator-coupled-max-spread", index, &c_max_spread)) { in of_check_coupling_data() 608 * @index: Index in phandles array 613 struct regulator_dev *of_parse_coupled_regulator(struct regulator_dev *rdev, int index) in of_parse_coupled_regulator() argument 619 c_node = of_parse_phandle(node, "regulator-coupled-with", index); in of_parse_coupled_regulator()
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | mmutrace.h | 101 TP_PROTO(unsigned long table_gfn, unsigned index, unsigned size), 103 TP_ARGS(table_gfn, index, size), 111 + index * size; 120 TP_PROTO(unsigned long table_gfn, unsigned index, unsigned size), 122 TP_ARGS(table_gfn, index, size) 128 TP_PROTO(unsigned long table_gfn, unsigned index, unsigned size), 130 TP_ARGS(table_gfn, index, size)
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | vexpress-config.c | 159 int index, bool write, u32 *data) in vexpress_syscfg_exec() 166 if (WARN_ON(index >= func->num_templates)) in vexpress_syscfg_exec() 173 command = func->template[index]; in vexpress_syscfg_exec() 219 static int vexpress_syscfg_read(void *context, unsigned int index, in vexpress_syscfg_read() argument 224 return vexpress_syscfg_exec(func, index, false, val); in vexpress_syscfg_read() 227 static int vexpress_syscfg_write(void *context, unsigned int index, in vexpress_syscfg_write() argument 232 return vexpress_syscfg_exec(func, index, true, &val); in vexpress_syscfg_write() 158 vexpress_syscfg_exec(struct vexpress_syscfg_func *func, int index, bool write, u32 *data) vexpress_syscfg_exec() argument
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-ws16c48.c | 180 size_t index; in ws16c48_gpio_set_multiple() local 186 index = offset / 8; in ws16c48_gpio_set_multiple() 187 port_addr = ws16c48gpio->base + index; in ws16c48_gpio_set_multiple() 190 gpio_mask &= ~ws16c48gpio->io_state[index]; in ws16c48_gpio_set_multiple() 196 ws16c48gpio->out_state[index] &= ~gpio_mask; in ws16c48_gpio_set_multiple() 197 ws16c48gpio->out_state[index] |= bitmask; in ws16c48_gpio_set_multiple() 198 outb(ws16c48gpio->out_state[index], port_addr); in ws16c48_gpio_set_multiple()
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | fault.c | 401 unsigned int index; in do_translation_fault() local 413 index = pgd_index(addr); in do_translation_fault() 415 pgd = cpu_get_pgd() + index; in do_translation_fault() 416 pgd_k = init_mm.pgd + index; in do_translation_fault() 441 index = 0; in do_translation_fault() 451 index = (addr >> SECTION_SHIFT) & 1; in do_translation_fault() 453 if (pmd_none(pmd_k[index])) in do_translation_fault()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | of_device_32.c | 252 int index, num_reg; in build_device_resources() local 274 for (index = 0; index < num_reg; index++) { in build_device_resources() 275 struct resource *r = &op->resource[index]; in build_device_resources() 277 const u32 *reg = (preg + (index * ((na + ns) * 4))); in build_device_resources() 328 op->dev.of_node, index, in build_device_resources()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | s3c24xx-cpufreq.c | 275 unsigned int index; in s3c_cpufreq_target() local 289 index = cpufreq_frequency_table_target(policy, target_freq, in s3c_cpufreq_target() 293 target_freq, index, ftab[index].frequency); in s3c_cpufreq_target() 294 target_freq = ftab[index].frequency; in s3c_cpufreq_target() 316 /* cpufreq_frequency_table_target returns the index in s3c_cpufreq_target() 318 * the table entry's index field. */ in s3c_cpufreq_target() 320 index = cpufreq_frequency_table_target(&tmp_policy, target_freq, in s3c_cpufreq_target() 322 pll = pll_reg + index; in s3c_cpufreq_target()
|
H A D | cpufreq_ondemand.c | 66 unsigned int index; in generic_powersave_bias_target() local 80 index = cpufreq_frequency_table_target(policy, freq_next, relation); in generic_powersave_bias_target() 81 freq_req = freq_table[index].frequency; in generic_powersave_bias_target() 86 index = cpufreq_table_find_index_h(policy, freq_avg); in generic_powersave_bias_target() 87 freq_lo = freq_table[index].frequency; in generic_powersave_bias_target() 88 index = cpufreq_table_find_index_l(policy, freq_avg); in generic_powersave_bias_target() 89 freq_hi = freq_table[index].frequency; in generic_powersave_bias_target()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i82875p_edac.c | 351 int index, j; in i82875p_init_csrows() local 362 for (index = 0; index < mci->nr_csrows; index++) { in i82875p_init_csrows() 363 csrow = mci->csrows[index]; in i82875p_init_csrows() 365 value = readb(ovrfl_window + I82875P_DRB + index); in i82875p_init_csrows() 367 edac_dbg(3, "(%d) cumul_size 0x%x\n", index, cumul_size); in i82875p_init_csrows()
|