Home
last modified time | relevance | path

Searched refs:index (Results 301 - 325 of 21650) sorted by relevance

1...<<11121314151617181920>>...866

/third_party/libexif/contrib/c++/
H A Dexif_module.cxx55 object component(long index) const in component()
60 return object(getByte(index)); in component()
62 return object(getShort(index)); in component()
64 return object(getLong(index)); in component()
66 return object(getSLong(index)); in component()
68 return object(getRational(index)); in component()
70 return object(getSRational(index)); in component()
95 Type extractComponent(unsigned int index, object value, in extractComponent()
107 void setComponent(unsigned int index, object value) in setComponent()
110 + index * exif_format_get_siz in setComponent()
203 ExifTag index= xtag(); entry() local
216 int index= xint(); entry() local
265 ExifIfd index= xifd(); ifdContent() local
275 int index= xint(); ifdContent() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/
H A Dgeocoding_data.pb.h218 ::i18n::phonenumbers::PrefixesInfo* mutable_prefixes_info(int index);
222 const ::i18n::phonenumbers::PrefixesInfo& _internal_prefixes_info(int index) const;
225 const ::i18n::phonenumbers::PrefixesInfo& prefixes_info(int index) const;
236 const std::string& languages(int index) const;
237 std::string* mutable_languages(int index);
238 void set_languages(int index, const std::string& value);
239 void set_languages(int index, std::string&& value);
240 void set_languages(int index, const char* value);
241 void set_languages(int index, const char* value, size_t size);
250 const std::string& _internal_languages(int index) cons
1075 mutable_prefixes_info(int index) mutable_prefixes_info() argument
1125 mutable_languages(int index) mutable_languages() argument
1129 set_languages(int index, const std::string& value) set_languages() argument
1133 set_languages(int index, std::string&& value) set_languages() argument
1137 set_languages(int index, const char* value) set_languages() argument
1142 set_languages(int index, const char* value, size_t size) set_languages() argument
1271 mutable_countries_info(int index) mutable_countries_info() argument
1317 set_countries(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_countries() argument
1479 set_prefixes(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_prefixes() argument
1530 mutable_descriptions(int index) mutable_descriptions() argument
1534 set_descriptions(int index, const std::string& value) set_descriptions() argument
1538 set_descriptions(int index, std::string&& value) set_descriptions() argument
1542 set_descriptions(int index, const char* value) set_descriptions() argument
1547 set_descriptions(int index, const char* value, size_t size) set_descriptions() argument
1628 set_lengths(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_lengths() argument
1711 mutable_language_codes(int index) mutable_language_codes() argument
1715 set_language_codes(int index, const std::string& value) set_language_codes() argument
1719 set_language_codes(int index, std::string&& value) set_language_codes() argument
1723 set_language_codes(int index, const char* value) set_language_codes() argument
1728 set_language_codes(int index, const char* value, size_t size) set_language_codes() argument
1817 mutable_country_languages(int index) mutable_country_languages() argument
1821 set_country_languages(int index, const std::string& value) set_country_languages() argument
1825 set_country_languages(int index, std::string&& value) set_country_languages() argument
1829 set_country_languages(int index, const char* value) set_country_languages() argument
1834 set_country_languages(int index, const char* value, size_t size) set_country_languages() argument
1919 set_country_codes(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_country_codes() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUtf8.java152 * range of bytes to be checked extends from index {@code index}, inclusive, to {@code limit},
155 * <p>This is a convenience method, equivalent to {@code partialIsValidUtf8(bytes, index, limit)
158 public static boolean isValidUtf8(byte[] bytes, int index, int limit) { in isValidUtf8() argument
159 return processor.isValidUtf8(bytes, index, limit); in isValidUtf8()
164 * sequence. The range of bytes to be checked extends from index {@code index}, inclusive, to
175 public static int partialIsValidUtf8(int state, byte[] bytes, int index, int limit) { in partialIsValidUtf8() argument
176 return processor.partialIsValidUtf8(state, bytes, index, limit); in partialIsValidUtf8()
193 private static int incompleteStateFor(byte[] bytes, int index, in argument
207 incompleteStateFor( final ByteBuffer buffer, final int byte1, final int index, final int remaining) incompleteStateFor() argument
226 UnpairedSurrogateException(int index, int length) UnpairedSurrogateException() argument
319 partialIsValidUtf8(int state, ByteBuffer buffer, int index, int limit) partialIsValidUtf8() argument
328 decodeUtf8(ByteBuffer buffer, int index, int size) decodeUtf8() argument
338 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
368 estimateConsecutiveAscii(ByteBuffer buffer, int index, int limit) estimateConsecutiveAscii() argument
389 isValidUtf8(byte[] bytes, int index, int limit) isValidUtf8() argument
406 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument
416 isValidUtf8(ByteBuffer buffer, int index, int limit) isValidUtf8() argument
426 partialIsValidUtf8( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8() argument
438 partialIsValidUtf8Direct( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8Direct() argument
446 partialIsValidUtf8Default( final int state, final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8Default() argument
540 partialIsValidUtf8(final ByteBuffer buffer, int index, final int limit) partialIsValidUtf8() argument
616 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
624 decodeUtf8(ByteBuffer buffer, int index, int size) decodeUtf8() argument
636 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
643 decodeUtf8Default(ByteBuffer buffer, int index, int size) decodeUtf8Default() argument
862 partialIsValidUtf8(int state, byte[] bytes, int index, int limit) partialIsValidUtf8() argument
950 partialIsValidUtf8Direct(int state, ByteBuffer buffer, int index, int limit) partialIsValidUtf8Direct() argument
956 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1031 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
1095 partialIsValidUtf8(byte[] bytes, int index, int limit) partialIsValidUtf8() argument
1105 partialIsValidUtf8NonAscii(byte[] bytes, int index, int limit) partialIsValidUtf8NonAscii() argument
1176 partialIsValidUtf8(int state, byte[] bytes, final int index, final int limit) partialIsValidUtf8() argument
1271 partialIsValidUtf8Direct( final int state, ByteBuffer buffer, final int index, final int limit) partialIsValidUtf8Direct() argument
1368 decodeUtf8(byte[] bytes, int index, int size) decodeUtf8() argument
1443 decodeUtf8Direct(ByteBuffer buffer, int index, int size) decodeUtf8Direct() argument
[all...]
/kernel/linux/linux-5.10/drivers/cpuidle/
H A Dcpuidle-powernv.c51 int index) in get_snooze_timeout()
58 for (i = index + 1; i < drv->state_count; i++) { in get_snooze_timeout()
70 int index) in snooze_loop()
78 snooze_exit_time = get_tb() + get_snooze_timeout(dev, drv, index); in snooze_loop()
100 return index; in snooze_loop()
105 int index) in nap_loop()
109 return index; in nap_loop()
116 int index) in fastsleep_loop()
122 return index; in fastsleep_loop()
136 return index; in fastsleep_loop()
49 get_snooze_timeout(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) get_snooze_timeout() argument
68 snooze_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) snooze_loop() argument
103 nap_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) nap_loop() argument
114 fastsleep_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) fastsleep_loop() argument
140 stop_loop(struct cpuidle_device *dev, struct cpuidle_driver *drv, int index) stop_loop() argument
227 add_powernv_state(int index, const char *name, unsigned int flags, int (*idle_fn)(struct cpuidle_device *, struct cpuidle_driver *, int), unsigned int target_residency, unsigned int exit_latency, u64 psscr_val, u64 psscr_mask) add_powernv_state() argument
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DCompoundTransliterator.java135 * @param idSplitPoint the index into id at which the
238 * Returns the transliterator at the given index in this chain.
239 * @param index index into chain, from 0 to <code>getCount() - 1</code>
240 * @return transliterator at the given index
242 public Transliterator getTransliterator(int index) { in getTransliterator() argument
243 return trans[index]; in getTransliterator()
345 Position index, boolean incremental) { in handleTransliterate()
347 * initial cursor index, but with the limit index a in handleTransliterate()
344 handleTransliterate(Replaceable text, Position index, boolean incremental) handleTransliterate() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCompoundTransliterator.java136 * @param idSplitPoint the index into id at which the
239 * Returns the transliterator at the given index in this chain.
240 * @param index index into chain, from 0 to <code>getCount() - 1</code>
241 * @return transliterator at the given index
243 public Transliterator getTransliterator(int index) { in getTransliterator() argument
244 return trans[index]; in getTransliterator()
346 Position index, boolean incremental) { in handleTransliterate()
348 * initial cursor index, but with the limit index a in handleTransliterate()
345 handleTransliterate(Replaceable text, Position index, boolean incremental) handleTransliterate() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c31 range_include(struct live_def *def, unsigned index) in range_include() argument
33 if (def->live_start > index) in range_include()
34 def->live_start = index; in range_include()
35 if (def->live_end < index) in range_include()
36 def->live_end = index; in range_include()
45 unsigned index; /* current live index */ member
48 unsigned *live_map; /* to map ssa/reg index into defs array */
103 range_include(&state->defs[i], state->index); in set_src_live()
132 block_live_index[block->index] in etna_live_defs()
208 unsigned index = state.index; etna_live_defs() local
[all...]
/third_party/pulseaudio/src/pulsecore/filter/
H A Dlfe-filter.c34 int64_t index; member
49 int64_t index; member
109 f->index += samples; in process_block()
122 if (s->index + (int64_t) (s->chunk.length / pa_frame_size(&f->ss) + f->maxrewind) < f->index) in pa_lfe_filter_process()
136 s->chunk.index = 0; in pa_lfe_filter_process()
140 s->index = f->index; in pa_lfe_filter_process()
155 f->index = 0; in pa_lfe_filter_update_rate()
172 f->index in pa_lfe_filter_rewind()
[all...]
/third_party/spirv-tools/source/diff/
H A Dlcs.h60 bool IsInBound(DiffMatchIndex index) { in IsInBound() argument
61 return index.src_offset < src_.size() && index.dst_offset < dst_.size(); in IsInBound()
63 bool IsCalculated(DiffMatchIndex index) { in IsCalculated() argument
64 assert(IsInBound(index)); in IsCalculated()
65 return table_[index.src_offset][index.dst_offset].valid; in IsCalculated()
67 bool IsCalculatedOrOutOfBound(DiffMatchIndex index) { in IsCalculatedOrOutOfBound() argument
68 return !IsInBound(index) || IsCalculated(index); in IsCalculatedOrOutOfBound()
70 GetMemoizedLength(DiffMatchIndex index) GetMemoizedLength() argument
77 IsMatched(DiffMatchIndex index) IsMatched() argument
81 MarkMatched(DiffMatchIndex index, uint32_t best_match_length, bool matched) MarkMatched() argument
[all...]
/base/telephony/core_service/utils/vcard/src/contact_data/
H A Dvcard_name_data.cpp175 int32_t index; in BuildData() local
176 resultSet->GetColumnIndex(ContactData::GIVEN_NAME, index); in BuildData()
177 resultSet->GetString(index, given_); in BuildData()
178 resultSet->GetColumnIndex(ContactData::FAMILY_NAME, index); in BuildData()
179 resultSet->GetString(index, family_); in BuildData()
180 resultSet->GetColumnIndex(ContactData::MIDDLE_NAME, index); in BuildData()
181 resultSet->GetString(index, middle_); in BuildData()
182 resultSet->GetColumnIndex(ContactData::NAME_PREFIX, index); in BuildData()
183 resultSet->GetString(index, prefix_); in BuildData()
184 resultSet->GetColumnIndex(ContactData::NAME_SUFFIX, index); in BuildData()
[all...]
/test/ostest/wukong/input_factory/src/
H A Dappswitch_input.cpp50 uint32_t index = util->FindElement(bundleList, bundlename); in OrderInput() local
51 if (index == INVALIDVALUE) { in OrderInput()
57 ErrCode result = AppManager::GetInstance()->StartAbilityByBundleInfo(abilityList[index], bundleList[index]); in OrderInput()
59 PrintResultOfStartAbility(result, index); in OrderInput()
73 uint32_t index = GetAbilityIndex(bundleList); in RandomInput() local
74 if (index == INVALIDVALUE) { in RandomInput()
79 ErrCode result = AppManager::GetInstance()->StartAbilityByBundleInfo(abilityList[index], bundleList[index]); in RandomInput()
81 PrintResultOfStartAbility(result, index); in RandomInput()
106 PrintResultOfStartAbility(const ErrCode result, uint32_t index) PrintResultOfStartAbility() argument
126 uint32_t index = INVALIDVALUE; GetAbilityIndex() local
[all...]
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
H A DSimpleMultiPlayer.cpp54 for(int32_t index = 0; index < mNumSampleBuffers; index++) { in onAudioReady()
55 if (mSampleSources[index]->isPlaying()) { in onAudioReady()
56 mSampleSources[index]->mixAudio((float*)audioData, mChannelCount, numFrames); in onAudioReady()
166 void SimpleMultiPlayer::triggerDown(int32_t index) { in triggerDown() argument
167 if (index < mNumSampleBuffers) { in triggerDown()
168 mSampleSources[index]->setPlayMode(); in triggerDown()
172 void SimpleMultiPlayer::triggerUp(int32_t index) { in triggerUp() argument
173 if (index < mNumSampleBuffer in triggerUp()
184 setPan(int index, float pan) setPan() argument
188 getPan(int index) getPan() argument
192 setGain(int index, float gain) setGain() argument
196 getGain(int index) getGain() argument
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java261 for (String index : firsts) { in TestFirstCharacters()
262 if (collator.compare(last,index) >= 0) { in TestFirstCharacters()
263 errln("Characters not in order: " + last + " !< " + index); in TestFirstCharacters()
265 int script = getFirstRealScript(index); in TestFirstCharacters()
269 errln("2nd character in script: " + index + "\t" + new UnicodeSet(missingScripts).retainAll(s).toPattern(false)); in TestFirstCharacters()
335 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels()
336 index.setUnderflowLabel("__"); in TestSetGetSpecialLabels()
337 index.setInflowLabel("--"); in TestSetGetSpecialLabels()
338 index.setOverflowLabel("^^"); in TestSetGetSpecialLabels()
339 assertEquals("underflow label", "__", index in TestSetGetSpecialLabels()
475 showIndex(AlphabeticIndex<T> index, boolean showEmpty) showIndex() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java264 for (String index : firsts) { in TestFirstCharacters()
265 if (collator.compare(last,index) >= 0) { in TestFirstCharacters()
266 errln("Characters not in order: " + last + " !< " + index); in TestFirstCharacters()
268 int script = getFirstRealScript(index); in TestFirstCharacters()
272 errln("2nd character in script: " + index + "\t" + new UnicodeSet(missingScripts).retainAll(s).toPattern(false)); in TestFirstCharacters()
338 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels()
339 index.setUnderflowLabel("__"); in TestSetGetSpecialLabels()
340 index.setInflowLabel("--"); in TestSetGetSpecialLabels()
341 index.setOverflowLabel("^^"); in TestSetGetSpecialLabels()
342 assertEquals("underflow label", "__", index in TestSetGetSpecialLabels()
478 showIndex(AlphabeticIndex<T> index, boolean showEmpty) showIndex() argument
[all...]
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dnamei.c175 * index entries correctly. in ovl_decode_real_fh()
478 /* Get upper dentry from index */
479 struct dentry *ovl_index_upper(struct ovl_fs *ofs, struct dentry *index) in ovl_index_upper() argument
484 if (!d_is_dir(index)) in ovl_index_upper()
485 return dget(index); in ovl_index_upper()
487 fh = ovl_get_fh(ofs, index, OVL_XATTR_UPPER); in ovl_index_upper()
498 pr_warn_ratelimited("invalid index upper (%pd2, upper=%pd2).\n", in ovl_index_upper()
499 index, upper); in ovl_index_upper()
508 * Verify that an index entry name matches the origin file handle stored in
512 int ovl_verify_index(struct ovl_fs *ofs, struct dentry *index) in ovl_verify_index() argument
661 struct dentry *index; ovl_get_index_fh() local
691 struct dentry *index; ovl_lookup_index() local
827 struct dentry *index = NULL; ovl_lookup() local
[all...]
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_cipher.c633 int32_t BaseTestCipher(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestCipher() argument
638 if ((g_testCipherParams[index].genKeyParamSetParams.setKeyStorageFlag) && in BaseTestCipher()
639 g_testCipherParams[index].genKeyParamSetParams.keyStorageFlag == HKS_STORAGE_TEMP) { in BaseTestCipher()
640 ret = GenerateLocalRandomKey(&keyAlias, &g_testCipherParams[index].localKeyParams); in BaseTestCipher()
642 ret = HuksGenerateKey(&keyAlias, &g_testCipherParams[index].keyAliasParams, in BaseTestCipher()
643 &g_testCipherParams[index].genKeyParamSetParams, &g_testCipherParams[index].genKeyParamSetParamsOut); in BaseTestCipher()
649 &g_testCipherParams[index].plainTextParams, &g_testCipherParams[index].cipherTextParams); in BaseTestCipher()
656 keyAlias, &g_testCipherParams[index] in BaseTestCipher()
687 BaseTestEncrypt(uint32_t times, uint32_t index, uint32_t performTimes) BaseTestEncrypt() argument
739 BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes) BaseTestDecrypt() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dget_bits.h67 int index; member
134 unsigned int name ## _index = (gb)->index; \
149 #define CLOSE_READER(name, gb) (gb)->index = name ## _index
222 return s->index - s->bits_left; in get_bits_count()
224 return s->index; in get_bits_count()
232 if (s->index >> 3 >= s->buffer_end - s->buffer) in refill_32()
237 s->cache = (uint64_t)AV_RL32(s->buffer + (s->index >> 3)) << s->bits_left | s->cache; in refill_32()
239 s->cache = s->cache | (uint64_t)AV_RB32(s->buffer + (s->index >> 3)) << (32 - s->bits_left); in refill_32()
240 s->index += 32; in refill_32()
247 if (s->index >> in refill_64()
[all...]
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
H A DIt_los_queue_head_015.c42 UINT32 index; in Testcase() local
48 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
49 ret = LOS_QueueCreate(NULL, 3, &queueID[index], 0, sizeof(UINTPTR)); // 3, Set the queue length. in Testcase()
53 ret = LOS_QueueWriteHead(queueID[index - 1], &buff1, sizeof(UINTPTR), 0); in Testcase()
56 ret = LOS_QueueRead(queueID[index - 1], &buff2, sizeof(UINTPTR), 0); in Testcase()
59 ret = LOS_QueueCreate("Q1", 3, &queueID[index], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase()
62 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFI in Testcase()
[all...]
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/full/
H A DIt_los_task_039.c50 UINT8 index; in Testcase() local
67 for (index = 0; index < LOSCFG_BASE_CORE_TSK_LIMIT - taskCnt; index++) { in Testcase()
68 task1.usTaskPrio = index % OS_TASK_PRIORITY_LOWEST; in Testcase()
71 ret = LOS_TaskCreate(&testTaskID[index], &task1); in Testcase()
75 task1.usTaskPrio = index % OS_TASK_PRIORITY_LOWEST; in Testcase()
78 ret = LOS_TaskCreate(&testTaskID[index], &task1); in Testcase()
81 for (index = 0; index < LOSCFG_BASE_CORE_TSK_LIMI in Testcase()
[all...]
/test/ostest/wukong/component_event/src/
H A Dwukong_tree.cpp37 for (uint32_t index = count; index > 0; index--) { in GetSubName()
38 if (index > nameSize) { in GetSubName()
41 subName |= name[nameSize - index]; in GetSubName()
42 if (index > 1) { in GetSubName()
47 for (uint32_t index = count; index > 0; index--) { in GetSubName()
48 if (index > nameSiz in GetSubName()
[all...]
/third_party/mesa3d/src/util/
H A Du_worklist.h40 * unique index in the range [0, num_entries). Internally, entries are tracked
41 * as pointers to that index (so you can go from the index pointer back to a
42 * containing structure). This requires index pointers to remain valid while
89 #define u_worklist_push_tail(w, block, index) \
90 u_worklist_push_tail_index(w, &((block)->index))
92 #define u_worklist_push_head(w, block, index) \
93 u_worklist_push_head_index(w, &((block)->index))
95 #define u_worklist_pop_head(w, entry_t, index) \
96 container_of(u_worklist_pop_head_index(w), entry_t, index)
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dgrowable_memory_byte_array.cc42 void GrowableMemoryByteArray::InternalPut(int32_t index, uint8_t b) { in InternalPut() argument
43 if ((size_t)index >= b_.size()) { in InternalPut()
44 b_.resize((size_t)(index + 1)); in InternalPut()
46 b_[index] = b; in InternalPut()
49 int32_t GrowableMemoryByteArray::InternalPut(int32_t index, in InternalPut() argument
53 if ((size_t)index + length >= b_.size()) { in InternalPut()
56 b_.resize((size_t)(index + length + 1)); in InternalPut()
58 std::copy(b + offset, b + offset + length, b_.begin() + index); in InternalPut()
62 uint8_t GrowableMemoryByteArray::InternalGet(int32_t index) { in InternalGet() argument
63 return b_[index]; in InternalGet()
66 InternalGet(int32_t index, uint8_t* b, int32_t offset, int32_t length) InternalGet() argument
[all...]
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dstring.rs6 let index = if let Some(index) = string.len().checked_sub(suffix.len()) {
7 index
11 if let Some(&byte) = string.get(index) {
13 let index = expect_encoded!(index.checked_sub(1));
25 || super::encode_wide(&string[index..])
41 let index = if let Some(index) =
44 index
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c42 unsigned index; member
58 unsigned index) in softpipe_create_query()
77 sq->index = index; in softpipe_create_query()
105 sq->so[sq->index].num_primitives_written = softpipe->so_stats[sq->index].num_primitives_written; in softpipe_begin_query()
106 sq->so[sq->index].primitives_storage_needed = softpipe->so_stats[sq->index].primitives_storage_needed; in softpipe_begin_query()
109 sq->so[sq->index].num_primitives_written = softpipe->so_stats[sq->index] in softpipe_begin_query()
56 softpipe_create_query(struct pipe_context *pipe, unsigned type, unsigned index) softpipe_create_query() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc45 size_t index = constants_.size(); in Allocate() local
46 DCHECK_LT(index, capacity()); in Allocate()
50 return index + start_index(); in Allocate()
54 size_t index) { in At()
55 DCHECK_GE(index, start_index()); in At()
56 DCHECK_LT(index, start_index() + size()); in At()
57 return constants_[index - start_index()]; in At()
61 size_t index) const { in At()
62 DCHECK_GE(index, start_index()); in At()
63 DCHECK_LT(index, start_inde in At()
53 At( size_t index) At() argument
168 At(size_t index, IsolateT* isolate) const At() argument
235 index_t index = static_cast<index_t>(AllocateIndex(Entry(number))); Insert() local
319 SetDeferredAt(size_t index, Handle<Object> object) SetDeferredAt() argument
324 SetJumpTableSmi(size_t index, Smi smi) SetJumpTableSmi() argument
345 index_t index = static_cast<index_t>(AllocateIndex(Entry(value))); AllocateReservedEntry() local
353 size_t index; CommitReservedEntry() local
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...866