Go to the documentation of this file.
51 #define OT_MULTIPLY 203
53 #define OT_INT_DIVIDE 205
54 #define OT_REMAINDER 206
66 #define LONGBITS (sizeof(size_t) * BYTE_SIZE)
71 #define HIBIT (~SSIZE_MAX)
72 #define LOWBITS (SSIZE_MAX)
75 #define buffer_alloc(s) (new_buffer(s)->getData())