/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 553 // sets to be tested; odd index=isComplement 572 final String testName, int index) { in verifySpan() 604 testName, index, setNames[i], typeName[0], limitsCount, limits.length)); in verifySpan() 611 errln(String.format("FAIL: %s[0x%x].%s.%s span count=%d != %d", testName, index, setNames[i], in verifySpan() 617 index, setNames[i], typeName[0], limitsCount, j, limits[j], expectLimits[j])); in verifySpan() 639 testName, index, setNames[SLOW], prev, limit)); in verifySpan() 644 testName, index, setNames[FAST], prev, limit)); in verifySpan() 650 testName, index, setNames[SLOW], prev, limit)); in verifySpan() 655 testName, index, setNames[FAST], prev, limit)); in verifySpan() 667 final String testName, int index) { in verifySpan() 570 verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, int expectLimits[], int expectCount, final String testName, int index) verifySpan() argument 666 verifySpan(final UnicodeSetWithStrings sets[], final String s, int whichSpans, final String testName, int index) verifySpan() argument 677 verifySpanBothUTFs(final UnicodeSetWithStrings sets[], final String s16, int whichSpans, final String testName, int index) verifySpanBothUTFs() argument [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 579 if (regclasses[alu_instr->src[i].src.ssa->index].type() == RegType::vgpr) in init_context() 587 regclasses[alu_instr->dest.dest.ssa.index] = rc; in init_context() 594 regclasses[nir_instr_as_load_const(instr)->def.index] = rc; in init_context() 740 if (regclasses[intrinsic->src[i].ssa->index].type() == RegType::vgpr) in init_context() 747 regclasses[intrinsic->dest.ssa.index] = rc; in init_context() 760 regclasses[tex->dest.ssa.index] = rc; in init_context() 765 regclasses[entry->dest.ssa.index] = regclasses[entry->src.ssa->index]; in init_context() 773 regclasses[nir_instr_as_ssa_undef(instr)->def.index] = rc; in init_context() 787 if (regclasses[src->src.ssa->index] in init_context() [all...] |
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | List.cpp | 386 HRESULT PrintItemInfo(UInt32 index, const CListStat &st);
544 HRESULT CFieldPrinter::PrintItemInfo(UInt32 index, const CListStat &st)
in PrintItemInfo() argument 554 g_StdOut << (UInt64)index;
in PrintItemInfo() 595 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType))
in PrintItemInfo() 659 RINOK(Arc->Archive->GetProperty(index, f.PropID, &prop))
in PrintItemInfo() 786 static HRESULT GetUInt64Value(IInArchive *archive, UInt32 index, PROPID propID, CListUInt64Def &value)
in GetUInt64Value() argument 791 RINOK(archive->GetProperty(index, propID, &prop))
in GetUInt64Value() 796 static HRESULT GetItemMTime(IInArchive *archive, UInt32 index, CListFileTimeDef &t)
in GetItemMTime() argument 798 /* maybe we could call CArc::GetItemMTime(UInt32 index, CArcTime &ft, bool &defined) here
in GetItemMTime() 803 RINOK(archive->GetProperty(index, kpidMTim in GetItemMTime() 1225 int index = Find_FileName_InSortedVector(arcPathsFull, arcLink.VolumePaths[v]); ListArchives() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tess.c | 85 /* Return a deterministic index for varyings. We can't rely on driver_location 125 unreachable("illegal slot in get unique index\n"); in shader_io_get_unique_index() 138 unsigned index = shader_io_get_unique_index(location); in build_local_offset() local 144 attr_offset = nir_imm_int(b, state->map.loc[index] + 4 * comp); in build_local_offset() 149 attr_offset = nir_iadd(b, nir_load_primitive_location_ir3(b, index), in build_local_offset() 214 unsigned index = shader_io_get_unique_index(location); in build_primitive_map() local 215 map->loc[index] = loc; in build_primitive_map() 240 unsigned index = shader_io_get_unique_index(location); in calc_primitive_map_size() local 241 max_index = MAX2(max_index, index + 1); in calc_primitive_map_size() 427 unsigned index in build_per_vertex_offset() local 446 unsigned index = location - VARYING_SLOT_PATCH0; build_per_vertex_offset() local [all...] |
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf.c | 1172 uint8_t index) in query_accumulator_offset() 1176 return query->perfcnt_offset + index; in query_accumulator_offset() 1178 return query->a_offset + index; in query_accumulator_offset() 1180 return query->b_offset + index; in query_accumulator_offset() 1182 return query->c_offset + index; in query_accumulator_offset() 1238 result->accumulator[query_accumulator_offset(query, field->type, field->index)] = v1 - v0; in intel_perf_query_result_accumulate_fields() 1267 fprintf(stderr, "A%u: 0x%08x\n", field->index, *value32); in intel_perf_query_result_print_fields() 1270 fprintf(stderr, "B%u: 0x%08x\n", field->index, *value32); in intel_perf_query_result_print_fields() 1273 fprintf(stderr, "C%u: 0x%08x\n", field->index, *value32); in intel_perf_query_result_print_fields() 1295 uint8_t index) in add_query_register() 1170 query_accumulator_offset(const struct intel_perf_query_info *query, enum intel_perf_query_field_type type, uint8_t index) query_accumulator_offset() argument 1291 add_query_register(struct intel_perf_query_field_layout *layout, enum intel_perf_query_field_type type, uint16_t offset, uint16_t size, uint8_t index) add_query_register() argument [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | frames.h | 310 int index) const; 447 static FrameSummary Get(const CommonFrame* frame, int index); 489 inline Object GetExpression(int index) const; 490 inline void SetExpression(int index, Object value); 553 virtual Object GetParameter(int index) const; 564 // - UnoptimizedFrame: Data is the register index holding the context. 580 inline Address GetParameterSlot(int index) const; 605 void SetParameterValue(int index, Object value) const; 619 int index) const override; 773 int index) cons [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_scan.c | 160 unsigned name, index, input; in scan_src_operand() local 168 index = info->input_semantic_index[input]; in scan_src_operand() 175 info->colors_read |= usage_mask_after_swizzle << (index * 4); in scan_src_operand() 268 const unsigned index = src->Register.Index; in scan_src_operand() local 271 assert(index < PIPE_MAX_SAMPLERS); in scan_src_operand() 280 if (info->sampler_targets[index] == TGSI_TEXTURE_UNKNOWN) { in scan_src_operand() 282 info->sampler_targets[index] = target; in scan_src_operand() 287 assert(info->sampler_targets[index] == target); in scan_src_operand() 632 unsigned index, target, type; in scan_declaration() local 691 index in scan_declaration() [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nve4_compute.c | 570 gp100_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, in gp100_cp_launch_desc_set_cb() argument 575 assert(index < 8); in gp100_cp_launch_desc_set_cb() 578 NVC0C0_QMDV02_01_VAL_SET(qmd, CONSTANT_BUFFER_ADDR_LOWER, index, address); in gp100_cp_launch_desc_set_cb() 579 NVC0C0_QMDV02_01_VAL_SET(qmd, CONSTANT_BUFFER_ADDR_UPPER, index, address >> 32); in gp100_cp_launch_desc_set_cb() 580 NVC0C0_QMDV02_01_VAL_SET(qmd, CONSTANT_BUFFER_SIZE_SHIFTED4, index, in gp100_cp_launch_desc_set_cb() 582 NVC0C0_QMDV02_01_DEF_SET(qmd, CONSTANT_BUFFER_VALID, index, TRUE); in gp100_cp_launch_desc_set_cb() 586 nve4_cp_launch_desc_set_cb(uint32_t *qmd, unsigned index, struct nouveau_bo *bo, in nve4_cp_launch_desc_set_cb() argument 591 assert(index < 8); in nve4_cp_launch_desc_set_cb() 594 NVA0C0_QMDV00_06_VAL_SET(qmd, CONSTANT_BUFFER_ADDR_LOWER, index, address); in nve4_cp_launch_desc_set_cb() 595 NVA0C0_QMDV00_06_VAL_SET(qmd, CONSTANT_BUFFER_ADDR_UPPER, index, addres in nve4_cp_launch_desc_set_cb() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.h | 679 GLuint index, 687 GLuint index, in ValidateVertexFormat() 692 if (index >= static_cast<GLuint>(caps.maxVertexAttributes)) in ValidateVertexFormat() 735 GLuint index, in ValidateFloatVertexFormat() 739 return ValidateVertexFormat(context, entryPoint, index, size, in ValidateFloatVertexFormat() 745 GLuint index, in ValidateIntegerVertexFormat() 750 context, entryPoint, index, size, in ValidateIntegerVertexFormat() 765 bool ValidateVertexAttribIndex(const Context *context, angle::EntryPoint entryPoint, GLuint index); 839 GLuint index, 893 GLuint index, 685 ValidateVertexFormat(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribTypeCase validation) ValidateVertexFormat() argument 733 ValidateFloatVertexFormat(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type) ValidateFloatVertexFormat() argument 743 ValidateIntegerVertexFormat(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint size, VertexAttribType type) ValidateIntegerVertexFormat() argument 1214 ValidateVertexAttribIndex(const Context *context, angle::EntryPoint entryPoint, GLuint index) ValidateVertexAttribIndex() argument [all...] |
/third_party/skia/third_party/externals/tint/src/ |
H A D | intrinsic_table.cc | 106 /// If the type with index `idx` is open, then it is closed with type `ty` and 114 /// If the number with index `idx` is open, then it is closed with number 122 /// Type returns the closed type with index `idx`. 128 << "type with index " << idx << " is not closed"; in Type() 135 /// Type returns the number type with index `idx`. 141 << "number with index " << idx << " is not closed"; in Num() 252 explicit OpenTypeMatcher(uint32_t index) : index_(index) {} in OpenTypeMatcher() argument 273 explicit OpenNumberMatcher(uint32_t index) : index_(index) {} in OpenNumberMatcher() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | parserindenter.js | 677 var index = 0; 679 while (index < lineText.length && (lineText.charAt(index) == ' ' || lineText.charAt(index) == '\t')) { 680 ++index; 683 return lineText.substr(0, index); 1296 var index = 0;
1297 while (index < lineText.length && (lineText.charAt(index) == ' ' || lineText.charAt(index) [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_misc_opcodes.cpp | 313 for (uint32 index = 0; index < fCount; index++) in dng_opcode_MapTable() 315 table [index] = stream.Get_uint16 (); in dng_opcode_MapTable() 352 for (uint32 index = fCount; index < 0x10000; index++) in ReplicateLastEntry() 354 table [index] = lastEntry; in ReplicateLastEntry() 372 for (uint32 index = 0; index < fCoun in PutData() [all...] |
/third_party/protobuf/js/ |
H A D | message.js | 309 * Returns the index into msg.array at which the proto field with tag number 311 * @param {!jspb.Message} msg Message for which we're calculating an index. 313 * @return {number} The index. 326 * Returns the tag number based on the index in msg.array. 327 * @param {!jspb.Message} msg Message for which we're calculating an index. 328 * @param {number} index The tag number. 332 jspb.Message.getFieldNumber_ = function(msg, index) { 333 return index - msg.arrayIndexOffset_; 378 var index = jspb.Message.getIndex_(msg, fieldNumber); 379 msg.array[index] [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 299 std::uint_least8_t* index) { in GetTransitionType() 311 // No index space (8 bits) available for a new type or abbreviation. in GetTransitionType() 324 *index = static_cast<std::uint_least8_t>(type_index); in GetTransitionType() 465 std::uint_fast8_t index = 0; local 467 index = transitions_[0].type_index; 468 while (index != 0 && transition_types_[index].is_dst) --index; 470 while (index != hdr.typecnt && transition_types_[index] 297 GetTransitionType(std::int_fast32_t utc_offset, bool is_dst, const std::string& abbr, std::uint_least8_t* index) GetTransitionType() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | rtl2832_sdr.c | 41 .index = 0, 49 .index = 1, 57 .index = 2, 68 .index = 0, 957 dev_dbg(&pdev->dev, "index=%d type=%d\n", v->index, v->type); in rtl2832_sdr_g_tuner() 959 if (v->index == 0) { in rtl2832_sdr_g_tuner() 966 } else if (v->index == 1 && in rtl2832_sdr_g_tuner() 969 } else if (v->index == 1) { in rtl2832_sdr_g_tuner() 991 if (v->index in rtl2832_sdr_s_tuner() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe.c | 136 unsigned int index, u32 req_code) in vfe_find_code() 140 if (!req_code && (index >= n_code)) in vfe_find_code() 148 if (i == index) in vfe_find_code() 156 unsigned int index, u32 src_req_code) in vfe_src_pad_code() 170 index, src_req_code); in vfe_src_pad_code() 180 index, src_req_code); in vfe_src_pad_code() 190 index, src_req_code); in vfe_src_pad_code() 200 index, src_req_code); in vfe_src_pad_code() 203 if (index > 0) in vfe_src_pad_code() 221 index, src_req_cod in vfe_src_pad_code() 135 vfe_find_code(u32 *code, unsigned int n_code, unsigned int index, u32 req_code) vfe_find_code() argument 155 vfe_src_pad_code(struct vfe_line *line, u32 sink_code, unsigned int index, u32 src_req_code) vfe_src_pad_code() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.c | 295 * @irq_index: The interrupt index to configure 331 * @irq_index: The interrupt index to configure 372 * @irq_index: The interrupt index to configure 409 * @irq_index: The interrupt index to configure 452 * @irq_index: The interrupt index to configure 495 * @irq_index: The interrupt index to configure 1412 * @index: Selects the specific queue out of the set allocated for the 1425 u8 index, in dpni_set_queue() 1439 cmd_params->index = index; in dpni_set_queue() 1420 dpni_set_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, u8 options, const struct dpni_queue *queue) dpni_set_queue() argument 1468 dpni_get_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_queue *queue, struct dpni_queue_id *qid) dpni_get_queue() argument 1571 dpni_set_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_set_taildrop() argument 1615 dpni_get_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_get_taildrop() argument 1774 dpni_add_fs_entry(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 tc_id, u16 index, const struct dpni_rule_cfg *cfg, const struct dpni_fs_action_cfg *action) dpni_add_fs_entry() argument 1887 dpni_add_qos_entry(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, const struct dpni_rule_cfg *cfg, u8 tc_id, u16 index) dpni_add_qos_entry() argument [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | fsl-diu-fb.c | 332 enum mfb_index index; member 394 .index = PLANE0, 402 .index = PLANE1_AOI0, 411 .index = PLANE1_AOI1, 420 .index = PLANE2_AOI0, 429 .index = PLANE2_AOI1, 507 switch (mfbi->index) { in fsl_diu_enable_panel() 559 switch (mfbi->index) { in fsl_diu_disable_panel() 630 enum mfb_index index = mfbi->index; in adjust_aoi_size_position() local [all...] |
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk.c | 472 * when the index points to the middle. 2177 if (strcmp(c->name, name) == 0 && c->index == idx) { in __add_preferred_console() 2194 c->index = idx; in __add_preferred_console() 2232 * Decode str into name, index, options. in console_setup() 2265 * @idx: device index 2635 * Return the console tty driver structure and its associated index 2637 struct tty_driver *console_device(int *index) in console_device() argument 2646 driver = c->device(c, index); in console_device() 2707 newcon->match(newcon, c->name, c->index, c->options) != 0) { in try_enable_new_console() 2712 if (newcon->index > in try_enable_new_console() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | fsl-diu-fb.c | 332 enum mfb_index index; member 394 .index = PLANE0, 402 .index = PLANE1_AOI0, 411 .index = PLANE1_AOI1, 420 .index = PLANE2_AOI0, 429 .index = PLANE2_AOI1, 507 switch (mfbi->index) { in fsl_diu_enable_panel() 559 switch (mfbi->index) { in fsl_diu_disable_panel() 630 enum mfb_index index = mfbi->index; in adjust_aoi_size_position() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.c | 301 * @irq_index: The interrupt index to configure 337 * @irq_index: The interrupt index to configure 378 * @irq_index: The interrupt index to configure 415 * @irq_index: The interrupt index to configure 458 * @irq_index: The interrupt index to configure 501 * @irq_index: The interrupt index to configure 1511 * @index: Selects the specific queue out of the set allocated for the 1524 u8 index, in dpni_set_queue() 1538 cmd_params->index = index; in dpni_set_queue() 1519 dpni_set_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, u8 options, const struct dpni_queue *queue) dpni_set_queue() argument 1567 dpni_get_queue(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_queue *queue, struct dpni_queue_id *qid) dpni_get_queue() argument 1670 dpni_set_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_set_taildrop() argument 1714 dpni_get_taildrop(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, enum dpni_congestion_point cg_point, enum dpni_queue_type qtype, u8 tc, u8 index, struct dpni_taildrop *taildrop) dpni_get_taildrop() argument 1877 dpni_add_fs_entry(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u8 tc_id, u16 index, const struct dpni_rule_cfg *cfg, const struct dpni_fs_action_cfg *action) dpni_add_fs_entry() argument 1990 dpni_add_qos_entry(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, const struct dpni_rule_cfg *cfg, u8 tc_id, u16 index) dpni_add_qos_entry() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | rtl2832_sdr.c | 41 .index = 0, 49 .index = 1, 57 .index = 2, 68 .index = 0, 960 dev_dbg(&pdev->dev, "index=%d type=%d\n", v->index, v->type); in rtl2832_sdr_g_tuner() 962 if (v->index == 0) { in rtl2832_sdr_g_tuner() 969 } else if (v->index == 1 && in rtl2832_sdr_g_tuner() 972 } else if (v->index == 1) { in rtl2832_sdr_g_tuner() 994 if (v->index in rtl2832_sdr_s_tuner() [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | trace.h | 212 TP_PROTO(unsigned int function, unsigned int index, unsigned long rax, 215 TP_ARGS(function, index, rax, rbx, rcx, rdx, found, used_max_basic), 219 __field( unsigned int, index ) 230 __entry->index = index; 240 __entry->function, __entry->index, __entry->rax, 1424 TP_PROTO(u32 vcpu, u32 icrh, u32 icrl, u32 id, u32 index), 1425 TP_ARGS(vcpu, icrh, icrl, id, index), 1432 __field(u32, index) 1440 __entry->index [all...] |
/kernel/linux/linux-6.6/drivers/mailbox/ |
H A D | bcm-flexrm-mailbox.c | 45 #define RING_DESC_OFFSET(index) \ 46 ((index) * RING_DESC_SIZE) 1487 int index, ret = 0; in flexrm_mbox_probe() local 1536 for (index = 0; index < mbox->num_rings; index++) { in flexrm_mbox_probe() 1537 ring = &mbox->rings[index]; in flexrm_mbox_probe() 1538 ring->num = index; in flexrm_mbox_probe() 1596 for (index = 0; index < mbo in flexrm_mbox_probe() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 236 validate_alu_src(nir_alu_instr *instr, unsigned index, validate_state *state) in validate_alu_src() argument 238 nir_alu_src *src = &instr->src[index]; in validate_alu_src() 247 if (nir_alu_instr_channel_used(instr, index, i)) in validate_alu_src() 293 validate_assert(state, def->index < state->impl->ssa_alloc); in validate_ssa_def() 294 validate_assert(state, !BITSET_TEST(state->ssa_defs_found, def->index)); in validate_ssa_def() 295 BITSET_SET(state->ssa_defs_found, def->index); in validate_ssa_def() 478 instr->strct.index < glsl_get_length(parent->type)); in validate_deref_instr() 480 glsl_get_struct_field(parent->type, instr->strct.index)); in validate_deref_instr() 502 validate_src(&instr->arr.index, state, in validate_deref_instr() 516 validate_src(&instr->arr.index, stat in validate_deref_instr() [all...] |