/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux_ppc64x.go | 44 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
|
/sdk/templates/docs/ |
default.js | 41 buildNav_(queries.splice(1), $(this), $navNode);
|
/toolchain/binutils/binutils-2.27/libiberty/ |
partition.c | 111 /* Splice ELEM2's class list into ELEM1's. These are circular
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
vec.h | 565 void splice (vec &); 566 void splice (vec *src); 795 dst->splice (*src); 918 vec<T, A, vl_embed>::splice (vec<T, A, vl_embed> &src) 931 vec<T, A, vl_embed>::splice (vec<T, A, vl_embed> *src) 934 splice (*src); [all...] |
/external/fio/engines/ |
net.c | 357 int ret = splice(fdin, NULL, fdout, NULL, len, 0); 444 * splice receive - transfer socket data into a pipe using splice, then map 459 * splice transmit - map data from the io_u into a pipe by using vmsplice, 460 * then transfer that pipe to a socket using splice.
|
/external/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 610 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 611 // The range splice() doesn't allow noop moves, but this one does. 613 splice(Where, Other, From, std::next(From)); 621 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 623 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_framework_unittest.cc | 298 accumulated_packets_.splice(accumulated_packets_.end(), packets); 391 acc.splice(acc.end(), packets); 402 acc.splice(acc.end(), packets); 447 jittered.splice(jittered.end(), packets); 611 output_packets_.splice(output_packets_.end(), packets); [all...] |
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.cpp | 537 dst.splice(dst.end(), src, frag++); 728 tmp.splice(tmp.end(), list, first); 729 tmp.splice(tmp.end(), list, last); 788 list.splice(list.begin(), tmp, tmp.begin()); 789 list.splice(list.end(), tmp, tmp.begin()); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 631 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 632 // The range splice() doesn't allow noop moves, but this one does. 634 splice(Where, Other, From, std::next(From)); 642 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 644 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
MachineBasicBlock.h | 643 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 644 // The range splice() doesn't allow noop moves, but this one does. 646 splice(Where, Other, From, std::next(From)); 654 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 656 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
MachineBasicBlock.h | 643 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 644 // The range splice() doesn't allow noop moves, but this one does. 646 splice(Where, Other, From, std::next(From)); 654 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 656 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineBasicBlock.h | 631 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 632 // The range splice() doesn't allow noop moves, but this one does. 634 splice(Where, Other, From, std::next(From)); 642 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 644 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
MachineBasicBlock.h | 643 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 644 // The range splice() doesn't allow noop moves, but this one does. 646 splice(Where, Other, From, std::next(From)); 654 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 656 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
MachineBasicBlock.h | 643 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 644 // The range splice() doesn't allow noop moves, but this one does. 646 splice(Where, Other, From, std::next(From)); 654 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 656 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
MachineBasicBlock.h | 646 void splice(iterator Where, MachineBasicBlock *Other, iterator From) { function in class:llvm::MachineBasicBlock 647 // The range splice() doesn't allow noop moves, but this one does. 649 splice(Where, Other, From, std::next(From)); 657 void splice(iterator Where, MachineBasicBlock *Other, function in class:llvm::MachineBasicBlock 659 Insts.splice(Where.getInstrIterator(), Other->Insts, [all...] |
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
InlineFunction.cpp | [all...] |
/external/ImageMagick/utilities/ |
magick-script.1 | 210 \-splice geometry splice the background color into the image
|
magick-script.1.in | 210 \-splice geometry splice the background color into the image
|