Home
last modified time | relevance | path

Searched refs:index (Results 4276 - 4300 of 22913) sorted by relevance

1...<<171172173174175176177178179180>>...917

/third_party/icu/icu4c/source/common/
H A Dusprep.cpp410 int32_t index = (int32_t)type; in usprep_openByType() local
411 if (index < 0 || index >= UPRV_LENGTHOF(PROFILE_NAMES)) { in usprep_openByType()
415 return usprep_open(NULL, PROFILE_NAMES[index], status); in usprep_openByType()
486 /* ascertain if the value is index or delta */ in getValues()
546 int32_t index, length; in usprep_map() local
549 index = value; in usprep_map()
550 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] && in usprep_map()
551 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){ in usprep_map()
553 }else if(index > in usprep_map()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_formatimpl.cpp512 FormattedStringBuilder& string, int32_t index, in writeNumber()
517 length + index, in writeNumber()
524 length + index, in writeNumber()
531 length += writeIntegerDigits(micros, quantity, string, length + index, status); in writeNumber()
537 length + index, in writeNumber()
543 length + index, in writeNumber()
550 length + index, in writeNumber()
559 length += writeFractionDigits(micros, quantity, string, length + index, status); in writeNumber()
565 index, in writeNumber()
577 FormattedStringBuilder& string, int32_t index, in writeIntegerDigits()
511 writeNumber(const MicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeNumber() argument
576 writeIntegerDigits(const MicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeIntegerDigits() argument
608 writeFractionDigits(const MicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeFractionDigits() argument
[all...]
/third_party/lame/misc/
H A Dath.c97 int index; in open_soundcard() local
149 index = (arg - 44000) / 8000; in open_soundcard()
150 if ( index < 0 ) index = 0; in open_soundcard()
151 if ( index >= sizeof(dither_coeff)/sizeof(*dither_coeff) ) index = sizeof(dither_coeff)/sizeof(*dither_coeff) - 1; in open_soundcard()
152 k->dither = dither_coeff [ index ]; in open_soundcard()
465 unsigned index; in ATH() local
471 index = (unsigned) freq_log; in ATH()
472 assert ( index < sizeo in ATH()
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_uniforms.c91 * index.
271 /* For ubos, index is shifted, as 0 is reserved for push constants in write_ubo_ssbo_uniforms()
275 uint32_t index = v3d_unit_data_get_unit(data); in write_ubo_ssbo_uniforms() local
276 if (content == QUNIFORM_UBO_ADDR && index == 0) { in write_ubo_ssbo_uniforms()
291 /* We reserve index 0 for push constants and artificially increase our in write_ubo_ssbo_uniforms()
295 assert(index > 0); in write_ubo_ssbo_uniforms()
296 index--; in write_ubo_ssbo_uniforms()
298 index = data; in write_ubo_ssbo_uniforms()
304 index, &dynamic_offset); in write_ubo_ssbo_uniforms()
325 pipeline->layout, index, in write_ubo_ssbo_uniforms()
355 write_inline_uniform(struct v3dv_cl_out **uniforms, uint32_t index, uint32_t offset, struct v3dv_cmd_buffer *cmd_buffer, struct v3dv_pipeline *pipeline, enum broadcom_shader_stage stage) write_inline_uniform() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducptrie.cpp110 // Set the pointers to its index and data arrays. in ucptrie_openFromBinary()
112 trie->index = p16; in ucptrie_openFromBinary()
170 int32_t i3Block = trie->index[ in ucptrie_internalSmallIndex()
171 (int32_t)trie->index[i1] + ((c >> UCPTRIE_SHIFT_2) & UCPTRIE_INDEX_2_MASK)]; in ucptrie_internalSmallIndex()
176 dataBlock = trie->index[i3Block + i3]; in ucptrie_internalSmallIndex()
181 dataBlock = ((int32_t)trie->index[i3Block++] << (2 + (2 * i3))) & 0x30000; in ucptrie_internalSmallIndex()
182 dataBlock |= trie->index[i3Block + i3]; in ucptrie_internalSmallIndex()
278 const uint16_t *index = trie->index; in getRange() local
297 // Use the multi-stage index in getRange()
[all...]
H A Dusprep.cpp410 int32_t index = (int32_t)type; in usprep_openByType() local
411 if (index < 0 || index >= UPRV_LENGTHOF(PROFILE_NAMES)) { in usprep_openByType()
415 return usprep_open(nullptr, PROFILE_NAMES[index], status); in usprep_openByType()
486 /* ascertain if the value is index or delta */ in getValues()
546 int32_t index, length; in usprep_map() local
549 index = value; in usprep_map()
550 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] && in usprep_map()
551 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){ in usprep_map()
553 }else if(index > in usprep_map()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_formatimpl.cpp521 int32_t index, in writeNumber()
526 length + index, in writeNumber()
533 length + index, in writeNumber()
544 length + index, in writeNumber()
551 length + index, in writeNumber()
557 length + index, in writeNumber()
564 length + index, in writeNumber()
573 length += writeFractionDigits(micros, quantity, string, length + index, status); in writeNumber()
579 index, in writeNumber()
594 int32_t index, in writeIntegerDigits()
517 writeNumber( const SimpleMicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeNumber() argument
590 writeIntegerDigits( const SimpleMicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeIntegerDigits() argument
625 writeFractionDigits( const SimpleMicroProps& micros, DecimalQuantity& quantity, FormattedStringBuilder& string, int32_t index, UErrorCode& status) writeFractionDigits() argument
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dprivate_fields.rs24 pub fn get_bit(&self, index: usize) -> bool { in get_bit()
25 debug_assert!(index / 8 < self.storage.as_ref().len()); in get_bit()
26 let byte_index = index / 8; in get_bit()
29 7 - (index % 8) in get_bit()
31 index % 8 in get_bit()
37 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
38 debug_assert!(index / 8 < self.storage.as_ref().len()); in set_bit()
39 let byte_index = index / 8; in set_bit()
42 7 - (index % 8) in set_bit()
44 index in set_bit()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.h20 ANGLE_EXPORT void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer);
22 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
137 ANGLE_EXPORT void GL_APIENTRY GL_GetInteger64i_v(GLenum target, GLuint index, GLint64 *data);
139 ANGLE_EXPORT void GL_APIENTRY GL_GetIntegeri_v(GLenum target, GLuint index, GLint *data);
156 ANGLE_EXPORT const GLubyte *GL_APIENTRY GL_GetStringi(GLenum name, GLuint index);
160 GLuint index,
173 ANGLE_EXPORT void GL_APIENTRY GL_GetVertexAttribIiv(GLuint index, GLenum pname, GLint *params);
174 ANGLE_EXPORT void GL_APIENTRY GL_GetVertexAttribIuiv(GLuint index, GLenum pname, GLuint *params);
288 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribDivisor(GLuint index, GLuint divisor);
289 ANGLE_EXPORT void GL_APIENTRY GL_VertexAttribI4i(GLuint index, GLin
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp299 dd.index())); in ComputeConversionDataSynonymFacts()
362 dd1.index()); in ComputeCompositeDataSynonymFacts()
388 // then for each composite index i, we add a fact of the form: in ComputeCompositeDataSynonymFacts()
402 fuzzerutil::RepeatedFieldToVector(dd1.index()); in ComputeCompositeDataSynonymFacts()
405 fuzzerutil::RepeatedFieldToVector(dd2.index()); in ComputeCompositeDataSynonymFacts()
479 // the pair are synonymous at *some* index, but not at *all* indices. in ComputeClosureOfFacts()
487 // to record that they are synonymous at index 2. If we then find that in ComputeClosureOfFacts()
493 // boolean vector true at every index, we would add the fact: in ComputeClosureOfFacts()
549 if (dd1->index(dd1->index_size() - 1) != in ComputeClosureOfFacts()
550 dd2->index(dd in ComputeClosureOfFacts()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp299 dd.index())); in ComputeConversionDataSynonymFacts()
362 dd1.index()); in ComputeCompositeDataSynonymFacts()
388 // then for each composite index i, we add a fact of the form: in ComputeCompositeDataSynonymFacts()
402 fuzzerutil::RepeatedFieldToVector(dd1.index()); in ComputeCompositeDataSynonymFacts()
405 fuzzerutil::RepeatedFieldToVector(dd2.index()); in ComputeCompositeDataSynonymFacts()
479 // the pair are synonymous at *some* index, but not at *all* indices. in ComputeClosureOfFacts()
487 // to record that they are synonymous at index 2. If we then find that in ComputeClosureOfFacts()
493 // boolean vector true at every index, we would add the fact: in ComputeClosureOfFacts()
549 if (dd1->index(dd1->index_size() - 1) != in ComputeClosureOfFacts()
550 dd2->index(dd in ComputeClosureOfFacts()
[all...]
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp300 dd.index())); in ComputeConversionDataSynonymFacts()
363 dd1.index()); in ComputeCompositeDataSynonymFacts()
389 // then for each composite index i, we add a fact of the form: in ComputeCompositeDataSynonymFacts()
403 fuzzerutil::RepeatedFieldToVector(dd1.index()); in ComputeCompositeDataSynonymFacts()
406 fuzzerutil::RepeatedFieldToVector(dd2.index()); in ComputeCompositeDataSynonymFacts()
480 // the pair are synonymous at *some* index, but not at *all* indices. in ComputeClosureOfFacts()
488 // to record that they are synonymous at index 2. If we then find that in ComputeClosureOfFacts()
494 // boolean vector true at every index, we would add the fact: in ComputeClosureOfFacts()
550 if (dd1->index(dd1->index_size() - 1) != in ComputeClosureOfFacts()
551 dd2->index(dd in ComputeClosureOfFacts()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducptrie.cpp110 // Set the pointers to its index and data arrays. in ucptrie_openFromBinary()
112 trie->index = p16; in ucptrie_openFromBinary()
170 int32_t i3Block = trie->index[ in ucptrie_internalSmallIndex()
171 (int32_t)trie->index[i1] + ((c >> UCPTRIE_SHIFT_2) & UCPTRIE_INDEX_2_MASK)]; in ucptrie_internalSmallIndex()
176 dataBlock = trie->index[i3Block + i3]; in ucptrie_internalSmallIndex()
181 dataBlock = ((int32_t)trie->index[i3Block++] << (2 + (2 * i3))) & 0x30000; in ucptrie_internalSmallIndex()
182 dataBlock |= trie->index[i3Block + i3]; in ucptrie_internalSmallIndex()
278 const uint16_t *index = trie->index; in getRange() local
297 // Use the multi-stage index in getRange()
[all...]
H A Dusprep.cpp410 int32_t index = (int32_t)type; in usprep_openByType() local
411 if (index < 0 || index >= UPRV_LENGTHOF(PROFILE_NAMES)) { in usprep_openByType()
415 return usprep_open(NULL, PROFILE_NAMES[index], status); in usprep_openByType()
486 /* ascertain if the value is index or delta */ in getValues()
546 int32_t index, length; in usprep_map() local
549 index = value; in usprep_map()
550 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] && in usprep_map()
551 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){ in usprep_map()
553 }else if(index > in usprep_map()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/devicetree/
H A Dmali_kbase_clk_rate_trace.c32 unsigned int index) in enumerate_gpu_clk()
34 if (index >= kbdev->nr_clocks) in enumerate_gpu_clk()
42 return kbdev->clocks[index]; in enumerate_gpu_clk()
31 enumerate_gpu_clk(struct kbase_device *kbdev, unsigned int index) enumerate_gpu_clk() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dintell_voice_sensibility.h31 uint32_t index);
32 static std::string ParseUserDspSensibility(const Json::Value &wakeupJson, uint32_t index);
33 static std::string ParseWakeupConfigDspSensibility(const std::string &wakeupPhrase, uint32_t index,
/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/
H A Dpre_process.py42 index = line.find(event_tree_dump_info_key)
43 if index != -1:
44 new_index = index + len(event_tree_dump_info_key)
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_layout_algorithm.h37 void SetCustomBuilderIndex(int32_t index) in SetCustomBuilderIndex() argument
39 customBuilderIndex_ = index; in SetCustomBuilderIndex()
65 void UpdateChildPosition(LayoutWrapper* layoutWrapper, int32_t index, OffsetF& paddingOffsetChild);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_layout_property.h53 json->PutExtAttr("index", std::to_string(GetIndex().value_or(0)).c_str(), filter);
56 void UpdateIndexWithoutMeasure(int32_t index) in UpdateIndexWithoutMeasure() argument
58 if (propIndex_ != index) { in UpdateIndexWithoutMeasure()
59 propIndex_ = index; in UpdateIndexWithoutMeasure()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_adaptor.cpp41 uint32_t index = TypedText::GetNextLine(txt, fontId, fontSize, letterSpace, maxWidth); in GetNextLineAndWidth()
42 maxWidth = TypedText::GetTextWidth(txt, fontId, fontSize, index, letterSpace); in GetNextLineAndWidth()
43 return index; in GetNextLineAndWidth()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dworld_matrix_component_manager.cpp51 const Property* MetaData(size_t index) const override
53 if (index < componentMetaData_.size()) {
54 return &componentMetaData_[index];
H A Drsdz_model_id_component_manager.cpp51 const Property* MetaData(size_t index) const override
53 if (index < ComponentMetaData.size()) {
54 return &ComponentMetaData[index];
H A Drender_mesh_component_manager.cpp51 const Property* MetaData(size_t index) const override
53 if (index < componentMetaData_.size()) {
54 return &componentMetaData_[index];
H A Dtransform_component_manager.cpp51 const Property* MetaData(size_t index) const override
53 if (index < componentMetaData_.size()) {
54 return &componentMetaData_[index];
H A Dskin_ibm_component_manager.cpp51 const Property* MetaData(size_t index) const override
53 if (index < componentMetaData_.size()) {
54 return &componentMetaData_[index];

Completed in 21 milliseconds

1...<<171172173174175176177178179180>>...917