Searched refs:_new (Results 1 – 3 of 3) sorted by relevance
39 int insert_string(struct string_list **str_list, const char *_new) in insert_string() argument41 char *new = (char *)_new; in insert_string()
1028 unsigned int _new = (_wptr); \1031 if ((_new) >= (_old)) \1034 ((_new) - (_old)) * sizeof (efx_desc_t)); \
70 #define HAS_WRAPPED_AROUND(_bits,_old,_new) ((STATS_DATA(_bits,_old) ) > (STATS_DATA(_bits,_new) )) argument