HomeSort by relevance Sort by last modified time
    Searched refs:RequestedSize (Results 1 - 3 of 3) sorted by null

  /external/piex/src/image_type_recognition/
image_type_recognition_lite.cc 50 return a->RequestedSize() < b->RequestedSize();
60 virtual size_t RequestedSize() const = 0;
66 // Limits the source length to the RequestedSize(), using it guarantees that
69 return source.pointerToSubArray(0 /* pos */, RequestedSize());
152 virtual size_t RequestedSize() const { return 5000; }
178 if (!IsSignatureFound(limited_source, 0 /* offset */, RequestedSize(),
197 limited_source, 0 /* offset */, RequestedSize(),
209 virtual size_t RequestedSize() const { return 16; }
239 virtual size_t RequestedSize() const { return 14;
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 71 u64 RequestedSize : 40; // Needed for reallocation purposes.
365 Header.RequestedSize = Size;
410 uptr Size = NewHeader.RequestedSize;
480 NewHeader.RequestedSize = NewSize;
488 uptr OldSize = OldHeader.RequestedSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 109 milliseconds