Home
last modified time | relevance | path

Searched refs:bkey (Results 1 – 13 of 13) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dbcache.h23 struct bkey { struct
30 BITMASK(name, struct bkey, field, offset, size) argument
33 static inline __u64 name(const struct bkey *k, unsigned int i) \
36 static inline void SET_##name(struct bkey *k, unsigned int i, __u64 v) \
56 static inline __u64 KEY_OFFSET(const struct bkey *k) in KEY_OFFSET()
61 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v) in SET_KEY_OFFSET()
72 ((struct bkey) { \
99 static inline unsigned long bkey_u64s(const struct bkey *k) in bkey_u64s()
101 return (sizeof(struct bkey) / sizeof(__u64)) + KEY_PTRS(k); in bkey_u64s()
104 static inline unsigned long bkey_bytes(const struct bkey *k) in bkey_bytes()
[all …]
/external/python/cpython3/Modules/
Dnismodule.c162 PyObject *ukey, *bkey, *res; in nis_match() local
170 if ((bkey = PyUnicode_EncodeFSDefault(ukey)) == NULL) in nis_match()
173 if (PyBytes_AsStringAndSize(bkey, &key, &keylen) == -1) { in nis_match()
174 Py_DECREF(bkey); in nis_match()
178 Py_DECREF(bkey); in nis_match()
187 Py_DECREF(bkey); in nis_match()
/external/llvm-project/clang/test/CodeGen/
Daarch64-branch-protection-attr.c34 void bkey() {} in bkey() function
/external/python/setuptools/setuptools/
Dmsvc.py450 bkey = openkey(hkey, ms(key), 0, KEY_READ)
454 bkey = openkey(hkey, ms(key, True), 0, KEY_READ)
460 return winreg.QueryValueEx(bkey, name)[0]
505 bkey = winreg.OpenKey(hkey, ms(key), 0, winreg.KEY_READ)
508 subkeys, values, _ = winreg.QueryInfoKey(bkey)
511 ver = float(winreg.EnumValue(bkey, i)[0])
518 ver = float(winreg.EnumKey(bkey, i))
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dnote-gnu-property-pac-bti-1.ll16 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
Dnote-gnu-property-pac-bti-4.ll23 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
Dnote-gnu-property-pac-bti-3.ll16 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
Dnote-gnu-property-pac-bti-2.ll16 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
Dnote-gnu-property-pac-bti-0.ll14 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
Dpacbti-llvm-generated-funcs-1.ll33 !4 = !{i32 4, !"sign-return-address-with-bkey", i32 0}
Dpacbti-module-attrs.ll77 !4 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
Dpacbti-llvm-generated-funcs-2.ll71 !5 = !{i32 1, !"sign-return-address-with-bkey", i32 1}
/external/libxml2/
Dxmlschemas.c23155 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; in xmlSchemaXPathProcessHistory() local
23177 bkey = bkeySeq[j]; in xmlSchemaXPathProcessHistory()
23178 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val); in xmlSchemaXPathProcessHistory()