Searched refs:typemask (Results 1 – 6 of 6) sorted by relevance
/external/iptables/extensions/ |
D | libxt_dccp.c | 82 uint16_t typemask = 0; in parse_dccp_types() local 91 typemask |= (1 << i); in parse_dccp_types() 100 return typemask; in parse_dccp_types() 121 einfo->typemask = parse_dccp_types(cb->arg); in dccp_parse() 231 print_types(einfo->typemask, in dccp_print() 270 print_types(einfo->typemask, false, 0); in dccp_save()
|
/external/iptables/include/linux/netfilter/ |
D | xt_dccp.h | 20 __u16 typemask; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_dccp.h | 20 __u16 typemask; member
|
/external/iproute2/ip/ |
D | iproute.c | 103 int type, typemask; member 165 if ((filter.type^r->rtm_type)&filter.typemask) in filter_nlmsg() 1172 filter.typemask = -1; in iproute_list_flush_or_save()
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 1566 uint32_t typemask; member 1576 SK_COMPILE_ASSERT(offsetof(SkMatrix, fTypeMask) == offsetof(PODMatrix, typemask), BadfTypeMask); in I() 1588 SK_COMPILE_ASSERT(offsetof(SkMatrix, fTypeMask) == offsetof(PODMatrix, typemask), BadfTypeMask); in InvalidMatrix()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkMatrix.cpp | 1560 uint32_t typemask; member 1570 SK_COMPILE_ASSERT(offsetof(SkMatrix, fTypeMask) == offsetof(PODMatrix, typemask), BadfTypeMask); in I() 1582 SK_COMPILE_ASSERT(offsetof(SkMatrix, fTypeMask) == offsetof(PODMatrix, typemask), BadfTypeMask); in InvalidMatrix()
|