HomeSort by: relevance | last modified time | path
    Searched refs:high_threshold (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/doc/educational_decoder/
zstd_decompress.c 2140 int high_threshold = size; local
2144 dtable->symbols[--high_threshold] = s;
2171 high_threshold);
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 2910 int high_threshold; local
2917 high_threshold = table_size - 1;
2927 table[high_threshold].symbol = (unsigned char) i;
2928 high_threshold--;
2946 while (unlikely (pos > high_threshold))
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 2910 int high_threshold; local
2917 high_threshold = table_size - 1;
2927 table[high_threshold].symbol = (unsigned char) i;
2928 high_threshold--;
2946 while (unlikely (pos > high_threshold))
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 2910 int high_threshold; local
2917 high_threshold = table_size - 1;
2927 table[high_threshold].symbol = (unsigned char) i;
2928 high_threshold--;
2946 while (unlikely (pos > high_threshold))
  /src/external/mpl/dhcp/dist/server/
dhcp.c 2089 int used, count, high_threshold, poolhigh = 0, poollow = 0; local
2141 high_threshold = FIND_PERCENT(count, poolhigh);
2142 if (used < high_threshold) {
dhcpv6.c 991 isc_uint64_t used, count, high_threshold; local
1055 high_threshold = FIND_POND6_PERCENT(count, poolhigh);
1056 if (used < high_threshold) {

Completed in 66 milliseconds