Home
last modified time | relevance | path

Searched refs:index (Results 851 - 875 of 19931) sorted by relevance

1...<<31323334353637383940>>...798

/third_party/alsa-lib/src/topology/
H A Delem.c235 unsigned int index; in tplg_get_type() local
237 for (index = 0; index < tplg_table_items; index++) in tplg_get_type()
238 if (tplg_table[index].tsoc == asoc_type) in tplg_get_type()
239 return tplg_table[index].type; in tplg_get_type()
332 unsigned int type, int index) in tplg_elem_lookup()
348 if ((index != SND_TPLG_INDEX_ALL) in tplg_elem_lookup()
349 && (elem->index > index)) in tplg_elem_lookup()
331 tplg_elem_lookup(struct list_head *base, const char* id, unsigned int type, int index) tplg_elem_lookup() argument
363 unsigned int index; tplg_elem_type_lookup() local
412 unsigned index; tplg_elem_new_common() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c35 /* The index of the first read of the source path that's part of the copy
122 if (nir_src_is_const(instr->arr.index)) { in node_for_deref()
123 idx = nir_src_as_uint(instr->arr.index); in node_for_deref()
131 idx = instr->strct.index; in node_for_deref()
217 struct match_node *child = node->children[(*deref)->strct.index]; in _foreach_aliasing()
226 !nir_src_is_const((*deref)->arr.index)) { in _foreach_aliasing()
227 /* This access may touch any index, so we have to visit all of in _foreach_aliasing()
241 unsigned index = nir_src_as_uint((*deref)->arr.index); in _foreach_aliasing() local
242 /* Check that the index i in _foreach_aliasing()
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_ssa_elimination.cpp40 /* The outer vectors should be indexed by block index. The inner vectors store phi information
206 ctx.program->blocks[succ_idx].linear_preds[i] = pred->index; in try_remove_invert_block()
229 branch.target[0] = succ.index; in try_remove_simple_block()
230 branch.target[1] = succ.index; in try_remove_simple_block()
231 } else if (branch.target[0] == block->index) { in try_remove_simple_block()
232 branch.target[0] = succ.index; in try_remove_simple_block()
233 } else if (branch.target[0] == succ.index) { in try_remove_simple_block()
234 assert(branch.target[1] == block->index); in try_remove_simple_block()
235 branch.target[1] = succ.index; in try_remove_simple_block()
237 } else if (branch.target[1] == block->index) { in try_remove_simple_block()
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir_to_qpu.c29 qpu_reg(int index) in qpu_reg() argument
33 .index = index, in qpu_reg()
43 .index = waddr, in qpu_magic()
103 assert(src.index >= V3D_QPU_WADDR_R0 && in set_src()
104 src.index <= V3D_QPU_WADDR_R5); in set_src()
105 *mux = src.index - V3D_QPU_WADDR_R0 + V3D_QPU_MUX_R0; in set_src()
113 instr->raddr_a = src.index; in set_src()
116 if (instr->raddr_a == src.index) { in set_src()
123 src.index in set_src()
207 int index = qinst->src[i].index; v3d_generate_code_block() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL3.cpp68 GLuint index, in ValidateVertexAttribI1i()
76 GLuint index, in ValidateVertexAttribI1iv()
84 GLuint index, in ValidateVertexAttribI1ui()
92 GLuint index, in ValidateVertexAttribI1uiv()
100 GLuint index, in ValidateVertexAttribI2i()
109 GLuint index, in ValidateVertexAttribI2iv()
117 GLuint index, in ValidateVertexAttribI2ui()
126 GLuint index, in ValidateVertexAttribI2uiv()
134 GLuint index, in ValidateVertexAttribI3i()
144 GLuint index, in ValidateVertexAttribI3iv()
66 ValidateVertexAttribI1i(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint x) ValidateVertexAttribI1i() argument
74 ValidateVertexAttribI1iv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLint *v) ValidateVertexAttribI1iv() argument
82 ValidateVertexAttribI1ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLuint x) ValidateVertexAttribI1ui() argument
90 ValidateVertexAttribI1uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLuint *v) ValidateVertexAttribI1uiv() argument
98 ValidateVertexAttribI2i(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint x, GLint y) ValidateVertexAttribI2i() argument
107 ValidateVertexAttribI2iv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLint *v) ValidateVertexAttribI2iv() argument
115 ValidateVertexAttribI2ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLuint x, GLuint y) ValidateVertexAttribI2ui() argument
124 ValidateVertexAttribI2uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLuint *v) ValidateVertexAttribI2uiv() argument
132 ValidateVertexAttribI3i(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint x, GLint y, GLint z) ValidateVertexAttribI3i() argument
142 ValidateVertexAttribI3iv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLint *v) ValidateVertexAttribI3iv() argument
150 ValidateVertexAttribI3ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLuint x, GLuint y, GLuint z) ValidateVertexAttribI3ui() argument
160 ValidateVertexAttribI3uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLuint *v) ValidateVertexAttribI3uiv() argument
168 ValidateVertexAttribI4bv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLbyte *v) ValidateVertexAttribI4bv() argument
176 ValidateVertexAttribI4sv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLshort *v) ValidateVertexAttribI4sv() argument
184 ValidateVertexAttribI4ubv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLubyte *v) ValidateVertexAttribI4ubv() argument
192 ValidateVertexAttribI4usv(const Context *context, angle::EntryPoint entryPoint, GLuint index, const GLushort *v) ValidateVertexAttribI4usv() argument
211 ValidatePrimitiveRestartIndex(const Context *context, angle::EntryPoint entryPoint, GLuint index) ValidatePrimitiveRestartIndex() argument
262 ValidateBindFragDataLocationIndexed(const Context *context, angle::EntryPoint entryPoint, ShaderProgramID program, GLuint colorNumber, GLuint index, const GLchar *name) ValidateBindFragDataLocationIndexed() argument
506 ValidateVertexAttribP1ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP1ui() argument
516 ValidateVertexAttribP1uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP1uiv() argument
526 ValidateVertexAttribP2ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP2ui() argument
536 ValidateVertexAttribP2uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP2uiv() argument
546 ValidateVertexAttribP3ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP3ui() argument
556 ValidateVertexAttribP3uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP3uiv() argument
566 ValidateVertexAttribP4ui(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, GLuint value) ValidateVertexAttribP4ui() argument
576 ValidateVertexAttribP4uiv(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum type, GLboolean normalized, const GLuint *value) ValidateVertexAttribP4uiv() argument
[all...]
H A DvalidationGL3_autogen.h53 GLuint index,
57 GLuint index,
61 GLuint index,
65 GLuint index,
69 GLuint index,
74 GLuint index,
78 GLuint index,
83 GLuint index,
87 GLuint index,
93 GLuint index,
[all...]
/drivers/hdf_core/framework/support/platform/src/pin/
H A Dpin_core.c180 uint16_t index; in GetPinIndex() local
183 for (index = 0; index < cntlr->pinCount; index++) { in GetPinIndex()
184 if (cntlr->pins[index].pinName == NULL) { in GetPinIndex()
185 HDF_LOGE("GetPinIndex: cntlr->pin[index].pinName is null!"); in GetPinIndex()
188 ret = strcmp(cntlr->pins[index].pinName, desc->pinName); in GetPinIndex()
190 HDF_LOGI("GetPinIndex: get pin index:%hu success!", index); in GetPinIndex()
191 return (int32_t)index; in GetPinIndex()
206 uint32_t index; PinCntlrSetPinPull() local
246 uint32_t index; PinCntlrGetPinPull() local
292 uint32_t index; PinCntlrSetPinStrength() local
324 uint32_t index; PinCntlrGetPinStrength() local
362 uint32_t index; PinCntlrSetPinFunc() local
399 uint32_t index; PinCntlrGetPinFunc() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dhisi_dma.c121 static inline void hisi_dma_chan_write(void __iomem *base, u32 reg, u32 index, in hisi_dma_chan_write() argument
124 writel_relaxed(val, base + reg + index * HISI_DMA_OFFSET); in hisi_dma_chan_write()
141 static void hisi_dma_pause_dma(struct hisi_dma_dev *hdma_dev, u32 index, in hisi_dma_pause_dma() argument
144 void __iomem *addr = hdma_dev->base + HISI_DMA_CTRL0 + index * in hisi_dma_pause_dma()
150 static void hisi_dma_enable_dma(struct hisi_dma_dev *hdma_dev, u32 index, in hisi_dma_enable_dma() argument
153 void __iomem *addr = hdma_dev->base + HISI_DMA_CTRL0 + index * in hisi_dma_enable_dma()
174 static void hisi_dma_do_reset(struct hisi_dma_dev *hdma_dev, u32 index) in hisi_dma_do_reset() argument
176 void __iomem *addr = hdma_dev->base + HISI_DMA_CTRL1 + index * in hisi_dma_do_reset()
182 static void hisi_dma_reset_qp_point(struct hisi_dma_dev *hdma_dev, u32 index) in hisi_dma_reset_qp_point() argument
184 hisi_dma_chan_write(hdma_dev->base, HISI_DMA_SQ_TAIL_PTR, index, in hisi_dma_reset_qp_point()
192 u32 index = chan->qp_num, tmp; hisi_dma_reset_or_disable_hw_chan() local
371 hisi_dma_init_hw_qp(struct hisi_dma_dev *hdma_dev, u32 index) hisi_dma_init_hw_qp() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dcacheinfo.c29 * - a list of "index" objects representing the cpu's local cache hierarchy
34 struct cache_index_dir *index; /* list of index objects */ member
37 /* "index" object: each cpu's cache directory has an index
43 struct cache_index_dir *next; /* next index in parent directory */
64 /* These are used to index the cache_type_info array. */
525 struct cache_index_dir *index; in cache_index_release() local
527 index = kobj_to_cache_index_dir(kobj); in cache_index_release()
529 pr_debug("freeing index director in cache_index_release()
546 struct cache_index_dir *index; index_kobj_to_cache() local
632 struct cache_index_dir *index; level_show() local
644 index_dir_to_cpu(struct cache_index_dir *index) index_dir_to_cpu() argument
670 struct cache_index_dir *index; show_shared_cpumap() local
777 cacheinfo_create_index_dir(struct cache *cache, int index, struct cache_dir *cache_dir) cacheinfo_create_index_dir() argument
807 int index = 0; cacheinfo_sysfs_populate() local
855 struct cache_index_dir *index; remove_index_dirs() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c142 u32 *rate_n_flags, int index);
145 u32 *rate_n_flags, int index) in rs_dbgfs_set_mcs()
253 s32 index; in rs_tl_add_packet() local
281 index = time_diff / TID_QUEUE_CELL_SPACING; in rs_tl_add_packet()
285 if (index >= TID_QUEUE_MAX_SIZE) in rs_tl_add_packet()
288 index = (tl->head + index) % TID_QUEUE_MAX_SIZE; in rs_tl_add_packet()
289 tl->packet_count[index] = tl->packet_count[index] + 1; in rs_tl_add_packet()
292 if ((index in rs_tl_add_packet()
144 rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta, u32 *rate_n_flags, int index) rs_dbgfs_set_mcs() argument
335 s32 index; rs_tl_get_load() local
506 rate_n_flags_from_tbl(struct iwl_priv *priv, struct iwl_scale_tbl_info *tbl, int index, u8 use_green) rate_n_flags_from_tbl() argument
693 rs_get_adjacent_rate(struct iwl_priv *priv, u8 index, u16 rate_mask, int rate_type) rs_get_adjacent_rate() argument
1120 rs_get_best_rate(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct iwl_scale_tbl_info *tbl, u16 rate_mask, s8 index) rs_get_best_rate() argument
1213 rs_switch_to_mimo2(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) rs_switch_to_mimo2() argument
1268 rs_switch_to_mimo3(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) rs_switch_to_mimo3() argument
1324 rs_switch_to_siso(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) rs_switch_to_siso() argument
1373 rs_move_legacy_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_legacy_other() argument
1546 rs_move_siso_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_siso_to_other() argument
1716 rs_move_mimo2_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_mimo2_to_other() argument
1884 rs_move_mimo3_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_mimo3_to_other() argument
2140 rs_update_rate_tbl(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct iwl_lq_sta *lq_sta, struct iwl_scale_tbl_info *tbl, int index, u8 is_green) rs_update_rate_tbl() argument
2168 int index; rs_rate_scale_perform() local
2847 int index = 0; rs_fill_link_cmd() local
3012 rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta, u32 *rate_n_flags, int index) rs_dbgfs_set_mcs() argument
3072 int index = 0; rs_sta_dbgfs_scale_table_read() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/intel/pmc/
H A Dcore.c259 int index, idx, len = 32, bit_mask, arr_size; in pmc_core_lpm_display() local
267 for (index = 0; index < arr_size; index++) { in pmc_core_lpm_display()
268 lpm_regs[index] = pmc_core_reg_read(pmc, offset); in pmc_core_lpm_display()
279 for (index = 0; maps[idx][index].name && index < len; index++) { in pmc_core_lpm_display()
280 bit_mask = maps[idx][index] in pmc_core_lpm_display()
302 pmc_core_display_map(struct seq_file *s, int index, int idx, int ip, int pmc_index, u8 pf_reg, const struct pmc_bit_map **pf_map) pmc_core_display_map() argument
319 int index, iter, idx, ip = 0; pmc_core_ppfear_show() local
378 int index, err = 0; pmc_core_mphy_pg_show() local
432 int index, err = 0; pmc_core_pll_show() local
626 int i, index, ltr_index = 0; pmc_core_ltr_show() local
926 int index; pmc_core_pkgc_show() local
[all...]
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-common.c63 .name = "index",
283 dm_block_t index = b; in sm_ll_lookup_bitmap() local
292 b = do_div(index, ll->entries_per_block); in sm_ll_lookup_bitmap()
293 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_lookup_bitmap()
428 dm_block_t index = b; in sm_ll_insert() local
433 bit = do_div(index, ll->entries_per_block); in sm_ll_insert()
434 r = ll->load_ie(ll, index, &ie_disk); in sm_ll_insert()
503 return ll->save_ie(ll, index, &ie_disk); in sm_ll_insert()
542 * Confirms a btree node contains a particular key at an index.
544 static bool contains_key(struct btree_node *n, uint64_t key, int index) in contains_key() argument
554 int index; __sm_ll_inc_overflow() local
586 int index; sm_ll_inc_overflow() local
722 dm_block_t index = b; __sm_ll_inc() local
774 int index = -1; __sm_ll_dec_overflow() local
811 int index; sm_ll_dec_overflow() local
905 dm_block_t index = b; __sm_ll_dec() local
959 metadata_ll_load_ie(struct ll_disk *ll, dm_block_t index, struct disk_index_entry *ie) metadata_ll_load_ie() argument
966 metadata_ll_save_ie(struct ll_disk *ll, dm_block_t index, struct disk_index_entry *ie) metadata_ll_save_ie() argument
1103 hash_index(dm_block_t index) hash_index() argument
1108 disk_ll_load_ie(struct ll_disk *ll, dm_block_t index, struct disk_index_entry *ie) disk_ll_load_ie() argument
1139 disk_ll_save_ie(struct ll_disk *ll, dm_block_t index, struct disk_index_entry *ie) disk_ll_save_ie() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleReader.java293 // Pool bundle key strings are used with a 0-based index, in init()
948 int getContainerResource(ICUResourceBundleReader reader, int index) { in getContainerResource() argument
951 protected int getContainer16Resource(ICUResourceBundleReader reader, int index) { in getContainer16Resource() argument
952 if (index < 0 || size <= index) { in getContainer16Resource()
955 int res16 = reader.b16BitUnits.charAt(itemsOffset + index); in getContainer16Resource()
960 // with a larger pool string index limit. in getContainer16Resource()
965 protected int getContainer32Resource(ICUResourceBundleReader reader, int index) { in getContainer32Resource() argument
966 if (index < 0 || size <= index) { in getContainer32Resource()
991 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1002 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1016 getKey(ICUResourceBundleReader reader, int index) getKey() argument
1082 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1094 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1105 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1167 putIfCleared(Object[] values, int index, Object item, int size) putIfCleared() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundleReader.java295 // Pool bundle key strings are used with a 0-based index, in init()
950 int getContainerResource(ICUResourceBundleReader reader, int index) { in getContainerResource() argument
953 protected int getContainer16Resource(ICUResourceBundleReader reader, int index) { in getContainer16Resource() argument
954 if (index < 0 || size <= index) { in getContainer16Resource()
957 int res16 = reader.b16BitUnits.charAt(itemsOffset + index); in getContainer16Resource()
962 // with a larger pool string index limit. in getContainer16Resource()
967 protected int getContainer32Resource(ICUResourceBundleReader reader, int index) { in getContainer32Resource() argument
968 if (index < 0 || size <= index) { in getContainer32Resource()
993 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1004 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1018 getKey(ICUResourceBundleReader reader, int index) getKey() argument
1084 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1096 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1107 getContainerResource(ICUResourceBundleReader reader, int index) getContainerResource() argument
1169 putIfCleared(Object[] values, int index, Object item, int size) putIfCleared() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c147 u32 *rate_n_flags, int index);
150 u32 *rate_n_flags, int index) in rs_dbgfs_set_mcs()
275 s32 index; in rs_tl_add_packet() local
303 index = time_diff / TID_QUEUE_CELL_SPACING; in rs_tl_add_packet()
307 if (index >= TID_QUEUE_MAX_SIZE) in rs_tl_add_packet()
310 index = (tl->head + index) % TID_QUEUE_MAX_SIZE; in rs_tl_add_packet()
311 tl->packet_count[index] = tl->packet_count[index] + 1; in rs_tl_add_packet()
314 if ((index in rs_tl_add_packet()
149 rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta, u32 *rate_n_flags, int index) rs_dbgfs_set_mcs() argument
357 s32 index; rs_tl_get_load() local
528 rate_n_flags_from_tbl(struct iwl_priv *priv, struct iwl_scale_tbl_info *tbl, int index, u8 use_green) rate_n_flags_from_tbl() argument
715 rs_get_adjacent_rate(struct iwl_priv *priv, u8 index, u16 rate_mask, int rate_type) rs_get_adjacent_rate() argument
1142 rs_get_best_rate(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct iwl_scale_tbl_info *tbl, u16 rate_mask, s8 index) rs_get_best_rate() argument
1235 rs_switch_to_mimo2(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) rs_switch_to_mimo2() argument
1290 rs_switch_to_mimo3(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) rs_switch_to_mimo3() argument
1346 rs_switch_to_siso(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) rs_switch_to_siso() argument
1395 rs_move_legacy_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_legacy_other() argument
1568 rs_move_siso_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_siso_to_other() argument
1738 rs_move_mimo2_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_mimo2_to_other() argument
1906 rs_move_mimo3_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) rs_move_mimo3_to_other() argument
2162 rs_update_rate_tbl(struct iwl_priv *priv, struct iwl_rxon_context *ctx, struct iwl_lq_sta *lq_sta, struct iwl_scale_tbl_info *tbl, int index, u8 is_green) rs_update_rate_tbl() argument
2190 int index; rs_rate_scale_perform() local
2869 int index = 0; rs_fill_link_cmd() local
3034 rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta, u32 *rate_n_flags, int index) rs_dbgfs_set_mcs() argument
3094 int index = 0; rs_sta_dbgfs_scale_table_read() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dnvram.c37 static ssize_t pSeries_nvram_read(char *buf, size_t count, loff_t *index) in pSeries_nvram_read() argument
49 if (*index >= nvram_size) in pSeries_nvram_read()
52 i = *index; in pSeries_nvram_read()
77 *index = i; in pSeries_nvram_read()
81 static ssize_t pSeries_nvram_write(char *buf, size_t count, loff_t *index) in pSeries_nvram_write() argument
92 if (*index >= nvram_size) in pSeries_nvram_write()
95 i = *index; in pSeries_nvram_write()
119 *index = i; in pSeries_nvram_write()
168 if (rtas_log_partition.index == -1) in nvram_clear_error_log()
171 tmp_index = rtas_log_partition.index; in nvram_clear_error_log()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dnvram.c37 static ssize_t pSeries_nvram_read(char *buf, size_t count, loff_t *index) in pSeries_nvram_read() argument
49 if (*index >= nvram_size) in pSeries_nvram_read()
52 i = *index; in pSeries_nvram_read()
77 *index = i; in pSeries_nvram_read()
81 static ssize_t pSeries_nvram_write(char *buf, size_t count, loff_t *index) in pSeries_nvram_write() argument
92 if (*index >= nvram_size) in pSeries_nvram_write()
95 i = *index; in pSeries_nvram_write()
119 *index = i; in pSeries_nvram_write()
168 if (rtas_log_partition.index == -1) in nvram_clear_error_log()
171 tmp_index = rtas_log_partition.index; in nvram_clear_error_log()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.h75 static inline u16 iwl_txq_get_cmd_index(const struct iwl_txq *q, u32 index) in iwl_txq_get_cmd_index() argument
77 return index & (q->n_window - 1); in iwl_txq_get_cmd_index()
126 * iwl_txq_inc_wrap - increment queue index, wrap back to beginning
127 * @index -- current index
129 static inline int iwl_txq_inc_wrap(struct iwl_trans *trans, int index) in iwl_txq_inc_wrap() argument
131 return ++index & in iwl_txq_inc_wrap()
136 * iwl_txq_dec_wrap - decrement queue index, wrap back to end
137 * @index -- current index
139 iwl_txq_dec_wrap(struct iwl_trans *trans, int index) iwl_txq_dec_wrap() argument
147 int index = iwl_txq_get_cmd_index(q, i); iwl_txq_used() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfb_draw.h101 static inline u32 fb_shifted_pixels_mask_u32(struct fb_info *p, u32 index, in fb_shifted_pixels_mask_u32() argument
107 mask = FB_SHIFT_HIGH(p, ~(u32)0, index); in fb_shifted_pixels_mask_u32()
110 mask = FB_SHIFT_LOW(p, mask, index & (bswapmask)) & mask; in fb_shifted_pixels_mask_u32()
111 mask = FB_SHIFT_HIGH(p, mask, index & ~(bswapmask)); in fb_shifted_pixels_mask_u32()
114 if(index + bswapmask < 32) in fb_shifted_pixels_mask_u32()
117 (index + bswapmask) & ~(bswapmask)); in fb_shifted_pixels_mask_u32()
123 u32 index, in fb_shifted_pixels_mask_long()
129 mask = FB_SHIFT_HIGH(p, ~0UL, index); in fb_shifted_pixels_mask_long()
132 mask = FB_SHIFT_LOW(p, mask, index & (bswapmask)) & mask; in fb_shifted_pixels_mask_long()
133 mask = FB_SHIFT_HIGH(p, mask, index in fb_shifted_pixels_mask_long()
122 fb_shifted_pixels_mask_long(struct fb_info *p, u32 index, u32 bswapmask) fb_shifted_pixels_mask_long() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfb_draw.h101 static inline u32 fb_shifted_pixels_mask_u32(struct fb_info *p, u32 index, in fb_shifted_pixels_mask_u32() argument
107 mask = FB_SHIFT_HIGH(p, ~(u32)0, index); in fb_shifted_pixels_mask_u32()
110 mask = FB_SHIFT_LOW(p, mask, index & (bswapmask)) & mask; in fb_shifted_pixels_mask_u32()
111 mask = FB_SHIFT_HIGH(p, mask, index & ~(bswapmask)); in fb_shifted_pixels_mask_u32()
114 if(index + bswapmask < 32) in fb_shifted_pixels_mask_u32()
117 (index + bswapmask) & ~(bswapmask)); in fb_shifted_pixels_mask_u32()
123 u32 index, in fb_shifted_pixels_mask_long()
129 mask = FB_SHIFT_HIGH(p, ~0UL, index); in fb_shifted_pixels_mask_long()
132 mask = FB_SHIFT_LOW(p, mask, index & (bswapmask)) & mask; in fb_shifted_pixels_mask_long()
133 mask = FB_SHIFT_HIGH(p, mask, index in fb_shifted_pixels_mask_long()
122 fb_shifted_pixels_mask_long(struct fb_info *p, u32 index, u32 bswapmask) fb_shifted_pixels_mask_long() argument
[all...]
/kernel/linux/linux-6.6/mm/kmsan/
H A Dinit.c138 int index; member
143 .index = 0,
149 KMSAN_WARN_ON(stack->index == MAX_BLOCKS); in smallstack_push()
150 stack->items[stack->index] = pages; in smallstack_push()
151 stack->index++; in smallstack_push()
159 KMSAN_WARN_ON(stack->index == 0); in smallstack_pop()
160 stack->index--; in smallstack_pop()
161 ret = stack->items[stack->index]; in smallstack_pop()
162 stack->items[stack->index] = NULL; in smallstack_pop()
170 while (collect.index > in do_collection()
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DListView.cpp30 bool CListView::GetItemParam(unsigned index, LPARAM &param) const in GetItemParam() argument
33 item.iItem = (int)index; in GetItemParam()
51 int CListView::InsertItem(unsigned index, LPCTSTR text) in InsertItem() argument
55 item.iItem = (int)index; in InsertItem()
56 item.lParam = (LPARAM)index; in InsertItem()
62 int CListView::SetSubItem(unsigned index, unsigned subIndex, LPCTSTR text) in SetSubItem() argument
66 item.iItem = (int)index; in SetSubItem()
84 int CListView::InsertItem(unsigned index, LPCWSTR text) in InsertItem() argument
88 item.iItem = (int)index; in InsertItem()
89 item.lParam = (LPARAM)index; in InsertItem()
95 SetSubItem(unsigned index, unsigned subIndex, LPCWSTR text) SetSubItem() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_loopback.c39 typedef void (*attr_func)(struct gl_context *ctx, GLint index, const GLfloat *);
47 VertexAttrib1fvNV(struct gl_context *ctx, GLint index, const GLfloat *v) in VertexAttrib1fvNV() argument
49 CALL_VertexAttrib1fvNV(ctx->Exec, (index, v)); in VertexAttrib1fvNV()
54 VertexAttrib2fvNV(struct gl_context *ctx, GLint index, const GLfloat *v) in VertexAttrib2fvNV() argument
56 CALL_VertexAttrib2fvNV(ctx->Exec, (index, v)); in VertexAttrib2fvNV()
61 VertexAttrib3fvNV(struct gl_context *ctx, GLint index, const GLfloat *v) in VertexAttrib3fvNV() argument
63 CALL_VertexAttrib3fvNV(ctx->Exec, (index, v)); in VertexAttrib3fvNV()
68 VertexAttrib4fvNV(struct gl_context *ctx, GLint index, const GLfloat *v) in VertexAttrib4fvNV() argument
70 CALL_VertexAttrib4fvNV(ctx->Exec, (index, v)); in VertexAttrib4fvNV()
83 enum vbo_attrib index; member
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-liveness-map.h62 bool RegisterIsLive(int index) const { in RegisterIsLive()
63 DCHECK_GE(index, 0); in RegisterIsLive()
64 DCHECK_LT(index, bit_vector_.length() - 1); in RegisterIsLive()
65 return bit_vector_.Contains(index + 1); in RegisterIsLive()
74 void MarkRegisterLive(int index) { in MarkRegisterLive() argument
75 DCHECK_GE(index, 0); in MarkRegisterLive()
76 DCHECK_LT(index, bit_vector_.length() - 1); in MarkRegisterLive()
77 bit_vector_.Add(index + 1); in MarkRegisterLive()
80 void MarkRegisterDead(int index) { in MarkRegisterDead() argument
81 DCHECK_GE(index, in MarkRegisterDead()
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.h140 size_t index = GetRegisterInfoTableIndex(reg); in GetRegisterInfo() local
141 DCHECK_LT(index, register_info_table_.size()); in GetRegisterInfo()
142 return register_info_table_[index]; in GetRegisterInfo()
145 size_t index = GetRegisterInfoTableIndex(reg); in GetOrCreateRegisterInfo() local
146 return index < register_info_table_.size() ? register_info_table_[index] in GetOrCreateRegisterInfo()
150 size_t index = GetRegisterInfoTableIndex(reg); in NewRegisterInfo() local
151 DCHECK_GE(index, register_info_table_.size()); in NewRegisterInfo()
153 return register_info_table_[index]; in NewRegisterInfo()
171 return static_cast<size_t>(reg.index() in GetRegisterInfoTableIndex()
[all...]

Completed in 25 milliseconds

1...<<31323334353637383940>>...798