HomeSort by: relevance | last modified time | path
    Searched defs:h_max (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/test/hash_tests/
test_hash.c 136 size_t h_min, h_max; local
141 h_max = 0;
145 h_max = MAX_HASH_SIZE;
151 h_max = h;
159 h_max = h;
164 if (h_max < __arraycount(keys) ||
166 h_max < h_min)
169 for (h = h_min; h <= h_max; h++) {
test_hash.c 136 size_t h_min, h_max; local
141 h_max = 0;
145 h_max = MAX_HASH_SIZE;
151 h_max = h;
159 h_max = h;
164 if (h_max < __arraycount(keys) ||
166 h_max < h_min)
169 for (h = h_min; h <= h_max; h++) {
  /src/sys/dev/stbi/
stb_image.c 1682 int Lf,p,i,q, h_max=1,v_max=1,c; local
1713 if (z->img_comp[i].h > h_max) h_max = z->img_comp[i].h;
1718 z->img_h_max = h_max;
1720 z->img_mcu_w = h_max * 8;
1727 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max;
stb_image.c 1682 int Lf,p,i,q, h_max=1,v_max=1,c; local
1713 if (z->img_comp[i].h > h_max) h_max = z->img_comp[i].h;
1718 z->img_h_max = h_max;
1720 z->img_mcu_w = h_max * 8;
1727 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max;

Completed in 34 milliseconds