Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.cpp59 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 Dspmc_queue.cpp63 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 Drfcomm_frames.c139 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 Darray.rs41 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 Dlf_ring.h40 volatile FILLP_ULONG tail; member
45 volatile FILLP_ULONG tail; member
H A Dskiplist.h42 struct SkipListNode *tail; member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dqueue.rs101 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 Dnative_args_child_process.cpp86 NativeChildProcess_Fd *tail = nullptr; in ParseToNativeArgs() local
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dvector.h182 uint16_t tail = 0; variable
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_queue.h49 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 Dindexer_item_component.cpp32 RefPtr<Component> tail = box_; in BuildItem() local
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp74 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 Drs_occlusion_region_helper.cpp96 inline RectType Looper::GetEdgeRelation(int &head, int &tail, in GetEdgeRelation()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c159 struct SkipListNode *tail = FILLP_NULL_PTR; in SkipListPopTail() local
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnetbuf_adapter.c234 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 Dmedialibrary_async_worker.cpp158 std::queue<std::shared_ptr<MediaLibraryAsyncTask>> tail; in ClearRefreshTaskQueue() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp451 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 Dslots.rs54 tail: usize, field
86 let tail = self.tail; in push_back() localVariable
/ohos5.0/base/startup/init/interfaces/innerkits/include/fs_manager/
H A Dfs_manager.h68 struct FstabItem *tail; member
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlinked_list.rs24 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 Dsdp_connect.c1240 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 Dnetbuf_adapter.c541 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 Dnetbuf_adapter.c543 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 Drender_list.cpp307 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 Dstatement.rs59 let mut tail = 0usize; in prepare() localVariable

12