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

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
Portability.h 14 // Required for windows, which defines min/max, but we want the std:: version.
16 #undef max macro
Portability.h 14 // Required for windows, which defines min/max, but we want the std:: version.
16 #undef max macro
  /src/external/bsd/unbound/dist/testdata/speed_cache.tdir/
makeqs.c 10 int max = atoi(argv[1]); local
11 for(i=0; i<max; i++)
makeqs.c 10 int max = atoi(argv[1]); local
11 for(i=0; i<max; i++)
  /src/external/gpl2/lvm2/dist/include/
util.h 25 #define max(a, b) ({ typeof(a) _a = (a); \ macro
util.h 25 #define max(a, b) ({ typeof(a) _a = (a); \ macro
  /src/external/gpl2/lvm2/dist/lib/misc/
util.h 25 #define max(a, b) ({ typeof(a) _a = (a); \ macro
util.h 25 #define max(a, b) ({ typeof(a) _a = (a); \ macro
  /src/external/bsd/jemalloc/dist/test/unit/
div.c 9 size_t max = 1000 * divisor; local
10 if (max < 1000 * 1000) {
11 max = 1000 * 1000;
div.c 9 size_t max = 1000 * divisor; local
10 if (max < 1000 * 1000) {
11 max = 1000 * 1000;
  /src/external/bsd/jemalloc.old/dist/test/unit/
div.c 9 size_t max = 1000 * divisor; local
10 if (max < 1000 * 1000) {
11 max = 1000 * 1000;
div.c 9 size_t max = 1000 * divisor; local
10 if (max < 1000 * 1000) {
11 max = 1000 * 1000;
  /src/lib/libmenu/
internals.h 40 #define max(a,b) ((a) > (b) ? a : b) macro
internals.h 40 #define max(a,b) ((a) > (b) ? a : b) macro
  /src/usr.bin/m4/
stdd.h 41 #define max(a,b) ((a) > (b)? (a): (b)) macro
stdd.h 41 #define max(a,b) ((a) > (b)? (a): (b)) macro
  /src/crypto/external/apache2/openssl/dist/crypto/sm2/
sm2_key.c 25 BIGNUM *max = NULL; local
38 max = BN_dup(order);
39 if (max == NULL || !BN_sub_word(max, 1))
42 || BN_cmp(priv_key, max) >= 0) {
49 BN_free(max);
sm2_key.c 25 BIGNUM *max = NULL; local
38 max = BN_dup(order);
39 if (max == NULL || !BN_sub_word(max, 1))
42 || BN_cmp(priv_key, max) >= 0) {
49 BN_free(max);
  /src/crypto/external/bsd/openssl/dist/crypto/sm2/
sm2_key.c 25 BIGNUM *max = NULL; local
38 max = BN_dup(order);
39 if (max == NULL || !BN_sub_word(max, 1))
42 || BN_cmp(priv_key, max) >= 0) {
49 BN_free(max);
sm2_key.c 25 BIGNUM *max = NULL; local
38 max = BN_dup(order);
39 if (max == NULL || !BN_sub_word(max, 1))
42 || BN_cmp(priv_key, max) >= 0) {
49 BN_free(max);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
RandomNumberGenerator.h 43 /// Returns a random number in the range [0, Max).
47 static constexpr result_type max() { return generator_type::max(); } function in class:llvm::RandomNumberGenerator
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-command.h 46 int max = max_height (); variable
49 return (preferred_min <= max
51 : max);
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
readlink4.c 23 int max, i; local
27 max = PATH_MAX;
29 max = pathconf (argv[0], _PC_PATH_MAX);
32 max *= 10;
34 if (max <= 0)
35 bye ("path_max", max);
37 if ((buf = malloc (max + 1)) == NULL)
45 for (i = strrchr (buf, '/') - buf + 1; i < max; i++)
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-command.h 47 int max = max_height (); variable
50 return (preferred_min <= max
52 : max);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
readlink4.c 23 int max, i; local
27 max = PATH_MAX;
29 max = pathconf (argv[0], _PC_PATH_MAX);
32 max *= 10;
34 if (max <= 0)
35 bye ("path_max", max);
37 if ((buf = malloc (max + 1)) == NULL)
45 for (i = strrchr (buf, '/') - buf + 1; i < max; i++)

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 91011>>