Home
last modified time | relevance | path

Searched defs:front (Results 26 - 50 of 211) sorted by relevance

123456789

/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dcircular_buffer.h139 T &front() in front() function in OHOS::Sharing::circular_buffer
/third_party/ffmpeg/libavfilter/dnn/
H A Dqueue.c153 QueueEntry *front; in ff_queue_pop_front() local
/third_party/gn/src/gn/
H A Dimmutable_vector.h50 const T& front() const { return begin()[0]; } in front() function in ImmutableVectorView
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_two_sided_color.c37 nir_variable *front; /* COLn */ member
183 nir_ssa_def *front, *back; in nir_lower_two_sided_color_block() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Drange.hpp126 front() { in front() function in clover::detail::basic_range
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_ksl.h139 ngtcp2_ksl_blk *front; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_ksl.h141 nghttp3_ksl_blk *front; member
/third_party/node/deps/v8/src/heap/
H A Dlist.h82 T* front() { return front_; } in front() function in v8::internal::heap::List
85 const T* front() const { return front_; } in front() function in v8::internal::heap::List
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc214 Address front = reservation_base_; in Initialize() local
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.h78 T& front() const { return at(0); } in front() function in v8::internal::DetachableVector
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist.h289 NodeType& IntrusiveList<NodeType>::front() { in front() function in spvtools::utils::IntrusiveList
303 const NodeType& IntrusiveList<NodeType>::front() const { in front() function in spvtools::utils::IntrusiveList
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dilist.h289 NodeType& IntrusiveList<NodeType>::front() { in front() function in spvtools::utils::IntrusiveList
303 const NodeType& IntrusiveList<NodeType>::front() const { in front() function in spvtools::utils::IntrusiveList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DStringView.h74 char front() const { in front() function in StringView
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h139 char front() const { in front() function in llvm::StringRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDirectedGraph.h101 const EdgeType &front() const { return *Edges.front(); } in front() function in llvm::DGNode
102 EdgeType &front() { return *Edges.front(); } in front() function in llvm::DGNode
192 const NodeType &front() const { return *Nodes.front(); } in front() function in DirectedGraph
193 NodeType &front() { return *Nodes.front(); } in front() function in DirectedGraph
H A DMapVector.h83 std::pair<KeyT, ValueT> &front() { return Vector.front(); } in front() function in llvm::MapVector
84 const std::pair<KeyT, ValueT> &front() const { return Vector.front(); } in front() function in llvm::MapVector
H A DStringRef.h155 char front() const { in front() function in llvm::StringRef
H A DTinyPtrVector.h230 EltTy front() const { in front() function in llvm::TinyPtrVector
/third_party/skia/include/core/
H A DSkStringView.h60 constexpr const_reference front() const { in front() function in skstd::string_view
/third_party/spirv-tools/source/util/
H A Dilist.h289 NodeType& IntrusiveList<NodeType>::front() { in front() function in spvtools::utils::IntrusiveList
303 const NodeType& IntrusiveList<NodeType>::front() const { in front() function in spvtools::utils::IntrusiveList
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp189 RefPtr<Decoration> front = AceType::MakeRefPtr<Decoration>(); in BuildIndicatorBox() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h250 constexpr typename basic_string_view<CharT>::const_reference basic_string_view<CharT>::front() const in front() function in basic_string_view
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/
H A Dfw.h58 struct nfp_crypto_req_add_front front; member
65 struct nfp_crypto_req_add_front front; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c354 struct intel_frontbuffer *front; in __i915_gem_object_flush_frontbuffer() local
366 struct intel_frontbuffer *front; in __i915_gem_object_invalidate_frontbuffer() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/udl/
H A Dudl_transfer.c212 udl_render_hline(struct drm_device *dev, int log_bpp, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 device_byte_offset, u32 byte_width) udl_render_hline() argument
[all...]

Completed in 15 milliseconds

123456789