Searched refs:bkey (Results 1 – 13 of 13) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | bcache.h | 23 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/ |
D | nismodule.c | 162 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/ |
D | aarch64-branch-protection-attr.c | 34 void bkey() {} in bkey() function
|
/external/python/setuptools/setuptools/ |
D | msvc.py | 450 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/ |
D | note-gnu-property-pac-bti-1.ll | 16 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
|
D | note-gnu-property-pac-bti-4.ll | 23 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
|
D | note-gnu-property-pac-bti-3.ll | 16 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
|
D | note-gnu-property-pac-bti-2.ll | 16 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
|
D | note-gnu-property-pac-bti-0.ll | 14 !3 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
|
D | pacbti-llvm-generated-funcs-1.ll | 33 !4 = !{i32 4, !"sign-return-address-with-bkey", i32 0}
|
D | pacbti-module-attrs.ll | 77 !4 = !{i32 1, !"sign-return-address-with-bkey", i32 0}
|
D | pacbti-llvm-generated-funcs-2.ll | 71 !5 = !{i32 1, !"sign-return-address-with-bkey", i32 1}
|
/external/libxml2/ |
D | xmlschemas.c | 23155 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; in xmlSchemaXPathProcessHistory() local 23177 bkey = bkeySeq[j]; in xmlSchemaXPathProcessHistory() 23178 res = xmlSchemaAreValuesEqual(ckey->val, bkey->val); in xmlSchemaXPathProcessHistory()
|