round             857 ext/gmp/gmp.c  	long round = GMP_ROUND_ZERO;
round             859 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZ|l", &a_arg, &b_arg, &round) == FAILURE) {
round             863 ext/gmp/gmp.c  	switch (round) {
round             883 ext/gmp/gmp.c  	long round = GMP_ROUND_ZERO;
round             885 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZ|l", &a_arg, &b_arg, &round) == FAILURE) {
round             889 ext/gmp/gmp.c  	switch (round) {
round             908 ext/gmp/gmp.c  	long round = GMP_ROUND_ZERO;
round             910 ext/gmp/gmp.c  	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ZZ|l", &a_arg, &b_arg, &round) == FAILURE) {
round             914 ext/gmp/gmp.c  	switch (round) {
round              41 ext/hash/hash_gost.c 	round(key[0], key[1]) \
round              42 ext/hash/hash_gost.c 	round(key[2], key[3]) \
round              43 ext/hash/hash_gost.c 	round(key[4], key[5]) \
round              44 ext/hash/hash_gost.c 	round(key[6], key[7]) \
round              45 ext/hash/hash_gost.c 	round(key[0], key[1]) \
round              46 ext/hash/hash_gost.c 	round(key[2], key[3]) \
round              47 ext/hash/hash_gost.c 	round(key[4], key[5]) \
round              48 ext/hash/hash_gost.c 	round(key[6], key[7]) \
round              49 ext/hash/hash_gost.c 	round(key[0], key[1]) \
round              50 ext/hash/hash_gost.c 	round(key[2], key[3]) \
round              51 ext/hash/hash_gost.c 	round(key[4], key[5]) \
round              52 ext/hash/hash_gost.c 	round(key[6], key[7]) \
round              53 ext/hash/hash_gost.c 	round(key[7], key[6]) \
round              54 ext/hash/hash_gost.c 	round(key[5], key[4]) \
round              55 ext/hash/hash_gost.c 	round(key[3], key[2]) \
round              56 ext/hash/hash_gost.c 	round(key[1], key[0]) \
round              72 ext/hash/hash_snefru.c 			round(B15, B00, B01, t0);
round              73 ext/hash/hash_snefru.c 			round(B00, B01, B02, t0);
round              74 ext/hash/hash_snefru.c 			round(B01, B02, B03, t1);
round              75 ext/hash/hash_snefru.c 			round(B02, B03, B04, t1);
round              76 ext/hash/hash_snefru.c 			round(B03, B04, B05, t0);
round              77 ext/hash/hash_snefru.c 			round(B04, B05, B06, t0);
round              78 ext/hash/hash_snefru.c 			round(B05, B06, B07, t1);
round              79 ext/hash/hash_snefru.c 			round(B06, B07, B08, t1);
round              80 ext/hash/hash_snefru.c 			round(B07, B08, B09, t0);
round              81 ext/hash/hash_snefru.c 			round(B08, B09, B10, t0);
round              82 ext/hash/hash_snefru.c 			round(B09, B10, B11, t1);
round              83 ext/hash/hash_snefru.c 			round(B10, B11, B12, t1);
round              84 ext/hash/hash_snefru.c 			round(B11, B12, B13, t0);
round              85 ext/hash/hash_snefru.c 			round(B12, B13, B14, t0);
round              86 ext/hash/hash_snefru.c 			round(B13, B14, B15, t1);
round              87 ext/hash/hash_snefru.c 			round(B14, B15, B00, t1);
round              55 ext/hash/hash_tiger.c 	round(a,b,c,x0,mul) \
round              56 ext/hash/hash_tiger.c 	round(b,c,a,x1,mul) \
round              57 ext/hash/hash_tiger.c 	round(c,a,b,x2,mul) \
round              58 ext/hash/hash_tiger.c 	round(a,b,c,x3,mul) \
round              59 ext/hash/hash_tiger.c 	round(b,c,a,x4,mul) \
round              60 ext/hash/hash_tiger.c 	round(c,a,b,x5,mul) \
round              61 ext/hash/hash_tiger.c 	round(a,b,c,x6,mul) \
round              62 ext/hash/hash_tiger.c 	round(b,c,a,x7,mul)
round             334 ext/phar/tests/files/pear2coverage.phar.php                 $percent = round(($covered / $total) * 100);
round            1150 ext/phar/tests/files/pear2coverage.phar.php         return round(($coverage[0] / $coverage[1]) * 100);
round              47 ext/soap/interop/test.utility.php     $f1 = round($f1, $d);
round              48 ext/soap/interop/test.utility.php     $f2 = round($f2, $d);
round            98153 ext/sqlite3/libsqlite/sqlite3.c     FUNCTION(round,              1, 0, 0, roundFunc        ),
round            98154 ext/sqlite3/libsqlite/sqlite3.c     FUNCTION(round,              2, 0, 0, roundFunc        ),
round            2902 ext/standard/basic_functions.c 	PHP_FE(round,															arginfo_round)
round             382 ext/standard/crypt_freesec.c 	int	shifts, round;
round             432 ext/standard/crypt_freesec.c 	for (round = 0; round < 16; round++) {
round             435 ext/standard/crypt_freesec.c 		shifts += key_shifts[round];
round             440 ext/standard/crypt_freesec.c 		data->de_keysl[15 - round] =
round             441 ext/standard/crypt_freesec.c 		data->en_keysl[round] = comp_maskl[0][(t0 >> 21) & 0x7f]
round             450 ext/standard/crypt_freesec.c 		data->de_keysr[15 - round] =
round             451 ext/standard/crypt_freesec.c 		data->en_keysr[round] = comp_maskr[0][(t0 >> 21) & 0x7f]
round             472 ext/standard/crypt_freesec.c 	int	round;
round             518 ext/standard/crypt_freesec.c 		round = 16;
round             519 ext/standard/crypt_freesec.c 		while (round--) {
round             359 ext/zlib/zlib.c 	int status, round = 0;
round             375 ext/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             382 ext/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             386 ext/zlib/zlib.c 	} while ((Z_BUF_ERROR == status || (Z_OK == status && Z->avail_in)) && ++round < 100);
round              79 scripts/dev/search_underscores.php printf("Errors:  %5d (%.1f%%)\n", $err, round($err * 100 / $cnt, 1));