Home
last modified time | relevance | path

Searched defs:back (Results 101 - 125 of 209) sorted by relevance

123456789

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h237 size_t back() const { return static_cast<size_t>(storage[2]) - 1; } in back() function in absl::cord_internal::CordRepBtree
599 New(CordRepBtree* front, CordRepBtree* back) New() argument
[all...]
H A Dcord_rep_btree.cc646 CordRep* back = node->Edge(kBack); in CopySuffix() local
764 const Position back = node->IndexBefore(front, n); SubTree() local
[all...]
H A Dcord_rep_ring.cc146 const index_type back = retreat(tail_); in IsValid() local
296 index_type back = retreat(tail_); in GetAppendBuffer() local
448 index_type back = rep->tail_; AppendLeaf() local
[all...]
/third_party/skia/include/private/
H A DSkTArray.h401 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} in back() function in SkTArray
403 const T& back() const { SkASSERT(fCount > 0); return fItemArray[fCount - 1];} in back() function in SkTArray
/third_party/zlib/examples/
H A Dgzlog.c295 int back; /* location of first block id in bits back from first */ member
464 int back, len, mask; log_last() local
[all...]
/third_party/zlib/
H A Dinflate.h124 int back; /* bits back of last unprocessed length/lit */ member
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h162 value_type& back() in back() function in basic_string
167 const value_type& back() const in back() function in basic_string
H A Dvector.h511 reference back() in back() function in vector
517 const_reference back() const in back() function in vector
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_maker_note.cpp549 ExifItem &back = items_.back(); in ParserItem() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dxan.c169 int size2, back; in xan_unpack() local
/third_party/backends/backend/
H A Dp5_device.c289 uint8_t back[256]; in memtest() local
/third_party/json/include/nlohmann/
H A Djson.hpp2396 reference back() in back() function in basic_json
2405 const_reference back() const in back() function in basic_json
[all...]
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c61 int back; member
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c568 struct vl_dri3_buffer *back; in vl_dri3_flush_frontbuffer() local
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c249 const struct pipe_stencil_state *back = &cso->stencil[1]; in vc4_create_depth_stencil_alpha_state() local
/third_party/skia/src/gpu/dawn/
H A DGrDawnProgramBuilder.cpp214 auto back = stencilSettings.postOriginCWFace(origin); in create_depth_stencil_state() local
/third_party/skia/src/core/
H A DSkClipStack.cpp881 const Element* back = static_cast<const Element*>(fDeque.back()); in isRRect() local
952 const Element* back = static_cast<const Element*>(fDeque.back()); getTopmostGenID() local
[all...]
/third_party/skia/tests/
H A DPictureTest.cpp785 auto back = SkPicture::MakeFromData(skp->data(), skp->size()); in DEF_TEST() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h175 Value &back() { return V.back(); } in back() function in llvm::json::Array
176 const Value &back() const { return V.back(); } in back() function in llvm::json::Array
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h540 const BasicBlock &back() const { return BasicBlocks.back(); } in back() function in llvm::Function
541 BasicBlock &back() { return BasicBlocks.back(); } in back() function in llvm::Function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceDefs.h258 VariableDeclarationArray::reference back() { return Globals.back(); } in back() function in Ice::VariableDeclarationList
/third_party/selinux/libselinux/src/
H A Dlabel_file.h204 int front, back; in sort_specs() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_build.c528 size_t back = sizeof(u32) + sizeof(u16) + sizeof(u8) - front; in p2p_buf_add_service_info() local
555 size_t back = svc_len - front; in p2p_buf_add_service_info() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp92 const T& back (void) const { return at(m_numElements-1); } in back() function in de::PoolArray
93 T& back (void) { return at(m_numElements-1); } in back() function in de::PoolArray
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_build.c528 size_t back = sizeof(u32) + sizeof(u16) + sizeof(u8) - front; in p2p_buf_add_service_info() local
555 size_t back = svc_len - front; in p2p_buf_add_service_info() local

Completed in 35 milliseconds

123456789