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

  /external/pdfium/xfa/fxfa/parser/
cxfa_occur.h 20 int32_t GetMin();
cxfa_occur.cpp 17 iMax = GetMin();
22 int32_t CXFA_Occur::GetMin() {
52 int32_t iMin = GetMin();
cxfa_node.cpp     [all...]
  /art/compiler/optimizing/
induction_var_range_test.cc 253 Value GetMin(HInductionVarAnalysis::InductionInfo* info,
376 ExpectEqual(Value(), GetMin(nullptr, nullptr));
382 GetMin(CreateInvariant('+', CreateConst(2), CreateRange(10, 20)), nullptr));
386 GetMin(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr));
390 GetMin(CreateInvariant('+', CreateRange(10, 20), CreateFetch(x_)), nullptr));
394 GetMin(CreateInvariant('+', CreateRange(-5, -1), CreateRange(10, 20)), nullptr));
401 GetMin(CreateInvariant('-', CreateConst(2), CreateRange(10, 20)), nullptr));
405 GetMin(CreateInvariant('-', CreateFetch(x_), CreateRange(-20, -10)), nullptr));
409 GetMin(CreateInvariant('-', CreateRange(10, 20), CreateFetch(x_)), nullptr));
413 GetMin(CreateInvariant('-', CreateRange(-5, -1), CreateRange(10, 20)), nullptr))
    [all...]
  /external/webp/src/enc/
predictor_enc.c 28 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; }
295 const int max_y = GetMin(tile_size, height - start_y);
296 const int max_x = GetMin(tile_size, width - start_x);
664 const int all_x_max = GetMin(tile_x_offset + max_tile_size, xsize);
665 const int all_y_max = GetMin(tile_y_offset + max_tile_size, ysize);
686 const int xscan = GetMin(max_tile_size, xsize - tile_x);
687 int yscan = GetMin(max_tile_size, ysize - tile_y);
711 const int all_x_max = GetMin(tile_x_offset + max_tile_size, width);
712 const int all_y_max = GetMin(tile_y_offset + max_tile_size, height);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 130 T GetMin() {
148 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax());
bwe_test_framework_unittest.cc 133 EXPECT_EQ(0, stats.GetMin());
137 EXPECT_EQ(1, stats.GetMin());
141 EXPECT_EQ(1, stats.GetMin());
145 EXPECT_EQ(-4, stats.GetMin());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidefs.h 583 #define MAPI_IMAPIPROGRESS_METHODS(IPURE) MAPIMETHOD(Progress) (THIS_ ULONG ulValue,ULONG ulCount,ULONG ulTotal) IPURE; MAPIMETHOD(GetFlags) (THIS_ ULONG *lpulFlags) IPURE; MAPIMETHOD(GetMax) (THIS_ ULONG *lpulMax) IPURE; MAPIMETHOD(GetMin) (THIS_ ULONG *lpulMin) IPURE; MAPIMETHOD(SetLimits) (THIS_ LPULONG lpulMin,LPULONG lpulMax,LPULONG lpulFlags) IPURE;
    [all...]
wabdefs.h 582 #define MAPI_IMAPIPROGRESS_METHODS(IPURE) MAPIMETHOD(Progress) (THIS_ ULONG ulValue,ULONG ulCount,ULONG ulTotal) IPURE; MAPIMETHOD(GetFlags) (THIS_ ULONG *lpulFlags) IPURE; MAPIMETHOD(GetMax) (THIS_ ULONG *lpulMax) IPURE; MAPIMETHOD(GetMin) (THIS_ ULONG *lpulMin) IPURE; MAPIMETHOD(SetLimits) (THIS_ LPULONG lpulMin,LPULONG lpulMax,LPULONG lpulFlags) IPURE;
    [all...]

Completed in 414 milliseconds