Home
last modified time | relevance | path

Searched refs:hmax (Results 1 – 6 of 6) sorted by relevance

/external/netperf/src/
Dhist.h63 int hmax; member
Dnetlib.c4246 h->hmax = 0; in HIST_clear()
4277 h->hmin = h->hmax = time_delta; in HIST_add()
4287 h->hmax = ((h->hmax > time_delta) ? h->hmax : time_delta); in HIST_add()
4448 *max = h->hmax; in HIST_get_stats()
/external/libpng/contrib/gregbook/
Drpng2-x.c1082 int k, hmax, max; in rpng2_x_load_bg_image() local
1184 hmax = (bgscale-1)/2; /* half the max weight of a color */ in rpng2_x_load_bg_image()
1185 max = 2*hmax; /* the max weight of a color */ in rpng2_x_load_bg_image()
1196 if (yidx > hmax) in rpng2_x_load_bg_image()
1201 if (xidx > hmax) in rpng2_x_load_bg_image()
1869 int k, hmax, max; in rpng2_x_reload_bg_image() local
1956 hmax = (bgscale-1)/2; /* half the max weight of a color */ in rpng2_x_reload_bg_image()
1957 max = 2*hmax; /* the max weight of a color */ in rpng2_x_reload_bg_image()
1968 if (yidx > hmax) in rpng2_x_reload_bg_image()
1973 if (xidx > hmax) in rpng2_x_reload_bg_image()
Drpng2-win.c838 int k, hmax, max; in rpng2_win_load_bg_image() local
935 hmax = (bgscale-1)/2; /* half the max weight of a color */ in rpng2_win_load_bg_image()
936 max = 2*hmax; /* the max weight of a color */ in rpng2_win_load_bg_image()
947 if (yidx > hmax) in rpng2_win_load_bg_image()
952 if (xidx > hmax) in rpng2_win_load_bg_image()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp1564 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
1574 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
1591 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
1601 IVec2(min, hmax), in generateBasic2DCaseIterations()
1603 IVec2(0, hmax), in generateBasic2DCaseIterations()
1604 IVec2(hmax, 0))); in generateBasic2DCaseIterations()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp938 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
948 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
965 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
975 IVec2(min, hmax), in generateBasic2DCaseIterations()
977 IVec2(0, hmax), in generateBasic2DCaseIterations()
978 IVec2(hmax, 0))); in generateBasic2DCaseIterations()