Home
last modified time | relevance | path

Searched refs:input (Results 201 – 225 of 690) sorted by relevance

12345678910>>...28

/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c390 …InLane(const void *state, unsigned int lanePosition, const unsigned char *input, unsigned char *ou… in KeccakP1600_ExtractAndAddBytesInLane() argument
403 output[i] = input[i] ^ ((UINT8*)lane1)[offset+i]; in KeccakP1600_ExtractAndAddBytesInLane()
409 output[i] = input[i] ^ (lane & 0xFF); in KeccakP1600_ExtractAndAddBytesInLane()
417 void KeccakP1600_ExtractAndAddLanes(const void *state, const unsigned char *input, unsigned char *o… in KeccakP1600_ExtractAndAddLanes() argument
427 ((UINT64*)output)[i] = ((UINT64*)input)[i] ^ ((const UINT64*)state)[i]; in KeccakP1600_ExtractAndAddLanes()
431 output[i*8+j] = input[i*8+j] ^ temp[j]; in KeccakP1600_ExtractAndAddLanes()
458 void KeccakP1600_ExtractAndAddBytes(const void *state, const unsigned char *input, unsigned char *o… in KeccakP1600_ExtractAndAddBytes() argument
460 …SnP_ExtractAndAddBytes(state, input, output, offset, length, KeccakP1600_ExtractAndAddLanes, Kecca… in KeccakP1600_ExtractAndAddBytes()
H A DKeccakSponge.h67 int Prefix_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inpu…
142 …int prefix##_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t i…
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h67 int Prefix_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t inpu…
142 …int prefix##_Sponge(unsigned int rate, unsigned int capacity, const unsigned char *input, size_t i…
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.h28 const char *input, int size, char *output, int output_size);
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.h38 void phpdbg_init_lexer (phpdbg_param_t *stack, char *input);
/PHP-7.4/ext/standard/tests/strings/
H A Dprint_variation1.phpt28 // array with different values for $input
73 foreach($inputs as $input) {
75 $res = print($input);
H A Dbug39350.phpt2 Bug #39350 (implode/join() crash on empty input strings)
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
H A Dstrncmp_variation9.phpt12 echo "*** Test strncmp() function: with different input strings ***\n";
56 *** Test strncmp() function: with different input strings ***
/PHP-7.4/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt35 $input = [
130 foreach ($input as $left) {
131 foreach ($input as $right) {
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt25 echo "\n--- Testing base64_encode() with binary string input ---\n";
48 --- Testing base64_encode() with binary string input ---
/PHP-7.4/ext/date/tests/
H A Dbug71889.phpt2 Bug #71889 (DateInterval::format segfault on '%' input)
H A Dtime_basic.phpt2 Test return type and value for expected input time()
/PHP-7.4/ext/pcre/tests/
H A Dbug75089.phpt2 Bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string)
H A Dpreg_match_error2.phpt15 $input = array('this is a string', array('this is', 'a subarray'),);
16 foreach($input as $value) {
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc16 $input = "foo".$count;
19 $output = $fn($input);
20 return $input === $output;
/PHP-7.4/ext/standard/tests/array/
H A Darray_slice_variation7.phpt5 /* Prototype : array array_slice(array $input, int $offset [, int $length [, bool $preserve_keys]])
30 // arrays of different data types to be passed as $input
102 foreach($inputs as $type => $input) {
105 var_dump( array_slice($input, $offset, $length, true) );
107 var_dump( array_slice($input, $offset, $length, false) );
H A Darray_merge_variation3.phpt40 // arrays of different data types to be passed as $input
113 foreach($inputs as $key => $input) {
115 var_dump( array_merge($input, $arr) );
116 var_dump( array_merge($arr, $input) );
H A Darray_pad_variation3.phpt5 /* Prototype : array array_pad(array $input, int $pad_size, mixed $pad_value)
6 * Description: Returns a copy of input array padded with pad_value to size pad_size
13 * $input and $pad_size arguments take fixed value.
18 // Initialise $input and $pad_size argument
19 $input = array(1, 2);
112 var_dump( array_pad($input, $pad_size, $pad_value) ); // positive 'pad_size'
113 var_dump( array_pad($input, -$pad_size, $pad_value) ); // negative 'pad_size'
H A Darray_diff_assoc_variation6.phpt70 foreach($inputs as $input) {
72 var_dump(array_diff_assoc($array, $input));
73 var_dump(array_diff_assoc($input, $array));
/PHP-7.4/tests/lang/
H A Dbug25145.phpt2 Bug #25145 (SEGV on recpt of form input with name like "123[]")
/PHP-7.4/ext/hash/
H A Dphp_hash_joaat.h27 PHP_HASH_API void PHP_JOAATUpdate(PHP_JOAAT_CTX *context, const unsigned char *input, size_t inputL…
H A Dphp_hash_adler32.h29 PHP_HASH_API void PHP_ADLER32Update(PHP_ADLER32_CTX *context, const unsigned char *input, size_t le…
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt31 foreach ($inputs as $lang => $input) {
36 var_dump(mb_encode_mimeheader($input, $outEncoding, 'B'));
38 var_dump(mb_encode_mimeheader($input, $outEncoding, 'Q'));
/PHP-7.4/ext/standard/tests/math/
H A Dsqrt_basic.phpt2 Test return type and value for expected input sqrt()

Completed in 36 milliseconds

12345678910>>...28