Searched refs:ikey (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.cc50 void Tote::Add(uint8 ikey, int idelta) { argument
51 DCHECK(ikey != 0);
55 int sub0 = ikey & 15;
56 if (key_[sub0] == ikey) {
61 if (key_[sub1] == ikey) {
65 int sub2 = (ikey & 7) + 16;
66 if (key_[sub2] == ikey) {
85 key_[alloc] = ikey;
164 void ToteWithReliability::Add(uint8 ikey, int ibytes, argument
166 DCHECK(ikey !
215 Find(uint8 ikey) argument
[all...]
H A Dtote.h19 void Add(uint8 ikey, int idelta);
53 void Add(uint8 ikey, int ibytes, int score, int ireliability);
54 int Find(uint8 ikey);
60 ////void AddSeq(uint8 ikey) {ss_.Add(ikey);}
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch_test.cc24 ParsedInternalKey ikey; local
25 ASSERT_TRUE(ParseInternalKey(iter->key(), &ikey));
26 switch (ikey.type) {
29 state.append(ikey.user_key.ToString());
37 state.append(ikey.user_key.ToString());
43 state.append(NumberToString(ikey.sequence));
H A Ddb_iter.cc130 inline bool DBIter::ParseKey(ParsedInternalKey* ikey) { argument
138 if (!ParseInternalKey(k, ikey)) {
178 ParsedInternalKey ikey; local
179 if (ParseKey(&ikey) && ikey.sequence <= sequence_) {
180 switch (ikey.type) {
184 SaveKey(ikey.user_key, skip);
189 user_comparator_->Compare(ikey.user_key, *skip) <= 0) {
238 ParsedInternalKey ikey; local
239 if (ParseKey(&ikey)
[all...]
H A Ddb_impl.cc880 ParsedInternalKey ikey; local
908 if (!ParseInternalKey(key, &ikey)) {
915 user_comparator()->Compare(ikey.user_key,
918 current_user_key.assign(ikey.user_key.data(), ikey.user_key.size());
926 } else if (ikey.type == kTypeDeletion &&
927 ikey.sequence <= compact->smallest_snapshot &&
928 compact->compaction->IsBaseLevelForKey(ikey.user_key)) {
939 last_sequence_for_key = ikey.sequence;
945 ikey
[all...]
H A Dversion_set.cc259 static void SaveValue(void* arg, const Slice& ikey, const Slice& v) { argument
262 if (!ParseInternalKey(ikey, &parsed_key)) {
327 Slice ikey = k.internal_key(); local
365 // Binary search to find earliest index whose largest key >= ikey.
366 uint32_t index = FindFile(vset_->icmp_, files_[level], ikey);
400 ikey, &saver, SaveValue);
436 ParsedInternalKey ikey; local
437 if (!ParseInternalKey(internal_key, &ikey)) {
460 ForEachOverlapping(ikey.user_key, internal_key, &state, &State::Match);
1105 uint64_t VersionSet::ApproximateOffsetOf(Version* v, const InternalKey& ikey) {
[all...]
H A Ddb_test.cc347 ParsedInternalKey ikey; local
348 if (!ParseInternalKey(iter->key(), &ikey)) {
351 if (last_options_.comparator->Compare(ikey.user_key, user_key) != 0) {
358 switch (ikey.type) {
/external/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl170 $ikey="%r7";
188 lghi $ikey,-256
194 llgc $acc,2+256($ikey,$key)
197 la $ikey,1($ikey)
201 tml $ikey,255
203 stc $dat,2+256-1($ikey,$key)
/external/iproute2/ip/
H A Dlink_gre.c56 unsigned ikey = 0; local
101 ikey = rta_getattr_u32(greinfo[IFLA_GRE_IKEY]);
150 ikey = okey = uval;
151 } else if (!matches(*argv, "ikey")) {
160 fprintf(stderr, "invalid value of \"ikey\"\n");
165 ikey = uval;
241 if (!ikey && IN_MULTICAST(ntohl(daddr))) {
242 ikey = daddr;
254 addattr32(n, 1024, IFLA_GRE_IKEY, ikey);
336 fprintf(f, "ikey
[all...]
/external/openfst/src/include/fst/extensions/far/
H A Dextract.h113 string ikey = far_reader->GetKey(); local
114 if (end_key < ikey) break;
116 FarWriteFst(&fst, ikey, &okey, &nrep, generate_filenames, i,
/external/openssl/crypto/ocsp/
H A Docsp_lib.c80 ASN1_BIT_STRING *ikey; local
94 ikey = X509_get0_pubkey_bitstr(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_cache.c60 const GLuint *ikey = (const GLuint *) key; local
67 for (i = 0; i < key_size / sizeof(*ikey); i++)
69 hash += ikey[i];
/external/mesa3d/src/mesa/program/
H A Dprog_cache.c60 const GLuint *ikey = (const GLuint *) key; local
67 for (i = 0; i < key_size / sizeof(*ikey); i++)
69 hash += ikey[i];
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c50 unsigned *ikey = (unsigned *)key; local
58 hash ^= ikey[i];
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c50 unsigned *ikey = (unsigned *)key; local
58 hash ^= ikey[i];
/external/clang/lib/Serialization/
H A DASTReaderInternals.h225 static hash_value_type ComputeHash(internal_key_ref ikey);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c56 GLuint *ikey = (GLuint *)item->key; local
64 hash ^= ikey[i];
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c56 GLuint *ikey = (GLuint *)item->key; local
64 hash ^= ikey[i];
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c218 u8 *ikey; local
219 ikey = os_malloc(hapd->conf->individual_wep_key_len);
220 if (ikey == NULL ||
221 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
225 os_free(ikey);
230 ikey, hapd->conf->individual_wep_key_len);
232 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
238 sta->addr, 0, 1, NULL, 0, ikey,
244 os_free(ikey);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c218 u8 *ikey; local
219 ikey = os_malloc(hapd->conf->individual_wep_key_len);
220 if (ikey == NULL ||
221 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
225 os_free(ikey);
230 ikey, hapd->conf->individual_wep_key_len);
232 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
238 sta->addr, 0, 1, NULL, 0, ikey,
244 os_free(ikey);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c218 u8 *ikey; local
219 ikey = os_malloc(hapd->conf->individual_wep_key_len);
220 if (ikey == NULL ||
221 random_get_bytes(ikey, hapd->conf->individual_wep_key_len))
225 os_free(ikey);
230 ikey, hapd->conf->individual_wep_key_len);
232 ieee802_1x_tx_key_one(hapd, sta, 0, 0, ikey,
238 sta->addr, 0, 1, NULL, 0, ikey,
244 os_free(ikey);
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c1468 EVP_PKEY *ikey = NULL; local
1544 ikey = X509_get_pubkey(issuer);
1546 if(!ikey)
1555 rv = X509_CRL_check_suiteb(crl, ikey, ctx->param->flags);
1564 if(X509_CRL_verify(crl, ikey) <= 0)
1576 EVP_PKEY_free(ikey);
/external/openssl/apps/
H A Docsp.c969 ASN1_BIT_STRING *ikey; local
979 ikey = X509_get0_pubkey_bitstr(issuer);
986 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
/external/openssl/crypto/x509/
H A Dx509_vfy.c1352 EVP_PKEY *ikey = NULL; local
1428 ikey = X509_get_pubkey(issuer);
1430 if(!ikey)
1439 if(X509_CRL_verify(crl, ikey) <= 0)
1451 EVP_PKEY_free(ikey);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc282 ParsedInternalKey ikey(target, kMaxSequenceNumber, kTypeValue);
284 AppendInternalKey(&encoded, ikey);

Completed in 1720 milliseconds

12