Home
last modified time | relevance | path

Searched refs:index (Results 8351 - 8375 of 19626) sorted by relevance

1...<<331332333334335336337338339340>>...786

/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go72 Number int // The index of this obj in an array of 'rules'
176 // getSectionRange scans all the rules and returns the rule index interval of a given section.
737 index := strings.Index(desc, ":")
738 if strings.Contains(id, "builtin_functions") && index > -1 {
739 builtinName = reName.ReplaceAllString(desc[:index], "_")
919 index := -1
927 index = 0
930 index = sectionDims[1]
933 if index < 0 && index >
[all...]
/third_party/python/Python/
H A Dformatter_unicode.c161 #define READ_spec(index) PyUnicode_READ(kind, data, index) in parse_internal_render_format_spec()
1055 Py_ssize_t index; in format_float_internal() local
1145 index = 0; in format_float_internal()
1146 if (PyUnicode_READ_CHAR(unicode_tmp, index) == '-') { in format_float_internal()
1148 ++index; in format_float_internal()
1154 parse_number(unicode_tmp, index, index + n_digits, &n_remainder, &has_decimal); in format_float_internal()
1163 n_total = calc_number_widths(&spec, 0, sign_char, index, in format_float_internal()
1164 index in format_float_internal()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c990 print_temp(const struct tgsi_exec_machine *mach, uint index) in print_temp() argument
992 const struct tgsi_exec_vector *tmp = &mach->Temps[index]; in print_temp()
994 debug_printf("Temp[%u] =\n", index); in print_temp()
1393 const union tgsi_exec_channel *index, in fetch_src_file_channel()
1406 const unsigned pos = index->i[i] * 4 + swizzle; in fetch_src_file_channel()
1413 debug_printf("TGSI Exec: const buffer index %d" in fetch_src_file_channel()
1429 index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i], in fetch_src_file_channel()
1430 index2D->i[i], index->i[i]); in fetch_src_file_channel()
1432 int pos = index2D->i[i] * TGSI_EXEC_MAX_INPUT_ATTRIBS + index->i[i]; in fetch_src_file_channel()
1441 chan->u[i] = mach->SystemValue[index in fetch_src_file_channel()
1390 fetch_src_file_channel(const struct tgsi_exec_machine *mach, const uint file, const uint swizzle, const union tgsi_exec_channel *index, const union tgsi_exec_channel *index2D, union tgsi_exec_channel *chan) fetch_src_file_channel() argument
1491 get_index_registers(const struct tgsi_exec_machine *mach, const struct tgsi_full_src_register *reg, union tgsi_exec_channel *index, union tgsi_exec_channel *index2D) get_index_registers() argument
1597 union tgsi_exec_channel index; fetch_source_d() local
1645 int index; store_dest_dstret() local
1659 union tgsi_exec_channel index; store_dest_dstret() local
1948 union tgsi_exec_channel index; fetch_texel_offsets() local
4813 union tgsi_exec_channel index; exec_interp_at_sample() local
4851 union tgsi_exec_channel index; exec_interp_at_offset() local
4880 union tgsi_exec_channel index; exec_interp_at_centroid() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp608 void GL_APIENTRY GL_VertexAttribDivisorANGLE(GLuint index, GLuint divisor) in GL_VertexAttribDivisorANGLE() argument
611 EVENT(context, GLVertexAttribDivisorANGLE, "context = %d, index = %u, divisor = %u", in GL_VertexAttribDivisorANGLE()
612 CID(context), index, divisor); in GL_VertexAttribDivisorANGLE()
620 context, angle::EntryPoint::GLVertexAttribDivisorANGLE, index, divisor)); in GL_VertexAttribDivisorANGLE()
623 context->vertexAttribDivisor(index, divisor); in GL_VertexAttribDivisorANGLE()
625 ANGLE_CAPTURE(VertexAttribDivisorANGLE, isCallValid, context, index, divisor); in GL_VertexAttribDivisorANGLE()
1496 void GL_APIENTRY GL_GetVertexAttribfvRobustANGLE(GLuint index, in GL_GetVertexAttribfvRobustANGLE() argument
1504 "context = %d, index = %u, pname = %s, bufSize = %d, length = 0x%016" PRIxPTR in GL_GetVertexAttribfvRobustANGLE()
1506 CID(context), index, GLenumToString(GLenumGroup::DefaultGroup, pname), bufSize, in GL_GetVertexAttribfvRobustANGLE()
1514 context, angle::EntryPoint::GLGetVertexAttribfvRobustANGLE, index, in GL_GetVertexAttribfvRobustANGLE()
1529 GL_GetVertexAttribivRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetVertexAttribivRobustANGLE() argument
1562 GL_GetVertexAttribPointervRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, void **pointer) GL_GetVertexAttribPointervRobustANGLE() argument
2151 GL_GetIntegeri_vRobustANGLE(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint *data) GL_GetIntegeri_vRobustANGLE() argument
2221 GL_GetVertexAttribIivRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetVertexAttribIivRobustANGLE() argument
2254 GL_GetVertexAttribIuivRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, GLuint *params) GL_GetVertexAttribIuivRobustANGLE() argument
2391 GL_GetInteger64i_vRobustANGLE(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint64 *data) GL_GetInteger64i_vRobustANGLE() argument
2661 GL_GetBooleani_vRobustANGLE(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLboolean *data) GL_GetBooleani_vRobustANGLE() argument
2694 GL_GetMultisamplefvRobustANGLE(GLenum pname, GLuint index, GLsizei bufSize, GLsizei *length, GLfloat *val) GL_GetMultisamplefvRobustANGLE() argument
3482 GL_GetMultisamplefvANGLE(GLenum pname, GLuint index, GLfloat *val) GL_GetMultisamplefvANGLE() argument
3960 GL_BindFragDataLocationIndexedEXT(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) GL_BindFragDataLocationIndexedEXT() argument
4796 GL_ColorMaskiEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) GL_ColorMaskiEXT() argument
4821 GL_DisableiEXT(GLenum target, GLuint index) GL_DisableiEXT() argument
4845 GL_EnableiEXT(GLenum target, GLuint index) GL_EnableiEXT() argument
4869 GL_IsEnablediEXT(GLenum target, GLuint index) GL_IsEnablediEXT() argument
5225 GL_VertexAttribDivisorEXT(GLuint index, GLuint divisor) GL_VertexAttribDivisorEXT() argument
5462 GL_GetUnsignedBytei_vEXT(GLenum target, GLuint index, GLubyte *data) GL_GetUnsignedBytei_vEXT() argument
9035 GL_ColorMaskiOES(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) GL_ColorMaskiOES() argument
9060 GL_DisableiOES(GLenum target, GLuint index) GL_DisableiOES() argument
9084 GL_EnableiOES(GLenum target, GLuint index) GL_EnableiOES() argument
9108 GL_IsEnablediOES(GLenum target, GLuint index) GL_IsEnablediOES() argument
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c1689 int index = of_cft(of)->private; in tg_set_limit() local
1700 v[0] = tg->bps_conf[READ][index]; in tg_set_limit()
1701 v[1] = tg->bps_conf[WRITE][index]; in tg_set_limit()
1702 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()
1703 v[3] = tg->iops_conf[WRITE][index]; in tg_set_limit()
1746 tg->bps_conf[READ][index] = v[0]; in tg_set_limit()
1747 tg->bps_conf[WRITE][index] = v[1]; in tg_set_limit()
1748 tg->iops_conf[READ][index] = v[2]; in tg_set_limit()
1749 tg->iops_conf[WRITE][index] = v[3]; in tg_set_limit()
1751 if (index in tg_set_limit()
2365 int index; throtl_track_latency() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c919 static void handle_path_a(struct rtl_efuse *rtlefuse, u8 index, in handle_path_a() argument
924 rtlefuse->txpwrlevel_cck[RF90_PATH_A][index]; in handle_path_a()
926 if (rtlefuse->txpwr_ht20diff[RF90_PATH_A][index] > 0x0f) in handle_path_a()
928 rtlefuse->txpwrlevel_ht40_1s[RF90_PATH_A][index] - in handle_path_a()
929 (~(rtlefuse->txpwr_ht20diff[RF90_PATH_A][index]) + 1); in handle_path_a()
932 rtlefuse->txpwrlevel_ht40_1s[RF90_PATH_A][index] + in handle_path_a()
933 rtlefuse->txpwr_ht20diff[RF90_PATH_A][index]; in handle_path_a()
934 if (rtlefuse->txpwr_legacyhtdiff[RF90_PATH_A][index] > 0xf) in handle_path_a()
936 rtlefuse->txpwrlevel_ht40_1s[RF90_PATH_A][index] - in handle_path_a()
937 (~(rtlefuse->txpwr_legacyhtdiff[RF90_PATH_A][index]) in handle_path_a()
951 u8 index = (channel - 1); _rtl88e_get_txpower_index() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c153 * @index: Overlay index (0-3)
180 unsigned int index; member
785 lcdc_write(ovl->channel->lcdc, LDBCR, LDBCR_UPC(ovl->index)); in sh_mobile_lcdc_overlay_setup()
786 lcdc_write_overlay(ovl, LDBnBSIFR(ovl->index), 0); in sh_mobile_lcdc_overlay_setup()
788 LDBCR_UPF(ovl->index) | LDBCR_UPD(ovl->index)); in sh_mobile_lcdc_overlay_setup()
850 lcdc_write(ovl->channel->lcdc, LDBCR, LDBCR_UPC(ovl->index)); in sh_mobile_lcdc_overlay_setup()
852 lcdc_write_overlay(ovl, LDBnBSIFR(ovl->index), format); in sh_mobile_lcdc_overlay_setup()
854 lcdc_write_overlay(ovl, LDBnBSSZR(ovl->index), in sh_mobile_lcdc_overlay_setup()
[all...]
/kernel/linux/linux-5.10/fs/ntfs/
H A Dmft.c42 unsigned long index, end_index; in map_mft_record_page() local
47 * The index into the page cache and the offset within the page cache in map_mft_record_page()
52 index = (u64)ni->mft_no << vol->mft_record_size_bits >> in map_mft_record_page()
57 /* The maximum valid index into the page cache for $MFT's data. */ in map_mft_record_page()
60 /* If the wanted index is out of bounds the mft record doesn't exist. */ in map_mft_record_page()
61 if (unlikely(index >= end_index)) { in map_mft_record_page()
62 if (index > end_index || (i_size & ~PAGE_MASK) < ofs + in map_mft_record_page()
73 page = ntfs_map_page(mft_vi->i_mapping, index); in map_mft_record_page()
2092 pgoff_t index, end_index; in ntfs_mft_record_format() local
2098 * The index int in ntfs_mft_record_format()
2249 pgoff_t index; ntfs_mft_record_alloc() local
[all...]
/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c1739 int cnt, ret = 0, index; in __dquot_alloc_space() local
1760 index = srcu_read_lock(&dquot_srcu); in __dquot_alloc_space()
1798 srcu_read_unlock(&dquot_srcu, index); in __dquot_alloc_space()
1810 int cnt, ret = 0, index; in dquot_alloc_inode() local
1821 index = srcu_read_lock(&dquot_srcu); in dquot_alloc_inode()
1846 srcu_read_unlock(&dquot_srcu, index); in dquot_alloc_inode()
1859 int cnt, index; in dquot_claim_space_nodirty() local
1870 index = srcu_read_lock(&dquot_srcu); in dquot_claim_space_nodirty()
1889 srcu_read_unlock(&dquot_srcu, index); in dquot_claim_space_nodirty()
1901 int cnt, index; in dquot_reclaim_space_nodirty() local
1945 int reserve = flags & DQUOT_SPACE_RESERVE, index; __dquot_free_space() local
2002 int index; dquot_free_inode() local
2048 int cnt, index, ret = 0; __dquot_transfer() local
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c221 unsigned long index = key ^ kv->key; in get_index() local
226 return index >> kv->pos; in get_index()
272 * index into the parent's child array. That is, they will be used to find
281 * The bits from (n->pos) to (n->pos + n->bits - 1) - "C" - are the index into
938 unsigned long index = 0; in fib_find_node() local
942 n = get_child_rcu(n, index); in fib_find_node()
947 index = get_cindex(key, n); in fib_find_node()
951 * prefix plus zeros for the bits in the cindex. The index in fib_find_node()
954 * if (index >= (1ul << bits)) in fib_find_node()
963 if (index > in fib_find_node()
1407 unsigned long index; fib_table_lookup() local
2408 unsigned int index; global() member
[all...]
/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c1693 int cnt, ret = 0, index; in __dquot_alloc_space() local
1714 index = srcu_read_lock(&dquot_srcu); in __dquot_alloc_space()
1752 srcu_read_unlock(&dquot_srcu, index); in __dquot_alloc_space()
1764 int cnt, ret = 0, index; in dquot_alloc_inode() local
1775 index = srcu_read_lock(&dquot_srcu); in dquot_alloc_inode()
1800 srcu_read_unlock(&dquot_srcu, index); in dquot_alloc_inode()
1813 int cnt, index; in dquot_claim_space_nodirty() local
1824 index = srcu_read_lock(&dquot_srcu); in dquot_claim_space_nodirty()
1843 srcu_read_unlock(&dquot_srcu, index); in dquot_claim_space_nodirty()
1855 int cnt, index; in dquot_reclaim_space_nodirty() local
1899 int reserve = flags & DQUOT_SPACE_RESERVE, index; __dquot_free_space() local
1956 int index; dquot_free_inode() local
2003 int cnt, index, ret = 0; __dquot_transfer() local
[all...]
/kernel/linux/linux-6.6/fs/ntfs/
H A Dmft.c42 unsigned long index, end_index; in map_mft_record_page() local
47 * The index into the page cache and the offset within the page cache in map_mft_record_page()
52 index = (u64)ni->mft_no << vol->mft_record_size_bits >> in map_mft_record_page()
57 /* The maximum valid index into the page cache for $MFT's data. */ in map_mft_record_page()
60 /* If the wanted index is out of bounds the mft record doesn't exist. */ in map_mft_record_page()
61 if (unlikely(index >= end_index)) { in map_mft_record_page()
62 if (index > end_index || (i_size & ~PAGE_MASK) < ofs + in map_mft_record_page()
73 page = ntfs_map_page(mft_vi->i_mapping, index); in map_mft_record_page()
2094 pgoff_t index, end_index; in ntfs_mft_record_format() local
2100 * The index int in ntfs_mft_record_format()
2251 pgoff_t index; ntfs_mft_record_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c152 * @index: Overlay index (0-3)
179 unsigned int index; member
778 lcdc_write(ovl->channel->lcdc, LDBCR, LDBCR_UPC(ovl->index)); in sh_mobile_lcdc_overlay_setup()
779 lcdc_write_overlay(ovl, LDBnBSIFR(ovl->index), 0); in sh_mobile_lcdc_overlay_setup()
781 LDBCR_UPF(ovl->index) | LDBCR_UPD(ovl->index)); in sh_mobile_lcdc_overlay_setup()
843 lcdc_write(ovl->channel->lcdc, LDBCR, LDBCR_UPC(ovl->index)); in sh_mobile_lcdc_overlay_setup()
845 lcdc_write_overlay(ovl, LDBnBSIFR(ovl->index), format); in sh_mobile_lcdc_overlay_setup()
847 lcdc_write_overlay(ovl, LDBnBSSZR(ovl->index), in sh_mobile_lcdc_overlay_setup()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c919 static void handle_path_a(struct rtl_efuse *rtlefuse, u8 index, in handle_path_a() argument
924 rtlefuse->txpwrlevel_cck[RF90_PATH_A][index]; in handle_path_a()
926 if (rtlefuse->txpwr_ht20diff[RF90_PATH_A][index] > 0x0f) in handle_path_a()
928 rtlefuse->txpwrlevel_ht40_1s[RF90_PATH_A][index] - in handle_path_a()
929 (~(rtlefuse->txpwr_ht20diff[RF90_PATH_A][index]) + 1); in handle_path_a()
932 rtlefuse->txpwrlevel_ht40_1s[RF90_PATH_A][index] + in handle_path_a()
933 rtlefuse->txpwr_ht20diff[RF90_PATH_A][index]; in handle_path_a()
934 if (rtlefuse->txpwr_legacyhtdiff[RF90_PATH_A][index] > 0xf) in handle_path_a()
936 rtlefuse->txpwrlevel_ht40_1s[RF90_PATH_A][index] - in handle_path_a()
937 (~(rtlefuse->txpwr_legacyhtdiff[RF90_PATH_A][index]) in handle_path_a()
951 u8 index = (channel - 1); _rtl88e_get_txpower_index() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-throttle.c1572 int index = of_cft(of)->private; in tg_set_limit() local
1583 v[0] = tg->bps_conf[READ][index]; in tg_set_limit()
1584 v[1] = tg->bps_conf[WRITE][index]; in tg_set_limit()
1585 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()
1586 v[3] = tg->iops_conf[WRITE][index]; in tg_set_limit()
1629 tg->bps_conf[READ][index] = v[0]; in tg_set_limit()
1630 tg->bps_conf[WRITE][index] = v[1]; in tg_set_limit()
1631 tg->iops_conf[READ][index] = v[2]; in tg_set_limit()
1632 tg->iops_conf[WRITE][index] = v[3]; in tg_set_limit()
1634 if (index in tg_set_limit()
2289 int index; throtl_track_latency() local
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_trie.c222 unsigned long index = key ^ kv->key; in get_index() local
227 return index >> kv->pos; in get_index()
273 * index into the parent's child array. That is, they will be used to find
282 * The bits from (n->pos) to (n->pos + n->bits - 1) - "C" - are the index into
939 unsigned long index = 0; in fib_find_node() local
943 n = get_child_rcu(n, index); in fib_find_node()
948 index = get_cindex(key, n); in fib_find_node()
952 * prefix plus zeros for the bits in the cindex. The index in fib_find_node()
955 * if (index >= (1ul << bits)) in fib_find_node()
964 if (index > in fib_find_node()
1454 unsigned long index; fib_table_lookup() local
2450 unsigned int index; global() member
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-expr.c368 uint16_t item_index, /**< index of the item name */ in parser_append_object_literal_item()
556 literal_index = context_p->lit_object.index; in parser_parse_class_literal()
689 uint16_t literal_index = context_p->lit_object.index; in parser_parse_class_literal()
747 class_ident_index = context_p->lit_object.index; in parser_parse_class()
750 class_name_index = context_p->lit_object.index; in parser_parse_class()
768 class_name_index = context_p->lit_object.index; in parser_parse_class()
955 uint16_t literal_index = context_p->lit_object.index; in parser_parse_object_literal()
1039 uint16_t literal_index = context_p->lit_object.index; in parser_parse_object_literal()
1079 uint16_t literal_index = context_p->lit_object.index; in parser_parse_object_literal()
1248 function_name_index = context_p->lit_object.index; in parser_parse_function_expression()
2593 int32_t index = -1; parser_process_binary_opcodes() local
[all...]
/third_party/node/lib/internal/util/
H A Dinspect.js243 // Adopted from https://github.com/chalk/ansi-regex/blob/HEAD/index.js
826 let index = 1;
829 ctx.circular.set(value, index);
831 index = ctx.circular.get(value);
832 if (index === undefined) {
833 index = ctx.circular.size + 1;
834 ctx.circular.set(value, index);
837 return ctx.stylize(`[Circular *${index}]`, 'special');
1065 const index = ctx.circular.get(value);
1066 if (index !
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c61 #include "index.h"
278 /* Find the index root attribute in the mft record. */ in ntfs_inode_lookup_by_name()
286 /* Get to the index root value. */ in ntfs_inode_lookup_by_name()
297 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length); in ntfs_inode_lookup_by_name()
298 /* The first index entry. */ in ntfs_inode_lookup_by_name()
299 ie = (INDEX_ENTRY*)((u8*)&ir->index + in ntfs_inode_lookup_by_name()
300 le32_to_cpu(ir->index.entries_offset)); in ntfs_inode_lookup_by_name()
339 * is definitely no such name in this index but we might need to in ntfs_inode_lookup_by_name()
357 * We have finished with this index withou in ntfs_inode_lookup_by_name()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1652 for (deUint32 index = stagesCount; index < stagesCount + extraDatasCount; ++index) in allStages()
1654 const deUint32 datasNdx = index - stagesCount; in allStages()
1655 if ((stagesVector[ndx] & extraDatas[datasNdx].stages) && (!inputBuffers[index]->isImage())) in allStages()
1657 glw::GLvoid * resultData = inputBuffers[index]->getAsBuffer()->mapBufferPtr(); in allStages()
1658 buffersToUnmap.push_back(inputBuffers[index]->getAsBuffer()); in allStages()
1681 for (deUint32 index = stagesCount; index < stagesCount + extraDatasCount; ++index) in allStages()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.c326 static int ips_abort_init(ips_ha_t * ha, int index);
327 static int ips_init_phase2(int index);
330 static int ips_register_scsi(int index);
6515 ips_abort_init(ips_ha_t * ha, int index) in ips_abort_init() argument
6519 ips_ha[index] = NULL; in ips_abort_init()
6520 ips_sh[index] = NULL; in ips_abort_init()
6651 ips_register_scsi(int index) in ips_register_scsi() argument
6654 ips_ha_t *ha, *oldha = ips_ha[index]; in ips_register_scsi()
6688 ips_sh[index] = sh; in ips_register_scsi()
6689 ips_ha[index] in ips_register_scsi()
6777 int index = -1; ips_insert_device() local
6837 int index; ips_init_phase1() local
7044 ips_init_phase2(int index) ips_init_phase2() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dips.c330 static int ips_abort_init(ips_ha_t * ha, int index);
331 static int ips_init_phase2(int index);
334 static int ips_register_scsi(int index);
6518 ips_abort_init(ips_ha_t * ha, int index) in ips_abort_init() argument
6522 ips_ha[index] = NULL; in ips_abort_init()
6523 ips_sh[index] = NULL; in ips_abort_init()
6654 ips_register_scsi(int index) in ips_register_scsi() argument
6657 ips_ha_t *ha, *oldha = ips_ha[index]; in ips_register_scsi()
6691 ips_sh[index] = sh; in ips_register_scsi()
6692 ips_ha[index] in ips_register_scsi()
6780 int index = -1; ips_insert_device() local
6840 int index; ips_init_phase1() local
7047 ips_init_phase2(int index) ips_init_phase2() argument
[all...]
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c120 namestr, st->index, opt_name_##name[0], spec[0] ? ":" : "", spec, so->u.type);\
431 av_log(NULL, AV_LOG_FATAL, "Invalid sync file index: %d.\n", sync_file_idx); in opt_map()
470 av_log(NULL, AV_LOG_FATAL, "Invalid input file index: %d.\n", file_idx); in opt_map()
575 av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file index: %d\n", in opt_map_channel()
581 av_log(NULL, AV_LOG_FATAL, "mapchan: invalid input file stream index #%d.%d\n", in opt_map_channel()
683 * @param index for type c/p, chapter/program index is written here
686 static void parse_meta_type(char *arg, char *type, int *index, const char **stream_spec) in parse_meta_type() argument
703 *index = strtol(++arg, NULL, 0); in parse_meta_type()
746 #define METADATA_CHECK_INDEX(index, nb_elem in copy_metadata()
2990 int index = 0, j, ret = 0; open_output_file() local
[all...]
/applications/standard/contacts_data/ability/common/utils/src/
H A Dcontacts_json_utils.cpp58 void ContactsJsonUtils::GetValue(std::vector<std::string> &columnNames, unsigned int &index, Json::Value &data, in GetValue() argument
61 std::string typeValue = columnNames[index]; in GetValue()
/device/qemu/drivers/virtio/
H A Dvirtmmio.h94 uint16_t index; member
107 uint16_t index; member

Completed in 77 milliseconds

1...<<331332333334335336337338339340>>...786