/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_glsl.cpp | 277 const char *CompilerGLSL::vector_swizzle(int vecsize, int index) in vector_swizzle() argument 293 assert(index >= 0 && index < 4); in vector_swizzle() 294 assert(swizzle[vecsize - 1][index]); in vector_swizzle() 296 return swizzle[vecsize - 1][index]; in vector_swizzle() 1178 string CompilerGLSL::layout_for_member(const SPIRType &type, uint32_t index) 1188 if (index >= memb.size()) 1190 auto &dec = memb[index]; 1194 if (has_member_decoration(type.self, index, DecorationPassthroughNV)) 1211 auto flags = combined_decoration_for_member(type, index); [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 1493 unsigned long index = start >> PAGE_SHIFT; in extent_range_clear_dirty_for_io() local 1497 while (index <= end_index) { in extent_range_clear_dirty_for_io() 1498 page = find_get_page(inode->i_mapping, index); in extent_range_clear_dirty_for_io() 1502 index++; in extent_range_clear_dirty_for_io() 1508 unsigned long index = start >> PAGE_SHIFT; in extent_range_redirty_for_io() local 1512 while (index <= end_index) { in extent_range_redirty_for_io() 1513 page = find_get_page(inode->i_mapping, index); in extent_range_redirty_for_io() 1518 index++; in extent_range_redirty_for_io() 1819 unsigned long index = start >> PAGE_SHIFT; in __unlock_for_delalloc() local 1823 if (index in __unlock_for_delalloc() 1835 unsigned long index = delalloc_start >> PAGE_SHIFT; lock_delalloc_pages() local 1948 pgoff_t index = start_index; __process_pages_contig() local 3354 int index; contiguous_readpages() local 3952 pgoff_t index; btree_write_cache_pages() local 4121 pgoff_t index; extent_write_cache_pages() local 5196 unsigned long index = start >> PAGE_SHIFT; alloc_extent_buffer() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 371 MachineRepresentation rep, Node* node, Node* index, in TryMatchLoadStoreShift() 374 if (!selector->CanCover(node, index)) return false; in TryMatchLoadStoreShift() 375 if (index->InputCount() != 2) return false; in TryMatchLoadStoreShift() 376 Node* left = index->InputAt(0); in TryMatchLoadStoreShift() 377 Node* right = index->InputAt(1); in TryMatchLoadStoreShift() 378 switch (index->opcode()) { in TryMatchLoadStoreShift() 592 Node* index = node->InputAt(1); in EmitLoad() local 602 if (m.HasResolvedValue() && g.IsIntegerConstant(index) && in EmitLoad() 605 g.GetIntegerConstantValue(index) + in EmitLoad() 621 if (g.CanBeImmediate(index, immediate_mod in EmitLoad() 369 TryMatchLoadStoreShift(Arm64OperandGenerator* g, InstructionSelector* selector, MachineRepresentation rep, Node* node, Node* index, InstructionOperand* index_op, InstructionOperand* shift_immediate_op) TryMatchLoadStoreShift() argument 753 Node* index = node->InputAt(1); VisitLoadTransform() local 866 Node* index = node->InputAt(1); VisitStore() local 2587 Node* index = node->InputAt(1); VisitAtomicExchange() local 2603 Node* index = node->InputAt(1); VisitAtomicCompareExchange() local 2621 Node* index = node->InputAt(1); VisitAtomicLoad() local 2686 Node* index = node->InputAt(1); VisitAtomicStore() local 2756 Node* index = node->InputAt(1); VisitAtomicBinop() local 3694 int index; global() member 3709 int index = 0; TryMatchMulWithDup() local 4149 int index = 0; VisitI8x16Shuffle() local [all...] |
/base/print/print_fwk/utils/include/ |
H A D | print_util.h | 36 static std::string SplitStr(const std::string& str, char delimiter, int index); 99 inline std::string PrintUtil::SplitStr(const std::string& str, char delimiter, int index) in SplitStr() argument 106 if (count == index) { in SplitStr()
|
/base/security/certificate_manager/interfaces/kits/napi/src/ |
H A D | cm_napi_uninstall_all_app_cert.cpp | 77 size_t index = 0; in UninstallAllAppCertParseParams() local 79 if (index < argc) { in UninstallAllAppCertParseParams() 80 int32_t ret = GetCallback(env, argv[index], context->callback); in UninstallAllAppCertParseParams()
|
/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_json.c | 91 uint32_t index = 0; in DslmGetJsonFieldIntArray() local 97 array[index++] = item->valueint; in DslmGetJsonFieldIntArray() 100 return index; in DslmGetJsonFieldIntArray()
|
/base/sensors/sensor/vibration_convert/core/algorithm/intensity_processor/src/ |
H A D | intensity_processor.cpp | 50 int32_t index = i * hopLength; in GetRMS() local 51 for (int32_t j = 0; j < hopLength; ++j, ++index) { in GetRMS() 52 accum += pow(paddingData[index], 2); in GetRMS()
|
/base/security/huks/test/unittest/huks_common_test/include/ |
H A D | hks_test_cipher_c.h | 400 int32_t BaseTestCipher(uint32_t times, uint32_t index, uint32_t performTimes); 402 int32_t BaseTestEncrypt(uint32_t times, uint32_t index, uint32_t performTimes); 404 int32_t BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes);
|
/base/security/security_guard/frameworks/common/collector/src/ |
H A D | security_collector_manager_proxy.cpp | 201 for (uint32_t index = 0; index < size; index++) { in QuerySecurityEvent()
|
/base/security/security_guard/services/security_collector/src/ |
H A D | security_collector_manager_stub.cpp | 176 for (uint32_t index = 0; index < size; index++) { in HandleSecurityEventQueryCmd()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 36 int32_t index; member 362 /** Number index */ 363 int32_t index; member 450 /** TS 27.007 7.17 "index" */ 451 int32_t index; member 486 * @param data gsmIndex, Indicates the connection index
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/ |
H A D | camera_common.h | 155 uint32_t index; /* Format number */ member 166 uint32_t index; /* Frame size number */ member 174 uint32_t index; /* Frame format index */ member
|
/drivers/peripheral/codec/hal/v2.0/hdi_impl/include/ |
H A D | component_node.h | 48 int32_t GetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen); 50 int32_t SetConfig(OMX_INDEXTYPE index, int8_t *config, uint32_t configLen); 73 int32_t ComponentRoleEnum(uint8_t *role, uint32_t roleLen, uint32_t index);
|
/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_core.h | 867 * You can get the input tensor count from the executor, and then create an input tensor descriptor with its index by 883 * You can get the output tensor count from the executor, and then create an output tensor descriptor with its index by 897 * @brief Creates an input tensor descriptor with its index. 900 * If the <b>index</b> is greater than or equal to the input tensor number, this method will return error code. 904 * @param index Input tensor index. 909 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index); 912 * @brief Creates an output tensor descriptor with its index. 915 * If the <b>index</b> is greater than or equal to the output tensor number, this method will return error code. 919 * @param index Outpu [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.h | 104 uint32_t index, bool addToRenderTree = true, bool isCache = false) override; 106 RefPtr<LayoutWrapper> GetChildByIndex(uint32_t index, bool isCache = false) override 118 void RemoveChildInRenderTree(uint32_t index) override; 230 // Used to save a persist wrapper created by child, ifElse, ForEach, the map stores [index, Wrapper]. 232 // Speed up the speed of getting child by index.
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.cpp | 88 uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) in CreatePixelMap() 102 auto pixmap = imageSource_->CreatePixelMapEx(index, options, errorCode); in CreatePixelMap() 105 "create PixelMap from ImageSource failed, index = %{public}u, errorCode = %{public}u", index, errorCode); in CreatePixelMap() 87 CreatePixelMap( uint32_t index, const Size& size, AIImageQuality imageQuality, bool isHdrDecoderNeed) CreatePixelMap() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_base.cpp | 162 auto index = GetTouchIndex({ localOffset.GetX(), localOffset.GetY() }); in DoTextSelectionTouchMove() local 163 auto start = std::min(index, start_); in DoTextSelectionTouchMove() 164 auto end = std::max(index, end_); in DoTextSelectionTouchMove()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_layout_algorithm.h | 102 void MeasureItem(LayoutWrapper* layoutWrapper, LayoutConstraintF& childLayoutConstraint, int32_t index); 123 void SetTabBarMargin(RefPtr<LayoutWrapper> layoutWrapper, int32_t index); 124 void UpdateMaxLines(LayoutWrapper* layoutWrapper, int32_t index);
|
/foundation/arkui/ace_engine/interfaces/napi/kits/overlay/ |
H A D | js_overlay.cpp | 62 int32_t index = 0; in JSAddFrameNode() local 63 napi_get_value_int32(env, argv[1], &index); in JSAddFrameNode() 64 delegate->AddFrameNodeToOverlay(AceType::Claim(frameNode), index); in JSAddFrameNode() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_node.h | 78 * - start: the first visible index 79 * - end: the last visible index 86 * those items with index in range [ start ... end ] are marked active 94 bool CheckNode4IndexInL1(int32_t index, int32_t start, int32_t end, int32_t cacheStart, int32_t cacheEnd, 98 * those items with index in cachedItems are marked active 99 * those items with index in cachedItems are marked inactive 100 * baseIndex is repeat first node index 106 // meant to inform which items with index [ from .. to ] can be recycled / updated 113 for given index 114 either returns existing item for index fro [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/ |
H A D | quick_fix_result_info.cpp | 45 for (int32_t index = 0; index < moduleNameSize; ++index) { in ReadFromParcel()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_test_ng.h | 85 TabsModelNG CreateTabs(BarPosition barPosition = BarPosition::START, int32_t index = 0); 93 void SwipeToWithoutAnimation(int32_t index); 94 void HandleClick(Offset offset, int32_t index);
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | surface_encoder_adapter.h | 84 void TransCoderOnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer);
85 void OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer);
89 void OnInputParameterWithAttrAvailable(uint32_t index, std::shared_ptr<Format> &attribute,
|
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/ |
H A D | intf_node_system.h | 108 /** Add the given node as a child of this node. The node will be inserted to the given index, or last if the index 110 * @param index Insert location. 114 virtual bool InsertChild(size_t index, ISceneNode& node) = 0; 122 /** Remove the node at the given index from this node. 123 * @param index Location to remove. 124 * @return true if node could be removed, false if index is out of bounds. 126 virtual bool RemoveChild(size_t index) = 0; 246 * @param index Index where node was added or removed. 249 const ISceneNode& parent, EventType type, const ISceneNode& child, size_t index) [all...] |
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | intf_entity_collection.h | 77 virtual IEntityCollection* GetSubCollection(size_t index) = 0; 78 virtual const IEntityCollection* GetSubCollection(size_t index) const = 0; 83 virtual void RemoveSubCollection(size_t index) = 0;
|