Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c37 #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-8.2/ext/phar/
H A Dshortarc.php105 static $temp; variable in Extract_Phar
278 static function _removeTmpFiles($temp, $origdir)
H A Dstream.c408 zend_off_t temp; in phar_stream_seek() local
/PHP-8.2/ext/bcmath/libbcmath/src/
H A Draise.c48 bc_num temp, power; in bc_raise() local
H A Draisemod.c44 bc_num power, exponent, modulus, parity, temp; in bc_raisemod() local
H A Ddivmod.c50 bc_num temp; in bc_divmod() local
H A Dinit.c46 bc_num temp; local
H A Doutput.c84 stk_rec *digits, *temp; in bc_out_num() local
H A Drecmul.c55 bc_num temp; in new_sub_num() local
/PHP-8.2/ext/calendar/
H A Dfrench.c101 zend_long temp; in SdnToFrench() local
H A Djulian.c164 zend_long temp; in SdnToJulian() local
H A Dgregor.c147 zend_long temp; in SdnToGregorian() local
/PHP-8.2/ext/hash/
H A Dhash_sha3.c114 uint64_t temp; in permute() local
126 uint64_t temp[5]; in permute() local
H A Dhash_gost.c226 uint32_t data[8], temp = 0; in GostTransform() local
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp412 UChar temp[16]; in umsg_format_helper() local
636 UnicodeString temp; in umsg_parse_helper() local
/PHP-8.2/ext/gd/libgd/
H A Dgd_webp.c49 unsigned char *read, *temp; in gdImageCreateFromWebpCtx() local
H A Dgd_bmp.c1063 int temp = (index >> (8 - (j * info->depth))) & ((1 << info->depth) - 1); in bmp_read_rle() local
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_blacklist.c222 zend_regexp_list *temp, *it = blacklist->regexp_list; in zend_accel_blacklist_shutdown() local
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c241 PCRE2_UCHAR temp[6]; in pcre2_substitute() local
H A Dpcre2_dfa_match.c1108 PCRE2_SPTR temp = ptr - 1; in internal_dfa_match() local
1133 PCRE2_SPTR temp = ptr + 1; in internal_dfa_match() local
/PHP-8.2/ext/gmp/
H A Dgmp.c128 #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
349 gmp_temp_t temp; in shift_operator_helper() local
/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c426 uint32_t temp[12]; in mb_illegal_output() local
/PHP-8.2/Zend/Optimizer/
H A Dzend_inference.c548 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-8.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c430 unsigned char temp[8]; in KeccakP1600_ExtractAndAddLanes() local
/PHP-8.2/main/
H A Dsnprintf.c339 char temp[EXPONENT_LENGTH]; /* for exponent conversion */ in php_conv_fp() local

Completed in 95 milliseconds

12