HomeSort by relevance Sort by last modified time
    Searched refs:ikey (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.cc 50 void Tote::Add(uint8 ikey, int idelta) {
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,
166 DCHECK(ikey != 0)
    [all...]
tote.h 19 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/
write_batch_test.cc 24 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));
db_iter.cc 130 inline bool DBIter::ParseKey(ParsedInternalKey* ikey) {
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) && ikey.sequence <= sequence_)
    [all...]
db_impl.cc 880 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.user_key.ToString().c_str()
    [all...]
version_set.cc 259 static void SaveValue(void* arg, const Slice& ikey, const Slice& v) {
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);
    [all...]
db_test.cc 347 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) {
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-s390x.pl 170 $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/
link_gre.c 56 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 %s ", s2)
    [all...]
  /external/openfst/src/include/fst/extensions/far/
extract.h 113 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/
ocsp_lib.c 80 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/
prog_cache.c 60 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/
prog_cache.c 60 const GLuint *ikey = (const GLuint *) key; local
67 for (i = 0; i < key_size / sizeof(*ikey); i++)
69 hash += ikey[i];
  /system/vold/
cryptfs.h 226 unsigned char *ikey, void *params);
cryptfs.c 1269 unsigned char ikey[32+32] = { 0 }; \/* Big enough to hold a 256 bit key and 256 bit IV *\/ local
1355 unsigned char ikey[32+32] = { 0 }; \/* Big enough to hold a 256 bit key and 256 bit IV *\/ local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_cache.c 50 unsigned *ikey = (unsigned *)key; local
58 hash ^= ikey[i];
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 50 unsigned *ikey = (unsigned *)key; local
58 hash ^= ikey[i];
  /external/clang/lib/Serialization/
ASTReaderInternals.h 225 static hash_value_type ComputeHash(internal_key_ref ikey);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_cache.c 56 GLuint *ikey = (GLuint *)item->key; local
64 hash ^= ikey[i];
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_cache.c 56 GLuint *ikey = (GLuint *)item->key; local
64 hash ^= ikey[i];
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 218 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);
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_vfy.c 1468 EVP_PKEY *ikey = NULL; local
    [all...]