/php-src/ext/bcmath/libbcmath/src/ |
H A D | init.c | 42 bc_num temp; in _bc_new_num_nonzeroed_ex_internal() local 64 bc_num temp = _bc_new_num_nonzeroed_ex_internal(length, scale, persistent); in _bc_new_num_ex() local
|
H A D | raisemod.c | 39 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
|
H A D | divmod.c | 47 bc_num temp; in bc_divmod() local
|
H A D | raise.c | 47 bc_num temp, power; in bc_raise() local
|
/php-src/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 37 #define prepareToBitInterleaving(low, high, temp, temp0, temp1) \ argument 49 #define toBitInterleavingAndXOR(low, high, even, odd, temp, temp0, temp1) \ argument 54 #define toBitInterleavingAndAND(low, high, even, odd, temp, temp0, temp1) \ argument 59 #define toBitInterleavingAndSet(low, high, even, odd, temp, temp0, temp1) \ argument 65 #define prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \ argument 80 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \ argument 94 UINT32 temp, temp0, temp1; in KeccakP1600_SetBytesInLaneToZero() local 130 UINT32 temp, temp0, temp1; in KeccakP1600_AddByte() local 150 UINT32 temp, temp0, temp1; in KeccakP1600_AddBytesInLane() local 295 UINT32 low, high, temp, temp0, temp1; in KeccakP1600_ExtractBytesInLane() local [all …]
|
/php-src/ext/phar/ |
H A D | shortarc.php | 105 static $temp; variable in Extract_Phar 278 static function _removeTmpFiles($temp, $origdir)
|
H A D | stream.c | 406 zend_off_t temp; in phar_stream_seek() local
|
/php-src/ext/calendar/ |
H A D | french.c | 101 zend_long temp; in SdnToFrench() local
|
H A D | julian.c | 164 zend_long temp; in SdnToJulian() local
|
H A D | gregor.c | 147 zend_long temp; in SdnToGregorian() local
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 412 UChar temp[16]; in umsg_format_helper() local 636 UnicodeString temp; in umsg_parse_helper() local
|
/php-src/ext/hash/ |
H A D | hash_sha3.c | 114 uint64_t temp; in permute() local 126 uint64_t temp[5]; in permute() local
|
H A D | hash_gost.c | 226 uint32_t data[8], temp = 0; in GostTransform() local
|
/php-src/ext/gd/libgd/ |
H A D | gd_webp.c | 50 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
|
H A D | gd_bmp.c | 1063 int temp = (index >> (8 - (j * info->depth))) & ((1 << info->depth) - 1); in bmp_read_rle() local
|
/php-src/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 222 zend_regexp_list *temp, *it = blacklist->regexp_list; in zend_accel_blacklist_shutdown() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_substitute.c | 241 PCRE2_UCHAR temp[6]; in pcre2_substitute() local
|
H A D | pcre2_dfa_match.c | 1112 PCRE2_SPTR temp = ptr - 1; in internal_dfa_match() local 1137 PCRE2_SPTR temp = ptr + 1; in internal_dfa_match() local
|
/php-src/ext/gmp/ |
H A D | gmp.c | 128 #define FREE_GMP_TEMP(temp) \ argument 133 #define FETCH_GMP_ZVAL_DEP_DEP(gmpnumber, zval, temp, dep1, dep2, arg_pos) \ argument 149 #define FETCH_GMP_ZVAL_DEP(gmpnumber, zval, temp, dep, arg_pos) \ argument 164 #define FETCH_GMP_ZVAL(gmpnumber, zval, temp, arg_pos) \ argument 379 gmp_temp_t temp; in shift_operator_helper() local
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_convert.c | 409 uint32_t temp[12]; in mb_illegal_output() local
|
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/ |
H A D | in_body.c | 214 lxb_dom_node_t *node, *temp; in lxb_html_tree_insertion_mode_in_body_body() local 455 lxb_dom_node_t *node, *temp; in lxb_html_tree_insertion_mode_in_body_form() local
|
/php-src/Zend/Optimizer/ |
H A D | zend_inference.c | 548 zend_ulong m, temp; in minOR() local 572 zend_ulong m, temp; in maxOR() local 595 zend_ulong m, temp; in minAND() local 618 zend_ulong m, temp; in maxAND() local
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | tokenizer.h | 68 const lxb_char_t *temp; member
|
/php-src/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-opt64.c | 430 unsigned char temp[8]; in KeccakP1600_ExtractAndAddLanes() local
|
/php-src/main/ |
H A D | snprintf.c | 339 char temp[EXPONENT_LENGTH]; /* for exponent conversion */ in php_conv_fp() local
|