Home
last modified time | relevance | path

Searched refs:in_hash (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dcommon_cert_set_test.cc201 const uint64_t in_hash = UINT64_C(0xe81a92926081e801); in TEST_F() local
206 quiche::QuicheStringPiece(reinterpret_cast<const char*>(&in_hash), in TEST_F()
207 sizeof(in_hash)), in TEST_F()
209 EXPECT_EQ(in_hash, hash); in TEST_F()
223 const uint64_t in_hash = UINT64_C(0x918215a28680ed7e); in TEST_F() local
228 quiche::QuicheStringPiece(reinterpret_cast<const char*>(&in_hash), in TEST_F()
229 sizeof(in_hash)), in TEST_F()
231 EXPECT_EQ(in_hash, hash); in TEST_F()
242 const uint64_t in_hash = UINT64_C(0xc9fef74053f99f39); in TEST_F() local
247 quiche::QuicheStringPiece(reinterpret_cast<const char*>(&in_hash), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/crypto/
H A Dcommon_cert_set_test.cc201 const uint64_t in_hash = UINT64_C(0xe81a92926081e801); in TEST_F() local
206 absl::string_view(reinterpret_cast<const char*>(&in_hash), in TEST_F()
207 sizeof(in_hash)), in TEST_F()
209 EXPECT_EQ(in_hash, hash); in TEST_F()
223 const uint64_t in_hash = UINT64_C(0x918215a28680ed7e); in TEST_F() local
228 absl::string_view(reinterpret_cast<const char*>(&in_hash), in TEST_F()
229 sizeof(in_hash)), in TEST_F()
231 EXPECT_EQ(in_hash, hash); in TEST_F()
242 const uint64_t in_hash = UINT64_C(0xc9fef74053f99f39); in TEST_F() local
247 absl::string_view(reinterpret_cast<const char*>(&in_hash), in TEST_F()
[all …]
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/
H A Dswi.h69 in_hash(ADDR key) in in_hash() function
85 if ((ats = in_hash((ADDR)at))) in AtomToSWIAtom()
112 if ((ats = in_hash((ADDR)at))) in FunctorToSWIFunctor()
/dports/biology/bfc/bfc-69ab176e/
H A Dbfc.c83 char *in_hash = 0, *out_hash = 0, *next_fn; in main() local
89 else if (c == 'r') in_hash = optarg; in main()
132 else if (!in_hash) ch = (bfc_ch_t*)bfc_count(argv[optind], &opt); in main()
134 ch = bfc_ch_restore(in_hash); in main()
/dports/net/samba412/samba-4.12.15/lib/tdb/common/
H A Drescue.c33 bool in_hash; member
98 found->arr[found->num].in_hash = false; in add_to_table()
156 found->arr[match].in_hash = true; in found_in_hashchain()
311 if (found.arr[i+num].in_hash) { in tdb_rescue()
/dports/databases/tdb/tdb-1.4.3/common/
H A Drescue.c33 bool in_hash; member
98 found->arr[found->num].in_hash = false; in add_to_table()
156 found->arr[match].in_hash = true; in found_in_hashchain()
311 if (found.arr[i+num].in_hash) { in tdb_rescue()
/dports/databases/ldb20/ldb-2.0.10/lib/tdb/common/
H A Drescue.c33 bool in_hash; member
98 found->arr[found->num].in_hash = false; in add_to_table()
156 found->arr[match].in_hash = true; in found_in_hashchain()
311 if (found.arr[i+num].in_hash) { in tdb_rescue()
/dports/databases/ldb15/ldb-1.5.6/lib/tdb/common/
H A Drescue.c33 bool in_hash;
98 found->arr[found->num].in_hash = false;
156 found->arr[match].in_hash = true;
309 if (found.arr[i+num].in_hash) {
/dports/databases/ldb21/ldb-2.1.5/lib/tdb/common/
H A Drescue.c33 bool in_hash; member
98 found->arr[found->num].in_hash = false; in add_to_table()
156 found->arr[match].in_hash = true; in found_in_hashchain()
311 if (found.arr[i+num].in_hash) { in tdb_rescue()
/dports/databases/ldb22/ldb-2.2.1/lib/tdb/common/
H A Drescue.c33 bool in_hash; member
98 found->arr[found->num].in_hash = false; in add_to_table()
156 found->arr[match].in_hash = true; in found_in_hashchain()
311 if (found.arr[i+num].in_hash) { in tdb_rescue()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/plot/
H A DEntropyAlgorithm.java115 String in_hash = e.getValue().toString(); in getValues() local
116 float as_num = Float.parseFloat(in_hash); in getValues()
/dports/net/rtg/rtg-0.7.5/src/
H A Drtghash.c140 void *in_hash(target_t *entry, target_t *list) { in in_hash() function
174 if (!in_hash(new, hash.table[key])) in del_hash_entry()
215 p = in_hash(new, hash.table[key]); in add_hash_entry()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Darray.c3088 p = in_hash->arData + idx;
3111 p = in_hash->arData + idx;
3118 zend_hash_del_bucket(in_hash, p);
3121 if (in_hash == &EG(symbol_table)) {
3124 zend_hash_del_bucket(in_hash, p);
3132 p = in_hash->arData + idx;
3138 zend_hash_del_bucket(in_hash, p);
3155 p = in_hash->arData + idx;
3174 HT_SET_ITERATORS_COUNT(in_hash, 0);
3175 in_hash->pDestructor = NULL;
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/
H A Darray.c3036 p = in_hash->arData + idx;
3059 p = in_hash->arData + idx;
3066 zend_hash_del_bucket(in_hash, p);
3069 if (in_hash == &EG(symbol_table)) {
3072 zend_hash_del_bucket(in_hash, p);
3080 p = in_hash->arData + idx;
3086 zend_hash_del_bucket(in_hash, p);
3103 p = in_hash->arData + idx;
3122 HT_SET_ITERATORS_COUNT(in_hash, 0);
3123 in_hash->pDestructor = NULL;
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/
H A Darray.c3056 p = in_hash->arData + idx;
3079 p = in_hash->arData + idx;
3086 zend_hash_del_bucket(in_hash, p);
3089 if (in_hash == &EG(symbol_table)) {
3092 zend_hash_del_bucket(in_hash, p);
3100 p = in_hash->arData + idx;
3106 zend_hash_del_bucket(in_hash, p);
3123 p = in_hash->arData + idx;
3142 HT_SET_ITERATORS_COUNT(in_hash, 0);
3143 in_hash->pDestructor = NULL;
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Darray.c3056 p = in_hash->arData + idx;
3079 p = in_hash->arData + idx;
3086 zend_hash_del_bucket(in_hash, p);
3089 if (in_hash == &EG(symbol_table)) {
3092 zend_hash_del_bucket(in_hash, p);
3100 p = in_hash->arData + idx;
3106 zend_hash_del_bucket(in_hash, p);
3123 p = in_hash->arData + idx;
3142 HT_SET_ITERATORS_COUNT(in_hash, 0);
3143 in_hash->pDestructor = NULL;
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Darray.c3088 p = in_hash->arData + idx;
3111 p = in_hash->arData + idx;
3118 zend_hash_del_bucket(in_hash, p);
3121 if (in_hash == &EG(symbol_table)) {
3124 zend_hash_del_bucket(in_hash, p);
3132 p = in_hash->arData + idx;
3138 zend_hash_del_bucket(in_hash, p);
3155 p = in_hash->arData + idx;
3174 HT_SET_ITERATORS_COUNT(in_hash, 0);
3175 in_hash->pDestructor = NULL;
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Darray.c3036 p = in_hash->arData + idx;
3059 p = in_hash->arData + idx;
3066 zend_hash_del_bucket(in_hash, p);
3069 if (in_hash == &EG(symbol_table)) {
3072 zend_hash_del_bucket(in_hash, p);
3080 p = in_hash->arData + idx;
3086 zend_hash_del_bucket(in_hash, p);
3103 p = in_hash->arData + idx;
3122 HT_SET_ITERATORS_COUNT(in_hash, 0);
3123 in_hash->pDestructor = NULL;
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceChnnlsv.h42 int sceSdGetLastIndex_(pspChnnlsvContext1& ctx, u8* in_hash, u8* in_key);
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceChnnlsv.h42 int sceSdGetLastIndex_(pspChnnlsvContext1& ctx, u8* in_hash, u8* in_key);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceChnnlsv.h42 int sceSdGetLastIndex_(pspChnnlsvContext1& ctx, u8* in_hash, u8* in_key);
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/predicates-2.1.0/src/
H A Dprelude.rs23 pub use crate::iter::{in_hash, in_iter};
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/predicates-2.1.0/src/
H A Dprelude.rs23 pub use crate::iter::{in_hash, in_iter};
/dports/devel/sccache/sccache-0.2.15/cargo-crates/predicates-1.0.6/src/
H A Dprelude.rs23 pub use crate::iter::{in_hash, in_iter};
/dports/misc/xplr/xplr-0.17.0/cargo-crates/predicates-2.1.0/src/
H A Dprelude.rs23 pub use crate::iter::{in_hash, in_iter};

1234567