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

  /ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h 57 When compiling with GCC, INT_STRLEN_BOUND uses this macro to obtain a
71 #define INT_STRLEN_BOUND(t) \
77 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)
  /external/bison/lib/
intprops.h 119 #define INT_STRLEN_BOUND(t) \
126 #define INT_BUFSIZE_BOUND(t) (INT_STRLEN_BOUND (t) + 1)

Completed in 794 milliseconds