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

  /src/lib/libcrypt/
crypt.c 749 int ks_inc, loop_count; local in function:des_cipher
793 loop_count = 8;
828 } while (--loop_count != 0);
  /src/sys/dev/ic/
bwi.c 5343 int found, loop_count, adjust_state; local in function:bwi_rf_lo_measure_11g
5349 loop_count = 12; /* XXX */
5403 } while (loop_count-- && found);

Completed in 18 milliseconds