HomeSort by relevance Sort by last modified time
    Searched refs:bkey (Results 1 - 4 of 4) sorted by null

  /external/kernel-headers/original/uapi/linux/
bcache.h 23 struct bkey { struct
30 BITMASK(name, struct bkey, field, offset, size)
33 static inline __u64 name(const struct bkey *k, unsigned i) \
36 static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) \
56 static inline __u64 KEY_OFFSET(const struct bkey *k)
61 static inline void SET_KEY_OFFSET(struct bkey *k, __u64 v)
72 ((struct bkey) { \
97 /* Bkey utility code */
99 static inline unsigned long bkey_u64s(const struct bkey *k)
101 return (sizeof(struct bkey) / sizeof(__u64)) + KEY_PTRS(k)
    [all...]
  /bionic/libc/kernel/uapi/linux/
bcache.h 26 struct bkey { struct
31 #define KEY_FIELD(name,field,offset,size) BITMASK(name, struct bkey, field, offset, size)
32 #define PTR_FIELD(name,offset,size) static inline __u64 name(const struct bkey * k, unsigned i) \
33 { return(k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_ ##name(struct bkey * k, unsigned i, __u64 v) \
39 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
52 #define BKEY_PADDED(key) union { struct bkey key; __u64 key ##_pad[BKEY_PAD]; }
128 struct bkey start[0];
167 struct bkey start[0];
  /external/python/cpython3/Modules/
nismodule.c 162 PyObject *ukey, *bkey, *res; local
170 if ((bkey = PyUnicode_EncodeFSDefault(ukey)) == NULL)
172 if (PyBytes_AsStringAndSize(bkey, &key, &keylen) == -1) {
173 Py_DECREF(bkey);
177 Py_DECREF(bkey);
186 Py_DECREF(bkey);
  /external/libxml2/
xmlschemas.c 23031 xmlSchemaPSVIIDCKeyPtr ckey, bkey, *bkeySeq; local
    [all...]

Completed in 266 milliseconds