Home
last modified time | relevance | path

Searched refs:bitmask (Results 1 – 15 of 15) sorted by relevance

/external/iptables/extensions/
Dlibip6t_physdev.c60 info->bitmask |= IP6T_PHYSDEV_OP_IN; in parse()
72 info->bitmask |= IP6T_PHYSDEV_OP_OUT; in parse()
80 info->bitmask |= IP6T_PHYSDEV_OP_ISIN; in parse()
90 info->bitmask |= IP6T_PHYSDEV_OP_ISOUT; in parse()
103 info->bitmask |= IP6T_PHYSDEV_OP_BRIDGED; in parse()
132 if (info->bitmask & IP6T_PHYSDEV_OP_ISIN) in print()
135 if (info->bitmask & IP6T_PHYSDEV_OP_IN) in print()
139 if (info->bitmask & IP6T_PHYSDEV_OP_ISOUT) in print()
142 if (info->bitmask & IP6T_PHYSDEV_OP_OUT) in print()
145 if (info->bitmask & IP6T_PHYSDEV_OP_BRIDGED) in print()
[all …]
Dlibipt_physdev.c60 info->bitmask |= IPT_PHYSDEV_OP_IN; in parse()
72 info->bitmask |= IPT_PHYSDEV_OP_OUT; in parse()
80 info->bitmask |= IPT_PHYSDEV_OP_ISIN; in parse()
90 info->bitmask |= IPT_PHYSDEV_OP_ISOUT; in parse()
103 info->bitmask |= IPT_PHYSDEV_OP_BRIDGED; in parse()
132 if (info->bitmask & IPT_PHYSDEV_OP_ISIN) in print()
135 if (info->bitmask & IPT_PHYSDEV_OP_IN) in print()
139 if (info->bitmask & IPT_PHYSDEV_OP_ISOUT) in print()
142 if (info->bitmask & IPT_PHYSDEV_OP_OUT) in print()
145 if (info->bitmask & IPT_PHYSDEV_OP_BRIDGED) in print()
[all …]
/external/opencore/codecs_v2/audio/aac/dec/src/
Dgetmask.cpp272 UInt32 bitmask; in getmask() local
339 bitmask = (UInt32) 1 << (nCall - 1); in getmask()
342 *(pMask++) = (Int)((tempMask & bitmask) >> (sfb - 1)); in getmask()
343 bitmask >>= 1; in getmask()
/external/opencore/baselibs/gen_data_structures/src/
Dbitstreamparser.cpp92 static const uint8 bitmask[] = in ReadBits() local
112 output |= ((*bytepos) >> (bitpos - (bitsFromThisByte - 1))) & bitmask[bitsFromThisByte]; in ReadBits()
174 uint8 bitmask = 1 << bitpos; in WriteBits() local
178 byte &= ~(bitmask); //Clear the bit being written. in WriteBits()
/external/iptables/include/linux/netfilter_ipv6/
Dip6t_physdev.h21 u_int8_t bitmask; member
/external/iptables/include/linux/netfilter_ipv4/
Dipt_physdev.h21 u_int8_t bitmask; member
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi49 stored algorithms in bitmask, which unfortunately meant
/external/bluez/libs/
DChangeLog217 Use bit zero for vendor packets in the filter type bitmask.
/external/libffi/
DChangeLog.v124 * m68k/ffi.c (ffi_prep_cif_machdep): Use bitmask for cif->flags.
/external/elfutils/src/
Dreadelf.c4406 enum section_e bitmask; in print_debug() member
4432 if (print_debug_sections & debug_sections[n].bitmask) in print_debug()
/external/qemu/
DCHANGES.TXT718 also specify a logging bitmask with the ANDROID_SLIRP_LOGMASK environment
/external/e2fsprogs/doc/
Dlibext2fs.texinfo195 The @var{flags} argument contains a bitmask of flags which control how
/external/e2fsprogs/
DRELEASE-NOTES4344 use the old (native) bitmask operations. By default on the sparc
/external/webkit/JavaScriptCore/
DChangeLog19206 … 3) Keep CodeFeature bitmask in ScopeNode instead of trying to break it out into individual bools.
/external/webkit/WebCore/
DChangeLog11614 Used the occasion to get rid of the hole in bitmask that was a leftover from opportunistic