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

  /external/jemalloc/src/
rtree.c 5 hmin(unsigned ha, unsigned hb) function
57 rtree->start_level[i] = hmin(RTREE_HEIGHT_MAX - 1 - i, height -
  /external/u-boot/common/
edid.c 44 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin,
51 *hmin = *hmax = *vmin = *vmax = 0;
58 *hmin = monitor->data.range_data.horizontal_min;
  /external/u-boot/include/
edid.h 297 * @param hmin Returns the minimum horizontal rate
303 int edid_get_ranges(struct edid1_info *edid, unsigned int *hmin,
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 1583 const int hmin = divRoundToZero(min, 2); local
1610 const int hmin = divRoundToZero(min, 2); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 937 const int hmin = divRoundToZero(min, 2); local
949 result.push_back(GatherArgs(componentNdx, IVec2(hmin, 0)));
964 const int hmin = divRoundToZero(min, 2); local
976 IVec2(hmin, max),
    [all...]

Completed in 348 milliseconds