Home
last modified time | relevance | path

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

123456789

/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dlstat.c42 int32_t back = lstat(ptr, &statbuff); in lstat_0100() local
64 int32_t back = __lstat_time64(ptr, &statbuff); in lstat_time64_0100() local
79 int32_t back = lstat(STR_TEST_TXT, &statbuff); in lstat_0200() local
101 int32_t back = lstat(ptrlink, &statbuff); in lstat_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/mman/
Dmmap.c47 int back = stat(ptr, &statbuff); in mmap_0100() local
86 int back = stat(ptr, &statbuff); in mmap_0200() local
140 int back = stat(ptr, &statbuff); in mmap_0400() local
177 int back = stat(ptr, &statbuff); in mmap_0500() local
215 int back = stat(ptr, &statbuff); in mmap_0600() local
250 int back = stat(ptr, &statbuff); in mmap_0700() local
349 int back = stat(ptr, &statbuff); in mmap_1000() local
385 int back = stat(ptr, &statbuff); in mmap_1100() local
/third_party/curl/lib/
Dhttp.h203 struct back { struct
204 curl_read_callback fread_func; /* backup storage for fread pointer */
205 void *fread_in; /* backup storage for fread_in pointer */
206 const char *postdata;
207 curl_off_t postsize;
208 struct Curl_easy *data;
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngstest.c1203 gpc_noop(Pixel *out, const Pixel *in, const Background *back) in gpc_noop()
1214 gpc_nop8(Pixel *out, const Pixel *in, const Background *back) in gpc_nop8()
1233 gpc_nop6(Pixel *out, const Pixel *in, const Background *back) in gpc_nop6()
1253 gpc_bckg(Pixel *out, const Pixel *in, const Background *back) in gpc_bckg()
1273 gpc_bckc(Pixel *out, const Pixel *in, const Background *back) in gpc_bckc()
1303 gpc_g8(Pixel *out, const Pixel *in, const Background *back) in gpc_g8()
1319 gpc_g8b(Pixel *out, const Pixel *in, const Background *back) in gpc_g8b()
1348 gpc_lin(Pixel *out, const Pixel *in, const Background *back) in gpc_lin()
1384 gpc_pre(Pixel *out, const Pixel *in, const Background *back) in gpc_pre()
1420 gpc_preq(Pixel *out, const Pixel *in, const Background *back) in gpc_preq()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_cond_init.c30 int back = pthread_cond_init(&cond, NULL); in pthread_cond_init_0100() local
44 int back = pthread_cond_init(&cond, &a); in pthread_cond_init_0200() local
Dpthread_attr_init.c36 int back = pthread_attr_init(&attr); in pthread_attr_init_0100() local
50 int back = pthread_attr_init(&attr); in pthread_attr_init_0200() local
Dpthread_cond_signal.c29 int back = pthread_cond_signal(&cond); in pthread_cond_signal_0100() local
Dpthread_cond_broadcast.c30 int back = pthread_cond_broadcast(&cond); in pthread_cond_broadcast_0100() local
/third_party/skia/third_party/externals/dawn/src/common/
Dityp_span.h80 Value& back() { in back() function
86 const Value& back() const { in back() function
Dityp_stack_vec.h88 typename VectorBase::reference back() { in back() function
92 typename VectorBase::const_reference back() const { in back() function
/third_party/icu/icu4c/source/layoutex/
DLXUtilities.cpp79 le_int32 front, back; in reverse() local
91 le_int32 front, back; in reverse() local
/third_party/skia/include/private/
DSkDeque.h41 const void* back() const { return fBack; } in back() function
47 void* back() { in back() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDirectedGraph.h103 const EdgeType &back() const { return *Edges.back(); } in back() function
104 EdgeType &back() { return *Edges.back(); } in back() function
194 const NodeType &back() const { return *Nodes.back(); } in back() function
195 NodeType &back() { return *Nodes.back(); } in back() function
/third_party/rust/crates/unicode-ident/generate/src/
Dmain.rs93 let mut back = [0u8; CHUNK / 2]; in main() localVariable
110 let mut back = [0u8; CHUNK / 2]; in main() localVariable
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c111 const GLuint back = ctx->Stencil._BackFace; in st_update_depth_stencil_alpha() local
/third_party/node/deps/v8/src/heap/
Dlist.h83 T* back() { return back_; } in back() function
86 const T* back() const { return back_; } in back() function
/third_party/node/deps/v8/src/base/
Dsmall-vector.h101 T& back() { in back() function
105 const T& back() const { in back() function
/third_party/ffmpeg/libavutil/
Dlzo.c120 static inline void copy_backptr(LZOContext *c, int back, int cnt) in copy_backptr()
164 int cnt, back; in av_lzo1x_decode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DBasicBlock.h242 inline const Instruction &back() const { return InstList.back(); } in back() function
243 inline Instruction &back() { return InstList.back(); } in back() function
/third_party/skia/experimental/graphite/src/
DGpu.cpp58 OutstandingSubmission* back = (OutstandingSubmission*)fOutstandingSubmissions.back(); in checkForFinishedWork() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_queue.h40 nghttp2_queue_cell *front, *back; member
/third_party/nghttp2/lib/
Dnghttp2_queue.h40 nghttp2_queue_cell *front, *back; member
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist.h296 NodeType& IntrusiveList<NodeType>::back() { in back() function
310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_two_sided_color.c38 nir_variable *back; /* BFCn */ member
183 nir_ssa_def *front, *back; in nir_lower_two_sided_color_block() local
/third_party/spirv-tools/source/util/
Dilist.h296 NodeType& IntrusiveList<NodeType>::back() { in back() function
310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function

123456789