HomeSort by: relevance | last modified time | path
    Searched defs:INTBITS (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.h 37 /* INTBITS need not be exact, just a lower bound. */
38 #ifndef INTBITS
39 #define INTBITS (CHARBITS * sizeof (int))
43 #define CHARCLASS_INTS ((NOTCHAR + INTBITS - 1) / INTBITS)
  /src/external/gpl2/grep/dist/src/
dfa.h 56 /* INTBITS need not be exact, just a lower bound. */
57 #ifndef INTBITS
58 #define INTBITS (CHARBITS * sizeof (int))
62 #define CHARCLASS_INTS ((NOTCHAR + INTBITS - 1) / INTBITS)
  /src/external/gpl3/gdb.old/dist/sim/arm/
armemu.h 124 #define INTBITS (0xc0L)

Completed in 18 milliseconds