Home
last modified time | relevance | path

Searched refs:prime (Results 1 – 17 of 17) sorted by relevance

/PHP-8.1/ext/standard/tests/strings/
H A Dbug29119.phpt5 var_dump(bin2hex(html_entity_decode('  ‘†′⁄€', ENT_QUOTES…
H A Dget_html_translation_table_basic7.phpt243 [′] => ′
H A Dget_html_translation_table_basic2.phpt420 string(7) "′"
929 string(7) "′"
1436 string(7) "′"
H A Dhtml_entity_decode_html4.phpt186 "′",
H A Dget_html_translation_table_basic1.phpt407 string(7) "′"
H A Dhtmlentities_html4.phpt242 ′ U+02032
H A Dget_html_translation_table_basic5.phpt1236 [′] => ′
H A Dhtml_entity_decode_html5.phpt1647 "′",
3781 ′ => ′ e280b2
H A Dhtmlentities_html5.phpt557 ′ U+02032
/PHP-8.1/.github/workflows/
H A Dnightly.yml444 - name: Test File Cache (prime shm)
450 --file-cache-prime
451 - name: Test File Cache (prime shm, use shm)
458 - name: Test File Cache (prime shm, use file)
466 - name: Test File Cache Only (prime)
472 --file-cache-prime
/PHP-8.1/ext/standard/html_tables/
H A Dents_html401.txt153 prime 2032
H A Dents_xhtml.txt185 prime 2032
H A Dents_html5.txt1642 prime 02032
/PHP-8.1/ext/hash/tests/
H A Dfnv132.phpt136 array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html", "5b156176" ),
137 array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html#largest", "2aa7d593" ),
H A Dfnv164.phpt136 array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html", "e9966ac1556257f6" ),
137 … array( "http://www.isthe.com/chongo/tech/math/prime/mersenne.html#largest", "92a3d1cd078ba293" ),
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h3387 uint32x2_t prime = vdup_n_u32 (XXH_PRIME32_1); in XXH3_scrambleAcc_neon() local
3424 uint64x2_t prod_hi = vmull_u32 (data_key_hi, prime); in XXH3_scrambleAcc_neon()
3428 xacc[i] = vmlal_u32(xacc[i], data_key_lo, prime); in XXH3_scrambleAcc_neon()
3478 xxh_u32x4 const prime = { XXH_PRIME32_1, XXH_PRIME32_1, XXH_PRIME32_1, XXH_PRIME32_1 }; in XXH3_scrambleAcc_vsx() local
3491 xxh_u64x2 const prod_even = XXH_vec_mule((xxh_u32x4)data_key, prime); in XXH3_scrambleAcc_vsx()
3493 xxh_u64x2 const prod_odd = XXH_vec_mulo((xxh_u32x4)data_key, prime); in XXH3_scrambleAcc_vsx()
/PHP-8.1/
H A DUPGRADING543 …Ristretto is a technique for constructing prime order elliptic curve groups with non-malleable enc…

Completed in 56 milliseconds