Searched defs:initial (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | crypt_blowfish.c | 548 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, argument 617 initial[i] = BF_init_state.P[i] ^ tmp[bug]; 637 * flip bit 16 in initial expanded key. (The choice of 16 is arbitrary, but 646 initial[0] ^= sign;
|
| H A D | array.c | 2638 /* Do some initial calculations */ 4099 /* {{{ proto mixed array_reduce(array input, mixed callback [, mixed initial]) 4110 zval *initial = NULL; local 4114 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "af|z", &input, &fci, &fci_cache, &initial) == FAILURE) { 4120 MAKE_COPY_ZVAL(&initial, result);
|
Completed in 10 milliseconds