HomeSort by relevance Sort by last modified time
    Searched defs:newbit (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 58 static pANTLR3_UINT8 append8 (pANTLR3_STRING string, const char * newbit);
59 static pANTLR3_UINT8 appendUTF16_8 (pANTLR3_STRING string, const char * newbit);
60 static pANTLR3_UINT8 appendUTF16_UTF16 (pANTLR3_STRING string, const char * newbit);
61 static pANTLR3_UINT8 insert8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
62 static pANTLR3_UINT8 insertUTF16_8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
63 static pANTLR3_UINT8 insertUTF16_UTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit);
66 static pANTLR3_UINT8 appendS (pANTLR3_STRING string, pANTLR3_STRING newbit);
67 static pANTLR3_UINT8 insertS (pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newbit);
795 append8 (pANTLR3_STRING string, const char * newbit)
799 len = (ANTLR3_UINT32)strlen(newbit);
986 ANTLR3_UINT8 newbit[32]; local
995 ANTLR3_UINT8 newbit[32]; local
1005 ANTLR3_UINT8 newbit[32]; local
1013 ANTLR3_UINT8 newbit[32]; local
    [all...]
  /external/ltp/testcases/network/lib6/
asapi_01.c 100 uint32_t newbit = 1U << bit; local
102 a1.s6_addr32[word] |= newbit;
104 a2.s6_addr32[word] |= newbit;

Completed in 99 milliseconds