Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/js_api/
Dcommon_napi.cc154 uint32_t array_length = 0; in GetPropertyInt32Array() local
200 uint32_t array_length = 0; in GetPropertyStringArray() local
229 uint32_t array_length = 0; in GetStringArray() local
Dmslite_model_napi.cc1580 uint32_t array_length = 0; in Resize() local
1801 uint32_t array_length = 0; in SetTensorData() local
1968 uint32_t array_length = 0; in SetModelInputs() local
2124 uint32_t array_length = 0; in UpdateWeights() local
/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/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_nir_lower_ray_queries.c19 unsigned array_length; member
23 rq_variable_create(void *ctx, nir_shader *shader, unsigned array_length, in rq_variable_create()
158 init_ray_query_traversal_vars(void *ctx, nir_shader *shader, unsigned array_length, in init_ray_query_traversal_vars()
181 init_ray_query_intersection_vars(void *ctx, nir_shader *shader, unsigned array_length, in init_ray_query_intersection_vars()
210 init_ray_query_vars(nir_shader *shader, unsigned array_length, struct ray_query_vars *dst, in init_ray_query_vars()
243 unsigned array_length = 1; in lower_ray_query() local
/third_party/ncurses/ncurses/tinfo/
Dlib_win32util.c47 #define array_length(a) (sizeof(a)/sizeof(a[0])) macro
Dlib_win32con.c90 #define array_length(a) (sizeof(a)/sizeof(a[0])) macro
/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/amd/vulkan/nir/
Dradv_nir_lower_ray_queries.c25 unsigned array_length; member
29 rq_variable_create(void *ctx, nir_shader *shader, unsigned array_length, const struct glsl_type *ty… in rq_variable_create()
164 init_ray_query_traversal_vars(void *ctx, nir_shader *shader, unsigned array_length, const char *bas… in init_ray_query_traversal_vars()
188 init_ray_query_intersection_vars(void *ctx, nir_shader *shader, unsigned array_length, const char *… in init_ray_query_intersection_vars()
212 init_ray_query_vars(nir_shader *shader, unsigned array_length, struct ray_query_vars *dst, const ch… in init_ray_query_vars()
259 unsigned array_length = 1; in lower_ray_query() local
/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/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/spirv-tools/source/opt/
Dpass.cpp114 uint32_t array_length = length_const->AsIntConstant()->GetU32(); in GenerateCopy() local
Dinterface_var_sroa.cpp781 uint32_t elem_type_id, uint32_t array_length) { in GetArrayType()
805 uint32_t array_length = GetArrayLength(def_use_mgr, interface_var_type); in CreateScalarInterfaceVarsForArray() 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp170 uint32_t array_length = in FindComponentsToConstructArray() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp170 uint32_t array_length = in FindComponentsToConstructArray() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp170 uint32_t array_length = in FindComponentsToConstructArray() local
/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/flatbuffers/src/
Dbinary_annotator.h162 uint64_t array_length = 0; member
Dbinary_annotator.cpp31 const uint64_t array_length = 0, const uint64_t points_to_offset = 0, in MakeBinaryRegion()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c398 long array_length; in grpc_rb_md_ary_fill_hash_cb() local
/third_party/python/Modules/
Darraymodule.c803 array_length(arrayobject *a) in array_length() function
917 const Py_ssize_t array_length = Py_SIZE(a); in array_repeat() local
/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