Home
last modified time | relevance | path

Searched refs:BITFLAG (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp-common.h69 #define BITFLAG (1 << 26) macro
Ddhcp-common.c537 else if (opt->type & (UINT8 | BITFLAG)) in dhcp_optlen()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java2079 final int BITFLAG = ((Integer) iobj).intValue(); in initProperties() local
2081 fFeatures = fFeatures | BITFLAG; in initProperties()
2083 fFeatures = fFeatures & ~BITFLAG; in initProperties()