| /PHP_5_5/ext/bcmath/libbcmath/src/ |
| H A D | compare.c | 53 int count; local 87 count = n1->n_len + MIN (n1->n_scale, n2->n_scale); 91 while ((count > 0) && (*n1ptr == *n2ptr)) 95 count--; 97 if (ignore_last && count == 1 && n1->n_scale == n2->n_scale) 99 if (count != 0) 124 for (count = n1->n_scale-n2->n_scale; count>0; count--) 136 for (count [all...] |
| H A D | doaddsub.c | 55 int count; local 66 for (count = scale_min - sum_scale; count > 0; count--) 147 int borrow, count, val; local 160 for (count = scale_min - diff_scale; count > 0; count--) 176 for (count = n1->n_scale - min_scale; count > [all...] |
| H A D | nearzero.c | 50 int count; local 58 count = num->n_len + scale; 62 while ((count > 0) && (*nptr++ == 0)) count--; 64 if (count != 0 && (count != 1 || *--nptr != 1))
|
| H A D | zero.c | 46 int count; local 53 count = num->n_len + num->n_scale; 57 while ((count > 0) && (*nptr++ == 0)) count--; 59 if (count != 0)
|
| /PHP_5_5/ext/standard/ |
| H A D | crypt_blowfish.h | 28 unsigned long count,
|
| H A D | sha1.h | 29 php_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon247
|
| /PHP_5_5/ext/tokenizer/ |
| H A D | tokenizer.php | 15 $count = count($tokens); variable 17 for ($i = 0; $i < $count; $i++) {
|
| /PHP_5_5/scripts/dev/generate-phpt/src/ |
| H A D | gtTestCaseWriter.php | 9 public static function write($name, $string, $type, $count = 0) { 19 $fileName = $name."_variation".$count.".phpt";
|
| H A D | gtTestSubject.php | 46 if(count ($this->mandatoryArgumentNames) > 0) { 47 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) { 52 if(count ($this->optionalArgumentNames) > 0) { 53 for( $i = 0; $i < count( $this->optionalArgumentNames ); $i++) { 78 if(count ($this->mandatoryArgumentNames) > 0) { 79 for( $i = 0; $i < count( $this->mandatoryArgumentNames ) - 1; $i++) { 103 if(count ($this->mandatoryArgumentNames) > 0) { 104 for( $i = 0; $i < count( $this->mandatoryArgumentNames ); $i++) { 109 if(count ($this->optionalArgumentNames) > 0) { 110 for( $i = 0; $i < count( [all...] |
| /PHP_5_5/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtVariationContainerFunction.php | 32 $numberOfArguments = count($this->function->getMandatoryArgumentNames()) + count($this->function->getOptionalArgumentNames());
|
| H A D | gtVariationContainerMethod.php | 31 $numberOfArguments = count($this->method->getMandatoryArgumentNames()) + count($this->method->getOptionalArgumentNames());
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_color.c | 21 int count; local 53 count = *(bp++); 54 if( count > 0 ) { 55 im2->red[color] = *(bp++) / count; 56 im2->green[color] = *(bp++) / count; 57 im2->blue[color] = *(bp++) / count; 58 im2->alpha[color] = *(bp++) / count;
|
| /PHP_5_5/ext/intl/msgformat/ |
| H A D | msgformat_helpers.h | 23 void umsg_parse_helper(UMessageFormat *fmt, int *count, zval ***args,
|
| /PHP_5_5/Zend/ |
| H A D | zend_ptr_stack.c | 41 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) argument 46 ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) 48 va_start(ptr, count); 49 while (count>0) { 53 count--; 59 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) argument 64 va_start(ptr, count); 65 while (count>0) { 69 count--;
|
| /PHP_5_5/ext/dom/ |
| H A D | characterdata.c | 34 ZEND_ARG_INFO(0, count) 48 ZEND_ARG_INFO(0, count) 53 ZEND_ARG_INFO(0, count) 169 /* {{{ proto string dom_characterdata_substring_data(int offset, int count); 179 long offset, count; local 183 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) { 196 if (offset < 0 || count < 0 || offset > length) { 202 if ((offset + count) > length) { 203 count = length - offset; 206 substring = xmlUTF8Strsub(cur, offset, count); 309 long offset, count; local 365 long offset, count; local [all...] |
| H A D | nodelist.c | 58 int count = 0; local 64 count = xmlHashSize(objmap->ht); 68 count = zend_hash_num_elements(nodeht); 75 count++; 77 count++; 87 curnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, -1); 95 ZVAL_LONG(*retval, count); 115 int count = 0; local 147 while (count < index && curnode != NULL) { 148 count [all...] |
| /PHP_5_5/ext/hash/ |
| H A D | hash_ripemd.c | 73 context->count[0] = context->count[1] = 0; 88 context->count[0] = context->count[1] = 0; 107 context->count[0] = context->count[1] = 0; 123 context->count[0] = context->count[1] = 0; 261 index = (unsigned int) ((context->count[0] >> 3) & 0x3F); 264 if ((context->count[ [all...] |
| H A D | hash_sha.c | 208 context->count[0] = context->count[1] = 0; 339 index = (unsigned int) ((context->count[0] >> 3) & 0x3F); 342 if ((context->count[0] += ((php_hash_uint32) inputLen << 3)) 344 context->count[1]++; 345 context->count[1] += ((php_hash_uint32) inputLen >> 29); 380 bits[7] = context->count[0] & 0xFF; 381 bits[6] = (context->count[0] >> 8) & 0xFF; 382 bits[5] = (context->count[0] >> 16) & 0xFF; 383 bits[4] = (context->count[ [all...] |
| H A D | php_hash_gost.h | 29 php_hash_uint32 count[2]; member in struct:__anon82
|
| H A D | php_hash_md.h | 64 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon85 80 php_hash_uint32 count[2]; member in struct:__anon86
|
| H A D | php_hash_ripemd.h | 28 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon88 34 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon89 40 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon90 46 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 (lsb first) */ member in struct:__anon91
|
| H A D | php_hash_sha.h | 40 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 */ member in struct:__anon92 56 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 */ member in struct:__anon93 67 php_hash_uint32 count[2]; /* number of bits, modulo 2^64 */ member in struct:__anon94 78 php_hash_uint64 count[2]; /* number of bits, modulo 2^128 */ member in struct:__anon95 89 php_hash_uint64 count[2]; /* number of bits, modulo 2^128 */ member in struct:__anon96
|
| H A D | php_hash_snefru.h | 33 php_hash_uint32 count[2]; member in struct:__anon97
|
| /PHP_5_5/ext/sysvsem/ |
| H A D | php_sysvsem.h | 43 int count; /* Acquire count for auto-release. */ member in struct:__anon258
|
| /PHP_5_5/main/ |
| H A D | php_ticks.h | 27 void php_run_ticks(int count);
|