round 883 gmp/gmp.c long round = GMP_ROUND_ZERO; round 885 gmp/gmp.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZ|l", &a_arg, &b_arg, &round) == FAILURE) { round 889 gmp/gmp.c switch (round) { round 909 gmp/gmp.c long round = GMP_ROUND_ZERO; round 911 gmp/gmp.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZ|l", &a_arg, &b_arg, &round) == FAILURE) { round 915 gmp/gmp.c switch (round) { round 934 gmp/gmp.c long round = GMP_ROUND_ZERO; round 936 gmp/gmp.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZ|l", &a_arg, &b_arg, &round) == FAILURE) { round 940 gmp/gmp.c switch (round) { round 41 hash/hash_gost.c round(key[0], key[1]) \ round 42 hash/hash_gost.c round(key[2], key[3]) \ round 43 hash/hash_gost.c round(key[4], key[5]) \ round 44 hash/hash_gost.c round(key[6], key[7]) \ round 45 hash/hash_gost.c round(key[0], key[1]) \ round 46 hash/hash_gost.c round(key[2], key[3]) \ round 47 hash/hash_gost.c round(key[4], key[5]) \ round 48 hash/hash_gost.c round(key[6], key[7]) \ round 49 hash/hash_gost.c round(key[0], key[1]) \ round 50 hash/hash_gost.c round(key[2], key[3]) \ round 51 hash/hash_gost.c round(key[4], key[5]) \ round 52 hash/hash_gost.c round(key[6], key[7]) \ round 53 hash/hash_gost.c round(key[7], key[6]) \ round 54 hash/hash_gost.c round(key[5], key[4]) \ round 55 hash/hash_gost.c round(key[3], key[2]) \ round 56 hash/hash_gost.c round(key[1], key[0]) \ round 72 hash/hash_snefru.c round(B15, B00, B01, t0); round 73 hash/hash_snefru.c round(B00, B01, B02, t0); round 74 hash/hash_snefru.c round(B01, B02, B03, t1); round 75 hash/hash_snefru.c round(B02, B03, B04, t1); round 76 hash/hash_snefru.c round(B03, B04, B05, t0); round 77 hash/hash_snefru.c round(B04, B05, B06, t0); round 78 hash/hash_snefru.c round(B05, B06, B07, t1); round 79 hash/hash_snefru.c round(B06, B07, B08, t1); round 80 hash/hash_snefru.c round(B07, B08, B09, t0); round 81 hash/hash_snefru.c round(B08, B09, B10, t0); round 82 hash/hash_snefru.c round(B09, B10, B11, t1); round 83 hash/hash_snefru.c round(B10, B11, B12, t1); round 84 hash/hash_snefru.c round(B11, B12, B13, t0); round 85 hash/hash_snefru.c round(B12, B13, B14, t0); round 86 hash/hash_snefru.c round(B13, B14, B15, t1); round 87 hash/hash_snefru.c round(B14, B15, B00, t1); round 55 hash/hash_tiger.c round(a,b,c,x0,mul) \ round 56 hash/hash_tiger.c round(b,c,a,x1,mul) \ round 57 hash/hash_tiger.c round(c,a,b,x2,mul) \ round 58 hash/hash_tiger.c round(a,b,c,x3,mul) \ round 59 hash/hash_tiger.c round(b,c,a,x4,mul) \ round 60 hash/hash_tiger.c round(c,a,b,x5,mul) \ round 61 hash/hash_tiger.c round(a,b,c,x6,mul) \ round 62 hash/hash_tiger.c round(b,c,a,x7,mul) round 334 phar/tests/files/pear2coverage.phar.php $percent = round(($covered / $total) * 100); round 1150 phar/tests/files/pear2coverage.phar.php return round(($coverage[0] / $coverage[1]) * 100); round 47 soap/interop/test.utility.php $f1 = round($f1, $d); round 48 soap/interop/test.utility.php $f2 = round($f2, $d); round 83746 sqlite3/libsqlite/sqlite3.c FUNCTION(round, 1, 0, 0, roundFunc ), round 83747 sqlite3/libsqlite/sqlite3.c FUNCTION(round, 2, 0, 0, roundFunc ), round 2883 standard/basic_functions.c PHP_FE(round, arginfo_round) round 382 standard/crypt_freesec.c int shifts, round; round 432 standard/crypt_freesec.c for (round = 0; round < 16; round++) { round 435 standard/crypt_freesec.c shifts += key_shifts[round]; round 440 standard/crypt_freesec.c data->de_keysl[15 - round] = round 441 standard/crypt_freesec.c data->en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f] round 450 standard/crypt_freesec.c data->de_keysr[15 - round] = round 451 standard/crypt_freesec.c data->en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f] round 472 standard/crypt_freesec.c int round; round 518 standard/crypt_freesec.c round = 16; round 519 standard/crypt_freesec.c while (round--) { round 347 zlib/zlib.c int status, round = 0; round 363 zlib/zlib.c fprintf(stderr, "\n%3d: %3d PRIOR: size=%7lu,\tfree=%7lu,\tused=%7lu,\tavail_in=%7lu,\tavail_out=%7lu\n", round, status, buffer.size, buffer.free, buffer.used, Z->avail_in, Z->avail_out); round 370 zlib/zlib.c fprintf(stderr, "%3d: %3d AFTER: size=%7lu,\tfree=%7lu,\tused=%7lu,\tavail_in=%7lu,\tavail_out=%7lu\n", round, status, buffer.size, buffer.free, buffer.used, Z->avail_in, Z->avail_out); round 374 zlib/zlib.c } while ((Z_BUF_ERROR == status || (Z_OK == status && Z->avail_in)) && ++round < 100);