Home
last modified time | relevance | path

Searched refs:g (Results 226 – 250 of 332) sorted by path

12345678910>>...14

/php-src/ext/standard/
H A Dcrypt_sha256.c102 uint32_t g = ctx->H[6]; in sha256_process_block() local
123 uint32_t g_save = g; in sha256_process_block()
148 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block()
150 h = g; in sha256_process_block()
151 g = f; in sha256_process_block()
168 g += g_save; in sha256_process_block()
182 ctx->H[6] = g; in sha256_process_block()
H A Dcrypt_sha512.c130 uint64_t g = ctx->H[6]; in sha512_process_block() local
151 uint64_t g_save = g; in sha512_process_block()
179 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block()
181 h = g; in sha512_process_block()
182 g = f; in sha512_process_block()
199 g += g_save; in sha512_process_block()
213 ctx->H[6] = g; in sha512_process_block()
/php-src/ext/standard/libavifinfo/
H A DPATENTS24 and/or hardware description code (e.g., HDL, RTL, Gate Level Netlist,
/php-src/ext/standard/tests/array/
H A Darray_combine.phpt15 $g = array_combine($array2, $array3);
H A Darray_shift_variation8.phpt8 * (e.g. working with linked node trees), beware that array_shift() may not work as you expect:
H A Darsort_object1.phpt52 "g" => new for_string_arsort("Lemon"), "h" => new for_string_arsort("aPPle")
155 ["g"]=>
233 ["g"]=>
H A Darsort_variation9.phpt21 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5),
224 ["g"]=>
244 ["g"]=>
H A Dasort_object1.phpt52 "g" => new for_string_asort("Lemon"), "h" => new for_string_asort("aPPle")
120 ["g"]=>
198 ["g"]=>
H A Dasort_variation9.phpt21 array('a'=>1,'b'=>array('e'=>2,'f'=>3),'c'=>array('g'=>4),'d'=>5),
221 ["g"]=>
241 ["g"]=>
H A Dbug21918.phpt7 $a = array(-1=>'a', '-2'=>'b', 3=>'c', '4'=>'d', 5=>'e', '6001'=>'f', '07'=>'g');
47 string(1) "g"
H A Dcompact_basic.phpt23 var_dump(compact(array("g")));
70 Warning: compact(): Undefined variable $g in %s on line %d
H A Dkey_exists_variation2.phpt45 $g = array($obj, 'foo' => 'baz');
46 var_dump(key_exists(0, $g));
H A Dkrsort_variation9.phpt22 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
219 ["g"]=>
239 ["g"]=>
H A Dksort_variation9.phpt21 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
225 ["g"]=>
245 ["g"]=>
H A Drsort_variation9.phpt28 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
226 ["g"]=>
246 ["g"]=>
H A Dsort_variation9.phpt24 array('a' => 1,'b' => array('e' => 2,'f' => 3),'c' => array('g' => 4),'d' => 5),
222 ["g"]=>
242 ["g"]=>
/php-src/ext/standard/tests/array/range/
H A Dbug24220.phpt30 string(1) "g"
H A Drange_inputs_string_basic.phpt39 string(1) "g"
121 string(1) "g"
151 string(1) "g"
H A Drange_inputs_string_variations.phpt27 string(1) "g"
108 string(1) "g"
/php-src/ext/standard/tests/class_object/
H A Dget_class_methods_basic_001.phpt13 function g() {}
43 string(1) "g"
52 string(1) "g"
/php-src/ext/standard/tests/crypt/
H A Dbcrypt_invalid_algorithm.phpt7 var_dump(crypt("test", "$2g$04$1234567890123456789012345"));
/php-src/ext/standard/tests/file/
H A D006_variation2.phpt46 "u+rwx, g+rw, o+wx"
H A Dbasename_bug66395_variation2-win32.phpt13 echo basename("a:\\b:\\c:d:hello\\world\\a.bmp\\d:e:f:g.txt") . "\n";
14 echo basename("a:\\b:\\c:d:hello/world\\a.bmp\\d:\\e:\\f:g.txt") . "\n";
29 g.txt
30 g.txt
H A Dbug38086.phpt43 Jura gur cnvaf bs yvsr jba'g one zl jnl
50 Jura gur cnvaf bs yvsr jba'g one zl jnl
H A Dfgetc_variation4.phpt58 string(1) "g"
84 string(1) "g"
110 string(1) "g"
136 string(1) "g"
162 string(1) "g"
188 string(1) "g"
214 string(1) "g"
240 string(1) "g"
266 string(1) "g"

Completed in 28 milliseconds

12345678910>>...14