| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | matrix_utils.cpp | 30 Mat4::Mat4(const std::vector<float> &elements) : Matrix(elements, 4) {} in Mat4() argument 32 Mat4::Mat4(const float *elements) : Matrix(elements, 4) {} in Mat4() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcRobustnessTests.cpp | 434 static const GLuint elements[] = { in iterate() local
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_parser.cpp | 841 uint32_t elements = length - 2; in parse() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLCompiler.cpp | 559 bool Compiler::runInliner(const std::vector<std::unique_ptr<ProgramElement>>& elements, in runInliner() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| H A D | DerivedTypes.h | 281 ArrayRef<Type *> const elements() const { in elements() function in llvm::StructType [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 653 iterator_range<element_iterator> elements() { in elements() function in llvm::RegionBase 659 iterator_range<const_element_iterator> elements() const { in elements() function in llvm::RegionBase
|
| /third_party/spirv-tools/test/opt/ |
| H A D | local_ssa_elim_test.cpp | 4325 int2 texDim; int elements; int levels; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_operator.cpp | 669 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in UpdateDataValue() local 917 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in WriteElement() local 936 TaggedArray *elements = TaggedArray::Cast(obj->GetElements().GetTaggedObject()); in DeleteElementInHolder() local 1002 TaggedArray *elements = TaggedArray::Cast(obj->GetElements().GetTaggedObject()); in LookupElementInlinedProps() local [all...] |
| H A D | js_array.cpp | 405 JSHandle<JSArray> JSArray::CreateArrayFromList(JSThread *thread, const JSHandle<TaggedArray> &elements) in CreateArrayFromList() argument 427 CreateArrayFromList(JSThread *thread, const JSHandle<JSTaggedValue> &newtarget, const JSHandle<TaggedArray> &elements) CreateArrayFromList() argument 563 SortElements(JSThread *thread, const JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn) SortElements() argument 576 SortElementsByMergeSort(JSThread *thread, const JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn, int64_t startIdx, int64_t endIdx) SortElementsByMergeSort() argument 588 MergeSortedElements(JSThread *thread, const JSHandle<TaggedArray> &elements, const JSHandle<JSTaggedValue> &fn, int64_t startIdx, int64_t middleIdx, int64_t endIdx) MergeSortedElements() argument 639 SortElementsByInsertionSort(JSThread *thread, const JSHandle<TaggedArray> &elements, uint32_t len, const JSHandle<JSTaggedValue> &fn) SortElementsByInsertionSort() argument [all...] |
| H A D | js_stable_array.cpp | 37 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in Push() local 59 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in Push() local 91 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in Pop() local 122 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in Pop() local 374 TaggedArray *elements = TaggedArray::Cast(receiver->GetElements().GetTaggedObject()); in Shift() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 287 JSHandle<TaggedArray> elements = factory_->NewJsonFixedArray(start, size, elementsList); in CreateJsonArray() local 301 JSHandle<TaggedArray> elements = factory_->NewSJsonFixedArray(start, size, elementsList); in CreateSJsonArray() local 381 JSHandle<TaggedArray> elements = in CreateSJsonObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_function_stub_builder.cpp | 57 GateRef elements = BuildArgumentsListFastElements(glue, arrayObj);
in PrototypeApply() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ntype_hcr_lowering.cpp | 63 GateRef elements = Circuit::NullGate(); in LowerCreateEmptyArray() local 75 GateRef elements = CreateElementsWithLength(gate, glue, elementsLength); in LowerCreateArrayWithOwn() local 107 GateRef elements = Circuit::NullGate(); in LowerCreateArrayWithBuffer() local 192 GateRef elements = Circuit::NullGate(); CreateElementsWithLength() local 202 NewJSArrayLiteral(GateRef glue, GateRef gate, GateRef elements, GateRef length, uint32_t hintLength) NewJSArrayLiteral() argument 241 builder_.StoreConstOffset(VariableType::JS_POINTER(), array, JSObject::ELEMENTS_OFFSET, elements, NewJSArrayLiteral() local 261 GateRef elements = builder_.HeapAlloc(glue, elementsSize, GateType::TaggedValue(), RegionSpaceFlag::IN_YOUNG_SPACE); NewTaggedArray() local 262 builder_.StoreConstOffset(VariableType::JS_POINTER(), elements, 0, elementsHclass, NewTaggedArray() local 264 builder_.StoreConstOffset(VariableType::JS_ANY(), elements, TaggedArray::LENGTH_OFFSET, NewTaggedArray() local 269 builder_.StoreConstOffset(VariableType::INT64(), elements, offset, builder_.Hole()); NewTaggedArray() local [all...] |
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | function.cpp | 463 const auto &elements = node->AsArrayPattern()->Elements(); in CreatePatternParameterName() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | function.cpp | 474 const auto &elements = node->AsArrayPattern()->Elements(); in CreatePatternParameterName() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime_stub-inl.h | 576 TaggedArray *elements = TaggedArray::Cast(receiverHandle->GetElements().GetTaggedObject()); in StoreElement() local
|
| /foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
| H A D | distributed_bms.cpp | 72 GetEventInfo( const std::vector<ElementName> &elements, const std::string &localeInfo, int32_t resultCode) GetEventInfo() argument
|
| /foundation/communication/nfc/services/src/external_deps/ |
| H A D | app_data_parser.cpp | 468 std::vector<ElementName> elements; in GetDispatchTagAppsByTech() local
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
| H A D | rtl871x_recv.h | 34 u32 elements[100]; /* array to store values */ member
|
| /kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_device.c | 290 union acpi_object *elements, *ppcc; in proc_thermal_read_ppcc() local
|
| /kernel/linux/linux-5.10/fs/debugfs/ |
| H A D | file.c | 970 int size, elements = data->n_elements; in u32_array_open() local
|
| /kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | bioscfg.c | 661 union acpi_object *elements; in hp_init_bios_package_attribute() local [all...] |
| /kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
| H A D | rtl871x_recv.h | 33 u32 elements[100]; /* array to store values */ member
|
| /kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/ |
| H A D | st_lsm6dsx_core.c | 2635 union acpi_object *obj, *elements; in lsm6dsx_get_acpi_mount_matrix() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | signature.h | 566 static const ElemCat* elements[ELEMENT_COUNT] = { &elem_a1, &elem_a2, variable
|