Home
last modified time | relevance | path

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

123456

/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()
/aosp12/system/logging/liblog/
H A Dlogger_read.cpp40 static struct logger_list* android_logger_list_alloc_internal(int mode, unsigned int tail, in android_logger_list_alloc_internal()
55 struct logger_list* android_logger_list_alloc(int mode, unsigned int tail, pid_t pid) { in android_logger_list_alloc()
77 struct logger_list* android_logger_list_open(log_id_t logId, int mode, unsigned int tail, in android_logger_list_open()
H A Dlogger.h31 unsigned int tail; member
/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/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/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
/aosp12/system/netd/libnetdutils/
H A DNetlink.cpp28 Slice tail = buf; in forEachNetlinkMessage() local
40 Slice tail = buf; in forEachNetlinkAttribute() local
H A DSlice.cpp39 Slice tail = s; in toHex() local
/aosp12/frameworks/native/libs/ui/include/ui/
H A DRegion.h224 Region::const_iterator const tail = region.end(); in PrintTo() local
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRegion.h224 Region::const_iterator const tail = region.end(); in PrintTo() local
/aosp12/frameworks/native/include/ui/
H A DRegion.h224 Region::const_iterator const tail = region.end(); in PrintTo() local
/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
/aosp12/art/libartbase/base/
H A Dmalloc_arena_pool.cc58 size_t tail = overallocation - head; in MallocArena() local
71 size_t tail = overallocation - head; in ~MallocArena() local
H A Ddata_hash.h72 const uint8_t *tail = reinterpret_cast<const uint8_t*>(data + nblocks * 4); in operator() local
/aosp12/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
H A DReturnIn.h46 void set(Head&& head, Tail&&... tail) { in set()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A DMessageFactory.cpp24 static nlattr* tail(nlmsghdr* msg) { in tail() function
/aosp12/system/chre/util/include/chre/util/
H A Darray_queue.h176 ArrayQueueIterator(ValueType *pointer, ValueType *base, size_t tail) in ArrayQueueIterator()
/aosp12/art/libdexfile/dex/
H A Dsignature.cc64 std::string_view tail(rhs); in operator ==() local
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAStringUtils.cpp58 const char *tail = str + strLen - len; in MatchesGlob() local
/aosp12/packages/modules/adb/
H A Dsocket_test.cpp64 auto connect = [](asocket* tail, asocket* head) { in TEST_F()
76 asocket* tail = create_local_socket(unique_fd(intermediate[1])); in TEST_F() local
239 asocket* tail = create_local_socket(unique_fd(tail_fd[1])); in TEST_F() local
/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
/aosp12/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h316 uint32_t tail = std::atomic_load_explicit(&header_mmap()->tail, in Get() local
403 std::atomic<uint32_t> tail; member
433 uint32_t tail; member
540 uint32_t head, uint32_t tail) { in CalculateGeometry()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvirtio_iommu.h69 struct virtio_iommu_req_tail tail; member
76 struct virtio_iommu_req_tail tail; member
89 struct virtio_iommu_req_tail tail; member
97 struct virtio_iommu_req_tail tail; member
/aosp12/system/teeui/libteeui/include/teeui/
H A Dgeneric_messages.h76 WriteStream write(Message<CmdSpec, Tail...>, WriteStream out, const Tail&... tail) { in write()
/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

123456