| /third_party/musl/libc-test/src/functionalext/supplement/stat/ |
| D | lstat.c | 42 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/ |
| D | mmap.c | 47 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/ |
| D | http.h | 203 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/ |
| D | pngstest.c | 1203 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/ |
| D | pthread_cond_init.c | 30 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
|
| D | pthread_attr_init.c | 36 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
|
| D | pthread_cond_signal.c | 29 int back = pthread_cond_signal(&cond); in pthread_cond_signal_0100() local
|
| D | pthread_cond_broadcast.c | 30 int back = pthread_cond_broadcast(&cond); in pthread_cond_broadcast_0100() local
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| D | ityp_span.h | 80 Value& back() { in back() function 86 const Value& back() const { in back() function
|
| D | ityp_stack_vec.h | 88 typename VectorBase::reference back() { in back() function 92 typename VectorBase::const_reference back() const { in back() function
|
| /third_party/icu/icu4c/source/layoutex/ |
| D | LXUtilities.cpp | 79 le_int32 front, back; in reverse() local 91 le_int32 front, back; in reverse() local
|
| /third_party/skia/include/private/ |
| D | SkDeque.h | 41 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/ |
| D | DirectedGraph.h | 103 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/ |
| D | main.rs | 93 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/ |
| D | st_atom_depth.c | 111 const GLuint back = ctx->Stencil._BackFace; in st_update_depth_stencil_alpha() local
|
| /third_party/node/deps/v8/src/heap/ |
| D | list.h | 83 T* back() { return back_; } in back() function 86 const T* back() const { return back_; } in back() function
|
| /third_party/node/deps/v8/src/base/ |
| D | small-vector.h | 101 T& back() { in back() function 105 const T& back() const { in back() function
|
| /third_party/ffmpeg/libavutil/ |
| D | lzo.c | 120 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/ |
| D | BasicBlock.h | 242 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/ |
| D | Gpu.cpp | 58 OutstandingSubmission* back = (OutstandingSubmission*)fOutstandingSubmissions.back(); in checkForFinishedWork() local
|
| /third_party/node/deps/nghttp2/lib/ |
| D | nghttp2_queue.h | 40 nghttp2_queue_cell *front, *back; member
|
| /third_party/nghttp2/lib/ |
| D | nghttp2_queue.h | 40 nghttp2_queue_cell *front, *back; member
|
| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| D | ilist.h | 296 NodeType& IntrusiveList<NodeType>::back() { in back() function 310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_two_sided_color.c | 38 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/ |
| D | ilist.h | 296 NodeType& IntrusiveList<NodeType>::back() { in back() function 310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
|