Home
last modified time | relevance | path

Searched defs:array_length (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/range/detail/
Dcollection_traits_detail.hpp206 struct array_length struct
209 TraitsT::size_type size_type;
216 static size_type length( const A& ) in length()
222 static bool empty( const A& ) in empty()
234 struct array_length struct
237 TraitsT::size_type size_type;
240 static size_type length( const A& a ) in length()
249 static bool empty( const A& a ) in empty()
261 struct array_length struct
264 TraitsT::size_type size_type;
[all …]
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c504 ecma_typedarray_create_object_with_length (ecma_length_t array_length, /**< length of the typedarra… in ecma_typedarray_create_object_with_length()
584ecma_length_t array_length, /**< length of the typedarray */ in ecma_typedarray_create_object_with_buffer()
634 ecma_length_t array_length = ecma_typedarray_get_length (typedarray_p); in ecma_typedarray_create_object_with_typedarray() local
1202 ecma_length_t array_length = new_byte_length >> element_size_shift; in ecma_op_create_typedarray() local
1278 ecma_length_t array_length = ecma_typedarray_get_length (obj_p); in ecma_op_typedarray_list_lazy_property_names() local
1303 ecma_length_t array_length = ecma_typedarray_get_length (obj_p); in ecma_op_typedarray_define_index_prop() local
1349ecma_length_t array_length) /**< length of the typedarray */ in ecma_op_create_typedarray_with_type_and_length()
Decma-regexp-object.c2135 ecma_length_t array_length = 0; in ecma_regexp_split_helper() local
/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c56 uint32_t array_length = jerry_get_array_length (backtrace_array); in jerryx_handler_assert_fatal() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_array_merge.h63 unsigned array_length() const { return length;} in array_length() function
/third_party/skia/third_party/externals/tint/src/transform/
Darray_length_from_uniform.cc194 auto* array_length = in Run() local
Dcalculate_array_length.cc183 auto array_length = utils::GetOrCreate( in Run() local
/third_party/spirv-tools/source/opt/
Dpass.cpp117 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.cpp117 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dpass.cpp117 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy() local
/third_party/node/test/js-native-api/test_array/
Dtest_array.c163 int32_t array_length; in NewWithLength() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp170 uint32_t array_length = in FindComponentsToConstructArray() local
Dfuzzer_util.cpp377 auto array_length = GetArraySize(*should_be_composite_type, context); in WalkOneCompositeTypeIndex() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp169 uint32_t array_length = in FindComponentsToConstructArray() local
Dfuzzer_util.cpp384 auto array_length = GetArraySize(*should_be_composite_type, context); in WalkOneCompositeTypeIndex() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp170 uint32_t array_length = in FindComponentsToConstructArray() local
Dfuzzer_util.cpp377 auto array_length = GetArraySize(*should_be_composite_type, context); in WalkOneCompositeTypeIndex() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.h236 unsigned array_length() const { return length;} in array_length() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c1030 uint32_t array_length; in ecma_builtin_json_serialize_array() local
1410 uint32_t array_length = array_object_p->u.array.length; in ecma_builtin_json_stringify() local
Decma-builtin-string-prototype.c823 ecma_length_t array_length = 0; in ecma_builtin_string_prototype_object_split() local
/third_party/node/src/
Dnode_process_methods.cc93 size_t array_length) { in get_fields_array_buffer()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c398 long array_length; in grpc_rb_md_ary_fill_hash_cb() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2580 nir_ssa_def *array_length = in vtn_handle_variables() local
2602 nir_ssa_def *array_length = in vtn_handle_variables() local
/third_party/mesa3d/src/intel/vulkan/
Danv_batch_chain.c1181 uint32_t array_length; member
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp5134 …nputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length, bool ignor… in getLastInputLocation()
5213 …tputLocation(Utils::Shader::STAGES stage, const Utils::Type& type, GLuint array_length, bool ignor… in getLastOutputLocation()
6845 const GLuint array_length = std::max(1u, variable.m_descriptor.m_n_array_elements); in test() local
6875 const GLuint array_length = std::max(1u, variable.m_descriptor.m_n_array_elements); in test() local
12523 const GLuint array_length = 1; in test() local
12893 const GLuint array_length = 1u; in test() local
14855 GLuint array_length = getArrayLength(); in test() local
15076 const GLuint array_length = getArrayLength(); in test() local
15264 const GLuint array_length = getArrayLength(); in test() local

12