HomeSort by relevance Sort by last modified time
    Searched defs:Reverse (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
reverse.cc 5 #include "reverse.h"
9 extern "C" char* Reverse(const char* s) {
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/
cmap_int.h 10 typedef enum { None, Single, Range, Reverse } MapType;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reverse.h 0 // reverse.h
28 // reverse of A transduces the reverse of x to the reverse of y with
29 // weight a.Reverse().
31 // Typically, a = a.Reverse() and Arc = RevArc (e.g. for
36 void Reverse(const Fst<Arc> &ifst, MutableFst<RevArc> *ofst) {
60 RevArc oarc(0, 0, final.Reverse(), os);
68 RevArc oarc(iarc.ilabel, iarc.olabel, iarc.weight.Reverse(), os);
float-weight.h 144 TropicalWeight Reverse() const { return *this; }
210 LogWeight Reverse() const { return *this; }
product-weight.h 84 ReverseWeight Reverse() const {
85 return ReverseWeight(value1_.Reverse(), value2_.Reverse());
string-weight.h 114 ReverseWeight Reverse() const;
259 StringWeight<L, S>::Reverse() const {
  /external/ceres-solver/include/ceres/
ordered_groups.h 122 // Reverse the order of the groups in place.
123 void Reverse() {
  /external/chromium_org/crypto/
ghash.cc 42 // Reverse reverses the order of the bits of 4-bit number in |i|.
43 int Reverse(int i) {
56 // be in the reverse order. So normally one would expect, say, 4*key to be in
62 product_table_[Reverse(1)] = x;
65 product_table_[Reverse(i)] = Double(product_table_[Reverse(i/2)]);
66 product_table_[Reverse(i+1)] = Add(product_table_[Reverse(i)], x);
  /external/eigen/Eigen/src/Core/
Reverse.h 17 /** \class Reverse
20 * \brief Expression of the reverse of a vector or matrix
22 * \param MatrixType the type of the object of which we are taking the reverse
24 * This class represents an expression of the reverse of a vector.
25 * It is the return type of MatrixBase::reverse() and VectorwiseOp::reverse()
28 * \sa MatrixBase::reverse(), VectorwiseOp::reverse()
34 struct traits<Reverse<MatrixType, Direction> >
70 template<typename MatrixType, int Direction> class Reverse
191 DenseBase<Derived>::reverse() function in class:Eigen::DenseBase
199 DenseBase<Derived>::reverse() const function in class:Eigen::DenseBase
    [all...]
  /external/chromium_org/third_party/brotli/src/brotli/enc/
entropy_encode.cc 161 void Reverse(uint8_t* v, int start, int end) {
207 Reverse(tree, start, *tree_size);
208 Reverse(extra_bits, start, *tree_size);
239 Reverse(tree, start, *tree_size);
240 Reverse(extra_bits, start, *tree_size);
  /external/llvm/lib/TableGen/
SetTheory.cpp 115 const bool Reverse;
117 RotOp(bool Rev) : Reverse(Rev) {}
121 if (Reverse)
  /external/chromium_org/cc/animation/
animation.h 52 enum Direction { Normal, Reverse, Alternate, AlternateReverse };
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 189 Status Reverse()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 471 Status Reverse()
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 25 // Return reverse of "key".
27 static std::string Reverse(const Slice& key) {
45 return BytewiseComparator()->Compare(Reverse(a), Reverse(b));
51 std::string s = Reverse(*start);
52 std::string l = Reverse(limit);
54 *start = Reverse(s);
58 std::string s = Reverse(*key);
60 *key = Reverse(s);
71 std::string rev = Reverse(*key)
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmspack.c 101 int Reverse = T_FLAVOR(info ->InputFormat);
116 v = Reverse ? REVERSE_FLAVOR_16(v) : v;
149 int Reverse = T_FLAVOR(info ->InputFormat);
162 wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v;
479 int Reverse = T_FLAVOR(info ->InputFormat);
497 wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v;
527 int Reverse= T_FLAVOR(info ->InputFormat);
544 wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v;
925 int Reverse = T_FLAVOR(info ->InputFormat);
950 if (Reverse)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 361 /// Generate a shuffle sequence that will reverse the vector Vec.
566 IK_ReverseIntInduction, ///< Reverse int induction variable. Step = -1.
568 IK_ReversePtrInduction ///< Reverse ptr indvar. Step = - sizeof(elem).
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 754 milliseconds