Home
last modified time | relevance | path

Searched refs:index (Results 501 - 525 of 22549) sorted by relevance

1...<<21222324252627282930>>...902

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Ditem.h26 __mlxsw_item_offset(const struct mlxsw_item *item, unsigned short index, in __mlxsw_item_offset() argument
29 BUG_ON(index && !item->step); in __mlxsw_item_offset()
39 return ((item->offset + item->step * index + item->in_step_offset) / in __mlxsw_item_offset()
45 unsigned short index) in __mlxsw_item_get8()
47 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(u8)); in __mlxsw_item_get8()
60 unsigned short index, u8 val) in __mlxsw_item_set8()
62 unsigned int offset = __mlxsw_item_offset(item, index, in __mlxsw_item_set8()
79 unsigned short index) in __mlxsw_item_get16()
81 unsigned int offset = __mlxsw_item_offset(item, index, sizeof(u16)); in __mlxsw_item_get16()
94 unsigned short index, u1 in __mlxsw_item_set16()
43 __mlxsw_item_get8(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get8() argument
59 __mlxsw_item_set8(char *buf, const struct mlxsw_item *item, unsigned short index, u8 val) __mlxsw_item_set8() argument
77 __mlxsw_item_get16(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get16() argument
93 __mlxsw_item_set16(char *buf, const struct mlxsw_item *item, unsigned short index, u16 val) __mlxsw_item_set16() argument
111 __mlxsw_item_get32(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get32() argument
127 __mlxsw_item_set32(char *buf, const struct mlxsw_item *item, unsigned short index, u32 val) __mlxsw_item_set32() argument
145 __mlxsw_item_get64(const char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_get64() argument
161 __mlxsw_item_set64(char *buf, const struct mlxsw_item *item, unsigned short index, u64 val) __mlxsw_item_set64() argument
178 __mlxsw_item_memcpy_from(const char *buf, char *dst, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_memcpy_from() argument
187 __mlxsw_item_memcpy_to(char *buf, const char *src, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_memcpy_to() argument
196 __mlxsw_item_data(char *buf, const struct mlxsw_item *item, unsigned short index) __mlxsw_item_data() argument
205 __mlxsw_item_bit_array_offset(const struct mlxsw_item *item, u16 index, u8 *shift) __mlxsw_item_bit_array_offset() argument
229 __mlxsw_item_bit_array_get(const char *buf, const struct mlxsw_item *item, u16 index) __mlxsw_item_bit_array_get() argument
242 __mlxsw_item_bit_array_set(char *buf, const struct mlxsw_item *item, u16 index, u8 val) __mlxsw_item_bit_array_set() argument
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H A Drun.c27 * run_lookup - Lookup the index of a MCB entry that is first <= vcn.
30 * @index parameter to index of entry been found.
31 * Case of entry missing from list 'index' will be set to
34 static bool run_lookup(const struct runs_tree *run, CLST vcn, size_t *index) in run_lookup() argument
40 *index = 0; in run_lookup()
50 *index = 0; in run_lookup()
55 *index = 0; in run_lookup()
61 *index = run->count; in run_lookup()
66 *index in run_lookup()
93 run_consolidate(struct runs_tree *run, size_t index) run_consolidate() argument
192 run_lookup_entry(const struct runs_tree *run, CLST vcn, CLST *lcn, CLST *len, size_t *index) run_lookup_entry() argument
230 size_t index; run_truncate_head() local
265 size_t index; run_truncate() local
319 size_t used, index; run_add_entry() local
491 size_t index, eat; run_collapse_range() local
557 size_t index; run_insert_range() local
595 run_get_entry(const struct runs_tree *run, size_t index, CLST *vcn, CLST *lcn, CLST *len) run_get_entry() argument
1056 size_t index; run_unpack_ex() local
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java109 * they are passed in and out via a Position object. The <code>start</code> index marks the beginning of the substring
110 * that the transliterator will look at. It is advanced as text becomes committed (but it is not the committed index;
111 * that's the <code>cursor</code>). The <code>cursor</code> index, described above, marks the point at which the
114 * Any characters before the <code>cursor</code> index are frozen; future keyboard
116 * index, which marks the end of the substring that the transliterator looks at.
511 * <p>Note: All index values in this structure must be at code point
513 * of a surrogate pair. If any index does split a surrogate pair,
520 * Beginning index, inclusive, of the context to be considered for
522 * anything before this index. INPUT/OUTPUT parameter: This parameter
530 * Ending index, exclusiv
855 transliterate(Replaceable text, Position index, String insertion) transliterate() argument
901 transliterate(Replaceable text, Position index, int insertion) transliterate() argument
918 transliterate(Replaceable text, Position index) transliterate() argument
933 finishTransliteration(Replaceable text, Position index) finishTransliteration() argument
1048 filteredTransliterate(Replaceable text, Position index, boolean incremental, boolean rollback) filteredTransliterate() argument
1362 filteredTransliterate(Replaceable text, Position index, boolean incremental) filteredTransliterate() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliterator.java110 * they are passed in and out via a Position object. The <code>start</code> index marks the beginning of the substring
111 * that the transliterator will look at. It is advanced as text becomes committed (but it is not the committed index;
112 * that's the <code>cursor</code>). The <code>cursor</code> index, described above, marks the point at which the
115 * Any characters before the <code>cursor</code> index are frozen; future keyboard
117 * index, which marks the end of the substring that the transliterator looks at.
509 * <p>Note: All index values in this structure must be at code point
511 * of a surrogate pair. If any index does split a surrogate pair,
517 * Beginning index, inclusive, of the context to be considered for
519 * anything before this index. INPUT/OUTPUT parameter: This parameter
526 * Ending index, exclusiv
835 transliterate(Replaceable text, Position index, String insertion) transliterate() argument
880 transliterate(Replaceable text, Position index, int insertion) transliterate() argument
896 transliterate(Replaceable text, Position index) transliterate() argument
910 finishTransliteration(Replaceable text, Position index) finishTransliteration() argument
1025 filteredTransliterate(Replaceable text, Position index, boolean incremental, boolean rollback) filteredTransliterate() argument
1338 filteredTransliterate(Replaceable text, Position index, boolean incremental) filteredTransliterate() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_element.cpp34 int32_t index = renderIndexer->GetFocusIndex(); in OnKeyEvent() local
40 index -= 1; in OnKeyEvent()
41 if (index < 0) { in OnKeyEvent()
46 auto indexerItem = renderIndexer->GetSpecificItem(index); in OnKeyEvent()
52 renderIndexer->MoveSectionWithIndexer(index); in OnKeyEvent()
53 renderIndexer->SetFocusIndex(index); in OnKeyEvent()
61 index += 1; in OnKeyEvent()
63 auto indexerItem = renderIndexer->GetSpecificItem(index); in OnKeyEvent()
68 renderIndexer->SetFocusIndex(index); in OnKeyEvent()
71 renderIndexer->MoveSectionWithIndexer(index); in OnKeyEvent()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dsp_local.h64 #define load_sp_array_uint8(array_name, index) \
66 (index) * sizeof(uint8_t))
68 #define load_sp_array_uint16(array_name, index) \
70 (index) * sizeof(uint16_t))
72 #define load_sp_array_uint(array_name, index) \
74 (index) * sizeof(uint32_t))
79 #define store_sp_array_uint8(array_name, index, value) \
81 (index) * sizeof(uint8_t), value)
83 #define store_sp_array_uint16(array_name, index, value) \
85 (index) * sizeo
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dsp_local.h64 #define load_sp_array_uint8(array_name, index) \
66 (index) * sizeof(uint8_t))
68 #define load_sp_array_uint16(array_name, index) \
70 (index) * sizeof(uint16_t))
72 #define load_sp_array_uint(array_name, index) \
74 (index) * sizeof(uint32_t))
79 #define store_sp_array_uint8(array_name, index, value) \
81 (index) * sizeof(uint8_t), value)
83 #define store_sp_array_uint16(array_name, index, value) \
85 (index) * sizeo
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dparsepos.h42 * you can use the same <code>ParsePosition</code>, since the index parameter
55 * Default constructor, the index starts with 0 as default.
60 index(0), in ParsePosition()
65 * Create a new ParsePosition with the given initial index.
71 index(newIndex), in ParsePosition()
82 index(copy.index), in ParsePosition()
127 * is the index of the character at which parsing will begin; on output, it
128 * is the index of the character following the last character parsed.
129 * @return the current index
178 int32_t index; global() member in ParsePosition
[all...]
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Drandom.js31 let index = 0;
34 if (index < count) {
35 result[index] = item;
37 const randIndex = randInt(0, index);
43 index++;
46 if (index < count) {
48 result.length = index;
75 const index = Math.floor(p * (high * factor + low));
76 if (index < low) {
77 // If the index i
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dparsepos.h42 * you can use the same <code>ParsePosition</code>, since the index parameter
55 * Default constructor, the index starts with 0 as default.
60 index(0), in ParsePosition()
65 * Create a new ParsePosition with the given initial index.
71 index(newIndex), in ParsePosition()
82 index(copy.index), in ParsePosition()
127 * is the index of the character at which parsing will begin; on output, it
128 * is the index of the character following the last character parsed.
129 * @return the current index
178 int32_t index; global() member in ParsePosition
[all...]
/third_party/skia/src/core/
H A DSkPtrRecorder.cpp33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find() local
34 if (index < 0) { in find()
37 return fList[index].fIndex; in find()
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add() local
50 if (index < 0) { in add()
51 index = ~index; // turn it back into an index for insertion in add()
54 *fList.insert(index) = pair; in add()
57 return fList[index] in add()
68 int index = p[i].fIndex - 1; copyToArray() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTransformFeedback.cpp34 Buffer* TransformFeedback::getBuffer(GLuint index) const in getBuffer()
36 return mBuffer[index].get(); in getBuffer()
39 GLuint TransformFeedback::getBufferName(GLuint index) const in getBufferName()
41 return mBuffer[index].get().name(); in getBufferName()
44 int TransformFeedback::getOffset(GLuint index) const in getOffset()
46 return mBuffer[index].getOffset(); in getOffset()
49 int TransformFeedback::getSize(GLuint index) const in getSize()
51 return mBuffer[index].getSize(); in getSize()
99 void TransformFeedback::setBuffer(GLuint index, Buffer* buffer) in setBuffer() argument
101 mBuffer[index] in setBuffer()
104 setBuffer(GLuint index, Buffer* buffer, GLintptr offset, GLsizeiptr size) setBuffer() argument
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp24 for (int index = 0; index < roots; ++index) { in setBounds()
25 double t = startT + (endT - startT) * tValues[index]; in setBounds()
41 for (int index = 0; index < roots; ++index) { in setBounds()
42 double t = startT + (endT - startT) * tValues[index]; in setBounds()
58 for (int index = 0; index < root in setBounds()
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dparsepos.h42 * you can use the same <code>ParsePosition</code>, since the index parameter
55 * Default constructor, the index starts with 0 as default.
60 index(0), in ParsePosition()
65 * Create a new ParsePosition with the given initial index.
71 index(newIndex), in ParsePosition()
82 index(copy.index), in ParsePosition()
127 * is the index of the character at which parsing will begin; on output, it
128 * is the index of the character following the last character parsed.
129 * @return the current index
178 int32_t index; global() member in ParsePosition
[all...]
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_processes_info_module_test/
H A Dapp_running_processes_info_module_test.cpp72 void CheckLaunchApplication(const sptr<MockApplicationProxy>& mockApplication, const unsigned long index, in CheckLaunchApplication() argument
79 std::string applicationName(GetTestAppName(index)); in CheckLaunchApplication()
82 std::string processInfoName(GetTestAppName(index)); in CheckLaunchApplication()
102 const std::shared_ptr<AbilityInfo> abilityInfo, const std::shared_ptr<AppRunningRecord> record, const int index, in CheckAppRunningRecording()
114 std::string processName = GetTestAppName(index); in CheckAppRunningRecording()
190 unsigned long index = 0L; in HWTEST_F() local
193 abilityInfo->name = GetTestAbilityName(index); in HWTEST_F()
196 appInfo->name = GetTestAppName(index); in HWTEST_F()
198 std::string processName = GetTestAppName(index); in HWTEST_F()
211 CheckAppRunningRecording(appInfo, abilityInfo, record, index, resul in HWTEST_F()
101 CheckAppRunningRecording(const std::shared_ptr<ApplicationInfo> appInfo, const std::shared_ptr<AbilityInfo> abilityInfo, const std::shared_ptr<AppRunningRecord> record, const int index, RecordQueryResult& result) const CheckAppRunningRecording() argument
255 unsigned long index = 0L; HWTEST_F() local
322 unsigned long index = 0L; HWTEST_F() local
407 unsigned long index = 0L; HWTEST_F() local
470 unsigned long index = 0L; HWTEST_F() local
537 unsigned long index = 0L; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h74 std::pair<std::string, RefPtr<UINode>> GetChildByIndex(int32_t index, bool needBuild, bool isCache = false);
83 bool OnDataAdded(size_t index);
85 bool OnDataBulkAdded(size_t index, size_t count);
87 RefPtr<UINode> OnDataDeleted(size_t index);
89 std::list<std::pair<std::string, RefPtr<UINode>>>& OnDataBulkDeleted(size_t index, size_t count);
91 bool OnDataChanged(size_t index);
93 std::list<std::pair<std::string, RefPtr<UINode>>>& OnDataBulkChanged(size_t index, size_t count);
106 OperationInfo& info, LazyForEachChild& child, int32_t index, int32_t changedIndex);
113 bool ValidateIndex(int32_t index, const std::string& type);
125 std::map<int32_t, LazyForEachChild>::iterator FindItem(int32_t index,
137 InvalidIndexOfChangedData(size_t index) InvalidIndexOfChangedData() argument
256 CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, const std::optional<LayoutConstraintF>& itemConstraint, int64_t deadline, bool& isTimeout) CacheItem() argument
313 PreBuildByIndex(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_t deadline, const std::optional<LayoutConstraintF>& itemConstraint, bool canRunLongPredictTask) PreBuildByIndex() argument
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_key.c33 int32_t index; member
67 AUTH_LOGI(AUTH_FSM, "session key num reach max, remove the oldest, index=%{public}d, type=%{public}u", in RemoveOldKey()
68 oldKey->index, oldKey->type); in RemoveOldKey()
181 AuthLinkType GetSessionKeyTypeByIndex(const SessionKeyList *list, int32_t index) in GetSessionKeyTypeByIndex() argument
187 if (item->index == index) { in GetSessionKeyTypeByIndex()
227 AUTH_LOGI(AUTH_FSM, "latestUseTime=%{public}" PRIu64 ", type=%{public}d, index=%{public}d, time=%{public}" PRIu64 in GetLatestAvailableSessionKeyTime()
228 ", all type=%{public}u", latestKey->lastUseTime, type, latestKey->index, latestTime, latestKey->type); in GetLatestAvailableSessionKeyTime()
232 int32_t SetSessionKeyAvailable(SessionKeyList *list, int32_t index) in SetSessionKeyAvailable() argument
237 if (item->index ! in SetSessionKeyAvailable()
250 AddSessionKey(SessionKeyList *list, int32_t index, const SessionKey *key, AuthLinkType type, bool isOldKey) AddSessionKey() argument
280 GetLatestSessionKey(const SessionKeyList *list, AuthLinkType type, int32_t *index, SessionKey *key) GetLatestSessionKey() argument
322 SetSessionKeyAuthLinkType(const SessionKeyList *list, int32_t index, AuthLinkType type) SetSessionKeyAuthLinkType() argument
345 GetSessionKeyByIndex(const SessionKeyList *list, int32_t index, AuthLinkType type, SessionKey *key) GetSessionKeyByIndex() argument
371 RemoveSessionkeyByIndex(SessionKeyList *list, int32_t index, AuthLinkType type) RemoveSessionkeyByIndex() argument
426 int32_t index = 0; EncryptData() local
461 int32_t index = (int32_t)SoftBusLtoHl(*(uint32_t *)inDataInfo->inData); DecryptData() local
[all...]
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/
H A Dzram_group.c23 static struct zlist_node *get_obj(u32 index, void *private) in get_obj() argument
27 if (index < zgrp->nr_obj) in get_obj()
28 return &zgrp->obj[index]; in get_obj()
30 index -= zgrp->nr_obj; in get_obj()
31 BUG_ON(!index); in get_obj()
32 if (index < zgrp->nr_grp) in get_obj()
33 return &zgrp->grp_obj_head[index]; in get_obj()
35 index -= zgrp->nr_grp; in get_obj()
36 BUG_ON(index >= zgrp->wbgrp.nr_ext); in get_obj()
37 return &zgrp->wbgrp.ext_obj_head[index]; in get_obj()
111 zgrp_obj_insert(struct zram_group *zgrp, u32 index, u16 gid) zgrp_obj_insert() argument
131 zgrp_obj_delete(struct zram_group *zgrp, u32 index, u16 gid) zgrp_obj_delete() argument
190 zgrp_obj_is_isolated(struct zram_group *zgrp, u32 index) zgrp_obj_is_isolated() argument
210 zgrp_obj_putback(struct zram_group *zgrp, u32 index, u16 gid) zgrp_obj_putback() argument
271 zram_group_dump(struct zram_group *zgrp, u16 gid, u32 index) zram_group_dump() argument
303 get_ext(u32 index, void *private) get_ext() argument
534 wbgrp_obj_insert(struct zram_group *zgrp, u32 index, u32 eid) wbgrp_obj_insert() argument
556 wbgrp_obj_delete(struct zram_group *zgrp, u32 index, u32 eid) wbgrp_obj_delete() argument
[all...]
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/
H A Dzram_group.c23 static struct zlist_node *get_obj(u32 index, void *private) in get_obj() argument
27 if (index < zgrp->nr_obj) in get_obj()
28 return &zgrp->obj[index]; in get_obj()
30 index -= zgrp->nr_obj; in get_obj()
31 BUG_ON(!index); in get_obj()
32 if (index < zgrp->nr_grp) in get_obj()
33 return &zgrp->grp_obj_head[index]; in get_obj()
35 index -= zgrp->nr_grp; in get_obj()
36 BUG_ON(index >= zgrp->wbgrp.nr_ext); in get_obj()
37 return &zgrp->wbgrp.ext_obj_head[index]; in get_obj()
111 zgrp_obj_insert(struct zram_group *zgrp, u32 index, u16 gid) zgrp_obj_insert() argument
131 zgrp_obj_delete(struct zram_group *zgrp, u32 index, u16 gid) zgrp_obj_delete() argument
190 zgrp_obj_is_isolated(struct zram_group *zgrp, u32 index) zgrp_obj_is_isolated() argument
210 zgrp_obj_putback(struct zram_group *zgrp, u32 index, u16 gid) zgrp_obj_putback() argument
271 zram_group_dump(struct zram_group *zgrp, u16 gid, u32 index) zram_group_dump() argument
303 get_ext(u32 index, void *private) get_ext() argument
534 wbgrp_obj_insert(struct zram_group *zgrp, u32 index, u32 eid) wbgrp_obj_insert() argument
556 wbgrp_obj_delete(struct zram_group *zgrp, u32 index, u32 eid) wbgrp_obj_delete() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_statement.cpp177 int RdStatement::InnerBindBlobTypeArgs(const ValueObject &arg, uint32_t index) const in InnerBindBlobTypeArgs()
184 ret = RdUtils::RdSqlBindBlob(stmtHandle_, index, static_cast<const void *>(blob.data()), blob.size(), in InnerBindBlobTypeArgs()
191 ret = RdUtils::RdSqlBindInt64(stmtHandle_, index, boolVal ? 1 : 0); in InnerBindBlobTypeArgs()
198 ret = RdUtils::RdSqlBindBlob(stmtHandle_, index, static_cast<const void *>(rawData.data()), in InnerBindBlobTypeArgs()
206 ret = RdUtils::RdSqlBindBlob(stmtHandle_, index, static_cast<const void *>(rawData.data()), in InnerBindBlobTypeArgs()
213 ret = RdUtils::RdSqlBindFloatVector(stmtHandle_, index, in InnerBindBlobTypeArgs()
220 ret = RdUtils::RdSqlBindText(stmtHandle_, index, str.c_str(), str.length(), nullptr); in InnerBindBlobTypeArgs()
227 int RdStatement::IsValid(int index) const in IsValid()
233 if (index < 0 || index > in IsValid()
259 uint32_t index = 1; Bind() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dmtrr.c280 int index; in fixed_mtrr_addr_seg_to_range_index() local
283 index = mtrr_seg->range_start; in fixed_mtrr_addr_seg_to_range_index()
284 index += (addr - mtrr_seg->start) >> mtrr_seg->range_shift; in fixed_mtrr_addr_seg_to_range_index()
285 return index; in fixed_mtrr_addr_seg_to_range_index()
288 static u64 fixed_mtrr_range_end_addr(int seg, int index) in fixed_mtrr_range_end_addr() argument
291 int pos = index - mtrr_seg->range_start; in fixed_mtrr_range_end_addr()
314 int index; in update_mtrr() local
332 index = (msr - 0x200) / 2; in update_mtrr()
333 var_mtrr_range(&mtrr_state->var_ranges[index], &start, &end); in update_mtrr()
348 int index, is_mtrr_mas in set_var_mtrr_msr() local
378 int index; kvm_mtrr_set_msr() local
399 int index; kvm_mtrr_get_msr() local
461 int index; global() member
478 int seg, index; mtrr_lookup_fixed_start() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibopenjpegdec.c196 int index; in libopenjpeg_guess_pix_fmt() local
219 for (index = 0; index < possible_fmts_nb; ++index) in libopenjpeg_guess_pix_fmt()
220 if (libopenjpeg_matches_pix_fmt(image, possible_fmts[index])) { in libopenjpeg_guess_pix_fmt()
221 return possible_fmts[index]; in libopenjpeg_guess_pix_fmt()
244 int index, x, y, c; in libopenjpeg_copy_to_packed8() local
246 index = y * picture->width; in libopenjpeg_copy_to_packed8()
248 for (x = 0; x < picture->width; x++, index++) in libopenjpeg_copy_to_packed8()
250 *img_ptr++ = 0x80 * image->comps[c].sgnd + image->comps[c].data[index]; in libopenjpeg_copy_to_packed8()
257 int index, x, y, c; libopenjpeg_copy_to_packed16() local
275 int index, x, y; libopenjpeg_copyto8() local
294 int index, x, y; libopenjpeg_copyto16() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs364 /// <param name="arrayIndex">The first index of the array to copy to.</param>
377 int index = IndexOf(item); in Remove()
378 if (index == -1) in Remove()
382 Array.Copy(array, index + 1, array, index, count - index - 1); in Remove()
553 /// Returns the index of the given item within the collection, or -1 if the item is not
557 /// <returns>The zero-based index of the item, or -1 if it is not found.</returns>
573 /// Inserts the given item at the specified index.
575 /// <param name="index">Th
577 Insert(int index, T item) Insert() argument
594 RemoveAt(int index) RemoveAt() argument
648 ICollection.CopyTo(Array array, int index) ICollection.CopyTo() argument
683 IList.Insert(int index, object value) IList.Insert() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp176 for (int32_t index = 0; index < childCount_ && childCount_ > TWO; index++) { in MeasureFixedMode()
177 if (tabBarPattern->GetTabBarStyle(index) == TabBarStyle::BOTTOMTABBATSTYLE && in MeasureFixedMode()
178 tabBarPattern->GetBottomTabBarStyle(index).symmetricExtensible) { in MeasureFixedMode()
186 for (int32_t index = 0; index < childCount_; index++) { in MeasureFixedMode()
187 MeasureItem(layoutWrapper, childLayoutConstraint, index); in MeasureFixedMode()
188 visibleItemPosition_[index] in MeasureFixedMode()
214 UpdateMaxLines(LayoutWrapper* layoutWrapper, int32_t index) UpdateMaxLines() argument
528 MeasureItem(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, int32_t index) MeasureItem() argument
580 SetTabBarMargin(RefPtr<LayoutWrapper> layoutWrapper, int32_t index) SetTabBarMargin() argument
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_dtree.c24 * each directory page maintains a sorted entry index table
25 * which stores the start slot index of sorted entries
104 s16 index; member
172 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key,
190 * Reads a page of a directory's index table.
232 * index and pointer to its entry.
236 static struct dir_table_slot *find_index(struct inode *ip, u32 index, in find_index() argument
246 if (index < 2) { in find_index()
248 jfs_warn("find_entry called with index = %d", index); in find_index()
291 lock_index(tid_t tid, struct inode *ip, struct metapage * mp, u32 index) lock_index() argument
328 u32 index; add_index() local
483 free_index(tid_t tid, struct inode *ip, u32 index, u32 next) free_index() argument
511 modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, int slot, struct metapage ** mp, s64 *lblock) modify_index() argument
536 read_index(struct inode *ip, u32 index, struct dir_table_slot * dirtab_slot) read_index() argument
576 int base, index, lim; dtSearch() local
821 int index; dtInsert() local
2082 int index; dtDelete() local
2236 int index, nextindex; dtDeleteUp() local
2618 uint index; add_missing_indices() local
2708 s16 index; jfs_readdir() member
2714 int index; jfs_readdir() local
3115 s16 index; dtReadNext() member
3121 int index; dtReadNext() local
3600 dtInsertEntry(dtpage_t * p, int index, struct component_name * key, ddata_t * data, struct dt_lock ** dtlock) dtInsertEntry() argument
4221 int index; dtModify() local
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...902