Home
last modified time | relevance | path

Searched defs:Backward (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/docs/userguide/transforms/general/
Dindex.md998 ##### Backward l4subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h134 Backward, enumerator
/third_party/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs501 UInt32 Backward(out UInt32 backRes, UInt32 cur) in Backward() method in SevenZip.Compression.LZMA.Encoder
/third_party/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java501 int Backward(int cur) in Backward() method in Encoder
/third_party/lzma/C/
DLzmaEnc.c1167 static unsigned Backward(CLzmaEnc *p, unsigned cur) in Backward() function