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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
macos-ioloop.c 629 uint16_t submax = max - j; local
630 if (submax > 8) {
631 submax = 8;
633 for (uint16_t k = 0; k < submax; k++) {

Completed in 17 milliseconds