Searched defs:kind (Results  1 – 10 of 10) sorted by relevance
| /bionic/libc/kernel/uapi/linux/tc_ematch/ | 
| D | tc_em_meta.h | 32   __u16 kind;  member37 #define TCF_META_TYPE(kind) (((kind) & TCF_META_TYPE_MASK) >> 12)  argument
 39 #define TCF_META_ID(kind) ((kind) & TCF_META_ID_MASK)  argument
 
 | 
| /bionic/linker/ | 
| D | linker_relocate.h | 54 template <bool Enabled> void count_relocation_if(RelocationKind kind) {  in count_relocation_if()
 | 
| D | linker_relocate.cpp | 145 void count_relocation(RelocationKind kind) {  in count_relocation()
 | 
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ | 
| D | ldtoa.c | 61 	int be, kind;  in __ldtoa()  local
 | 
| D | gdtoa.c | 159 	int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits;  local
 | 
| /bionic/libc/bionic/ | 
| D | pthread_rwlock.cpp | 84 static inline __always_inline void __rwlockattr_setkind(pthread_rwlockattr_t* attr, int kind) {  in __rwlockattr_setkind()233     int kind = __rwlockattr_getkind(attr);  in pthread_rwlock_init()  local
 
 | 
| /bionic/libc/kernel/uapi/linux/netfilter/ | 
| D | nfnetlink_osf.h | 41   __u16 kind, length;  member
 | 
| /bionic/libc/kernel/uapi/linux/ | 
| D | pkt_cls.h | 564   __u16 kind;  member
 | 
| D | bpf.h | 1284   enum bpf_core_relo_kind kind;  member
 | 
| /bionic/tests/ | 
| D | pthread_test.cpp | 879     int kind;  in TEST()  local
 |