OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PTR_FIELD
(Results
1 - 21
of
21
) sorted by null
/bionic/libc/kernel/uapi/linux/
bcache.h
34
#define
PTR_FIELD
(name,offset,size) static inline __u64 name(const struct bkey * k, unsigned i) \
/development/ndk/platforms/android-21/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/external/kernel-headers/original/uapi/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) \
87
PTR_FIELD
(PTR_DEV, 51, PTR_DEV_BITS)
88
PTR_FIELD
(PTR_OFFSET, 8, 43)
89
PTR_FIELD
(PTR_GEN, 0, 8)
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
bcache.h
31
#define
PTR_FIELD
(name, offset, size) static inline __u64 name(const struct bkey *k, unsigned i) { return (k->ptr[i] >> offset) & ~(~0ULL << size); } static inline void SET_##name(struct bkey *k, unsigned i, __u64 v) { k->ptr[i] &= ~(~(~0ULL << size) << offset); k->ptr[i] |= (v & ~(~0ULL << size)) << offset; }
Completed in 52 milliseconds