Home
last modified time | relevance | path

Searched refs:index (Results 16176 - 16200 of 22019) sorted by relevance

1...<<641642643644645646647648649650>>...881

/kernel/linux/linux-6.6/drivers/md/
H A Ddm-writecache.c88 unsigned long index : 47; member
91 unsigned long index; member
395 return &sb(wc)->entries[e->index]; in memory_entry()
400 return (char *)wc->block_start + (e->index << wc->block_size_bits); in memory_data()
406 ((sector_t)e->index << (wc->block_size_bits - SECTOR_SHIFT)); in cache_sector()
971 e->index = b; in writecache_alloc_entries()
2138 e.index = n_blocks; in calculate_memory_size()
2139 if (e.index != n_blocks) in calculate_memory_size()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Drequest.c582 stp_req->sgl.index = 0; in sci_stp_pio_request_construct()
585 stp_req->sgl.index = -1; in sci_stp_pio_request_construct()
1262 sgl_pair = to_sgl_element_pair(ireq, pio_sgl->index); in pio_sgl_next()
1278 pio_sgl->index++; in pio_sgl_next()
1280 sgl_pair = to_sgl_element_pair(ireq, pio_sgl->index); in pio_sgl_next()
1330 sgl_pair = to_sgl_element_pair(ireq, stp_req->sgl.index); in sci_stp_request_pio_data_out_trasmit_data_frame()
1356 sgl_pair = to_sgl_element_pair(ireq, stp_req->sgl.index); in sci_stp_request_pio_data_out_transmit_data()
1845 "header for frame index %d, status %x\n", in sci_io_request_frame_handler()
1900 "header for frame index %d, status %x\n", in sci_io_request_frame_handler()
2000 "header for frame index in sci_io_request_frame_handler()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c182 int index; in hisi_sas_slot_index_alloc() local
189 index = find_next_zero_bit(bitmap, HISI_SAS_RESERVED_IPTT, in hisi_sas_slot_index_alloc()
191 if (index >= HISI_SAS_RESERVED_IPTT) { in hisi_sas_slot_index_alloc()
192 index = find_next_zero_bit(bitmap, in hisi_sas_slot_index_alloc()
195 if (index >= HISI_SAS_RESERVED_IPTT) { in hisi_sas_slot_index_alloc()
200 hisi_sas_slot_index_set(hisi_hba, index); in hisi_sas_slot_index_alloc()
201 hisi_hba->last_slot_index = index; in hisi_sas_slot_index_alloc()
204 return index; in hisi_sas_slot_index_alloc()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_gre.c1017 ntohl(md->u.index), truncate, in ip6erspan_tunnel_xmit()
1051 t->parms.index, in ip6erspan_tunnel_xmit()
1215 t->parms.index = p->index; in ip6gre_tnl_copy_tnl_parm()
1739 u32 index = nla_get_u32(data[IFLA_GRE_ERSPAN_INDEX]); in ip6erspan_tap_validate() local
1741 if (index & ~INDEX_MASK) in ip6erspan_tap_validate()
1775 parms->index = nla_get_u32(data[IFLA_GRE_ERSPAN_INDEX]); in ip6erspan_set_version()
2157 if (nla_put_u32(skb, IFLA_GRE_ERSPAN_INDEX, p->index)) in ip6gre_fill_info()
/third_party/ffmpeg/libavcodec/
H A Dmotion_est.c426 const int index= my*(1<<ME_MAP_SHIFT) + mx; in sad_hpel_motion_search() local
427 const int t= score_map[(index-(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
428 const int l= score_map[(index- 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
429 const int r= score_map[(index+ 1 )&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
430 const int b= score_map[(index+(1<<ME_MAP_SHIFT))&(ME_MAP_SIZE-1)]; in sad_hpel_motion_search()
1414 int index= s->block_index[i]; in direct_search() local
1417 c->co_located_mv[i][0] = s->next_picture.motion_val[0][index][0]; in direct_search()
1418 c->co_located_mv[i][1] = s->next_picture.motion_val[0][index][1]; in direct_search()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c56 * The index of entries in this table is used as a bitmask in
499 uint16_t *index; in surface_dmabuf_feedback_tranche_formats() local
522 wl_array_for_each(index, indices) { in surface_dmabuf_feedback_tranche_formats()
523 format = feedback->format_table.data[*index].format; in surface_dmabuf_feedback_tranche_formats()
524 modifier = feedback->format_table.data[*index].modifier; in surface_dmabuf_feedback_tranche_formats()
1870 uint16_t *index; in default_dmabuf_feedback_tranche_formats() local
1886 wl_array_for_each(index, indices) { in default_dmabuf_feedback_tranche_formats()
1887 format = dri2_dpy->format_table.data[*index].format; in default_dmabuf_feedback_tranche_formats()
1888 modifier = dri2_dpy->format_table.data[*index].modifier; in default_dmabuf_feedback_tranche_formats()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_lower_logical_sends.cpp252 /* Set the render target index for choosing BLEND_STATE. */ in lower_fb_write_logical_send()
649 /* sample index */ in lower_sampler_logical_send_gfx5()
825 * with ARB_texture_swizzle. The sampler index is only 4-bits, so for in lower_sampler_logical_send_gfx7()
2221 fs_reg index = inst->src[0]; in lower_lsc_varying_pull_constant_logical_send() local
2237 if (index.file == IMM) { in lower_lsc_varying_pull_constant_logical_send()
2238 inst->src[1] = brw_imm_ud(lsc_bti_ex_desc(devinfo, index.ud)); in lower_lsc_varying_pull_constant_logical_send()
2242 ubld.SHL(tmp, index, brw_imm_ud(24)); in lower_lsc_varying_pull_constant_logical_send()
2300 fs_reg index = inst->src[0]; in lower_varying_pull_constant_logical_send() local
2315 if (index.file == IMM) { in lower_varying_pull_constant_logical_send()
2316 inst->desc = index in lower_varying_pull_constant_logical_send()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h232 * the Binding Table Index is used to index into the binding table, and the
1759 * SURFACE_STATE table index is in the top 20 bits.
1787 * SURFACE_STATE table index is in the top 20 bits.
2151 * This is a flattened index; the descriptor set layout is already taken
2154 uint32_t index; member
2164 /** Plane in the binding index for images */
2167 /** Dynamic offset index (for dynamic UBOs and SSBOs) */
2182 uint32_t index; member
2184 /** Descriptor set index */
2187 /** Dynamic offset index (fo
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dgeocoding_data.cc918562 get_country_languages(int index) get_country_languages() argument
918575 get_prefix_descriptions(int index) get_prefix_descriptions() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dverifier.cc271 int index = ParameterIndexOf(use->op()); in Check() local
272 CHECK_EQ(param_indices.count(index), 0); in Check()
273 param_indices.insert(index); in Check()
413 int const index = ParameterIndexOf(node->op()); in Check() local
416 CHECK_LE(-1, index); in Check()
417 CHECK_LE(index, start.LastParameterIndex_MaybeNonStandardLayout()); in Check()
458 int index = static_cast<int>(ProjectionIndexOf(node->op())); in Check() local
460 CHECK_GT(input->op()->ValueOutputCount(), index); in Check()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc435 FieldIndex index = FieldIndex::ForDescriptor(map(), i); in JSObjectVerify() local
436 if (COMPRESS_POINTERS_BOOL && index.is_inobject()) { in JSObjectVerify()
437 VerifyObjectField(isolate, index.offset()); in JSObjectVerify()
439 Object value = RawFastPropertyAt(index); in JSObjectVerify()
1200 CHECK(index().IsSmi()); in JSSetIteratorVerify()
1207 CHECK(index().IsSmi()); in JSMapIteratorVerify()
1307 CHECK_GE(index(), 0); in JSStringIteratorVerify()
1308 CHECK_LE(index(), String::kMaxLength); in JSStringIteratorVerify()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc701 // StaInArrayLiteral <array> <index> <slot>
704 // the key <index> with the value in the accumulator.
707 TNode<Object> index = LoadRegisterAtOperandIndex(1); in IGNITION_HANDLER() local
714 CallBuiltin(Builtin::kStoreInArrayLiteralIC, context, array, index, value, in IGNITION_HANDLER()
782 // The actual array index is (cell_index - 1). in IGNITION_HANDLER()
794 // The actual array index is (-cell_index - 1). in IGNITION_HANDLER()
827 // The actual array index is (cell_index - 1). in IGNITION_HANDLER()
2255 // Creates a regular expression literal for literal index <literal_idx> with
2276 // Creates an array literal for literal index <literal_idx> with
2319 // Creates an empty JSArray literal for literal index <literal_id
2887 TNode<Smi> index = CAST(LoadRegisterAtOperandIndex(1)); IGNITION_HANDLER() local
2921 TNode<Object> index = LoadRegisterAtOperandIndex(0); IGNITION_HANDLER() local
2946 TNode<Smi> index = CAST(LoadRegisterAtOperandIndex(0)); IGNITION_HANDLER() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-stream-restore.c157 uint32_t index; member
313 de->index = u->next_index++; in dbus_entry_new()
314 de->object_path = pa_sprintf_malloc("%s/%s%u", OBJECT_PATH, ENTRY_OBJECT_NAME, de->index); in dbus_entry_new()
710 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_UINT32, &de->index); in handle_entry_get_index()
908 pa_dbus_append_basic_variant_dict_entry(&dict_iter, entry_property_handlers[ENTRY_PROPERTY_HANDLER_INDEX].property_name, DBUS_TYPE_UINT32, &de->index); in handle_entry_get_all()
1250 pa_tagstruct_putu32(t, u->module->index); in trigger_save()
2424 subscribe_callback(m->core, PA_SUBSCRIPTION_EVENT_SINK_INPUT|PA_SUBSCRIPTION_EVENT_NEW, si->index, u); in pa__init()
2427 subscribe_callback(m->core, PA_SUBSCRIPTION_EVENT_SOURCE_OUTPUT|PA_SUBSCRIPTION_EVENT_NEW, so->index, u); in pa__init()
/third_party/python/Lib/
H A Dtarfile.py2679 index = members.index(tarinfo)
2686 members = members[:index]
2755 index = 0
2761 index += 1
2765 if index < len(self.members):
2766 tarinfo = self.members[index]
2774 index += 1
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DClearTest.cpp1952 for (GLuint index = 0; index < (kSize - 1) / 2; index++) in TEST_P()
1955 if (index > 0) in TEST_P()
1958 glScissor(index, index, kSize - (index * 2), kSize - (index * 2)); in TEST_P()
H A DRobustResourceInitTest.cpp601 int index = (y * fboWidth + x); in checkCustomFramebufferNonZeroPixels() local
604 ASSERT_EQ(skip, data[index]) << " at pixel " << x << ", " << y; in checkCustomFramebufferNonZeroPixels()
608 k += (data[index] != GLColor::transparentBlack) ? 1 : 0; in checkCustomFramebufferNonZeroPixels()
1161 int index = (y * kWidth + x) * 4; in testIntegerTextureInit() local
1162 bool correct = (data[index] == 0 && data[index + 1] == 0 && data[index + 2] == 0 && in testIntegerTextureInit()
1163 data[index + 3] == 1); in testIntegerTextureInit()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmain.c562 unsigned int index, const union ib_gid *gid, in set_roce_addr()
595 return mlx5_core_roce_gid_set(dev->mdev, index, roce_version, in set_roce_addr()
605 attr->index, &attr->gid, attr); in mlx5_ib_add_gid()
612 attr->index, NULL, NULL); in mlx5_ib_del_gid()
1412 static int mlx5_ib_query_gid(struct ib_device *ibdev, u8 port, int index, in mlx5_ib_query_gid() argument
1420 return mlx5_query_mad_ifc_gids(ibdev, port, index, gid); in mlx5_ib_query_gid()
1423 return mlx5_query_hca_vport_gid(mdev, 0, port, 0, index, gid); in mlx5_ib_query_gid()
1432 u16 index, u16 *pkey) in mlx5_query_hca_nic_pkey()
1451 index, pkey); in mlx5_query_hca_nic_pkey()
1458 static int mlx5_ib_query_pkey(struct ib_device *ibdev, u8 port, u16 index, in mlx5_ib_query_pkey() argument
561 set_roce_addr(struct mlx5_ib_dev *dev, u8 port_num, unsigned int index, const union ib_gid *gid, const struct ib_gid_attr *attr) set_roce_addr() argument
1431 mlx5_query_hca_nic_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey) mlx5_query_hca_nic_pkey() argument
2293 u64 index = entry->rdma_entry.start_pgoff & 0xFFFF; mlx5_entry_to_mmap_offset() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c1310 as we can't specify the index while adding new mac address */ in vxge_set_mac_addr()
1915 int index; in vxge_rth_configure() local
1922 for (index = 0; index < (1 << vdev->config.rth_bkt_sz); index++) { in vxge_rth_configure()
1923 itable[index] = index; in vxge_rth_configure()
1924 mtable[index] = index % vdev->no_of_vpath; in vxge_rth_configure()
1954 for (index in vxge_rth_configure()
2004 vxge_close_vpaths(struct vxgedev *vdev, int index) vxge_close_vpaths() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dcassini.c1345 * hand back the same page index while it's being processed.
1347 static inline cas_page_t *cas_page_spare(struct cas *cp, const int index) in cas_page_spare() argument
1349 cas_page_t *page = cp->rx_pages[1][index]; in cas_page_spare()
1366 const int index) in cas_page_swap()
1372 if (page_count(page0[index]->buffer) > 1) { in cas_page_swap()
1373 cas_page_t *new = cas_page_spare(cp, index); in cas_page_swap()
1375 page1[index] = page0[index]; in cas_page_swap()
1376 page0[index] = new; in cas_page_swap()
1379 RX_USED_SET(page0[index], in cas_page_swap()
1365 cas_page_swap(struct cas *cp, const int ring, const int index) cas_page_swap() argument
2165 cas_post_page(struct cas *cp, const int ring, const int index) cas_post_page() argument
[all...]
/kernel/linux/linux-5.10/tools/lib/traceevent/
H A Devent-parse.c908 free(arg->dynarray.index); in free_arg()
2767 * the index into where the array starts. in process_dynamic_array()
2781 arg->dynarray.index = 0; in process_dynamic_array()
2838 arg->dynarray.index = 0; in process_dynamic_array_len()
3927 int index; in print_bitmask_to_seq() local
3951 index = size - (len + 1); in print_bitmask_to_seq()
3953 index = len; in print_bitmask_to_seq()
3955 snprintf(buf, 3, "%02x", *((unsigned char *)data + index)); in print_bitmask_to_seq()
4967 const int *index = uuid_index; in print_uuid_arg() local
4978 index in print_uuid_arg()
5314 int index; parse_arg_format_pointer() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dcassini.c1331 * hand back the same page index while it's being processed.
1333 static inline cas_page_t *cas_page_spare(struct cas *cp, const int index) in cas_page_spare() argument
1335 cas_page_t *page = cp->rx_pages[1][index]; in cas_page_spare()
1352 const int index) in cas_page_swap()
1358 if (page_count(page0[index]->buffer) > 1) { in cas_page_swap()
1359 cas_page_t *new = cas_page_spare(cp, index); in cas_page_swap()
1361 page1[index] = page0[index]; in cas_page_swap()
1362 page0[index] = new; in cas_page_swap()
1365 RX_USED_SET(page0[index], in cas_page_swap()
1351 cas_page_swap(struct cas *cp, const int ring, const int index) cas_page_swap() argument
2136 cas_post_page(struct cas *cp, const int ring, const int index) cas_post_page() argument
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c472 static pinteger index; in KillDomainServer() local
486 index = ec2_$wait_svc (CommandAcceptedPtr, CommandTriggerValue, 2, in KillDomainServer()
492 if (index == 1) in KillDomainServer()
499 if ((!GotTheLock) || (index != 1)) in KillDomainServer()
992 static int index; in sanei_scsi_open_extended() local
1050 index = in sanei_scsi_open_extended()
1053 if (index != 1) in sanei_scsi_open_extended()
1084 index = ec2_$wait_svc (CommandAcceptedPtr, CommandTriggerValue, 2, in sanei_scsi_open_extended()
1087 if (index != 1) in sanei_scsi_open_extended()
1250 last character in the device name as the target index in sanei_scsi_open_extended()
1600 static int index; sanei_scsi_close() local
1675 static int index; sanei_scsi_req_enter2() local
[all...]
/third_party/node/deps/llhttp/src/
H A Dllhttp.c238 uint32_t index; in llparse__match_sequence_id() local
241 index = s->_index; in llparse__match_sequence_id()
246 if (current == seq[index]) { in llparse__match_sequence_id()
247 if (++index == seq_len) { in llparse__match_sequence_id()
256 s->_index = index; in llparse__match_sequence_id()
270 uint32_t index; in llparse__match_sequence_to_lower() local
273 index = s->_index; in llparse__match_sequence_to_lower()
278 if (current == seq[index]) { in llparse__match_sequence_to_lower()
279 if (++index == seq_len) { in llparse__match_sequence_to_lower()
288 s->_index = index; in llparse__match_sequence_to_lower()
302 uint32_t index; llparse__match_sequence_to_lower_unsafe() local
8404 uint32_t index; llparse__match_sequence_to_lower() local
8436 uint32_t index; llparse__match_sequence_to_lower_unsafe() local
8468 uint32_t index; llparse__match_sequence_id() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp259 virtual inline void VerifyGetProgramResourceName(GLuint program, GLenum programInterface, GLuint index, in VerifyGetProgramResourceName() argument
264 glGetProgramResourceName(program, programInterface, index, 1024, &len, name); in VerifyGetProgramResourceName()
320 virtual inline void VerifyGetProgramResourceiv(GLuint program, GLenum programInterface, GLuint index, in VerifyGetProgramResourceiv() argument
327 glGetProgramResourceiv(program, programInterface, index, propCount, props, bufSize, &length, params); in VerifyGetProgramResourceiv()
333 << "\nCALL: glGetProgramResourceiv, with " << programInterface << ", " << index in VerifyGetProgramResourceiv()
344 << " at: " << i << "\nCALL: glGetProgramResourceiv, with " << programInterface << ", " << index in VerifyGetProgramResourceiv()
443 // can't test GetProgramResourceiv, need valid index in Run()
780 return "fragment shader with `out` location index different from 0 and a fallthrough vertex shader"; in ShadersDesc()
1190 return "fragment shader with different `out` variables fragment color index\n" in ShadersDesc()
1197 "layout(location = 0, index in FragmentShader()
3425 GLuint index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "color"); Run() local
4378 GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, "someLongName"); Run() local
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp657 auto index = binderInfo.find(tags); in ParsePeerStack() local
658 if (index == std::string::npos) { in ParsePeerStack()
662 oss << binderInfo.substr(0, index); in ParsePeerStack()
663 std::string bodys = binderInfo.substr(index, binderInfo.size()); in ParsePeerStack()

Completed in 121 milliseconds

1...<<641642643644645646647648649650>>...881