Home
last modified time | relevance | path

Searched defs:back (Results 126 - 150 of 307) sorted by relevance

12345678910>>...13

/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...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c269 unsigned back; in annotate_browser__set_top() local
/kernel/linux/linux-5.10/lib/lz4/
H A Dlz4hc_compress.c208 int back = 0; in LZ4HC_InsertAndGetWiderMatch() local
229 int back in LZ4HC_InsertAndGetWiderMatch() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_da_btree.h142 uint32_t back; member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_da_btree.h148 uint32_t back; member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h104 void *back; member
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dannotate.c274 unsigned back; in annotate_browser__set_top() local
/kernel/linux/linux-6.6/lib/lz4/
H A Dlz4hc_compress.c208 int back = 0; in LZ4HC_InsertAndGetWiderMatch() local
229 int back in LZ4HC_InsertAndGetWiderMatch() 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

Completed in 33 milliseconds

12345678910>>...13