Home
last modified time | relevance | path

Searched refs:Coalesce (Results 1 – 22 of 22) sorted by relevance

/external/rust/crates/itertools/src/adaptors/
Dcoalesce.rs90 pub type Coalesce<I, F> = CoalesceBy<I, F, <I as Iterator>::Item>; typedef
102 pub fn coalesce<I, F>(mut iter: I, f: F) -> Coalesce<I, F> in coalesce()
106 Coalesce { in coalesce()
/external/openscreen/third_party/abseil/src/absl/base/internal/
Dlow_level_alloc.cc472 static void Coalesce(AllocList *a) { in Coalesce() function
503 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
504 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc472 static void Coalesce(AllocList *a) { in Coalesce() function
503 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
504 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/webrtc/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc472 static void Coalesce(AllocList *a) { in Coalesce() function
503 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
504 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/tensorflow/third_party/absl/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc472 static void Coalesce(AllocList *a) { in Coalesce() function
503 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
504 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/angle/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc471 static void Coalesce(AllocList *a) { in Coalesce() function
502 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
503 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/cronet/third_party/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc476 static void Coalesce(AllocList *a) { in Coalesce() function
507 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
508 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc472 static void Coalesce(AllocList *a) { in Coalesce() function
503 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
504 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/libtextclassifier/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc472 static void Coalesce(AllocList *a) { in Coalesce() function
503 Coalesce(f); // maybe coalesce with successor in AddToFreelist()
504 Coalesce(prev[0]); // maybe coalesce with predecessor in AddToFreelist()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_decoder_stream_sender_test.cc83 TEST_F(QpackDecoderStreamSenderTest, Coalesce) { in TEST_F() argument
Dqpack_encoder_stream_sender_test.cc144 TEST_F(QpackEncoderStreamSenderTest, Coalesce) { in TEST_F() argument
/external/llvm/test/Transforms/InstSimplify/
Dfast-math.ll75 ; Coalesce the folded zeros
/external/llvm/docs/CommandGuide/
Dlli.rst147 Coalesce copies (default=true).
/external/rust/crates/itertools/src/
Dlib.rs106 Coalesce,
1150 fn coalesce<F>(self, f: F) -> Coalesce<Self, F> in coalesce()
/external/llvm/test/CodeGen/ARM/
Dcoalesce-subregs.ll146 ; Coalesce vector lanes through phis.
/external/rust/crates/mio/
DCHANGELOG.md615 * [IMPROVEMENT] Coalesce readable & writable into `ready` event (#184)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td2876 // Coalesce two f16 registers into f16x2
/external/ImageMagick/PerlMagick/
DMagick.xs3256 Coalesce(ref) in Coalesce() function
/external/mesa3d/docs/relnotes/
D20.1.0.rst2476 - intel/fs: Coalesce when the src live range is contained in the dst
D20.2.0.rst2328 - meta: Coalesce the GLSL and FF paths in meta_clear
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in3253 Coalesce(ref) function
/external/strace/
DChangeLog48929 (printstat_sparc64): Coalesce two printing calls into one.