Home
last modified time | relevance | path

Searched refs:R1 (Results 1 – 10 of 10) sorted by relevance

/PHP-7.0/ext/standard/
H A Dcrypt_sha256.c147 #define R1(x) (CYCLIC (x, 17) ^ CYCLIC (x, 19) ^ (x >> 10)) in sha256_process_block() macro
159 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha256_process_block()
H A Dcrypt_sha512.c172 #define R1(x) (CYCLIC (x, 19) ^ CYCLIC (x, 61) ^ (x >> 6)) in sha512_process_block() macro
185 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha512_process_block()
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic4256 # >18 short !074000,000000 C1 R1
4257 # >18 short !074000,004000 C2 R1
4258 # >18 short !074000,010000 C3 R1
4264 # >18 short&074000 000000 C1 R1
4265 # >18 short&074000 004000 C2 R1
4266 # >18 short&074000 010000 C3 R1
4286 >18 short&074000 000000 C1 R1
4287 >18 short&074000 004000 C2 R1
4288 >18 short&074000 010000 C3 R1
6165 >>>36 lelong&0xffff00 0x000400 HaL R1 Extensions Required,
[all …]
/PHP-7.0/ext/standard/tests/misc/
H A Duser_agents.txt122 Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; (R1 1.5))
H A Dget_browser_variation3.phpt257 Agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; (R1 1.5))
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput14938 /((?(R1)a+|(?1)b))/
H A Dtestinput21947 /((abc (?(R) (?(R1)1) (?(R2)2) X | (?1) (?2) (?R) ))) /x
H A Dtestoutput18233 /((?(R1)a+|(?1)b))/
H A Dtestoutput27878 /((abc (?(R) (?(R1)1) (?(R2)2) X | (?1) (?2) (?R) ))) /x
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog3579 (f) A test for recursion can be given as (?(R1).. or (?(R&name)... as well

Completed in 105 milliseconds