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

  /src/sbin/efi/
utils.c 113 size_t dsz, i, j, j_max, n; local in function:ucs2_to_utf8
136 j_max = dsz / sizeof(*dst);
143 if (j + 1 >= j_max)
148 if (j + 2 >= j_max)
154 if (j + 3 >= j_max)
187 size_t dsz, i, j, j_max; local in function:utf8_to_ucs2
200 j_max = dsz / sizeof(*dst);
206 else if (j + 1 >= j_max) {

Completed in 53 milliseconds