Home
last modified time | relevance | path

Searched defs:back (Results 1 – 25 of 99) sorted by relevance

1234

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DOptimum.java42 void set1(int newPrice, int optCur, int back) { in set1()
52 void set2(int newPrice, int optCur, int back) { in set2()
64 void set3(int newPrice, int optCur, int back2, int len2, int back) { in set3()
/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/
DNDCTest.java44 String back = NDC.pop(); in testSmoke() local
50 String back = NDC.peek(); in testPop() local
/external/libpng/contrib/libtests/
Dpngstest.c1204 gpc_noop(Pixel *out, const Pixel *in, const Background *back) in gpc_noop()
1215 gpc_nop8(Pixel *out, const Pixel *in, const Background *back) in gpc_nop8()
1234 gpc_nop6(Pixel *out, const Pixel *in, const Background *back) in gpc_nop6()
1254 gpc_bckg(Pixel *out, const Pixel *in, const Background *back) in gpc_bckg()
1274 gpc_bckc(Pixel *out, const Pixel *in, const Background *back) in gpc_bckc()
1304 gpc_g8(Pixel *out, const Pixel *in, const Background *back) in gpc_g8()
1320 gpc_g8b(Pixel *out, const Pixel *in, const Background *back) in gpc_g8b()
1349 gpc_lin(Pixel *out, const Pixel *in, const Background *back) in gpc_lin()
1385 gpc_pre(Pixel *out, const Pixel *in, const Background *back) in gpc_pre()
1421 gpc_preq(Pixel *out, const Pixel *in, const Background *back) in gpc_preq()
[all …]
/external/skia/src/gpu/
DGrAllocator.h115 void* back() { in back() function
124 const void* back() const { in back() function
295 T& back() { in back() function
302 const T& back() const { in back() function
DGrBufferAllocPool.cpp156 BufferBlock& back = fBlocks.back(); in makeSpace() local
185 BufferBlock& back = fBlocks.back(); in makeSpace() local
/external/icu/icu4c/source/layoutex/
DLXUtilities.cpp77 le_int32 front, back; in reverse() local
89 le_int32 front, back; in reverse() local
/external/skia/include/core/
DSkDeque.h41 const void* back() const { return fBack; } in back() function
47 void* back() { in back() function
/external/curl/lib/
Dhttp.h140 struct back { struct
141 curl_read_callback fread_func; /* backup storage for fread pointer */
142 void *fread_in; /* backup storage for fread_in pointer */
143 const char *postdata;
144 curl_off_t postsize;
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_depthstencil.c49 int back = ctx->Stencil._BackFace; in gen6_upload_depth_stencil_state() local
Dbrw_cc.c108 const unsigned back = ctx->Stencil._BackFace; in upload_cc_unit() local
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h104 reference back() { return Rep.back(); } in back() function
105 const_reference back() const { return Rep.back(); } in back() function
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c122 const GLuint back = ctx->Stencil._BackFace; in update_depth_stencil_alpha() local
/external/v8/test/mjsunit/
Dmath-exp-precision.js56 var back = Math.log(ex); variable
/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp100 device &back() { in back() function in clover::device_registry
/external/llvm/include/llvm/ADT/
DMapVector.h62 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function
63 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function
DArrayRef.h144 const T &back() const { in back() function
270 T &back() const { in back() function
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_List.h27 TYPE* back() const { return m_vector.back(); } in back() function
/external/libchrome/base/memory/
Dscoped_vector.h68 const_reference back() const { return v_.back(); } in back() function
69 reference back() { return v_.back(); } in back() function
/external/webrtc/webrtc/system_wrappers/include/
Dscoped_vector.h84 const_reference back() const { return v_.back(); } in back() function
85 reference back() { return v_.back(); } in back() function
/external/clang/include/clang/Analysis/Support/
DBumpVector.h119 reference back() { in back() function
122 const_reference back() const { in back() function
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dop_queue.hpp53 static Operation*& back(op_queue<Operation>& q) in back() function in asio::detail::op_queue_access
/external/libcxx/test/support/
Dnasty_containers.hpp80 reference back() { return v_.back(); } in back() function in nasty_vector
81 const_reference back() const { return v_.back(); } in back() function in nasty_vector
195 reference back() { return l_.back(); } in back() function in nasty_list
196 const_reference back() const { return l_.back(); } in back() function in nasty_list
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c230 enum st_attachment_type back, front; in xmesa_st_framebuffer_validate() local
329 struct pipe_resource **front, **back, *tmp; in xmesa_swap_st_framebuffer() local
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DLZDecoder.java87 int back = pos - dist - 1; in repeat() local
/external/clang/include/clang/AST/
DASTVector.h122 reference back() { in back() function
125 const_reference back() const { in back() function

1234