HomeSort by relevance Sort by last modified time
    Searched full:_rem (Results 1 - 6 of 6) sorted by null

  /external/scapy/test/
p0f.uts 109 def _rem(f):
115 _rem("p0f.fp")
116 _rem("p0fa.fp")
117 _rem("p0fr.fp")
118 _rem("p0fo.fp"
  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 31 UInt64 _rem; member in class:NArchive::N7z::CFolderOutStream
100 _rem = fi.Size;
154 UInt32 cur = (size < _rem ? size : (UInt32)_rem);
164 _rem -= cur;
165 if (_rem == 0)
7zUpdate.cpp 1174 UInt64 _rem; member in class:NArchive::N7z::CRepackStreamBase
1223 _rem = fi.Size;
1284 UInt32 cur = (size < _rem ? size : (UInt32)_rem);
1294 _rem -= cur;
1295 if (_rem == 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
tuple 961 template<typename... _T1s, typename... _T2s, typename... _Rem>
962 struct __combine_tuples<tuple<_T1s...>, tuple<_T2s...>, _Rem...>
965 _Rem...>::__type __type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
tuple 961 template<typename... _T1s, typename... _T2s, typename... _Rem>
962 struct __combine_tuples<tuple<_T1s...>, tuple<_T2s...>, _Rem...>
965 _Rem...>::__type __type;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
timesoftfloat.c     [all...]

Completed in 4633 milliseconds