Searched refs:bkey (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dbcache.h22 struct bkey { struct
29 BITMASK(name, struct bkey, field, offset, size)
32 static inline __u64 name(const struct bkey *k, unsigned i) \
35 static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) \
55 static inline __u64 KEY_OFFSET(const struct bkey *k)
60 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v)
71 ((struct bkey) { \
98 static inline unsigned long bkey_u64s(const struct bkey *k)
100 return (sizeof(struct bkey) / sizeof(__u64)) + KEY_PTRS(k);
103 static inline unsigned long bkey_bytes(const struct bkey *
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat.cc50 int InternalKeyComparator::Compare(const Slice& akey, const Slice& bkey) const {
55 int r = user_comparator_->Compare(ExtractUserKey(akey), ExtractUserKey(bkey));
58 const uint64_t bnum = DecodeFixed64(bkey.data() + bkey.size() - 8);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-sha1.js110 var bkey = str2binb(key);
111 if(bkey.length > 16) bkey = core_sha1(bkey, key.length * chrsz);
116 ipad[i] = bkey[i] ^ 0x36363636;
117 opad[i] = bkey[i] ^ 0x5C5C5C5C;
H A Dcrypto-md5.js164 var bkey = str2binl(key);
165 if(bkey.length > 16) bkey = core_md5(bkey, key.length * chrsz);
170 ipad[i] = bkey[i] ^ 0x36363636;
171 opad[i] = bkey[i] ^ 0x5C5C5C5C;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-sha1.js110 var bkey = str2binb(key);
111 if(bkey.length > 16) bkey = core_sha1(bkey, key.length * chrsz);
116 ipad[i] = bkey[i] ^ 0x36363636;
117 opad[i] = bkey[i] ^ 0x5C5C5C5C;
H A Dcrypto-md5.js164 var bkey = str2binl(key);
165 if(bkey.length > 16) bkey = core_md5(bkey, key.length * chrsz);
170 ipad[i] = bkey[i] ^ 0x36363636;
171 opad[i] = bkey[i] ^ 0x5C5C5C5C;
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-sha1.js110 var bkey = str2binb(key);
111 if(bkey.length > 16) bkey = core_sha1(bkey, key.length * chrsz);
116 ipad[i] = bkey[i] ^ 0x36363636;
117 opad[i] = bkey[i] ^ 0x5C5C5C5C;
H A Dcrypto-md5.js164 var bkey = str2binl(key);
165 if(bkey.length > 16) bkey = core_md5(bkey, key.length * chrsz);
170 ipad[i] = bkey[i] ^ 0x36363636;
171 opad[i] = bkey[i] ^ 0x5C5C5C5C;
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c22958 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22970 bkey = bkeySeq[j];
22971 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);
/external/libxml2/
H A Dxmlschemas.c22987 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
22999 bkey = bkeySeq[j];
23000 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val);

Completed in 2424 milliseconds