/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component.cpp | 59 auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<Component>); in MergeRSNode() local 74 … auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<SingleChild>); in MergeRSNode() local 85 … auto tail = std::find_if(components.rbegin(), components.rend(), IsRenderComponent<SingleChild>); in MergeRSNode() local 98 void Component::MergeRSNode(const RefPtr<Component>& head, const RefPtr<Component>& tail) in MergeRSNode()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | spmc_queue.cpp | 63 unsigned int tail = tail_.load(); in PopHead() local 82 unsigned int tail = tail_.load(); in PushTail() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_frames.c | 139 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendSabm() local 165 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendDisc() local 191 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendUa() local 218 uint8_t tail = RfcommCalculateFcs(RFCOMM_NOT_UIH_FSC_LEN, header); in RfcommSendDm() local 267 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); in RfcommSendUihPn() local 311 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); in RfcommSendUihMsc() local 348 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); in RfcommSendUihRls() local 400 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); in RfcommSendUihRpn() local 431 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); in RfcommSendUihFcon() local 462 uint8_t tail = RfcommCalculateFcs(RFCOMM_IS_UIH_FSC_LEN, header); in RfcommSendUihFcoff() local [all …]
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/ |
H A D | array.rs | 41 tail: AtomicUsize, field 77 let mut tail = self.tail.load(Acquire); in prepare_send() localVariable 159 let tail = self.tail.load(Acquire); in try_recv() localVariable 202 let tail = self.tail.load(Acquire) >> INDEX_SHIFT; in len() localVariable 242 let tail = self.array.tail.load(Acquire); in poll() localVariable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | lf_ring.h | 40 volatile FILLP_ULONG tail; member 45 volatile FILLP_ULONG tail; member
|
H A D | skiplist.h | 42 struct SkipListNode *tail; member
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
H A D | queue.rs | 101 tail: Tail<T>, field 151 let mut tail = self.tail.index.load(Acquire); in send() localVariable 248 let mut tail = self.tail.index.load(Acquire) >> INDEX_SHIFT; in len() localVariable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | native_args_child_process.cpp | 86 NativeChildProcess_Fd *tail = nullptr; in ParseToNativeArgs() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | vector.h | 182 uint16_t tail = 0; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_queue.h | 49 volatile uint32_t tail; /* producer tail */ member 58 volatile uint32_t tail; /* consumer tail */ member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/ |
H A D | indexer_item_component.cpp | 32 RefPtr<Component> tail = box_; in BuildItem() local
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | xml_parse.cpp | 74 std::string tail = str.substr(pos + 1); in TransStrAsRange() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_occlusion_region_helper.cpp | 96 inline RectType Looper::GetEdgeRelation(int &head, int &tail, in GetEdgeRelation()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | skiplist.c | 159 struct SkipListNode *tail = FILLP_NULL_PTR; in SkipListPopTail() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/ |
H A D | netbuf_adapter.c | 234 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_async_worker/src/ |
H A D | medialibrary_async_worker.cpp | 158 std::queue<std::shared_ptr<MediaLibraryAsyncTask>> tail; in ClearRefreshTaskQueue() local
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 451 bool Utils::endWithTail(const std::string& path, const std::string& tail) in endWithTail() 468 for (auto tail : tailSet) { in ContainsTail() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | slots.rs | 54 tail: usize, field 86 let tail = self.tail; in push_back() localVariable
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/fs_manager/ |
H A D | fs_manager.h | 68 struct FstabItem *tail; member
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | linked_list.rs | 24 tail: *const Node<T>, field 325 tail: *const Node<T>, field 374 tail: *const Node<T>, field
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 1240 uint8_t *tail = NULL; in SdpBuildSearchFragmentResponse() local 1355 uint8_t *tail = NULL; in SdpSendSearchResponse() local 1419 uint8_t *tail = NULL; in SdpBuildAttributeFragmentResponse() local 1528 uint8_t *tail = NULL; in SdpSendAttributeResponse() local 1578 uint8_t *tail = NULL; in SdpSendRequest() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/ |
H A D | netbuf_adapter.c | 541 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
H A D | netbuf_adapter.c | 543 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list.cpp | 307 void RenderList::ResetLayoutRange(double head, double tail, Offset position, Size viewport) in ResetLayoutRange() 504 void RenderList::RecycleTail(int32_t tail) in RecycleTail()
|
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | statement.rs | 59 let mut tail = 0usize; in prepare() localVariable
|