HomeSort by relevance Sort by last modified time
    Searched full:_cmp (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 258 res[_cmp(ax, bx, shallow)].append(x)
268 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 258 res[_cmp(ax, bx, shallow)].append(x)
268 def _cmp(a, b, sh, abs=abs, cmp=cmp): function
  /external/chromium_org/third_party/openssl/openssl/crypto/lhash/
lhash.h 116 return name##_cmp(a,b); }
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
lhash.h 116 return name##_cmp(a,b); }
objects.h 1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/openssl/crypto/lhash/
lhash.h 116 return name##_cmp(a,b); }
  /external/openssl/include/openssl/
lhash.h 116 return name##_cmp(a,b); }
objects.h 1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 288 AvlTree* VG_(OSetGen_Create)(PtrdiffT _keyOff, OSetCmp_t _cmp,
300 if (!_cmp) vg_assert(0 == _keyOff); // If no cmp, offset must be zero
304 t->cmp = _cmp;
317 AvlTree* VG_(OSetGen_Create_With_Pool)(PtrdiffT _keyOff, OSetCmp_t _cmp,
325 t = VG_(OSetGen_Create) (_keyOff, _cmp,
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
objects.h 1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/openssl/crypto/objects/
objects.h 1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_tree.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_tree.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 492 _cmp = list(dis.cmp_op) variable in class:PyFlowGraph
494 return self._cmp.index(arg)

Completed in 841 milliseconds

1 2